Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
static Replica.CapacityMode |
Replica.CapacityMode.create(String key) |
Replica.CapacityMode |
Replica.getCapacityMode()
The capacity mode of the replica.
|
static Replica.CapacityMode |
Replica.CapacityMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Replica.CapacityMode[] |
Replica.CapacityMode.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.capacityMode(Replica.CapacityMode capacityMode)
The capacity mode 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.