Uses of Class
com.oracle.bmc.distributeddatabasev26.model.CreateDistributedAutonomousDatabaseShardDatabaseDetails
-
Packages that use CreateDistributedAutonomousDatabaseShardDatabaseDetails Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of CreateDistributedAutonomousDatabaseShardDatabaseDetails in com.oracle.bmc.distributeddatabasev26.model
Subclasses of CreateDistributedAutonomousDatabaseShardDatabaseDetails in com.oracle.bmc.distributeddatabasev26.model Modifier and Type Class Description classCreateDistributedAutonomousDatabaseShardWithDedicatedInfraDetailsConfiguration for creating a distributed autonomous database shard using an existing ADB-D VM cluster.Methods in com.oracle.bmc.distributeddatabasev26.model that return CreateDistributedAutonomousDatabaseShardDatabaseDetails Modifier and Type Method Description CreateDistributedAutonomousDatabaseShardDatabaseDetailsCreateAutonomousUserShardSpaceReplicaDetails. getDatabase()Methods in com.oracle.bmc.distributeddatabasev26.model that return types with arguments of type CreateDistributedAutonomousDatabaseShardDatabaseDetails Modifier and Type Method Description List<CreateDistributedAutonomousDatabaseShardDatabaseDetails>CreateAutonomousCompositeDataGuardShardSpaceReplicaDetails. getDatabases()The details of composite data guard shard space replica databases.List<CreateDistributedAutonomousDatabaseShardDatabaseDetails>CreateAutonomousCompositeShardSpaceRaftClusterDetails. getDatabases()The details of databases associated with the composite shard space raft cluster.List<CreateDistributedAutonomousDatabaseShardDatabaseDetails>CreateAutonomousSystemDataGuardReplicaDetails. getDatabases()Details of the databases associated with the system data guard replica.List<CreateDistributedAutonomousDatabaseShardDatabaseDetails>CreateAutonomousSystemRaftClusterDetails. getDatabases()Details of the databases associated with the system raft cluster.Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type CreateDistributedAutonomousDatabaseShardDatabaseDetails Modifier and Type Method Description CreateAutonomousUserShardSpaceReplicaDetails.BuilderCreateAutonomousUserShardSpaceReplicaDetails.Builder. database(CreateDistributedAutonomousDatabaseShardDatabaseDetails database)Method parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type CreateDistributedAutonomousDatabaseShardDatabaseDetails Modifier and Type Method Description CreateAutonomousCompositeDataGuardShardSpaceReplicaDetails.BuilderCreateAutonomousCompositeDataGuardShardSpaceReplicaDetails.Builder. databases(List<CreateDistributedAutonomousDatabaseShardDatabaseDetails> databases)The details of composite data guard shard space replica databases.CreateAutonomousCompositeShardSpaceRaftClusterDetails.BuilderCreateAutonomousCompositeShardSpaceRaftClusterDetails.Builder. databases(List<CreateDistributedAutonomousDatabaseShardDatabaseDetails> databases)The details of databases associated with the composite shard space raft cluster.CreateAutonomousSystemDataGuardReplicaDetails.BuilderCreateAutonomousSystemDataGuardReplicaDetails.Builder. databases(List<CreateDistributedAutonomousDatabaseShardDatabaseDetails> databases)Details of the databases associated with the system data guard replica.CreateAutonomousSystemRaftClusterDetails.BuilderCreateAutonomousSystemRaftClusterDetails.Builder. databases(List<CreateDistributedAutonomousDatabaseShardDatabaseDetails> databases)Details of the databases associated with the system raft cluster.Constructors in com.oracle.bmc.distributeddatabasev26.model with parameters of type CreateDistributedAutonomousDatabaseShardDatabaseDetails Constructor Description CreateAutonomousUserShardSpaceReplicaDetails(String name, CreateDistributedAutonomousDatabaseShardDatabaseDetails database)Deprecated.Constructor parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type CreateDistributedAutonomousDatabaseShardDatabaseDetails Constructor Description CreateAutonomousCompositeDataGuardShardSpaceReplicaDetails(String name, List<CreateDistributedAutonomousDatabaseShardDatabaseDetails> databases)Deprecated.CreateAutonomousCompositeShardSpaceRaftClusterDetails(String name, Integer replicationFactor, Integer witnessCount, CreateAutonomousCompositeShardSpaceRaftClusterDetails.RuMode ruMode, List<CreateDistributedAutonomousDatabaseShardDatabaseDetails> databases)Deprecated.CreateAutonomousSystemDataGuardReplicaDetails(String name, List<CreateDistributedAutonomousDatabaseShardDatabaseDetails> databases)Deprecated.CreateAutonomousSystemRaftClusterDetails(String name, Integer replicationFactor, Integer witnessCount, CreateAutonomousSystemRaftClusterDetails.RuMode ruMode, List<CreateDistributedAutonomousDatabaseShardDatabaseDetails> databases)Deprecated.
-