Class ConnectivityCheckResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.apimanagement.fluent.models.ConnectivityCheckResponseInner
-
public final class ConnectivityCheckResponseInner extends Object
Information on the connectivity status.
-
-
Constructor Summary
Constructors Constructor Description ConnectivityCheckResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
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.Long
maxLatencyInMs()
Get the maxLatencyInMs property: Maximum latency in milliseconds.Long
minLatencyInMs()
Get the minLatencyInMs property: Minimum latency in milliseconds.Long
probesFailed()
Get the probesFailed property: Number of failed probes.Long
probesSent()
Get the probesSent property: Total number of probes sent.void
validate()
Validates the instance.
-
-
-
Method Detail
-
hops
public List<ConnectivityHop> hops()
Get the hops property: List of hops between the source and the destination.- Returns:
- the hops value.
-
connectionStatus
public ConnectionStatus connectionStatus()
Get the connectionStatus property: The connection status.- Returns:
- the connectionStatus value.
-
avgLatencyInMs
public Long avgLatencyInMs()
Get the avgLatencyInMs property: Average latency in milliseconds.- Returns:
- the avgLatencyInMs value.
-
minLatencyInMs
public Long minLatencyInMs()
Get the minLatencyInMs property: Minimum latency in milliseconds.- Returns:
- the minLatencyInMs value.
-
maxLatencyInMs
public Long maxLatencyInMs()
Get the maxLatencyInMs property: Maximum latency in milliseconds.- Returns:
- the maxLatencyInMs value.
-
probesSent
public Long probesSent()
Get the probesSent property: Total number of probes sent.- Returns:
- the probesSent value.
-
probesFailed
public Long probesFailed()
Get the probesFailed property: Number of failed probes.- Returns:
- the probesFailed value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-