data class ImageImportDiskDeviceMappingArgs(val device: Output<String>? = null, val diskImageSize: Output<Int>? = null, val format: Output<String>? = null, val ossBucket: Output<String>? = null, val ossObject: Output<String>? = null) : ConvertibleToJava<ImageImportDiskDeviceMappingArgs>
Resolution size. You must ensure that the system disk space ≥ file system space. Ranges: When n = 1, the system disk: 5 ~ 500GiB, When n = 2 ~ 17, that is, data disk: 5 ~ 1000GiB, When temporary is introduced, the system automatically detects the size, which is subject to the detection result.
Image format. Value range: When the RAW, VHD, qcow2 is imported into the image, the system automatically detects the image format, whichever comes first.