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
constructor(diskId: Output<String>, logStorageAccountId: Output<String>? = null, targetDiskEncryptionSetId: Output<String>? = null, targetDiskType: Output<String>)

Properties

Link copied to clipboard
val diskId: Output<String>

The ID of the disk to be replicated.

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 Premium_LRS, Standard_LRS and StandardSSD_LRS.

Functions

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