ImageImportDiskDeviceMapping

data class ImageImportDiskDeviceMapping(val device: String? = null, val diskImageSize: Int? = null, val format: String? = null, val ossBucket: String? = null, val ossObject: String? = null)

Constructors

Link copied to clipboard
constructor(device: String? = null, diskImageSize: Int? = null, format: String? = null, ossBucket: String? = null, ossObject: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val device: String? = null

The device name of the disk.

Link copied to clipboard
val diskImageSize: Int? = null

The size of the disk. Default value: 5.

Link copied to clipboard
val format: String? = null

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

Link copied to clipboard
val ossBucket: String? = null

The OSS bucket where the image file is stored.

Link copied to clipboard
val ossObject: String? = null

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