HopLink Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. HopLink
- com.
Implements
public final class HopLink
implements JsonSerializable<HopLink>
Hop link.
Constructor Summary
Constructor | Description |
---|---|
HopLink() |
Creates an instance of Hop |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
context()
Get the context property: Provides additional context on links. |
static
Hop |
fromJson(JsonReader jsonReader)
Reads an instance of Hop |
List<Connectivity |
issues()
Get the issues property: List of issues. |
String |
linkType()
Get the link |
String |
nextHopId()
Get the next |
String |
resourceId()
Get the resource |
Long |
roundTripTimeAvg()
Get the round |
Long |
roundTripTimeMax()
Get the round |
Long |
roundTripTimeMin()
Get the round |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
HopLink
public HopLink()
Creates an instance of HopLink class.
Method Details
context
public Map
Get the context property: Provides additional context on links.
Returns:
fromJson
public static HopLink fromJson(JsonReader jsonReader)
Reads an instance of HopLink from the JsonReader.
Parameters:
Returns:
Throws:
issues
public List
Get the issues property: List of issues.
Returns:
linkType
public String linkType()
Get the linkType property: Link type.
Returns:
nextHopId
public String nextHopId()
Get the nextHopId property: The ID of the next hop.
Returns:
resourceId
public String resourceId()
Get the resourceId property: Resource ID.
Returns:
roundTripTimeAvg
public Long roundTripTimeAvg()
Get the roundTripTimeAvg property: Average roundtrip time in milliseconds.
Returns:
roundTripTimeMax
public Long roundTripTimeMax()
Get the roundTripTimeMax property: Maximum roundtrip time in milliseconds.
Returns:
roundTripTimeMin
public Long roundTripTimeMin()
Get the roundTripTimeMin property: Minimum roundtrip time in milliseconds.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java