AzureToAzureNetworkMappingSettings interface
A2A Network Mapping fabric specific settings.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
primary |
The primary fabric location. |
recovery |
The recovery fabric location. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "AzureToAzure"
Property Value
"AzureToAzure"
primaryFabricLocation
The primary fabric location.
primaryFabricLocation?: string
Property Value
string
recoveryFabricLocation
The recovery fabric location.
recoveryFabricLocation?: string
Property Value
string