Package com.ibm.cloud.is.vpc.v1.model
Interface ShareMountTarget.TransitEncryption
-
- Enclosing class:
- ShareMountTarget
public static interface ShareMountTarget.TransitEncryption
The transit encryption mode for this share mount target: - `none`: Not encrypted in transit - `user_managed`: Encrypted in transit using an instance identity certificate 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
NONE
none.static String
USER_MANAGED
user_managed.
-
-
-
Field Detail
-
NONE
static final String NONE
none.- See Also:
- Constant Field Values
-
USER_MANAGED
static final String USER_MANAGED
user_managed.- See Also:
- Constant Field Values
-
-