VMwareToAzStackHCIProtectedDiskPropertiesResponse

data class VMwareToAzStackHCIProtectedDiskPropertiesResponse(val capacityInBytes: Double, val diskType: String, val isDynamic: Boolean, val isOsDisk: Boolean, val migrateDiskName: String, val seedDiskName: String, val sourceDiskId: String, val sourceDiskName: String, val storageContainerId: String, val storageContainerLocalPath: String, val testMigrateDiskName: String)

VMwareToAzStackHCI protected disk properties.

Constructors

constructor(capacityInBytes: Double, diskType: String, isDynamic: Boolean, isOsDisk: Boolean, migrateDiskName: String, seedDiskName: String, sourceDiskId: String, sourceDiskName: String, storageContainerId: String, storageContainerLocalPath: String, testMigrateDiskName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the disk capacity in bytes.

Link copied to clipboard

Gets or sets the disk type.

Link copied to clipboard

Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.

Link copied to clipboard

Gets or sets a value indicating whether the disk is the OS disk.

Link copied to clipboard

Gets or sets the failover clone disk.

Link copied to clipboard

Gets or sets the seed disk name.

Link copied to clipboard

Gets or sets the source disk Id.

Link copied to clipboard

Gets or sets the source disk Name.

Link copied to clipboard

Gets or sets the ARM Id of the storage container.

Link copied to clipboard

Gets or sets the local path of the storage container.

Link copied to clipboard

Gets or sets the test failover clone disk.