Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualDisk

Package version

Virtual disk model

Hierarchy

  • VirtualDisk

Index

Properties

Optional bus

bus: undefined | number

Gets or sets the disk bus.

Optional busType

busType: undefined | string

Gets or sets the disk bus type.

Optional createDiffDisk

createDiffDisk: CreateDiffDisk

Gets or sets a value indicating diff disk.

Optional diskId

diskId: undefined | string

Gets or sets the disk id.

Optional diskSizeGB

diskSizeGB: undefined | number

Gets or sets the disk total size.

Optional displayName

displayName: undefined | string

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.

Optional lun

lun: undefined | number

Gets or sets the disk lun.

Optional maxDiskSizeGB

maxDiskSizeGB: undefined | number

Gets or sets the max disk size. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Gets or sets the name of the disk.

Optional storageQoSPolicy

storageQoSPolicy: StorageQoSPolicyDetails

The QoS policy for the disk.

Optional templateDiskId

templateDiskId: undefined | string

Gets or sets the disk id in the template.

Optional vhdFormatType

vhdFormatType: undefined | string

Gets the disk vhd format type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional vhdType

vhdType: undefined | string

Gets or sets the disk vhd type.

Optional volumeType

volumeType: undefined | string

Gets or sets the disk volume type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc