Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedDatabaseShardDatabaseWithExadbXd.Status
-
Packages that use DistributedDatabaseShardDatabaseWithExadbXd.Status Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of DistributedDatabaseShardDatabaseWithExadbXd.Status in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedDatabaseShardDatabaseWithExadbXd.Status Modifier and Type Method Description static DistributedDatabaseShardDatabaseWithExadbXd.StatusDistributedDatabaseShardDatabaseWithExadbXd.Status. create(String key)DistributedDatabaseShardDatabaseWithExadbXd.StatusDistributedDatabaseShardDatabaseWithExadbXd. getStatus()Status of distributed database shard.static DistributedDatabaseShardDatabaseWithExadbXd.StatusDistributedDatabaseShardDatabaseWithExadbXd.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedDatabaseShardDatabaseWithExadbXd.Status[]DistributedDatabaseShardDatabaseWithExadbXd.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabaseShardDatabaseWithExadbXd.Status Modifier and Type Method Description DistributedDatabaseShardDatabaseWithExadbXd.BuilderDistributedDatabaseShardDatabaseWithExadbXd.Builder. status(DistributedDatabaseShardDatabaseWithExadbXd.Status status)Status of distributed database shard.Constructors in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabaseShardDatabaseWithExadbXd.Status Constructor Description DistributedDatabaseShardDatabaseWithExadbXd(String name, Date timeCreated, Date timeUpdated, DistributedDbMetadata metadata, String dbHomeId, String vmClusterId, DistributedDatabaseShardDatabaseWithExadbXd.Status status, String supportingResourceId, String containerDatabaseId, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedDbProtectionMode protectionMode, DistributedDbTransportType transportType)Deprecated.
-