public final class ConnectivityHop extends Object
| Constructor and Description |
|---|
ConnectivityHop() |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Get the address property: The IP address of the hop.
|
String |
id()
Get the id property: The ID of the hop.
|
List<ConnectivityIssue> |
issues()
Get the issues property: List of issues.
|
List<HopLink> |
links()
Get the links property: List of hop links.
|
List<String> |
nextHopIds()
Get the nextHopIds property: List of next hop identifiers.
|
List<String> |
previousHopIds()
Get the previousHopIds property: List of previous hop identifiers.
|
List<HopLink> |
previousLinks()
Get the previousLinks property: List of previous hop links.
|
String |
resourceId()
Get the resourceId property: The ID of the resource corresponding to this hop.
|
String |
type()
Get the type property: The type of the hop.
|
void |
validate()
Validates the instance.
|
public String type()
public String id()
public String address()
public String resourceId()
public List<String> nextHopIds()
public List<String> previousHopIds()
public List<HopLink> links()
public List<HopLink> previousLinks()
public List<ConnectivityIssue> issues()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.