ConnectivityHop Class

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

public class ConnectivityHop

Information about a hop between the source and the destination.

Method Summary

Modifier and Type Method and Description
String address()

Get the address value.

String id()

Get the id value.

List<ConnectivityIssue> issues()

Get the issues value.

List<String> nextHopIds()

Get the nextHopIds value.

String resourceId()

Get the resourceId value.

String type()

Get the type value.

Method Details

address

public String address()

Get the address value.

Returns:

the address value

id

public String id()

Get the id value.

Returns:

the id value

issues

public List issues()

Get the issues value.

Returns:

the issues value

nextHopIds

public List nextHopIds()

Get the nextHopIds value.

Returns:

the nextHopIds value

resourceId

public String resourceId()

Get the resourceId value.

Returns:

the resourceId value

type

public String type()

Get the type value.

Returns:

the type value

Applies to