VirtualMachineManagerVirtualMachineInstanceStorageDisk

data class VirtualMachineManagerVirtualMachineInstanceStorageDisk(val bus: Int? = null, val busType: String? = null, val diskSizeGb: Int? = null, val lun: Int? = null, val name: String? = null, val storageQosPolicyName: String? = null, val templateDiskId: String? = null, val vhdType: String? = null)

Constructors

constructor(bus: Int? = null, busType: String? = null, diskSizeGb: Int? = null, lun: Int? = null, name: String? = null, storageQosPolicyName: String? = null, templateDiskId: String? = null, vhdType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bus: Int? = null

The disk bus. Possible values are between 0 and 3.

Link copied to clipboard
val busType: String? = null

The disk bus type. Possible values are IDE and SCSI.

Link copied to clipboard
val diskSizeGb: Int? = null

The disk total size.

Link copied to clipboard
val lun: Int? = null

The disk lun. Possible values are between 0 and 63.

Link copied to clipboard
val name: String? = null

The name of the disk.

Link copied to clipboard

The name of the Storage QoS policy.

Link copied to clipboard
val templateDiskId: String? = null

The disk ID in the System Center Virtual Machine Manager Virtual Machine Template. Changing this forces a new resource to be created.

Link copied to clipboard
val vhdType: String? = null

The disk vhd type. Possible values are Dynamic and Fixed.