Package com.ibm.cloud.is.vpc.v1.model
Interface VPNServerRoute.Action
-
- Enclosing class:
- VPNServerRoute
public static interface VPNServerRoute.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 into the VPC. - `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
-
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
-
-