Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDatabaseShardWithExadbXs.Status
-
Packages that use DistributedDatabaseShardWithExadbXs.Status Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDatabaseShardWithExadbXs.Status in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDatabaseShardWithExadbXs.Status Modifier and Type Method Description static DistributedDatabaseShardWithExadbXs.Status
DistributedDatabaseShardWithExadbXs.Status. create(String key)
DistributedDatabaseShardWithExadbXs.Status
DistributedDatabaseShardWithExadbXs. getStatus()
Status of shard based on exadbxs for the Globally ditributed database.static DistributedDatabaseShardWithExadbXs.Status
DistributedDatabaseShardWithExadbXs.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static DistributedDatabaseShardWithExadbXs.Status[]
DistributedDatabaseShardWithExadbXs.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 DistributedDatabaseShardWithExadbXs.Status Modifier and Type Method Description DistributedDatabaseShardWithExadbXs.Builder
DistributedDatabaseShardWithExadbXs.Builder. status(DistributedDatabaseShardWithExadbXs.Status status)
Status of shard based on exadbxs for the Globally ditributed database.Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabaseShardWithExadbXs.Status Constructor Description DistributedDatabaseShardWithExadbXs(String name, Date timeCreated, Date timeUpdated, String dbHomeId, String shardGroup, String vmClusterId, String shardSpace, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedDatabaseShardWithExadbXs.Status status, String supportingResourceId, String containerDatabaseId, List<ShardPeerWithExadbXs> peerDetails, DistributedDbMetadata metadata)
Deprecated.
-