LocalNetworkGatewayArgs

data class LocalNetworkGatewayArgs(val bgpSettings: Output<BgpSettingsArgs>? = null, val fqdn: Output<String>? = null, val gatewayIpAddress: Output<String>? = null, val id: Output<String>? = null, val localNetworkAddressSpace: Output<AddressSpaceArgs>? = null, val location: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<LocalNetworkGatewayArgs>

A common class for general resource information.

Constructors

Link copied to clipboard
constructor(bgpSettings: Output<BgpSettingsArgs>? = null, fqdn: Output<String>? = null, gatewayIpAddress: Output<String>? = null, id: Output<String>? = null, localNetworkAddressSpace: Output<AddressSpaceArgs>? = null, location: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val bgpSettings: Output<BgpSettingsArgs>? = null

Local network gateway's BGP speaker settings.

Link copied to clipboard
val fqdn: Output<String>? = null

FQDN of local network gateway.

Link copied to clipboard
val gatewayIpAddress: Output<String>? = null

IP address of local network gateway.

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard

Local network site address space.

Link copied to clipboard
val location: Output<String>? = null

Resource location.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Functions

Link copied to clipboard
open override fun toJava(): LocalNetworkGatewayArgs