Package com.ibm.cloud.is.vpc.v1.model
Interface ShareMountTarget.AccessControlMode
-
- Enclosing class:
- ShareMountTarget
public static interface ShareMountTarget.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 access control mode values for this property may expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected access control mode was encountered.
-
-
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
-
-