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. - `deliver`: deliver the packet into the VPC. - `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.