180 строки
12 KiB
YAML
180 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.BGPCommunity"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity"
|
|
name: "BGPCommunity"
|
|
nameWithType: "BGPCommunity"
|
|
summary: "Contains bgp community information offered in Service Community resources."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **BGPCommunity**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.BGPCommunity.BGPCommunity()"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity.BGPCommunity()"
|
|
name: "BGPCommunity()"
|
|
nameWithType: "BGPCommunity.BGPCommunity()"
|
|
syntax: "public BGPCommunity()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.BGPCommunity.communityName()"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity.communityName()"
|
|
name: "communityName()"
|
|
nameWithType: "BGPCommunity.communityName()"
|
|
summary: "Get the name of the bgp community."
|
|
syntax: "public String communityName()"
|
|
desc: "Get the name of the bgp community. e.g. Skype."
|
|
returns:
|
|
description: "the communityName value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.BGPCommunity.communityPrefixes()"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity.communityPrefixes()"
|
|
name: "communityPrefixes()"
|
|
nameWithType: "BGPCommunity.communityPrefixes()"
|
|
summary: "Get the prefixes that the bgp community contains."
|
|
syntax: "public List<String> communityPrefixes()"
|
|
desc: "Get the prefixes that the bgp community contains."
|
|
returns:
|
|
description: "the communityPrefixes value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.BGPCommunity.communityValue()"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity.communityValue()"
|
|
name: "communityValue()"
|
|
nameWithType: "BGPCommunity.communityValue()"
|
|
summary: "Get the value of the bgp community."
|
|
syntax: "public String communityValue()"
|
|
desc: "Get the value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing."
|
|
returns:
|
|
description: "the communityValue value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.BGPCommunity.isAuthorizedToUse()"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity.isAuthorizedToUse()"
|
|
name: "isAuthorizedToUse()"
|
|
nameWithType: "BGPCommunity.isAuthorizedToUse()"
|
|
summary: "Get customer is authorized to use bgp community or not."
|
|
syntax: "public Boolean isAuthorizedToUse()"
|
|
desc: "Get customer is authorized to use bgp community or not."
|
|
returns:
|
|
description: "the isAuthorizedToUse value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.BGPCommunity.serviceGroup()"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity.serviceGroup()"
|
|
name: "serviceGroup()"
|
|
nameWithType: "BGPCommunity.serviceGroup()"
|
|
summary: "Get the service group of the bgp community contains."
|
|
syntax: "public String serviceGroup()"
|
|
desc: "Get the service group of the bgp community contains."
|
|
returns:
|
|
description: "the serviceGroup value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.BGPCommunity.serviceSupportedRegion()"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity.serviceSupportedRegion()"
|
|
name: "serviceSupportedRegion()"
|
|
nameWithType: "BGPCommunity.serviceSupportedRegion()"
|
|
summary: "Get the region which the service support."
|
|
syntax: "public String serviceSupportedRegion()"
|
|
desc: "Get the region which the service support. e.g. For O365, region is Global."
|
|
returns:
|
|
description: "the serviceSupportedRegion value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.BGPCommunity.withCommunityName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity.withCommunityName(String communityName)"
|
|
name: "withCommunityName(String communityName)"
|
|
nameWithType: "BGPCommunity.withCommunityName(String communityName)"
|
|
summary: "Set the name of the bgp community."
|
|
parameters:
|
|
- description: "the communityName value to set"
|
|
name: "communityName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BGPCommunity withCommunityName(String communityName)"
|
|
desc: "Set the name of the bgp community. e.g. Skype."
|
|
returns:
|
|
description: "the BGPCommunity object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.BGPCommunity?alt=com.microsoft.azure.management.network.BGPCommunity&text=BGPCommunity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.BGPCommunity.withCommunityPrefixes(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity.withCommunityPrefixes(List<String> communityPrefixes)"
|
|
name: "withCommunityPrefixes(List<String> communityPrefixes)"
|
|
nameWithType: "BGPCommunity.withCommunityPrefixes(List<String> communityPrefixes)"
|
|
summary: "Set the prefixes that the bgp community contains."
|
|
parameters:
|
|
- description: "the communityPrefixes value to set"
|
|
name: "communityPrefixes"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public BGPCommunity withCommunityPrefixes(List<String> communityPrefixes)"
|
|
desc: "Set the prefixes that the bgp community contains."
|
|
returns:
|
|
description: "the BGPCommunity object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.BGPCommunity?alt=com.microsoft.azure.management.network.BGPCommunity&text=BGPCommunity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.BGPCommunity.withCommunityValue(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity.withCommunityValue(String communityValue)"
|
|
name: "withCommunityValue(String communityValue)"
|
|
nameWithType: "BGPCommunity.withCommunityValue(String communityValue)"
|
|
summary: "Set the value of the bgp community."
|
|
parameters:
|
|
- description: "the communityValue value to set"
|
|
name: "communityValue"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BGPCommunity withCommunityValue(String communityValue)"
|
|
desc: "Set the value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing."
|
|
returns:
|
|
description: "the BGPCommunity object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.BGPCommunity?alt=com.microsoft.azure.management.network.BGPCommunity&text=BGPCommunity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.BGPCommunity.withIsAuthorizedToUse(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity.withIsAuthorizedToUse(Boolean isAuthorizedToUse)"
|
|
name: "withIsAuthorizedToUse(Boolean isAuthorizedToUse)"
|
|
nameWithType: "BGPCommunity.withIsAuthorizedToUse(Boolean isAuthorizedToUse)"
|
|
summary: "Set customer is authorized to use bgp community or not."
|
|
parameters:
|
|
- description: "the isAuthorizedToUse value to set"
|
|
name: "isAuthorizedToUse"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BGPCommunity withIsAuthorizedToUse(Boolean isAuthorizedToUse)"
|
|
desc: "Set customer is authorized to use bgp community or not."
|
|
returns:
|
|
description: "the BGPCommunity object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.BGPCommunity?alt=com.microsoft.azure.management.network.BGPCommunity&text=BGPCommunity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.BGPCommunity.withServiceGroup(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity.withServiceGroup(String serviceGroup)"
|
|
name: "withServiceGroup(String serviceGroup)"
|
|
nameWithType: "BGPCommunity.withServiceGroup(String serviceGroup)"
|
|
summary: "Set the service group of the bgp community contains."
|
|
parameters:
|
|
- description: "the serviceGroup value to set"
|
|
name: "serviceGroup"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BGPCommunity withServiceGroup(String serviceGroup)"
|
|
desc: "Set the service group of the bgp community contains."
|
|
returns:
|
|
description: "the BGPCommunity object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.BGPCommunity?alt=com.microsoft.azure.management.network.BGPCommunity&text=BGPCommunity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.BGPCommunity.withServiceSupportedRegion(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.BGPCommunity.withServiceSupportedRegion(String serviceSupportedRegion)"
|
|
name: "withServiceSupportedRegion(String serviceSupportedRegion)"
|
|
nameWithType: "BGPCommunity.withServiceSupportedRegion(String serviceSupportedRegion)"
|
|
summary: "Set the region which the service support."
|
|
parameters:
|
|
- description: "the serviceSupportedRegion value to set"
|
|
name: "serviceSupportedRegion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BGPCommunity withServiceSupportedRegion(String serviceSupportedRegion)"
|
|
desc: "Set the region which the service support. e.g. For O365, region is Global."
|
|
returns:
|
|
description: "the BGPCommunity object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.BGPCommunity?alt=com.microsoft.azure.management.network.BGPCommunity&text=BGPCommunity\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Contains bgp community information offered in Service Community resources."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|