public class HopLink extends Object
| Constructor and Description |
|---|
HopLink() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
context()
Get the context property: Provides additional context on links.
|
List<ConnectivityIssue> |
issues()
Get the issues property: List of issues.
|
String |
linkType()
Get the linkType property: Link type.
|
String |
nextHopId()
Get the nextHopId property: The ID of the next hop.
|
String |
resourceId()
Get the resourceId property: Resource ID.
|
Long |
roundTripTimeAvg()
Get the roundTripTimeAvg property: Average roundtrip time in milliseconds.
|
Long |
roundTripTimeMax()
Get the roundTripTimeMax property: Maximum roundtrip time in milliseconds.
|
Long |
roundTripTimeMin()
Get the roundTripTimeMin property: Minimum roundtrip time in milliseconds.
|
void |
validate()
Validates the instance.
|
public String nextHopId()
public String linkType()
public List<ConnectivityIssue> issues()
public Map<String,String> context()
public String resourceId()
public Long roundTripTimeMin()
public Long roundTripTimeAvg()
public Long roundTripTimeMax()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.