Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalClusterScanListenerConfiguration.ScanProtocol
-
Packages that use ExternalClusterScanListenerConfiguration.ScanProtocol Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalClusterScanListenerConfiguration.ScanProtocol in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalClusterScanListenerConfiguration.ScanProtocol Modifier and Type Method Description static ExternalClusterScanListenerConfiguration.ScanProtocol
ExternalClusterScanListenerConfiguration.ScanProtocol. create(String key)
ExternalClusterScanListenerConfiguration.ScanProtocol
ExternalClusterScanListenerConfiguration. getScanProtocol()
The protocol of the SCAN listener.static ExternalClusterScanListenerConfiguration.ScanProtocol
ExternalClusterScanListenerConfiguration.ScanProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalClusterScanListenerConfiguration.ScanProtocol[]
ExternalClusterScanListenerConfiguration.ScanProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ExternalClusterScanListenerConfiguration.ScanProtocol Modifier and Type Method Description ExternalClusterScanListenerConfiguration.Builder
ExternalClusterScanListenerConfiguration.Builder. scanProtocol(ExternalClusterScanListenerConfiguration.ScanProtocol scanProtocol)
The protocol of the SCAN listener.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ExternalClusterScanListenerConfiguration.ScanProtocol Constructor Description ExternalClusterScanListenerConfiguration(String scanName, Integer networkNumber, Integer scanPort, ExternalClusterScanListenerConfiguration.ScanProtocol scanProtocol)
Deprecated.
-