HyperVToAzStackHCIReplicationExtensionModelCustomPropertiesArgs

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

HyperV to AzStackHCI Replication extension model custom properties.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val instanceType: Output<String>

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

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.

Functions

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