VmwareReplicatedVmManagedDisk

data class VmwareReplicatedVmManagedDisk(val diskId: String, val logStorageAccountId: String? = null, val targetDiskEncryptionSetId: String? = null, val targetDiskType: String)

Constructors

Link copied to clipboard
constructor(diskId: String, logStorageAccountId: String? = null, targetDiskEncryptionSetId: String? = null, targetDiskType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the disk to be replicated.

Link copied to clipboard

The ID of the storage account that should be used for logging during replication.

Link copied to clipboard

The ID of the Disk Encryption Set that should be used for the disks when a failover is done.

Link copied to clipboard

The disk type of the disk to be created when a failover is done. Possible values are Premium_LRS, Standard_LRS and StandardSSD_LRS.