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