ConnectivityHop Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ConnectivityHop

public class ConnectivityHop

Information about a hop between the source and the destination.

Constructor Summary

Constructor Description
ConnectivityHop()

Method Summary

Modifier and Type Method and Description
java.lang.String address()

Get the IP address of the hop.

java.lang.String id()

Get the ID of the hop.

java.util.List<ConnectivityIssue> issues()

Get list of issues.

java.util.List<java.lang.String> nextHopIds()

Get list of next hop identifiers.

java.lang.String resourceId()

Get the ID of the resource corresponding to this hop.

java.lang.String type()

Get the type of the hop.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ConnectivityHop

public ConnectivityHop()

Method Details

address

public String address()

Get the IP address of the hop.

Returns:

the address value

id

public String id()

Get the ID of the hop.

Returns:

the id value

issues

public List issues()

Get list of issues.

Returns:

the issues value

nextHopIds

public List nextHopIds()

Get list of next hop identifiers.

Returns:

the nextHopIds value

resourceId

public String resourceId()

Get the ID of the resource corresponding to this hop.

Returns:

the resourceId value

type

public String type()

Get the type of the hop.

Returns:

the type value

Applies to