| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected VpnDeadPeerDetectionRate |
IosikEv2VpnConfiguration.deadPeerDetectionRate |
| Modifier and Type | Method and Description |
|---|---|
Optional<VpnDeadPeerDetectionRate> |
IosikEv2VpnConfiguration.getDeadPeerDetectionRate()
“Determine how often to check if a peer connection is still active.”
|
| Modifier and Type | Method and Description |
|---|---|
IosikEv2VpnConfiguration.Builder |
IosikEv2VpnConfiguration.Builder.deadPeerDetectionRate(VpnDeadPeerDetectionRate deadPeerDetectionRate)
“Determine how often to check if a peer connection is still active.”
|
IosikEv2VpnConfiguration |
IosikEv2VpnConfiguration.withDeadPeerDetectionRate(VpnDeadPeerDetectionRate deadPeerDetectionRate)
Returns an immutable copy of
this with just the deadPeerDetectionRate field changed. |
| Modifier and Type | Method and Description |
|---|---|
static VpnDeadPeerDetectionRate |
VpnDeadPeerDetectionRate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpnDeadPeerDetectionRate[] |
VpnDeadPeerDetectionRate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.