Uses of Class
com.microsoft.azure.management.network.BGPCommunity
-
Packages that use BGPCommunity Package Description com.microsoft.azure.management.network 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 BGPCommunity Modifier and Type Method Description BGPCommunityBGPCommunity. withCommunityName(String communityName)Set the communityName value.BGPCommunityBGPCommunity. withCommunityPrefixes(List<String> communityPrefixes)Set the communityPrefixes value.BGPCommunityBGPCommunity. withCommunityValue(String communityValue)Set the communityValue value.BGPCommunityBGPCommunity. withIsAuthorizedToUse(Boolean isAuthorizedToUse)Set the isAuthorizedToUse value.BGPCommunityBGPCommunity. withServiceGroup(String serviceGroup)Set the serviceGroup value.BGPCommunityBGPCommunity. withServiceSupportedRegion(String serviceSupportedRegion)Set the serviceSupportedRegion value.
-