Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static DbNodeSummary.LifecycleState |
DbNodeSummary.LifecycleState.create(String key) |
DbNodeSummary.LifecycleState |
DbNodeSummary.getLifecycleState()
The current state of the database node.
|
static DbNodeSummary.LifecycleState |
DbNodeSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbNodeSummary.LifecycleState[] |
DbNodeSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbNodeSummary.Builder |
DbNodeSummary.Builder.lifecycleState(DbNodeSummary.LifecycleState lifecycleState) |
Constructor and Description |
---|
DbNodeSummary(String id,
String dbSystemId,
String vnicId,
String backupVnicId,
DbNodeSummary.LifecycleState lifecycleState,
String hostname,
String faultDomain,
Date timeCreated,
Integer softwareStorageSizeInGB)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DbNodeSummary.LifecycleState |
ListDbNodesRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListDbNodesRequest.Builder |
ListDbNodesRequest.Builder.lifecycleState(DbNodeSummary.LifecycleState lifecycleState) |
Copyright © 2016–2019. All rights reserved.