LocalNetworkGatewayPropertiesFormatOutput interface
LocalNetworkGateway properties.
Properties
| bgp |
Local network gateway's BGP speaker settings. |
| fqdn | FQDN of local network gateway. |
| gateway |
IP address of local network gateway. |
| local |
Local network site address space. |
| provisioning |
The provisioning state of the local network gateway resource. |
| resource |
The resource GUID property of the local network gateway resource. |
Property Details
bgpSettings
Local network gateway's BGP speaker settings.
bgpSettings?: BgpSettingsOutput
Property Value
fqdn
FQDN of local network gateway.
fqdn?: string
Property Value
string
gatewayIpAddress
IP address of local network gateway.
gatewayIpAddress?: string
Property Value
string
localNetworkAddressSpace
Local network site address space.
localNetworkAddressSpace?: AddressSpaceOutput
Property Value
provisioningState
The provisioning state of the local network gateway resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
resourceGuid
The resource GUID property of the local network gateway resource.
resourceGuid?: string
Property Value
string