VMwareToAzStackHCIProtectedDiskProperties interface
VMwareToAzStackHCI protected disk properties.
Properties
capacity |
Gets or sets the disk capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server. |
disk |
Gets or sets the disk type. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Gets or sets a value indicating whether the disk is the OS disk. NOTE: This property will not be serialized. It can only be populated by the server. |
migrate |
Gets or sets the failover clone disk. NOTE: This property will not be serialized. It can only be populated by the server. |
seed |
Gets or sets the seed disk name. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Gets or sets the source disk Id. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Gets or sets the source disk Name. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
Gets or sets the ARM Id of the storage container. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
Gets or sets the local path of the storage container. NOTE: This property will not be serialized. It can only be populated by the server. |
test |
Gets or sets the test failover clone disk. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
capacityInBytes
Gets or sets the disk capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.
capacityInBytes?: number
Property Value
number
diskType
Gets or sets the disk type. NOTE: This property will not be serialized. It can only be populated by the server.
diskType?: string
Property Value
string
isDynamic
Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk. NOTE: This property will not be serialized. It can only be populated by the server.
isDynamic?: boolean
Property Value
boolean
isOsDisk
Gets or sets a value indicating whether the disk is the OS disk. NOTE: This property will not be serialized. It can only be populated by the server.
isOsDisk?: boolean
Property Value
boolean
migrateDiskName
Gets or sets the failover clone disk. NOTE: This property will not be serialized. It can only be populated by the server.
migrateDiskName?: string
Property Value
string
seedDiskName
Gets or sets the seed disk name. NOTE: This property will not be serialized. It can only be populated by the server.
seedDiskName?: string
Property Value
string
sourceDiskId
Gets or sets the source disk Id. NOTE: This property will not be serialized. It can only be populated by the server.
sourceDiskId?: string
Property Value
string
sourceDiskName
Gets or sets the source disk Name. NOTE: This property will not be serialized. It can only be populated by the server.
sourceDiskName?: string
Property Value
string
storageContainerId
Gets or sets the ARM Id of the storage container. NOTE: This property will not be serialized. It can only be populated by the server.
storageContainerId?: string
Property Value
string
storageContainerLocalPath
Gets or sets the local path of the storage container. NOTE: This property will not be serialized. It can only be populated by the server.
storageContainerLocalPath?: string
Property Value
string
testMigrateDiskName
Gets or sets the test failover clone disk. NOTE: This property will not be serialized. It can only be populated by the server.
testMigrateDiskName?: string
Property Value
string
Azure SDK for JavaScript