Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static HeatWaveNode.LifecycleState |
HeatWaveNode.LifecycleState.create(String key) |
HeatWaveNode.LifecycleState |
HeatWaveNode.getLifecycleState()
The current state of the MySQL HeatWave node.
|
static HeatWaveNode.LifecycleState |
HeatWaveNode.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeatWaveNode.LifecycleState[] |
HeatWaveNode.LifecycleState.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.lifecycleState(HeatWaveNode.LifecycleState lifecycleState)
The current state of the MySQL HeatWave node.
|
Constructor and Description |
---|
HeatWaveNode(String nodeId,
HeatWaveNode.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.