Package | Description |
---|---|
com.oracle.bmc.globallydistributeddatabase.model |
Modifier and Type | Method and Description |
---|---|
static GsmDetails.Status |
GsmDetails.Status.create(String key) |
GsmDetails.Status |
GsmDetails.getStatus()
Status of shard or catalog or gsm for the sharded database.
|
static GsmDetails.Status |
GsmDetails.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GsmDetails.Status[] |
GsmDetails.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GsmDetails.Builder |
GsmDetails.Builder.status(GsmDetails.Status status)
Status of shard or catalog or gsm for the sharded database.
|
Constructor and Description |
---|
GsmDetails(String name,
Float computeCount,
Double dataStorageSizeInGbs,
Date timeCreated,
Date timeUpdated,
Date timeSslCertificateExpires,
GsmDetails.Status status,
String supportingResourceId,
Map<String,Object> metadata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.