Package com.ibm.cloud.is.vpc.v1.model
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.GenericModelThe Dead Peer Detection settings.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVPNGatewayConnectionDPDPatch.ActionDead Peer Detection actions.static classVPNGatewayConnectionDPDPatch.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaction()Gets the action.Longinterval()Gets the interval.VPNGatewayConnectionDPDPatch.BuildernewBuilder()New builder.Longtimeout()Gets the timeout.
-
-
-
Method Detail
-
newBuilder
public VPNGatewayConnectionDPDPatch.Builder newBuilder()
New builder.- Returns:
- a VPNGatewayConnectionDPDPatch builder
-
action
public String action()
Gets the action. Dead Peer Detection actions.- Returns:
- the action
-
interval
public Long interval()
Gets the interval. Dead Peer Detection interval in seconds.- Returns:
- the interval
-
timeout
public Long timeout()
Gets the timeout. Dead Peer Detection timeout in seconds. Must be at least the interval.- Returns:
- the timeout
-
-