Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDatabaseGsm.Status
-
Packages that use DistributedDatabaseGsm.Status Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDatabaseGsm.Status in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDatabaseGsm.Status Modifier and Type Method Description static DistributedDatabaseGsm.Status
DistributedDatabaseGsm.Status. create(String key)
DistributedDatabaseGsm.Status
DistributedDatabaseGsm. getStatus()
Status of the gsm for the Globally ditributed database.static DistributedDatabaseGsm.Status
DistributedDatabaseGsm.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static DistributedDatabaseGsm.Status[]
DistributedDatabaseGsm.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabaseGsm.Status Modifier and Type Method Description DistributedDatabaseGsm.Builder
DistributedDatabaseGsm.Builder. status(DistributedDatabaseGsm.Status status)
Status of the gsm for the Globally ditributed database.Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabaseGsm.Status Constructor Description DistributedDatabaseGsm(String name, Float computeCount, Double dataStorageSizeInGbs, Date timeCreated, Date timeUpdated, DistributedDatabaseGsm.Status status, Date timeSslCertificateExpires, String supportingResourceId, DistributedDbGsmImage gsmImageDetails, DistributedDbMetadata metadata)
Deprecated.
-