public final class VirtualNetworkBgpCommunities extends Object
| Constructor and Description |
|---|
VirtualNetworkBgpCommunities() |
| Modifier and Type | Method and Description |
|---|---|
String |
regionalCommunity()
Get the regionalCommunity property: The BGP community associated with the region of the virtual network.
|
void |
validate()
Validates the instance.
|
String |
virtualNetworkCommunity()
Get the virtualNetworkCommunity property: The BGP community associated with the virtual network.
|
VirtualNetworkBgpCommunities |
withVirtualNetworkCommunity(String virtualNetworkCommunity)
Set the virtualNetworkCommunity property: The BGP community associated with the virtual network.
|
public String virtualNetworkCommunity()
public VirtualNetworkBgpCommunities withVirtualNetworkCommunity(String virtualNetworkCommunity)
virtualNetworkCommunity - the virtualNetworkCommunity value to set.public String regionalCommunity()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.