VirtualMachineManagerVirtualMachineInstanceStorageDiskArgs

data class VirtualMachineManagerVirtualMachineInstanceStorageDiskArgs(val bus: Output<Int>? = null, val busType: Output<String>? = null, val diskSizeGb: Output<Int>? = null, val lun: Output<Int>? = null, val name: Output<String>? = null, val storageQosPolicyName: Output<String>? = null, val templateDiskId: Output<String>? = null, val vhdType: Output<String>? = null) : ConvertibleToJava<VirtualMachineManagerVirtualMachineInstanceStorageDiskArgs>

Constructors

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

Properties

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

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

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

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

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

The disk total size.

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

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

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

The name of the disk.

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

The name of the Storage QoS policy.

Link copied to clipboard
val templateDiskId: Output<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: Output<String>? = null

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

Functions

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