azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

126 строки
8.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings"
fullName: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings"
name: "VpnLinkBgpSettings"
nameWithType: "VpnLinkBgpSettings"
summary: "BGP settings details for a link."
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 **VpnLinkBgpSettings**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.VpnLinkBgpSettings?alt=com.azure.resourcemanager.network.models.VpnLinkBgpSettings&text=VpnLinkBgpSettings\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings.VpnLinkBgpSettings()"
fullName: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings.VpnLinkBgpSettings()"
name: "VpnLinkBgpSettings()"
nameWithType: "VpnLinkBgpSettings.VpnLinkBgpSettings()"
summary: "Creates an instance of Vpn<wbr>Link<wbr>Bgp<wbr>Settings class."
syntax: "public VpnLinkBgpSettings()"
desc: "Creates an instance of VpnLinkBgpSettings class."
methods:
- uid: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings.asn()"
fullName: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings.asn()"
name: "asn()"
nameWithType: "VpnLinkBgpSettings.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.VpnLinkBgpSettings.bgpPeeringAddress()"
fullName: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings.bgpPeeringAddress()"
name: "bgpPeeringAddress()"
nameWithType: "VpnLinkBgpSettings.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.VpnLinkBgpSettings.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "VpnLinkBgpSettings.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Vpn<wbr>Link<wbr>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 VpnLinkBgpSettings fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the VpnLinkBgpSettings."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of VpnLinkBgpSettings from the JsonReader."
returns:
description: "An instance of VpnLinkBgpSettings 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.VpnLinkBgpSettings?alt=com.azure.resourcemanager.network.models.VpnLinkBgpSettings&text=VpnLinkBgpSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "VpnLinkBgpSettings.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.VpnLinkBgpSettings.validate()"
fullName: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings.validate()"
name: "validate()"
nameWithType: "VpnLinkBgpSettings.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings.withAsn(java.lang.Long)"
fullName: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings.withAsn(Long asn)"
name: "withAsn(Long asn)"
nameWithType: "VpnLinkBgpSettings.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 VpnLinkBgpSettings withAsn(Long asn)"
desc: "Set the asn property: The BGP speaker's ASN."
returns:
description: "the VpnLinkBgpSettings object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.VpnLinkBgpSettings?alt=com.azure.resourcemanager.network.models.VpnLinkBgpSettings&text=VpnLinkBgpSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings.withBgpPeeringAddress(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.VpnLinkBgpSettings.withBgpPeeringAddress(String bgpPeeringAddress)"
name: "withBgpPeeringAddress(String bgpPeeringAddress)"
nameWithType: "VpnLinkBgpSettings.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 VpnLinkBgpSettings withBgpPeeringAddress(String bgpPeeringAddress)"
desc: "Set the bgpPeeringAddress property: The BGP peering address and BGP identifier of this BGP speaker."
returns:
description: "the VpnLinkBgpSettings object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.VpnLinkBgpSettings?alt=com.azure.resourcemanager.network.models.VpnLinkBgpSettings&text=VpnLinkBgpSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "BGP settings details for a link."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.VpnLinkBgpSettings?alt=com.azure.resourcemanager.network.models.VpnLinkBgpSettings&text=VpnLinkBgpSettings\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0