174 строки
12 KiB
YAML
174 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.network.models.BgpSettings"
|
|
fullName: "com.azure.resourcemanager.network.models.BgpSettings"
|
|
name: "BgpSettings"
|
|
nameWithType: "BgpSettings"
|
|
summary: "BGP settings details."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **BgpSettings**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.models.BgpSettings?alt=com.azure.resourcemanager.network.models.BgpSettings&text=BgpSettings\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.network.models.BgpSettings.BgpSettings()"
|
|
fullName: "com.azure.resourcemanager.network.models.BgpSettings.BgpSettings()"
|
|
name: "BgpSettings()"
|
|
nameWithType: "BgpSettings.BgpSettings()"
|
|
summary: "Creates an instance of Bgp<wbr>Settings class."
|
|
syntax: "public BgpSettings()"
|
|
desc: "Creates an instance of BgpSettings class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.network.models.BgpSettings.asn()"
|
|
fullName: "com.azure.resourcemanager.network.models.BgpSettings.asn()"
|
|
name: "asn()"
|
|
nameWithType: "BgpSettings.asn()"
|
|
summary: "Get the asn property: The BGP speaker's ASN."
|
|
syntax: "public Long asn()"
|
|
desc: "Get the asn property: The BGP speaker's ASN."
|
|
returns:
|
|
description: "the asn value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.network.models.BgpSettings.bgpPeeringAddress()"
|
|
fullName: "com.azure.resourcemanager.network.models.BgpSettings.bgpPeeringAddress()"
|
|
name: "bgpPeeringAddress()"
|
|
nameWithType: "BgpSettings.bgpPeeringAddress()"
|
|
summary: "Get the bgp<wbr>Peering<wbr>Address property: The BGP peering address and BGP identifier of this BGP speaker."
|
|
syntax: "public String bgpPeeringAddress()"
|
|
desc: "Get the bgpPeeringAddress property: The BGP peering address and BGP identifier of this BGP speaker."
|
|
returns:
|
|
description: "the bgpPeeringAddress value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.network.models.BgpSettings.bgpPeeringAddresses()"
|
|
fullName: "com.azure.resourcemanager.network.models.BgpSettings.bgpPeeringAddresses()"
|
|
name: "bgpPeeringAddresses()"
|
|
nameWithType: "BgpSettings.bgpPeeringAddresses()"
|
|
summary: "Get the bgp<wbr>Peering<wbr>Addresses property: BGP peering address with IP configuration ID for virtual network gateway."
|
|
syntax: "public List<IpConfigurationBgpPeeringAddress> bgpPeeringAddresses()"
|
|
desc: "Get the bgpPeeringAddresses property: BGP peering address with IP configuration ID for virtual network gateway."
|
|
returns:
|
|
description: "the bgpPeeringAddresses value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.network.models.IpConfigurationBgpPeeringAddress?alt=com.azure.resourcemanager.network.models.IpConfigurationBgpPeeringAddress&text=IpConfigurationBgpPeeringAddress\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.models.BgpSettings.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.network.models.BgpSettings.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "BgpSettings.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Bgp<wbr>Settings from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static BgpSettings fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the BgpSettings."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of BgpSettings from the JsonReader."
|
|
returns:
|
|
description: "An instance of BgpSettings if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.BgpSettings?alt=com.azure.resourcemanager.network.models.BgpSettings&text=BgpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.BgpSettings.peerWeight()"
|
|
fullName: "com.azure.resourcemanager.network.models.BgpSettings.peerWeight()"
|
|
name: "peerWeight()"
|
|
nameWithType: "BgpSettings.peerWeight()"
|
|
summary: "Get the peer<wbr>Weight property: The weight added to routes learned from this BGP speaker."
|
|
syntax: "public Integer peerWeight()"
|
|
desc: "Get the peerWeight property: The weight added to routes learned from this BGP speaker."
|
|
returns:
|
|
description: "the peerWeight value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.network.models.BgpSettings.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.network.models.BgpSettings.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "BgpSettings.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.BgpSettings.validate()"
|
|
fullName: "com.azure.resourcemanager.network.models.BgpSettings.validate()"
|
|
name: "validate()"
|
|
nameWithType: "BgpSettings.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.network.models.BgpSettings.withAsn(java.lang.Long)"
|
|
fullName: "com.azure.resourcemanager.network.models.BgpSettings.withAsn(Long asn)"
|
|
name: "withAsn(Long asn)"
|
|
nameWithType: "BgpSettings.withAsn(Long asn)"
|
|
summary: "Set the asn property: The BGP speaker's ASN."
|
|
parameters:
|
|
- description: "the asn value to set."
|
|
name: "asn"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
syntax: "public BgpSettings withAsn(Long asn)"
|
|
desc: "Set the asn property: The BGP speaker's ASN."
|
|
returns:
|
|
description: "the BgpSettings object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.BgpSettings?alt=com.azure.resourcemanager.network.models.BgpSettings&text=BgpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.BgpSettings.withBgpPeeringAddress(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.models.BgpSettings.withBgpPeeringAddress(String bgpPeeringAddress)"
|
|
name: "withBgpPeeringAddress(String bgpPeeringAddress)"
|
|
nameWithType: "BgpSettings.withBgpPeeringAddress(String bgpPeeringAddress)"
|
|
summary: "Set the bgp<wbr>Peering<wbr>Address property: The BGP peering address and BGP identifier of this BGP speaker."
|
|
parameters:
|
|
- description: "the bgpPeeringAddress value to set."
|
|
name: "bgpPeeringAddress"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public BgpSettings withBgpPeeringAddress(String bgpPeeringAddress)"
|
|
desc: "Set the bgpPeeringAddress property: The BGP peering address and BGP identifier of this BGP speaker."
|
|
returns:
|
|
description: "the BgpSettings object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.BgpSettings?alt=com.azure.resourcemanager.network.models.BgpSettings&text=BgpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.BgpSettings.withBgpPeeringAddresses(java.util.List<com.azure.resourcemanager.network.models.IpConfigurationBgpPeeringAddress>)"
|
|
fullName: "com.azure.resourcemanager.network.models.BgpSettings.withBgpPeeringAddresses(List<IpConfigurationBgpPeeringAddress> bgpPeeringAddresses)"
|
|
name: "withBgpPeeringAddresses(List<IpConfigurationBgpPeeringAddress> bgpPeeringAddresses)"
|
|
nameWithType: "BgpSettings.withBgpPeeringAddresses(List<IpConfigurationBgpPeeringAddress> bgpPeeringAddresses)"
|
|
summary: "Set the bgp<wbr>Peering<wbr>Addresses property: BGP peering address with IP configuration ID for virtual network gateway."
|
|
parameters:
|
|
- description: "the bgpPeeringAddresses value to set."
|
|
name: "bgpPeeringAddresses"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.network.models.IpConfigurationBgpPeeringAddress?alt=com.azure.resourcemanager.network.models.IpConfigurationBgpPeeringAddress&text=IpConfigurationBgpPeeringAddress\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public BgpSettings withBgpPeeringAddresses(List<IpConfigurationBgpPeeringAddress> bgpPeeringAddresses)"
|
|
desc: "Set the bgpPeeringAddresses property: BGP peering address with IP configuration ID for virtual network gateway."
|
|
returns:
|
|
description: "the BgpSettings object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.BgpSettings?alt=com.azure.resourcemanager.network.models.BgpSettings&text=BgpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.BgpSettings.withPeerWeight(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.network.models.BgpSettings.withPeerWeight(Integer peerWeight)"
|
|
name: "withPeerWeight(Integer peerWeight)"
|
|
nameWithType: "BgpSettings.withPeerWeight(Integer peerWeight)"
|
|
summary: "Set the peer<wbr>Weight property: The weight added to routes learned from this BGP speaker."
|
|
parameters:
|
|
- description: "the peerWeight value to set."
|
|
name: "peerWeight"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public BgpSettings withPeerWeight(Integer peerWeight)"
|
|
desc: "Set the peerWeight property: The weight added to routes learned from this BGP speaker."
|
|
returns:
|
|
description: "the BgpSettings object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.BgpSettings?alt=com.azure.resourcemanager.network.models.BgpSettings&text=BgpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "BGP settings details."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.models.BgpSettings?alt=com.azure.resourcemanager.network.models.BgpSettings&text=BgpSettings\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.network.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0
|