ReplicatedVMUnmanagedDiskArgs

data class ReplicatedVMUnmanagedDiskArgs(val diskUri: Output<String>, val stagingStorageAccountId: Output<String>, val targetStorageAccountId: Output<String>) : ConvertibleToJava<ReplicatedVMUnmanagedDiskArgs>

Constructors

Link copied to clipboard
constructor(diskUri: Output<String>, stagingStorageAccountId: Output<String>, targetStorageAccountId: Output<String>)

Properties

Link copied to clipboard
val diskUri: 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

Storage account 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(): ReplicatedVMUnmanagedDiskArgs