ConnectivityInformationInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ConnectivityInformationInner
- com.
Implements
public final class ConnectivityInformationInner
implements JsonSerializable<ConnectivityInformationInner>
Information on the connectivity status.
Constructor Summary
Constructor | Description |
---|---|
ConnectivityInformationInner() |
Creates an instance of Connectivity |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
avgLatencyInMs()
Get the avg |
Connection |
connectionStatus()
Get the connection |
static
Connectivity |
fromJson(JsonReader jsonReader)
Reads an instance of Connectivity |
List<Connectivity |
hops()
Get the hops property: List of hops between the source and the destination. |
Integer |
maxLatencyInMs()
Get the max |
Integer |
minLatencyInMs()
Get the min |
Integer |
probesFailed()
Get the probes |
Integer |
probesSent()
Get the probes |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ConnectivityInformationInner
public ConnectivityInformationInner()
Creates an instance of ConnectivityInformationInner class.
Method Details
avgLatencyInMs
public Integer avgLatencyInMs()
Get the avgLatencyInMs property: Average latency in milliseconds.
Returns:
connectionStatus
public ConnectionStatus connectionStatus()
Get the connectionStatus property: The connection status.
Returns:
fromJson
public static ConnectivityInformationInner fromJson(JsonReader jsonReader)
Reads an instance of ConnectivityInformationInner from the JsonReader.
Parameters:
Returns:
Throws:
hops
public List
Get the hops property: List of hops between the source and the destination.
Returns:
maxLatencyInMs
public Integer maxLatencyInMs()
Get the maxLatencyInMs property: Maximum latency in milliseconds.
Returns:
minLatencyInMs
public Integer minLatencyInMs()
Get the minLatencyInMs property: Minimum latency in milliseconds.
Returns:
probesFailed
public Integer probesFailed()
Get the probesFailed property: Number of failed probes.
Returns:
probesSent
public Integer probesSent()
Get the probesSent property: Total number of probes sent.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java