Package apple.networkextension.enums
Class NEOnDemandRuleAction
- java.lang.Object
-
- apple.networkextension.enums.NEOnDemandRuleAction
-
public final class NEOnDemandRuleAction extends java.lang.Object[@typedef] NEOnDemandRuleAction On Demand rule actions
-
-
Field Summary
Fields Modifier and Type Field Description static longConnect[@const] NEOnDemandRuleActionConnect Start the VPN connectionstatic longDisconnect[@const] NEOnDemandRuleActionDisconnect Do not start the VPN connection, and disconnect the VPN connection if it is not currently disconnectedstatic longEvaluateConnection[@const] NEOnDemandRuleActionEvaluateConnection Start the VPN after evaluating the destination host being accessed against the rule's connection rulesstatic longIgnore[@const] NEOnDemandRuleActionIgnore Do not start the VPN connection, and leave the VPN connection in its current state
-
-
-
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
-
-