Cni Bgp Configuration Args
data class CniBgpConfigurationArgs(val bgpPeers: Output<List<BgpPeerArgs>>? = null, val communityAdvertisements: Output<List<CommunityAdvertisementArgs>>? = null, val nodeMeshPassword: Output<String>? = null, val serviceExternalPrefixes: Output<List<String>>? = null, val serviceLoadBalancerPrefixes: Output<List<String>>? = null) : ConvertibleToJava<CniBgpConfigurationArgs>
Constructors
Link copied to clipboard
fun CniBgpConfigurationArgs(bgpPeers: Output<List<BgpPeerArgs>>? = null, communityAdvertisements: Output<List<CommunityAdvertisementArgs>>? = null, nodeMeshPassword: Output<String>? = null, serviceExternalPrefixes: Output<List<String>>? = null, serviceLoadBalancerPrefixes: Output<List<String>>? = null)