Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ExportImageDetails

The destination details for the image export.

Set {@code destinationType} to {@code objectStorageTuple} and use {@link #exportImageViaObjectStorageTupleDetails(ExportImageViaObjectStorageTupleDetailsRequest) exportImageViaObjectStorageTupleDetails} when specifying the namespace, bucket name, and object name.

Set {@code destinationType} to {@code objectStorageUri} and use {@link #exportImageViaObjectStorageUriDetails(ExportImageViaObjectStorageUriDetailsRequest) exportImageViaObjectStorageUriDetails} when specifying the Object Storage URL.

Properties

destinationType

destinationType: string

Optional exportFormat

exportFormat: ExportFormat

The format to export the image to. The default value is {@code OCI}.

The following image formats are available:

- {@code OCI} - Oracle Cloud Infrastructure file with a QCOW2 image and Oracle Cloud Infrastructure metadata (.oci). Use this format to export a custom image that you want to import into other tenancies or regions. - {@code QCOW2} - QEMU Copy On Write (.qcow2) - {@code VDI} - Virtual Disk Image (.vdi) for Oracle VM VirtualBox - {@code VHD} - Virtual Hard Disk (.vhd) for Hyper-V - {@code VMDK} - Virtual Machine Disk (.vmdk)

Functions

getDeserializedJsonObj

getJsonObj