Class NEOnDemandRuleAction


  • public final class NEOnDemandRuleAction
    extends java.lang.Object
    [@typedef] NEOnDemandRuleAction On Demand rule actions
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Connect
      [@const] NEOnDemandRuleActionConnect Start the VPN connection
      static long Disconnect
      [@const] NEOnDemandRuleActionDisconnect Do not start the VPN connection, and disconnect the VPN connection if it is not currently disconnected
      static long EvaluateConnection
      [@const] NEOnDemandRuleActionEvaluateConnection Start the VPN after evaluating the destination host being accessed against the rule's connection rules
      static long Ignore
      [@const] NEOnDemandRuleActionIgnore Do not start the VPN connection, and leave the VPN connection in its current state
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Connect

        public static final long Connect
        [@const] NEOnDemandRuleActionConnect Start the VPN connection
        See Also:
        Constant Field Values
      • Disconnect

        public static final long Disconnect
        [@const] NEOnDemandRuleActionDisconnect Do not start the VPN connection, and disconnect the VPN connection if it is not currently disconnected
        See Also:
        Constant Field Values
      • EvaluateConnection

        public static final long EvaluateConnection
        [@const] NEOnDemandRuleActionEvaluateConnection Start the VPN after evaluating the destination host being accessed against the rule's connection rules
        See Also:
        Constant Field Values
      • Ignore

        public static final long Ignore
        [@const] NEOnDemandRuleActionIgnore Do not start the VPN connection, and leave the VPN connection in its current state
        See Also:
        Constant Field Values