public class BGPCommunity extends Object
| Constructor and Description |
|---|
BGPCommunity() |
| Modifier and Type | Method and Description |
|---|---|
String |
communityName()
Get the communityName value.
|
List<String> |
communityPrefixes()
Get the communityPrefixes value.
|
String |
communityValue()
Get the communityValue value.
|
String |
region()
Get the region value.
|
BGPCommunity |
withCommunityName(String communityName)
Set the communityName value.
|
BGPCommunity |
withCommunityPrefixes(List<String> communityPrefixes)
Set the communityPrefixes value.
|
BGPCommunity |
withCommunityValue(String communityValue)
Set the communityValue value.
|
BGPCommunity |
withRegion(String region)
Set the region value.
|
public String region()
public BGPCommunity withRegion(String region)
region - the region value to setpublic String communityName()
public BGPCommunity withCommunityName(String communityName)
communityName - the communityName value to setpublic String communityValue()
public BGPCommunity withCommunityValue(String communityValue)
communityValue - the communityValue value to setpublic List<String> communityPrefixes()
public BGPCommunity withCommunityPrefixes(List<String> communityPrefixes)
communityPrefixes - the communityPrefixes value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/