HyperVToAzStackHCIProtectedDiskProperties interface
HyperVToAzStackHCI protected disk properties.
Properties
| capacity |
Gets or sets the disk capacity in bytes. |
| disk |
Gets or sets a value of disk block size. |
| disk |
Gets or sets a value of disk logical sector size. |
| disk |
Gets or sets a value of disk physical sector size. |
| disk |
Gets or sets the disk type. |
| is |
Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk. |
| is |
Gets or sets a value indicating whether the disk is the OS disk. |
| migrate |
Gets or sets the failover clone disk. |
| seed |
Gets or sets the seed disk name. |
| source |
Gets or sets the source disk Id. |
| source |
Gets or sets the source disk Name. |
| storage |
Gets or sets the ARM Id of the storage container. |
| storage |
Gets or sets the local path of the storage container. |
| test |
Gets or sets the test failover clone disk. |
Property Details
capacityInBytes
Gets or sets the disk capacity in bytes.
capacityInBytes?: number
Property Value
number
diskBlockSize
Gets or sets a value of disk block size.
diskBlockSize?: number
Property Value
number
diskLogicalSectorSize
Gets or sets a value of disk logical sector size.
diskLogicalSectorSize?: number
Property Value
number
diskPhysicalSectorSize
Gets or sets a value of disk physical sector size.
diskPhysicalSectorSize?: number
Property Value
number
diskType
Gets or sets the disk type.
diskType?: string
Property Value
string
isDynamic
Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
isDynamic?: boolean
Property Value
boolean
isOsDisk
Gets or sets a value indicating whether the disk is the OS disk.
isOsDisk?: boolean
Property Value
boolean
migrateDiskName
Gets or sets the failover clone disk.
migrateDiskName?: string
Property Value
string
seedDiskName
Gets or sets the seed disk name.
seedDiskName?: string
Property Value
string
sourceDiskId
Gets or sets the source disk Id.
sourceDiskId?: string
Property Value
string
sourceDiskName
Gets or sets the source disk Name.
sourceDiskName?: string
Property Value
string
storageContainerId
Gets or sets the ARM Id of the storage container.
storageContainerId?: string
Property Value
string
storageContainerLocalPath
Gets or sets the local path of the storage container.
storageContainerLocalPath?: string
Property Value
string
testMigrateDiskName
Gets or sets the test failover clone disk.
testMigrateDiskName?: string
Property Value
string