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.
|
Boolean |
isAuthorizedToUse()
Get the isAuthorizedToUse value.
|
String |
serviceGroup()
Get the serviceGroup value.
|
String |
serviceSupportedRegion()
Get the serviceSupportedRegion 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 |
withIsAuthorizedToUse(Boolean isAuthorizedToUse)
Set the isAuthorizedToUse value.
|
BGPCommunity |
withServiceGroup(String serviceGroup)
Set the serviceGroup value.
|
BGPCommunity |
withServiceSupportedRegion(String serviceSupportedRegion)
Set the serviceSupportedRegion value.
|
public String serviceSupportedRegion()
public BGPCommunity withServiceSupportedRegion(String serviceSupportedRegion)
serviceSupportedRegion
- the serviceSupportedRegion 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 setpublic Boolean isAuthorizedToUse()
public BGPCommunity withIsAuthorizedToUse(Boolean isAuthorizedToUse)
isAuthorizedToUse
- the isAuthorizedToUse value to setpublic String serviceGroup()
public BGPCommunity withServiceGroup(String serviceGroup)
serviceGroup
- the serviceGroup value to setCopyright © 2019. All rights reserved.