Package com.ibm.cloud.is.vpc.v1.model
Interface SharePatch.AccessControlMode
-
- Enclosing class:
- SharePatch
public static interface SharePatch.AccessControlMode
The access control mode for the share: - `security_group`: The security groups on the virtual network interface for a mount target control access to the mount target. - `vpc`: All clients in the VPC for a mount target have access to the mount target. For this property to be changed, the share must have no mount targets, `replication_role` must be `none` and `accessor_binding_role` must not be `accessor`.
-
-
Field Summary
Fields Modifier and Type Field Description static String
SECURITY_GROUP
security_group.static String
VPC
vpc.
-
-
-
Field Detail
-
SECURITY_GROUP
static final String SECURITY_GROUP
security_group.- See Also:
- Constant Field Values
-
VPC
static final String VPC
vpc.- See Also:
- Constant Field Values
-
-