GetLocalNetworkGatewayResult

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

Link copied to clipboard
constructor(addressSpaces: List<String>, bgpSettings: List<GetLocalNetworkGatewayBgpSetting>, gatewayAddress: String, gatewayFqdn: String, id: String, location: String, name: String, resourceGroupName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Local Network Gateway exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the Local Network Gateway.