Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedAutonomousDatabaseShardWithDedicatedInfra.Status
-
Packages that use DistributedAutonomousDatabaseShardWithDedicatedInfra.Status Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of DistributedAutonomousDatabaseShardWithDedicatedInfra.Status in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedAutonomousDatabaseShardWithDedicatedInfra.Status Modifier and Type Method Description static DistributedAutonomousDatabaseShardWithDedicatedInfra.StatusDistributedAutonomousDatabaseShardWithDedicatedInfra.Status. create(String key)DistributedAutonomousDatabaseShardWithDedicatedInfra.StatusDistributedAutonomousDatabaseShardWithDedicatedInfra. getStatus()Status of the distributed autonomous database shard.static DistributedAutonomousDatabaseShardWithDedicatedInfra.StatusDistributedAutonomousDatabaseShardWithDedicatedInfra.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedAutonomousDatabaseShardWithDedicatedInfra.Status[]DistributedAutonomousDatabaseShardWithDedicatedInfra.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 DistributedAutonomousDatabaseShardWithDedicatedInfra.Status Modifier and Type Method Description DistributedAutonomousDatabaseShardWithDedicatedInfra.BuilderDistributedAutonomousDatabaseShardWithDedicatedInfra.Builder. status(DistributedAutonomousDatabaseShardWithDedicatedInfra.Status status)Status of the distributed autonomous database shard.Constructors in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedAutonomousDatabaseShardWithDedicatedInfra.Status Constructor Description DistributedAutonomousDatabaseShardWithDedicatedInfra(String name, Date timeCreated, Date timeUpdated, DistributedAutonomousDbMetadata metadata, Float computeCount, Double dataStorageSizeInGbs, Boolean isAutoScalingEnabled, String cloudAutonomousVmClusterId, String vaultId, String kmsKeyId, String kmsKeyVersionId, String okvKeyStoreId, String okvEndPointGroupName, DistributedAutonomousDbProtectionMode protectionMode, Integer fastStartFailOverLagLimitInSeconds, Integer standbyMaintenanceBufferInDays, DistributedAutonomousDatabaseShardWithDedicatedInfra.Status status, String supportingResourceId, String containerDatabaseId)Deprecated.
-