| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
BGPCommunity |
BGPCommunity.withCommunityName(String communityName)
Set the name of the bgp community.
|
BGPCommunity |
BGPCommunity.withCommunityPrefixes(List<String> communityPrefixes)
Set the prefixes that the bgp community contains.
|
BGPCommunity |
BGPCommunity.withCommunityValue(String communityValue)
Set the value of the bgp community.
|
BGPCommunity |
BGPCommunity.withIsAuthorizedToUse(Boolean isAuthorizedToUse)
Set customer is authorized to use bgp community or not.
|
BGPCommunity |
BGPCommunity.withServiceGroup(String serviceGroup)
Set the service group of the bgp community contains.
|
BGPCommunity |
BGPCommunity.withServiceSupportedRegion(String serviceSupportedRegion)
Set the region which the service support.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/