NextHop Interface

public interface NextHop extends Executable,HasParent

A client-side representation allowing user to get next hop for a packet from specific vm.

Method Summary

Modifier and Type Method and Description
String destinationIPAddress()
String nextHopIpAddress()
NextHopType nextHopType()
String routeTableId()

Get the resource identifier for the route table associated with the route being returned. If the route being returned does not correspond to any user created routes then this field will be the string 'System Route'.

String sourceIPAddress()
String targetNetworkInterfaceId()
String targetResourceId()

Get the resource identifier of the target resource against which the action is to be performed.

Inherited Members

Method Details

destinationIPAddress

public String destinationIPAddress()

Returns:

the destination IP address

nextHopIpAddress

public String nextHopIpAddress()

Returns:

the next hop IP Address

nextHopType

public NextHopType nextHopType()

Returns:

the next hop type

routeTableId

public String routeTableId()

Get the resource identifier for the route table associated with the route being returned. If the route being returned does not correspond to any user created routes then this field will be the string 'System Route'.

Returns:

the routeTableId value

sourceIPAddress

public String sourceIPAddress()

Returns:

the source IP address

targetNetworkInterfaceId

public String targetNetworkInterfaceId()

Returns:

the network interface id

targetResourceId

public String targetResourceId()

Get the resource identifier of the target resource against which the action is to be performed.

Returns:

the targetResourceId value

Applies to