Package com.ibm.cloud.is.vpc.v1.model
Interface Image.Encryption
-
- Enclosing class:
- Image
public static interface Image.Encryption
The type of encryption used on the image.
-
-
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
-
-