VirtualDisk interface
Virtual disk model
Properties
bus | Gets or sets the disk bus. |
bus |
Gets or sets the disk bus type. |
create |
Gets or sets a value indicating diff disk. |
disk |
Gets or sets the disk id. |
disk |
Gets or sets the disk total size. |
display |
Gets the display name of the virtual disk as shown in the vmmServer. This is the fallback label for a disk when the name is not set. NOTE: This property will not be serialized. It can only be populated by the server. |
lun | Gets or sets the disk lun. |
max |
Gets the max disk size. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Gets or sets the name of the disk. |
storage |
The QoS policy for the disk. |
template |
Gets or sets the disk id in the template. |
vhd |
Gets the disk vhd format type. NOTE: This property will not be serialized. It can only be populated by the server. |
vhd |
Gets or sets the disk vhd type. |
volume |
Gets the disk volume type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
bus
Gets or sets the disk bus.
bus?: number
Property Value
number
busType
Gets or sets the disk bus type.
busType?: string
Property Value
string
createDiffDisk
Gets or sets a value indicating diff disk.
createDiffDisk?: string
Property Value
string
diskId
Gets or sets the disk id.
diskId?: string
Property Value
string
diskSizeGB
Gets or sets the disk total size.
diskSizeGB?: number
Property Value
number
displayName
Gets the display name of the virtual disk as shown in the vmmServer. This is the fallback label for a disk when the name is not set. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
lun
Gets or sets the disk lun.
lun?: number
Property Value
number
maxDiskSizeGB
Gets the max disk size. NOTE: This property will not be serialized. It can only be populated by the server.
maxDiskSizeGB?: number
Property Value
number
name
Gets or sets the name of the disk.
name?: string
Property Value
string
storageQosPolicy
The QoS policy for the disk.
storageQosPolicy?: StorageQosPolicyDetails
Property Value
templateDiskId
Gets or sets the disk id in the template.
templateDiskId?: string
Property Value
string
vhdFormatType
Gets the disk vhd format type. NOTE: This property will not be serialized. It can only be populated by the server.
vhdFormatType?: string
Property Value
string
vhdType
Gets or sets the disk vhd type.
vhdType?: string
Property Value
string
volumeType
Gets the disk volume type. NOTE: This property will not be serialized. It can only be populated by the server.
volumeType?: string
Property Value
string