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

128 строки
9.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.TunnelConnectionHealth"
fullName: "com.azure.resourcemanager.network.models.TunnelConnectionHealth"
name: "TunnelConnectionHealth"
nameWithType: "TunnelConnectionHealth"
summary: "Virtual<wbr>Network<wbr>Gateway<wbr>Connection properties."
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 **TunnelConnectionHealth**</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.TunnelConnectionHealth?alt=com.azure.resourcemanager.network.models.TunnelConnectionHealth&text=TunnelConnectionHealth\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.TunnelConnectionHealth()"
fullName: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.TunnelConnectionHealth()"
name: "TunnelConnectionHealth()"
nameWithType: "TunnelConnectionHealth.TunnelConnectionHealth()"
summary: "Creates an instance of Tunnel<wbr>Connection<wbr>Health class."
syntax: "public TunnelConnectionHealth()"
desc: "Creates an instance of TunnelConnectionHealth class."
methods:
- uid: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.connectionStatus()"
fullName: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.connectionStatus()"
name: "connectionStatus()"
nameWithType: "TunnelConnectionHealth.connectionStatus()"
summary: "Get the connection<wbr>Status property: Virtual Network Gateway connection status."
syntax: "public VirtualNetworkGatewayConnectionStatus connectionStatus()"
desc: "Get the connectionStatus property: Virtual Network Gateway connection status."
returns:
description: "the connectionStatus value."
type: "<xref href=\"com.azure.resourcemanager.network.models.VirtualNetworkGatewayConnectionStatus?alt=com.azure.resourcemanager.network.models.VirtualNetworkGatewayConnectionStatus&text=VirtualNetworkGatewayConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.egressBytesTransferred()"
fullName: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.egressBytesTransferred()"
name: "egressBytesTransferred()"
nameWithType: "TunnelConnectionHealth.egressBytesTransferred()"
summary: "Get the egress<wbr>Bytes<wbr>Transferred property: The Egress Bytes Transferred in this connection."
syntax: "public Long egressBytesTransferred()"
desc: "Get the egressBytesTransferred property: The Egress Bytes Transferred in this connection."
returns:
description: "the egressBytesTransferred value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "TunnelConnectionHealth.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Tunnel<wbr>Connection<wbr>Health 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 TunnelConnectionHealth fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the TunnelConnectionHealth."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of TunnelConnectionHealth from the JsonReader."
returns:
description: "An instance of TunnelConnectionHealth if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.network.models.TunnelConnectionHealth?alt=com.azure.resourcemanager.network.models.TunnelConnectionHealth&text=TunnelConnectionHealth\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.ingressBytesTransferred()"
fullName: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.ingressBytesTransferred()"
name: "ingressBytesTransferred()"
nameWithType: "TunnelConnectionHealth.ingressBytesTransferred()"
summary: "Get the ingress<wbr>Bytes<wbr>Transferred property: The Ingress Bytes Transferred in this connection."
syntax: "public Long ingressBytesTransferred()"
desc: "Get the ingressBytesTransferred property: The Ingress Bytes Transferred in this connection."
returns:
description: "the ingressBytesTransferred value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.lastConnectionEstablishedUtcTime()"
fullName: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.lastConnectionEstablishedUtcTime()"
name: "lastConnectionEstablishedUtcTime()"
nameWithType: "TunnelConnectionHealth.lastConnectionEstablishedUtcTime()"
summary: "Get the last<wbr>Connection<wbr>Established<wbr>Utc<wbr>Time property: The time at which connection was established in Utc format."
syntax: "public String lastConnectionEstablishedUtcTime()"
desc: "Get the lastConnectionEstablishedUtcTime property: The time at which connection was established in Utc format."
returns:
description: "the lastConnectionEstablishedUtcTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "TunnelConnectionHealth.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.TunnelConnectionHealth.tunnel()"
fullName: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.tunnel()"
name: "tunnel()"
nameWithType: "TunnelConnectionHealth.tunnel()"
summary: "Get the tunnel property: Tunnel name."
syntax: "public String tunnel()"
desc: "Get the tunnel property: Tunnel name."
returns:
description: "the tunnel value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.validate()"
fullName: "com.azure.resourcemanager.network.models.TunnelConnectionHealth.validate()"
name: "validate()"
nameWithType: "TunnelConnectionHealth.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "VirtualNetworkGatewayConnection properties."
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.TunnelConnectionHealth?alt=com.azure.resourcemanager.network.models.TunnelConnectionHealth&text=TunnelConnectionHealth\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0