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