Interface CreateVpcRouteOptions.Action

  • Enclosing class:
    CreateVpcRouteOptions

    public static interface CreateVpcRouteOptions.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.