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.StatusDistributedDatabaseShardWithExadbXs.Status. create(String key)DistributedDatabaseShardWithExadbXs.StatusDistributedDatabaseShardWithExadbXs. getStatus()Status of EXADB_XS based shard.static DistributedDatabaseShardWithExadbXs.StatusDistributedDatabaseShardWithExadbXs.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.BuilderDistributedDatabaseShardWithExadbXs.Builder. status(DistributedDatabaseShardWithExadbXs.Status status)Status of EXADB_XS based shard.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.
-