@Beta(value=V1_2_0) public interface NextHop extends Executable<NextHop>, HasParent<NetworkWatcher>
Modifier and Type | Interface and Description |
---|---|
static interface |
NextHop.Definition
The entirety of next hop parameters definition.
|
static interface |
NextHop.DefinitionStages
Grouping of next hop definition stages.
|
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.
|
String |
sourceIPAddress() |
String |
targetNetworkInterfaceId() |
String |
targetResourceId()
Get the resource identifier of the target resource against which the action
is to be performed.
|
execute, executeAsync, executeAsync
String targetResourceId()
String sourceIPAddress()
String destinationIPAddress()
String targetNetworkInterfaceId()
NextHopType nextHopType()
String nextHopIpAddress()
String routeTableId()
Copyright © 2019. All rights reserved.