Uses of Class
com.oracle.bmc.vnmonitoring.model.DpdConfig.DpdMode
-
Packages that use DpdConfig.DpdMode Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of DpdConfig.DpdMode in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return DpdConfig.DpdMode Modifier and Type Method Description static DpdConfig.DpdMode
DpdConfig.DpdMode. create(String key)
DpdConfig.DpdMode
DpdConfig. getDpdMode()
This option defines whether DPD can be initiated from the Oracle side of the connection.static DpdConfig.DpdMode
DpdConfig.DpdMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DpdConfig.DpdMode[]
DpdConfig.DpdMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type DpdConfig.DpdMode Modifier and Type Method Description DpdConfig.Builder
DpdConfig.Builder. dpdMode(DpdConfig.DpdMode dpdMode)
This option defines whether DPD can be initiated from the Oracle side of the connection.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type DpdConfig.DpdMode Constructor Description DpdConfig(DpdConfig.DpdMode dpdMode, Integer dpdTimeoutInSec)
Deprecated.
-