Package com.ibm.cloud.is.vpc.v1.model
Class VPNGatewayConnectionDPD
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnectionDPD
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VPNGatewayConnectionDPD extends com.ibm.cloud.sdk.core.service.model.GenericModel
The Dead Peer Detection settings.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VPNGatewayConnectionDPD.Action
Dead Peer Detection actions.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
Gets the action.Long
getInterval()
Gets the interval.Long
getTimeout()
Gets the timeout.
-
-
-
Method Detail
-
getAction
public String getAction()
Gets the action. Dead Peer Detection actions.- Returns:
- the action
-
getInterval
public Long getInterval()
Gets the interval. Dead Peer Detection interval in seconds.- Returns:
- the interval
-
getTimeout
public Long getTimeout()
Gets the timeout. Dead Peer Detection timeout in seconds. Must be at least the interval.- Returns:
- the timeout
-
-