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

180 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties"
name: "GlobalReachConnectionProperties"
nameWithType: "GlobalReachConnectionProperties"
summary: "The properties of a global reach connection."
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 **GlobalReachConnectionProperties**</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.avs.fluent.models.GlobalReachConnectionProperties?alt=com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties&text=GlobalReachConnectionProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.GlobalReachConnectionProperties()"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.GlobalReachConnectionProperties()"
name: "GlobalReachConnectionProperties()"
nameWithType: "GlobalReachConnectionProperties.GlobalReachConnectionProperties()"
summary: "Creates an instance of Global<wbr>Reach<wbr>Connection<wbr>Properties class."
syntax: "public GlobalReachConnectionProperties()"
desc: "Creates an instance of GlobalReachConnectionProperties class."
methods:
- uid: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.addressPrefix()"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.addressPrefix()"
name: "addressPrefix()"
nameWithType: "GlobalReachConnectionProperties.addressPrefix()"
summary: "Get the address<wbr>Prefix property: The network used for global reach carved out from the original network block provided for the private cloud."
syntax: "public String addressPrefix()"
desc: "Get the addressPrefix property: The network used for global reach carved out from the original network block provided for the private cloud."
returns:
description: "the addressPrefix value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.authorizationKey()"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.authorizationKey()"
name: "authorizationKey()"
nameWithType: "GlobalReachConnectionProperties.authorizationKey()"
summary: "Get the authorization<wbr>Key property: Authorization key from the peer express route used for the global reach connection."
syntax: "public String authorizationKey()"
desc: "Get the authorizationKey property: Authorization key from the peer express route used for the global reach connection."
returns:
description: "the authorizationKey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.circuitConnectionStatus()"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.circuitConnectionStatus()"
name: "circuitConnectionStatus()"
nameWithType: "GlobalReachConnectionProperties.circuitConnectionStatus()"
summary: "Get the circuit<wbr>Connection<wbr>Status property: The connection status of the global reach connection."
syntax: "public GlobalReachConnectionStatus circuitConnectionStatus()"
desc: "Get the circuitConnectionStatus property: The connection status of the global reach connection."
returns:
description: "the circuitConnectionStatus value."
type: "<xref href=\"com.azure.resourcemanager.avs.models.GlobalReachConnectionStatus?alt=com.azure.resourcemanager.avs.models.GlobalReachConnectionStatus&text=GlobalReachConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.expressRouteId()"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.expressRouteId()"
name: "expressRouteId()"
nameWithType: "GlobalReachConnectionProperties.expressRouteId()"
summary: "Get the express<wbr>Route<wbr>Id property: The ID of the Private Cloud's Express<wbr>Route Circuit that is participating in the global reach connection."
syntax: "public String expressRouteId()"
desc: "Get the expressRouteId property: The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection."
returns:
description: "the expressRouteId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "GlobalReachConnectionProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Global<wbr>Reach<wbr>Connection<wbr>Properties 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 GlobalReachConnectionProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the GlobalReachConnectionProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of GlobalReachConnectionProperties from the JsonReader."
returns:
description: "An instance of GlobalReachConnectionProperties if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties?alt=com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties&text=GlobalReachConnectionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.peerExpressRouteCircuit()"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.peerExpressRouteCircuit()"
name: "peerExpressRouteCircuit()"
nameWithType: "GlobalReachConnectionProperties.peerExpressRouteCircuit()"
summary: "Get the peer<wbr>Express<wbr>Route<wbr>Circuit property: Identifier of the Express<wbr>Route Circuit to peer with in the global reach connection."
syntax: "public String peerExpressRouteCircuit()"
desc: "Get the peerExpressRouteCircuit property: Identifier of the ExpressRoute Circuit to peer with in the global reach connection."
returns:
description: "the peerExpressRouteCircuit value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.provisioningState()"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "GlobalReachConnectionProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: The state of the Express<wbr>Route Circuit Authorization provisioning."
syntax: "public GlobalReachConnectionProvisioningState provisioningState()"
desc: "Get the provisioningState property: The state of the ExpressRoute Circuit Authorization provisioning."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.avs.models.GlobalReachConnectionProvisioningState?alt=com.azure.resourcemanager.avs.models.GlobalReachConnectionProvisioningState&text=GlobalReachConnectionProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "GlobalReachConnectionProperties.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.avs.fluent.models.GlobalReachConnectionProperties.validate()"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.validate()"
name: "validate()"
nameWithType: "GlobalReachConnectionProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.withAuthorizationKey(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.withAuthorizationKey(String authorizationKey)"
name: "withAuthorizationKey(String authorizationKey)"
nameWithType: "GlobalReachConnectionProperties.withAuthorizationKey(String authorizationKey)"
summary: "Set the authorization<wbr>Key property: Authorization key from the peer express route used for the global reach connection."
parameters:
- description: "the authorizationKey value to set."
name: "authorizationKey"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public GlobalReachConnectionProperties withAuthorizationKey(String authorizationKey)"
desc: "Set the authorizationKey property: Authorization key from the peer express route used for the global reach connection."
returns:
description: "the GlobalReachConnectionProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties?alt=com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties&text=GlobalReachConnectionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.withExpressRouteId(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.withExpressRouteId(String expressRouteId)"
name: "withExpressRouteId(String expressRouteId)"
nameWithType: "GlobalReachConnectionProperties.withExpressRouteId(String expressRouteId)"
summary: "Set the express<wbr>Route<wbr>Id property: The ID of the Private Cloud's Express<wbr>Route Circuit that is participating in the global reach connection."
parameters:
- description: "the expressRouteId value to set."
name: "expressRouteId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public GlobalReachConnectionProperties withExpressRouteId(String expressRouteId)"
desc: "Set the expressRouteId property: The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection."
returns:
description: "the GlobalReachConnectionProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties?alt=com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties&text=GlobalReachConnectionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.withPeerExpressRouteCircuit(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties.withPeerExpressRouteCircuit(String peerExpressRouteCircuit)"
name: "withPeerExpressRouteCircuit(String peerExpressRouteCircuit)"
nameWithType: "GlobalReachConnectionProperties.withPeerExpressRouteCircuit(String peerExpressRouteCircuit)"
summary: "Set the peer<wbr>Express<wbr>Route<wbr>Circuit property: Identifier of the Express<wbr>Route Circuit to peer with in the global reach connection."
parameters:
- description: "the peerExpressRouteCircuit value to set."
name: "peerExpressRouteCircuit"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public GlobalReachConnectionProperties withPeerExpressRouteCircuit(String peerExpressRouteCircuit)"
desc: "Set the peerExpressRouteCircuit property: Identifier of the ExpressRoute Circuit to peer with in the global reach connection."
returns:
description: "the GlobalReachConnectionProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties?alt=com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties&text=GlobalReachConnectionProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of a global reach connection."
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.avs.fluent.models.GlobalReachConnectionProperties?alt=com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionProperties&text=GlobalReachConnectionProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.avs.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0