Class NEEvaluateConnectionRuleAction


  • public final class NEEvaluateConnectionRuleAction
    extends java.lang.Object
    [@typedef] NEEvaluateConnectionRuleAction Evaluate Connection rule actions
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long ConnectIfNeeded
      [@const] NEEvaluateConnectionRuleActionConnectIfNeeded Start the VPN connection if the destination host is not accessible directly
      static long NeverConnect
      [@const] NEEvaluateConnectionRuleActionNeverConnect Do not start the VPN connection
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ConnectIfNeeded

        public static final long ConnectIfNeeded
        [@const] NEEvaluateConnectionRuleActionConnectIfNeeded Start the VPN connection if the destination host is not accessible directly
        See Also:
        Constant Field Values
      • NeverConnect

        public static final long NeverConnect
        [@const] NEEvaluateConnectionRuleActionNeverConnect Do not start the VPN connection
        See Also:
        Constant Field Values