Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
static Replica.LifecycleState |
Replica.LifecycleState.create(String key) |
Replica.LifecycleState |
Replica.getLifecycleState()
The state of the replica.
|
static Replica.LifecycleState |
Replica.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Replica.LifecycleState[] |
Replica.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Replica.Builder |
Replica.Builder.lifecycleState(Replica.LifecycleState lifecycleState)
The state of the replica.
|
Constructor and Description |
---|
Replica(String region,
String tableId,
Integer maxWriteUnits,
Replica.CapacityMode capacityMode,
Replica.LifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.