public final class ConnectivityInformationInner extends Object
| Constructor and Description |
|---|
ConnectivityInformationInner() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
avgLatencyInMs()
Get the avgLatencyInMs property: Average latency in milliseconds.
|
ConnectionStatus |
connectionStatus()
Get the connectionStatus property: The connection status.
|
List<ConnectivityHop> |
hops()
Get the hops property: List of hops between the source and the destination.
|
Integer |
maxLatencyInMs()
Get the maxLatencyInMs property: Maximum latency in milliseconds.
|
Integer |
minLatencyInMs()
Get the minLatencyInMs property: Minimum latency in milliseconds.
|
Integer |
probesFailed()
Get the probesFailed property: Number of failed probes.
|
Integer |
probesSent()
Get the probesSent property: Total number of probes sent.
|
void |
validate()
Validates the instance.
|
public List<ConnectivityHop> hops()
public ConnectionStatus connectionStatus()
public Integer avgLatencyInMs()
public Integer minLatencyInMs()
public Integer maxLatencyInMs()
public Integer probesSent()
public Integer probesFailed()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.