Uses of Class
com.microsoft.azure.management.network.BGPCommunity
Packages that use BGPCommunity
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of BGPCommunity in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return BGPCommunityModifier and TypeMethodDescriptionBGPCommunity.withCommunityName
(String communityName) Set the name of the bgp community.BGPCommunity.withCommunityPrefixes
(List<String> communityPrefixes) Set the prefixes that the bgp community contains.BGPCommunity.withCommunityValue
(String communityValue) Set the value of the bgp community.BGPCommunity.withIsAuthorizedToUse
(Boolean isAuthorizedToUse) Set customer is authorized to use bgp community or not.BGPCommunity.withServiceGroup
(String serviceGroup) Set the service group of the bgp community contains.BGPCommunity.withServiceSupportedRegion
(String serviceSupportedRegion) Set the region which the service support.