Class VirtualNetworkBgpCommunities
java.lang.Object
com.microsoft.azure.management.network.VirtualNetworkBgpCommunities
Bgp Communities sent over ExpressRoute with each route corresponding to a
prefix in this VNET.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the BGP community associated with the region of the virtual network.Get the BGP community associated with the virtual network.withVirtualNetworkCommunity
(String virtualNetworkCommunity) Set the BGP community associated with the virtual network.
-
Constructor Details
-
VirtualNetworkBgpCommunities
public VirtualNetworkBgpCommunities()
-
-
Method Details
-
virtualNetworkCommunity
Get the BGP community associated with the virtual network.- Returns:
- the virtualNetworkCommunity value
-
withVirtualNetworkCommunity
Set the BGP community associated with the virtual network.- Parameters:
virtualNetworkCommunity
- the virtualNetworkCommunity value to set- Returns:
- the VirtualNetworkBgpCommunities object itself.
-
regionalCommunity
Get the BGP community associated with the region of the virtual network.- Returns:
- the regionalCommunity value
-