Package com.ibm.cloud.is.vpc.v1.model
Interface SharePatch.AllowedTransitEncryptionModes
-
- Enclosing class:
- SharePatch
public static interface SharePatch.AllowedTransitEncryptionModes
An allowed transit encryption mode for this share. - `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
-
-