Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DpdConfig.Builder |
DpdConfig.Builder.dpdMode(DpdConfig.DpdMode dpdMode)
This option defines whether DPD can be initiated from the Oracle side of the connection.
|
Constructor and Description |
---|
DpdConfig(DpdConfig.DpdMode dpdMode,
Integer dpdTimeoutInSec)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.