HyperVReplicaAzureManagedDiskDetailsResponse

data class HyperVReplicaAzureManagedDiskDetailsResponse(val diskEncryptionSetId: String? = null, val diskId: String? = null, val replicaDiskType: String? = null, val sectorSizeInBytes: Int? = null, val seedManagedDiskId: String? = null, val targetDiskAccountType: String? = null)

Hyper-V Managed disk details.

Constructors

constructor(diskEncryptionSetId: String? = null, diskId: String? = null, replicaDiskType: String? = null, sectorSizeInBytes: Int? = null, seedManagedDiskId: String? = null, targetDiskAccountType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The disk encryption set ARM Id.

Link copied to clipboard
val diskId: String? = null

The disk Id.

Link copied to clipboard
val replicaDiskType: String? = null

The replica disk type.

Link copied to clipboard
val sectorSizeInBytes: Int? = null

The logical sector size (in bytes), 512 by default.

Link copied to clipboard

Seed managed disk Id.

Link copied to clipboard

The disk type.