Package com.ibm.cloud.is.vpc.v1.model
Interface Volume.Encryption
-
- Enclosing class:
- Volume
public static interface Volume.Encryption
The type of encryption used on the volume.
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROVIDER_MANAGED
provider_managed.static String
USER_MANAGED
user_managed.
-
-
-
Field Detail
-
PROVIDER_MANAGED
static final String PROVIDER_MANAGED
provider_managed.- See Also:
- Constant Field Values
-
USER_MANAGED
static final String USER_MANAGED
user_managed.- See Also:
- Constant Field Values
-
-