Class VPNGatewayConnectionDPDPatch
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnectionDPDPatch
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VPNGatewayConnectionDPDPatch
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The Dead Peer Detection settings.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Dead Peer Detection actions.static class
Builder. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a VPNGatewayConnectionDPDPatch builder
-
action
-
interval
Gets the interval. Dead Peer Detection interval in seconds.- Returns:
- the interval
-
timeout
Gets the timeout. Dead Peer Detection timeout in seconds. Must be at least the interval.- Returns:
- the timeout
-