public class ConnectivityHop extends Object
| Constructor and Description |
|---|
ConnectivityHop() |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Get the IP address of the hop.
|
String |
id()
Get the ID of the hop.
|
List<ConnectivityIssue> |
issues()
Get list of issues.
|
List<String> |
nextHopIds()
Get list of next hop identifiers.
|
String |
resourceId()
Get the ID of the resource corresponding to this hop.
|
String |
type()
Get the type of the hop.
|
public String type()
public String id()
public String address()
public String resourceId()
public List<String> nextHopIds()
public List<ConnectivityIssue> issues()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/