Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static NodeDetails.LifecycleState |
NodeDetails.LifecycleState.create(String key) |
NodeDetails.LifecycleState |
NodeDetails.getLifecycleState()
The current state of the VM cluster network nodes.
|
static NodeDetails.LifecycleState |
NodeDetails.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeDetails.LifecycleState[] |
NodeDetails.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NodeDetails.Builder |
NodeDetails.Builder.lifecycleState(NodeDetails.LifecycleState lifecycleState)
The current state of the VM cluster network nodes.
|
Constructor and Description |
---|
NodeDetails(String hostname,
String ip,
String vipHostname,
String vip,
NodeDetails.LifecycleState lifecycleState,
String dbServerId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.