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