Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedAutonomousDatabaseShardDatabase
-
Packages that use DistributedAutonomousDatabaseShardDatabase Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of DistributedAutonomousDatabaseShardDatabase in com.oracle.bmc.distributeddatabasev26.model
Subclasses of DistributedAutonomousDatabaseShardDatabase in com.oracle.bmc.distributeddatabasev26.model Modifier and Type Class Description classDistributedAutonomousDatabaseShardWithDedicatedInfraDetails of a distributed autonomous database shard on dedicated infrastructure.Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedAutonomousDatabaseShardDatabase Modifier and Type Method Description DistributedAutonomousDatabaseShardDatabaseAutonomousUserShardSpaceReplica. getDatabase()Methods in com.oracle.bmc.distributeddatabasev26.model that return types with arguments of type DistributedAutonomousDatabaseShardDatabase Modifier and Type Method Description List<DistributedAutonomousDatabaseShardDatabase>AutonomousCompositeDataGuardShardSpaceReplica. getDatabases()The details of composite data guard shard space replica databases.List<DistributedAutonomousDatabaseShardDatabase>AutonomousCompositeShardSpaceRaftCluster. getDatabases()The details of databases associated with the composite shard space raft cluster.List<DistributedAutonomousDatabaseShardDatabase>AutonomousSystemDataGuardReplica. getDatabases()Details of the databases associated with the system data guard replica.List<DistributedAutonomousDatabaseShardDatabase>AutonomousSystemRaftCluster. getDatabases()Details of the databases associated with the system raft cluster.Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedAutonomousDatabaseShardDatabase Modifier and Type Method Description AutonomousUserShardSpaceReplica.BuilderAutonomousUserShardSpaceReplica.Builder. database(DistributedAutonomousDatabaseShardDatabase database)Method parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type DistributedAutonomousDatabaseShardDatabase Modifier and Type Method Description AutonomousCompositeDataGuardShardSpaceReplica.BuilderAutonomousCompositeDataGuardShardSpaceReplica.Builder. databases(List<DistributedAutonomousDatabaseShardDatabase> databases)The details of composite data guard shard space replica databases.AutonomousCompositeShardSpaceRaftCluster.BuilderAutonomousCompositeShardSpaceRaftCluster.Builder. databases(List<DistributedAutonomousDatabaseShardDatabase> databases)The details of databases associated with the composite shard space raft cluster.AutonomousSystemDataGuardReplica.BuilderAutonomousSystemDataGuardReplica.Builder. databases(List<DistributedAutonomousDatabaseShardDatabase> databases)Details of the databases associated with the system data guard replica.AutonomousSystemRaftCluster.BuilderAutonomousSystemRaftCluster.Builder. databases(List<DistributedAutonomousDatabaseShardDatabase> databases)Details of the databases associated with the system raft cluster.Constructors in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedAutonomousDatabaseShardDatabase Constructor Description AutonomousUserShardSpaceReplica(String name, DistributedAutonomousDatabaseShardDatabase database)Deprecated.Constructor parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type DistributedAutonomousDatabaseShardDatabase Constructor Description AutonomousCompositeDataGuardShardSpaceReplica(String name, List<DistributedAutonomousDatabaseShardDatabase> databases)Deprecated.AutonomousCompositeShardSpaceRaftCluster(String name, Integer replicationFactor, Integer witnessCount, AutonomousCompositeShardSpaceRaftCluster.RuMode ruMode, List<DistributedAutonomousDatabaseShardDatabase> databases)Deprecated.AutonomousSystemDataGuardReplica(String name, List<DistributedAutonomousDatabaseShardDatabase> databases)Deprecated.AutonomousSystemRaftCluster(String name, Integer replicationFactor, Integer witnessCount, AutonomousSystemRaftCluster.RuMode ruMode, List<DistributedAutonomousDatabaseShardDatabase> databases)Deprecated.
-