Vpn Gateway Bgp Settings
data class VpnGatewayBgpSettings(val asn: Int, val bgpPeeringAddress: String? = null, val instance0BgpPeeringAddress: VpnGatewayBgpSettingsInstance0BgpPeeringAddress? = null, val instance1BgpPeeringAddress: VpnGatewayBgpSettingsInstance1BgpPeeringAddress? = null, val peerWeight: Int)
Constructors
Link copied to clipboard
constructor(asn: Int, bgpPeeringAddress: String? = null, instance0BgpPeeringAddress: VpnGatewayBgpSettingsInstance0BgpPeeringAddress? = null, instance1BgpPeeringAddress: VpnGatewayBgpSettingsInstance1BgpPeeringAddress? = null, peerWeight: Int)
Properties
Link copied to clipboard
The Address which should be used for the BGP Peering.
Link copied to clipboard
An instance_bgp_peering_address
block as defined below.
Link copied to clipboard
An instance_bgp_peering_address
block as defined below.
Link copied to clipboard
The weight added to Routes learned from this BGP Speaker. Changing this forces a new resource to be created.