Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
HeatWaveNode.Builder |
HeatWaveNode.Builder.status(HeatWaveNodeStatus status)
The status of the HeatWave node.
|
Constructor and Description |
---|
HeatWaveNode(String id,
HeatWaveNodeStatus status,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.