Uses of Class
com.azure.resourcemanager.network.models.BgpCommunity
-
Packages that use BgpCommunity Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of BgpCommunity in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type BgpCommunity Modifier and Type Method Description List<BgpCommunity>BgpServiceCommunityInner. bgpCommunities()Get the bgpCommunities property: A list of bgp communities.List<BgpCommunity>BgpServiceCommunityPropertiesFormat. bgpCommunities()Get the bgpCommunities property: A list of bgp communities.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type BgpCommunity Modifier and Type Method Description BgpServiceCommunityInnerBgpServiceCommunityInner. withBgpCommunities(List<BgpCommunity> bgpCommunities)Set the bgpCommunities property: A list of bgp communities.BgpServiceCommunityPropertiesFormatBgpServiceCommunityPropertiesFormat. withBgpCommunities(List<BgpCommunity> bgpCommunities)Set the bgpCommunities property: A list of bgp communities. -
Uses of BgpCommunity in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return BgpCommunity Modifier and Type Method Description BgpCommunityBgpCommunity. withCommunityName(String communityName)Set the communityName property: The name of the bgp community.BgpCommunityBgpCommunity. withCommunityPrefixes(List<String> communityPrefixes)Set the communityPrefixes property: The prefixes that the bgp community contains.BgpCommunityBgpCommunity. withCommunityValue(String communityValue)Set the communityValue property: The value of the bgp community.BgpCommunityBgpCommunity. withIsAuthorizedToUse(Boolean isAuthorizedToUse)Set the isAuthorizedToUse property: Customer is authorized to use bgp community or not.BgpCommunityBgpCommunity. withServiceGroup(String serviceGroup)Set the serviceGroup property: The service group of the bgp community contains.BgpCommunityBgpCommunity. withServiceSupportedRegion(String serviceSupportedRegion)Set the serviceSupportedRegion property: The region which the service support.
-