Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedDatabaseShardDatabaseWithExadbXs.Status
-
Packages that use DistributedDatabaseShardDatabaseWithExadbXs.Status Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of DistributedDatabaseShardDatabaseWithExadbXs.Status in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedDatabaseShardDatabaseWithExadbXs.Status Modifier and Type Method Description static DistributedDatabaseShardDatabaseWithExadbXs.StatusDistributedDatabaseShardDatabaseWithExadbXs.Status. create(String key)DistributedDatabaseShardDatabaseWithExadbXs.StatusDistributedDatabaseShardDatabaseWithExadbXs. getStatus()Status of distributed database shard.static DistributedDatabaseShardDatabaseWithExadbXs.StatusDistributedDatabaseShardDatabaseWithExadbXs.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedDatabaseShardDatabaseWithExadbXs.Status[]DistributedDatabaseShardDatabaseWithExadbXs.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 DistributedDatabaseShardDatabaseWithExadbXs.Status Modifier and Type Method Description DistributedDatabaseShardDatabaseWithExadbXs.BuilderDistributedDatabaseShardDatabaseWithExadbXs.Builder. status(DistributedDatabaseShardDatabaseWithExadbXs.Status status)Status of distributed database shard.Constructors in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabaseShardDatabaseWithExadbXs.Status Constructor Description DistributedDatabaseShardDatabaseWithExadbXs(String name, Date timeCreated, Date timeUpdated, DistributedDbMetadata metadata, String dbHomeId, String vmClusterId, DistributedDatabaseShardDatabaseWithExadbXs.Status status, String supportingResourceId, String containerDatabaseId, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedDbProtectionMode protectionMode, DistributedDbTransportType transportType)Deprecated.
-