ReplicatedVMManagedDiskArgs

data class ReplicatedVMManagedDiskArgs(val diskId: Output<String>, val stagingStorageAccountId: Output<String>, val targetDiskEncryption: Output<ReplicatedVMManagedDiskTargetDiskEncryptionArgs>? = null, val targetDiskEncryptionSetId: Output<String>? = null, val targetDiskType: Output<String>, val targetReplicaDiskType: Output<String>, val targetResourceGroupId: Output<String>) : ConvertibleToJava<ReplicatedVMManagedDiskArgs>

Constructors

Link copied to clipboard
constructor(diskId: Output<String>, stagingStorageAccountId: Output<String>, targetDiskEncryption: Output<ReplicatedVMManagedDiskTargetDiskEncryptionArgs>? = null, targetDiskEncryptionSetId: Output<String>? = null, targetDiskType: Output<String>, targetReplicaDiskType: Output<String>, targetResourceGroupId: Output<String>)

Properties

Link copied to clipboard
val diskId: Output<String>

Id of disk that should be replicated. Changing this forces a new resource to be created.

Link copied to clipboard

Storage account that should be used for caching. Changing this forces a new resource to be created.

Link copied to clipboard

A target_disk_encryption block as defined below.

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

The Disk Encryption Set that the Managed Disk will be associated with. Changing this forces a new resource to be created.

Link copied to clipboard
val targetDiskType: Output<String>

What type should the disk be when a failover is done. Possible values are Standard_LRS, Premium_LRS, StandardSSD_LRS and UltraSSD_LRS. Changing this forces a new resource to be created.

Link copied to clipboard

What type should the disk be that holds the replication data. Possible values are Standard_LRS, Premium_LRS, StandardSSD_LRS and UltraSSD_LRS. Changing this forces a new resource to be created.

Link copied to clipboard

Resource group disk should belong to when a failover is done. Changing this forces a new resource to be created.

Functions

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