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
constructor(device: Output<String>? = null, diskImageSize: Output<Int>? = null, format: Output<String>? = null, ossBucket: Output<String>? = null, ossObject: Output<String>? = null)

Properties

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

The device name of the disk.

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

The size of the disk. Default value: 5.

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

The format of the image. Valid values: RAW, VHD, qcow2.

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

The OSS bucket where the image file is stored.

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

The name (key) of the object that the uploaded image is stored as in the OSS bucket.

Functions

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