Bgp Settings Args
data class BgpSettingsArgs(val asn: Output<Double>? = null, val bgpPeeringAddress: Output<String>? = null, val bgpPeeringAddresses: Output<List<IPConfigurationBgpPeeringAddressArgs>>? = null, val peerWeight: Output<Int>? = null) : ConvertibleToJava<BgpSettingsArgs>
BGP settings details.
Constructors
Link copied to clipboard
constructor(asn: Output<Double>? = null, bgpPeeringAddress: Output<String>? = null, bgpPeeringAddresses: Output<List<IPConfigurationBgpPeeringAddressArgs>>? = null, peerWeight: Output<Int>? = null)