Get Local Network Gateway Result
data class GetLocalNetworkGatewayResult(val addressSpaces: List<String>, val bgpSettings: List<GetLocalNetworkGatewayBgpSetting>, val gatewayAddress: String, val gatewayFqdn: String, val id: String, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>)
A collection of values returned by getLocalNetworkGateway.
Constructors
Properties
Link copied to clipboard
The list of string CIDRs representing the address spaces the gateway exposes.
Link copied to clipboard
A bgp_settings
block as defined below containing the Local Network Gateway's BGP speaker settings.
Link copied to clipboard
The gateway IP address the Local Network Gateway uses.
Link copied to clipboard
The gateway FQDN the Local Network Gateway uses.
Link copied to clipboard