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

87 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.ConnectivityCheck"
fullName: "com.azure.resourcemanager.network.models.ConnectivityCheck"
name: "ConnectivityCheck"
nameWithType: "ConnectivityCheck"
summary: "A client-side representation allowing user to verify the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint including another VM or an arbitrary remote server."
syntax: "public interface ConnectivityCheck extends Executable<ConnectivityCheck>, HasParent<NetworkWatcher>"
methods:
- uid: "com.azure.resourcemanager.network.models.ConnectivityCheck.avgLatencyInMs()"
fullName: "com.azure.resourcemanager.network.models.ConnectivityCheck.avgLatencyInMs()"
name: "avgLatencyInMs()"
nameWithType: "ConnectivityCheck.avgLatencyInMs()"
modifiers:
- "abstract"
syntax: "public abstract int avgLatencyInMs()"
returns:
description: "average latency in milliseconds"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ConnectivityCheck.connectionStatus()"
fullName: "com.azure.resourcemanager.network.models.ConnectivityCheck.connectionStatus()"
name: "connectionStatus()"
nameWithType: "ConnectivityCheck.connectionStatus()"
modifiers:
- "abstract"
syntax: "public abstract ConnectionStatus connectionStatus()"
returns:
description: "the connection status"
type: "<xref href=\"com.azure.resourcemanager.network.models.ConnectionStatus?alt=com.azure.resourcemanager.network.models.ConnectionStatus&text=ConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ConnectivityCheck.hops()"
fullName: "com.azure.resourcemanager.network.models.ConnectivityCheck.hops()"
name: "hops()"
nameWithType: "ConnectivityCheck.hops()"
modifiers:
- "abstract"
syntax: "public abstract List<ConnectivityHop> hops()"
returns:
description: "list of hops between the source and the destination"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.ConnectivityHop?alt=com.azure.resourcemanager.network.models.ConnectivityHop&text=ConnectivityHop\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.ConnectivityCheck.maxLatencyInMs()"
fullName: "com.azure.resourcemanager.network.models.ConnectivityCheck.maxLatencyInMs()"
name: "maxLatencyInMs()"
nameWithType: "ConnectivityCheck.maxLatencyInMs()"
modifiers:
- "abstract"
syntax: "public abstract int maxLatencyInMs()"
returns:
description: "maximum latency in milliseconds"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ConnectivityCheck.minLatencyInMs()"
fullName: "com.azure.resourcemanager.network.models.ConnectivityCheck.minLatencyInMs()"
name: "minLatencyInMs()"
nameWithType: "ConnectivityCheck.minLatencyInMs()"
modifiers:
- "abstract"
syntax: "public abstract int minLatencyInMs()"
returns:
description: "minimum latency in milliseconds"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ConnectivityCheck.probesFailed()"
fullName: "com.azure.resourcemanager.network.models.ConnectivityCheck.probesFailed()"
name: "probesFailed()"
nameWithType: "ConnectivityCheck.probesFailed()"
modifiers:
- "abstract"
syntax: "public abstract int probesFailed()"
returns:
description: "number of failed probes"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ConnectivityCheck.probesSent()"
fullName: "com.azure.resourcemanager.network.models.ConnectivityCheck.probesSent()"
name: "probesSent()"
nameWithType: "ConnectivityCheck.probesSent()"
modifiers:
- "abstract"
syntax: "public abstract int probesSent()"
returns:
description: "total number of probes sent"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "A client-side representation allowing user to verify the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint including another VM or an arbitrary remote server."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkWatcher?alt=com.azure.resourcemanager.network.models.NetworkWatcher&text=NetworkWatcher\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Executable?alt=com.azure.resourcemanager.resources.fluentcore.model.Executable&text=Executable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.ConnectivityCheck?alt=com.azure.resourcemanager.network.models.ConnectivityCheck&text=ConnectivityCheck\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.18.0