Class ConnectivityHop
- java.lang.Object
-
- com.microsoft.azure.management.network.ConnectivityHop
-
public class ConnectivityHop extends Object
Information about a hop between the source and the destination.
-
-
Constructor Summary
Constructors Constructor Description ConnectivityHop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaddress()Get the address value.Stringid()Get the id value.List<ConnectivityIssue>issues()Get the issues value.List<String>nextHopIds()Get the nextHopIds value.StringresourceId()Get the resourceId value.Stringtype()Get the type value.
-
-
-
Method Detail
-
type
public String type()
Get the type value.- Returns:
- the type value
-
id
public String id()
Get the id value.- Returns:
- the id value
-
address
public String address()
Get the address value.- Returns:
- the address value
-
resourceId
public String resourceId()
Get the resourceId value.- Returns:
- the resourceId value
-
issues
public List<ConnectivityIssue> issues()
Get the issues value.- Returns:
- the issues value
-
-