Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDatabaseShardWithExadbXsNewVaultAndCluster.Status
-
Packages that use DistributedDatabaseShardWithExadbXsNewVaultAndCluster.Status Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDatabaseShardWithExadbXsNewVaultAndCluster.Status in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDatabaseShardWithExadbXsNewVaultAndCluster.Status Modifier and Type Method Description static DistributedDatabaseShardWithExadbXsNewVaultAndCluster.StatusDistributedDatabaseShardWithExadbXsNewVaultAndCluster.Status. create(String key)DistributedDatabaseShardWithExadbXsNewVaultAndCluster.StatusDistributedDatabaseShardWithExadbXsNewVaultAndCluster. getStatus()Status of EXADB_XS based shard.static DistributedDatabaseShardWithExadbXsNewVaultAndCluster.StatusDistributedDatabaseShardWithExadbXsNewVaultAndCluster.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedDatabaseShardWithExadbXsNewVaultAndCluster.Status[]DistributedDatabaseShardWithExadbXsNewVaultAndCluster.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 DistributedDatabaseShardWithExadbXsNewVaultAndCluster.Status Modifier and Type Method Description DistributedDatabaseShardWithExadbXsNewVaultAndCluster.BuilderDistributedDatabaseShardWithExadbXsNewVaultAndCluster.Builder. status(DistributedDatabaseShardWithExadbXsNewVaultAndCluster.Status status)Status of EXADB_XS based shard.Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabaseShardWithExadbXsNewVaultAndCluster.Status Constructor Description DistributedDatabaseShardWithExadbXsNewVaultAndCluster(String name, Date timeCreated, Date timeUpdated, String dbHomeId, String shardGroup, String shardSpace, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedDatabaseShardWithExadbXsNewVaultAndCluster.Status status, String supportingResourceId, String containerDatabaseId, String availabilityDomain, DistributedDbStorageVault dbStorageVaultDetails, DistributedDbVmCluster vmClusterDetails, List<ShardPeerWithExadbXsNewVaultAndCluster> peerDetails, DistributedDbMetadata metadata)Deprecated.
-