ImageImportDiskDeviceMappingArgs

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>

Constructors

Link copied to clipboard
fun ImageImportDiskDeviceMappingArgs(device: Output<String>? = null, diskImageSize: Output<Int>? = null, format: Output<String>? = null, ossBucket: Output<String>? = null, ossObject: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ImageImportDiskDeviceMappingArgs

Properties

Link copied to clipboard
val device: Output<String>? = null

The name of disk N in the custom image.

Link copied to clipboard
val diskImageSize: Output<Int>? = null

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.

Link copied to clipboard
val format: Output<String>? = null

Image format. Value range: When the RAW, VHD, qcow2 is imported into the image, the system automatically detects the image format, whichever comes first.

Link copied to clipboard
val ossBucket: Output<String>? = null

Save the exported OSS bucket.

Link copied to clipboard
val ossObject: Output<String>? = null

The file name of your OSS Object.