VMwareToAzStackHCIReplicationExtensionModelCustomPropertiesArgs

data class VMwareToAzStackHCIReplicationExtensionModelCustomPropertiesArgs(val azStackHciFabricArmId: Output<String>, val instanceType: Output<String>, val storageAccountId: Output<String>? = null, val storageAccountSasSecretName: Output<String>? = null, val vmwareFabricArmId: Output<String>) : ConvertibleToJava<VMwareToAzStackHCIReplicationExtensionModelCustomPropertiesArgs>

VMware to AzStackHCI Replication extension model custom properties.

Constructors

constructor(azStackHciFabricArmId: Output<String>, instanceType: Output<String>, storageAccountId: Output<String>? = null, storageAccountSasSecretName: Output<String>? = null, vmwareFabricArmId: Output<String>)

Properties

Link copied to clipboard

Gets or sets the ARM Id of the target AzStackHCI fabric.

Link copied to clipboard
val instanceType: Output<String>

Gets or sets the instance type. Expected value is 'VMwareToAzStackHCI'.

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

Gets or sets the storage account Id.

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

Gets or sets the Sas Secret of storage account.

Link copied to clipboard

Gets or sets the ARM Id of the source VMware fabric.

Functions

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