Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedAutonomousDatabaseShardWithDedicatedInfra.Status
-
Packages that use DistributedAutonomousDatabaseShardWithDedicatedInfra.Status Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedAutonomousDatabaseShardWithDedicatedInfra.Status in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedAutonomousDatabaseShardWithDedicatedInfra.Status Modifier and Type Method Description static DistributedAutonomousDatabaseShardWithDedicatedInfra.Status
DistributedAutonomousDatabaseShardWithDedicatedInfra.Status. create(String key)
DistributedAutonomousDatabaseShardWithDedicatedInfra.Status
DistributedAutonomousDatabaseShardWithDedicatedInfra. getStatus()
Status of shard with dedicated infrastructure for the Globally distributed autonomous database.static DistributedAutonomousDatabaseShardWithDedicatedInfra.Status
DistributedAutonomousDatabaseShardWithDedicatedInfra.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.distributeddatabase.model with parameters of type DistributedAutonomousDatabaseShardWithDedicatedInfra.Status Modifier and Type Method Description DistributedAutonomousDatabaseShardWithDedicatedInfra.Builder
DistributedAutonomousDatabaseShardWithDedicatedInfra.Builder. status(DistributedAutonomousDatabaseShardWithDedicatedInfra.Status status)
Status of shard with dedicated infrastructure for the Globally distributed autonomous database.Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedAutonomousDatabaseShardWithDedicatedInfra.Status Constructor Description DistributedAutonomousDatabaseShardWithDedicatedInfra(String name, Date timeCreated, Date timeUpdated, Float computeCount, Double dataStorageSizeInGbs, Boolean isAutoScalingEnabled, String shardGroup, String cloudAutonomousVmClusterId, List<String> peerCloudAutonomousVmClusterIds, String shardSpace, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedAutonomousDatabaseShardWithDedicatedInfra.Status status, String supportingResourceId, String containerDatabaseId, List<ShardPeerWithDedicatedInfra> peerDetails, DistributedAutonomousDbMetadata metadata)
Deprecated.
-