public final class NEOnDemandRuleAction
extends java.lang.Object
On Demand rule actions
| Modifier and Type | Field and 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
|
public static final long Connect
public static final long Disconnect
public static final long EvaluateConnection
public static final long Ignore