Package com.ibm.cloud.is.vpc.v1.model
Interface Share.AccessControlMode
-
- Enclosing class:
- Share
public static interface Share.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. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
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
-
-