HyperVToAzStackHCIReplicationExtensionModelCustomPropertiesResponse

data class HyperVToAzStackHCIReplicationExtensionModelCustomPropertiesResponse(val asrServiceUri: String, val azStackHciFabricArmId: String, val azStackHciSiteId: String, val gatewayServiceUri: String, val hyperVFabricArmId: String, val hyperVSiteId: String, val instanceType: String, val rcmServiceUri: String, val resourceGroup: String, val resourceLocation: String, val sourceGatewayServiceId: String, val sourceStorageContainerName: String, val storageAccountId: String? = null, val storageAccountSasSecretName: String? = null, val subscriptionId: String, val targetGatewayServiceId: String, val targetStorageContainerName: String)

HyperV to AzStackHCI Replication extension model custom properties.

Constructors

constructor(asrServiceUri: String, azStackHciFabricArmId: String, azStackHciSiteId: String, gatewayServiceUri: String, hyperVFabricArmId: String, hyperVSiteId: String, instanceType: String, rcmServiceUri: String, resourceGroup: String, resourceLocation: String, sourceGatewayServiceId: String, sourceStorageContainerName: String, storageAccountId: String? = null, storageAccountSasSecretName: String? = null, subscriptionId: String, targetGatewayServiceId: String, targetStorageContainerName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the Uri of ASR.

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 AzStackHCI site.

Link copied to clipboard

Gets or sets the Uri of Gateway.

Link copied to clipboard

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

Link copied to clipboard

Gets or sets the ARM Id of the HyperV site.

Link copied to clipboard

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

Link copied to clipboard

Gets or sets the Uri of Rcm.

Link copied to clipboard

Gets or sets the resource group.

Link copied to clipboard

Gets or sets the resource location.

Link copied to clipboard

Gets or sets the gateway service Id of source.

Link copied to clipboard

Gets or sets the source storage container name.

Link copied to clipboard

Gets or sets the storage account Id.

Link copied to clipboard

Gets or sets the Sas Secret of storage account.

Link copied to clipboard

Gets or sets the subscription.

Link copied to clipboard

Gets or sets the gateway service Id of target.

Link copied to clipboard

Gets or sets the target storage container name.