VirtualNetworkBgpCommunities Class

  • java.lang.Object
    • com.microsoft.azure.management.network.VirtualNetworkBgpCommunities

public class VirtualNetworkBgpCommunities

Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.

Constructor Summary

Constructor Description
VirtualNetworkBgpCommunities()

Method Summary

Modifier and Type Method and Description
java.lang.String regionalCommunity()

Get the BGP community associated with the region of the virtual network.

java.lang.String virtualNetworkCommunity()

Get the BGP community associated with the virtual network.

VirtualNetworkBgpCommunities withVirtualNetworkCommunity(String virtualNetworkCommunity)

Set the BGP community associated with the virtual network.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

VirtualNetworkBgpCommunities

public VirtualNetworkBgpCommunities()

Method Details

regionalCommunity

public String regionalCommunity()

Get the BGP community associated with the region of the virtual network.

Returns:

the regionalCommunity value

virtualNetworkCommunity

public String virtualNetworkCommunity()

Get the BGP community associated with the virtual network.

Returns:

the virtualNetworkCommunity value

withVirtualNetworkCommunity

public VirtualNetworkBgpCommunities withVirtualNetworkCommunity(String virtualNetworkCommunity)

Set the BGP community associated with the virtual network.

Parameters:

virtualNetworkCommunity - the virtualNetworkCommunity value to set

Returns:

the VirtualNetworkBgpCommunities object itself.

Applies to