Vmware Replicated Vm Managed Disk
data class VmwareReplicatedVmManagedDisk(val diskId: String, val logStorageAccountId: String? = null, val targetDiskEncryptionSetId: String? = null, val targetDiskType: String)
Properties
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
.