VmwareReplicatedVmManagedDiskArgs

data class VmwareReplicatedVmManagedDiskArgs(val diskId: Output<String>, val logStorageAccountId: Output<String>? = null, val targetDiskEncryptionSetId: Output<String>? = null, val targetDiskType: Output<String>) : ConvertibleToJava<VmwareReplicatedVmManagedDiskArgs>

Constructors

Link copied to clipboard
fun VmwareReplicatedVmManagedDiskArgs(diskId: Output<String>, logStorageAccountId: Output<String>? = null, targetDiskEncryptionSetId: Output<String>? = null, targetDiskType: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): VmwareReplicatedVmManagedDiskArgs

Properties

Link copied to clipboard
val diskId: Output<String>

The ID of the disk to be replicated. Changing this forces a new resource to be created.

Link copied to clipboard
val logStorageAccountId: Output<String>? = null

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

Link copied to clipboard
val targetDiskEncryptionSetId: Output<String>? = null

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

Link copied to clipboard
val targetDiskType: Output<String>

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