AzureToAzureNetworkMappingSettingsResponse

data class AzureToAzureNetworkMappingSettingsResponse(val instanceType: String, val primaryFabricLocation: String? = null, val recoveryFabricLocation: String? = null)

A2A Network Mapping fabric specific settings.

Constructors

constructor(instanceType: String, primaryFabricLocation: String? = null, recoveryFabricLocation: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the Instance type. Expected value is 'AzureToAzure'.

Link copied to clipboard

The primary fabric location.

Link copied to clipboard

The recovery fabric location.