Package com.ibm.cloud.is.vpc.v1.model
Interface CreateImageExportJobOptions.Format
-
- Enclosing class:
- CreateImageExportJobOptions
public static interface CreateImageExportJobOptions.Format
The format to use for the exported image. If the image is encrypted, only `qcow2` is supported.
-
-
Field Detail
-
QCOW2
static final String QCOW2
qcow2.- See Also:
- Constant Field Values
-
VHD
static final String VHD
vhd.- See Also:
- Constant Field Values
-
-