Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DpdConfig |
build() |
DpdConfig.Builder |
copy(DpdConfig model) |
DpdConfig.Builder |
dpdMode(DpdConfig.DpdMode dpdMode)
This option defines whether DPD can be initiated from the Oracle side of the connection.
|
DpdConfig.Builder |
dpdTimeoutInSec(Integer dpdTimeoutInSec)
DPD timeout in seconds.
|
public DpdConfig.Builder dpdMode(DpdConfig.DpdMode dpdMode)
This option defines whether DPD can be initiated from the Oracle side of the connection.
dpdMode
- the value to setpublic 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.
dpdTimeoutInSec
- the value to setpublic DpdConfig build()
public DpdConfig.Builder copy(DpdConfig model)
Copyright © 2016–2024. All rights reserved.