Package com.ibm.cloud.is.vpc.v1.model
Interface CreateVpnServerRouteOptions.Action
-
- Enclosing class:
- CreateVpnServerRouteOptions
public static interface CreateVpnServerRouteOptions.Action
The action to perform with a packet matching the VPN route: - `translate`: translate the source IP address to one of the private IP addresses of the VPN server, then deliver the packet to target. - `deliver`: deliver the packet to the target. - `drop`: drop the packet.
-
-
Field Detail
-
DELIVER
static final String DELIVER
deliver.- See Also:
- Constant Field Values
-
DROP
static final String DROP
drop.- See Also:
- Constant Field Values
-
TRANSLATE
static final String TRANSLATE
translate.- See Also:
- Constant Field Values
-
-