Package com.ibm.cloud.is.vpc.v1.model
Interface CreateVpcRoutingTableRouteOptions.Action
-
- Enclosing class:
- CreateVpcRoutingTableRouteOptions
public static interface CreateVpcRoutingTableRouteOptions.Action
The action to perform with a packet matching the route: - `delegate`: delegate to system-provided routes - `delegate_vpc`: delegate to system-provided routes, ignoring Internet-bound routes - `deliver`: deliver the packet to the specified `next_hop` - `drop`: drop the packet.
-
-
Field Detail
-
DELEGATE
static final String DELEGATE
delegate.- See Also:
- Constant Field Values
-
DELEGATE_VPC
static final String DELEGATE_VPC
delegate_vpc.- See Also:
- Constant Field Values
-
DELIVER
static final String DELIVER
deliver.- See Also:
- Constant Field Values
-
DROP
static final String DROP
drop.- See Also:
- Constant Field Values
-
-