Class DpdConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.DpdConfig.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DpdConfigbuild()DpdConfig.Buildercopy(DpdConfig model)DpdConfig.BuilderdpdMode(DpdConfig.DpdMode dpdMode)This option defines whether DPD can be initiated from the Oracle side of the connection.DpdConfig.BuilderdpdTimeoutInSec(Integer dpdTimeoutInSec)DPD timeout in seconds.
 
- 
- 
- 
Method Detail- 
dpdModepublic DpdConfig.Builder dpdMode(DpdConfig.DpdMode dpdMode) This option defines whether DPD can be initiated from the Oracle side of the connection.- Parameters:
- dpdMode- the value to set
- Returns:
- this builder
 
 - 
dpdTimeoutInSecpublic DpdConfig.Builder dpdTimeoutInSec(Integer dpdTimeoutInSec) DPD timeout in seconds.This sets the longest interval between CPE device health messages before the IPSec connection indicates it has lost contact with the CPE. The default is 20 seconds. - Parameters:
- dpdTimeoutInSec- the value to set
- Returns:
- this builder
 
 - 
buildpublic DpdConfig build() 
 - 
copypublic DpdConfig.Builder copy(DpdConfig model) 
 
- 
 
-