public final class NEVPNIKEv2DeadPeerDetectionRate
extends java.lang.Object
IKEv2 Dead Peer Detection Rates
| Modifier and Type | Field and Description |
|---|---|
static long |
High
[@const] NEVPNIKEv2DeadPeerDetectionRateHigh Run dead peer detection once every 1 minute.
|
static long |
Low
[@const] NEVPNIKEv2DeadPeerDetectionRateLow Run dead peer detection once every 30 minutes.
|
static long |
Medium
[@const] NEVPNIKEv2DeadPeerDetectionRateMedium Run dead peer detection once every 10 minutes.
|
static long |
None
[@const] NEVPNIKEv2DeadPeerDetectionRateNone Do not perform dead peer detection
|
public static final long None
public static final long Low
public static final long Medium
public static final long High