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 The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the VPN route on which the unexpected property value was encountered.
-
-
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
-
-