Package com.ibm.cloud.is.vpc.v1.model
Interface Image.Encryption
-
- Enclosing class:
- Image
public static interface Image.EncryptionThe type of encryption used on the image.
-
-
Field Summary
Fields Modifier and Type Field Description static StringNONEnone.static StringUSER_MANAGEDuser_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
-
-