Uses of Class
odata.msgraph.client.beta.enums.VpnDeadPeerDetectionRate
-
Packages that use VpnDeadPeerDetectionRate Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of VpnDeadPeerDetectionRate in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as VpnDeadPeerDetectionRate Modifier and Type Field Description protected VpnDeadPeerDetectionRateIosikEv2VpnConfiguration. deadPeerDetectionRateMethods in odata.msgraph.client.beta.entity that return types with arguments of type VpnDeadPeerDetectionRate Modifier and Type Method Description Optional<VpnDeadPeerDetectionRate>IosikEv2VpnConfiguration. getDeadPeerDetectionRate()“Determine how often to check if a peer connection is still active.”Methods in odata.msgraph.client.beta.entity with parameters of type VpnDeadPeerDetectionRate Modifier and Type Method Description IosikEv2VpnConfiguration.BuilderIosikEv2VpnConfiguration.Builder. deadPeerDetectionRate(VpnDeadPeerDetectionRate deadPeerDetectionRate)“Determine how often to check if a peer connection is still active.”IosikEv2VpnConfigurationIosikEv2VpnConfiguration. withDeadPeerDetectionRate(VpnDeadPeerDetectionRate deadPeerDetectionRate)Returns an immutable copy ofthiswith just thedeadPeerDetectionRatefield changed. -
Uses of VpnDeadPeerDetectionRate in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VpnDeadPeerDetectionRate Modifier and Type Method Description static VpnDeadPeerDetectionRateVpnDeadPeerDetectionRate. 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.
-