Package com.ibm.cloud.is.vpc.v1.model
Interface Route.Action
-
- Enclosing class:
- Route
public static interface Route.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 The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
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
-
-