Local Network Gateway Args
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)