Class DpdConfig.Builder

  • Enclosing class:
    DpdConfig

    public static class DpdConfig.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • dpdMode

        public 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
      • dpdTimeoutInSec

        public 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