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 will 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 property value was encountered.
-
-
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
-
-