Uses of Class
com.oracle.bmc.databasemanagement.model.HeatWaveNodeStatus
-
Packages that use HeatWaveNodeStatus Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of HeatWaveNodeStatus in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return HeatWaveNodeStatus Modifier and Type Method Description static HeatWaveNodeStatus
HeatWaveNodeStatus. create(String key)
HeatWaveNodeStatus
HeatWaveNode. getStatus()
The status of the HeatWave node.static HeatWaveNodeStatus
HeatWaveNodeStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static HeatWaveNodeStatus[]
HeatWaveNodeStatus. 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 HeatWaveNodeStatus Modifier and Type Method Description HeatWaveNode.Builder
HeatWaveNode.Builder. status(HeatWaveNodeStatus status)
The status of the HeatWave node.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type HeatWaveNodeStatus Constructor Description HeatWaveNode(String id, HeatWaveNodeStatus status, Date timeCreated)
Deprecated.
-