Uses of Class
com.oracle.bmc.distributeddatabasev26.model.CreateDistributedDatabaseShardDatabaseDetails
-
Packages that use CreateDistributedDatabaseShardDatabaseDetails Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of CreateDistributedDatabaseShardDatabaseDetails in com.oracle.bmc.distributeddatabasev26.model
Subclasses of CreateDistributedDatabaseShardDatabaseDetails in com.oracle.bmc.distributeddatabasev26.model Modifier and Type Class Description classCreateDistributedDatabaseShardDatabaseWithDbHomeDetailsConfiguration for creating a distributed database shard using a pre-existing Database Home.classCreateDistributedDatabaseShardDatabaseWithExadbXdDetailsConfiguration for creating a distributed database shard using an existing ExaDB-D VM cluster.classCreateDistributedDatabaseShardDatabaseWithExadbXsDetailsConfiguration for creating a distributed database shard using an existing ExaDB-XS VM cluster.classCreateDistributedDatabaseShardWithExadbXsNewClusterDetailsConfiguration for creating a distributed database shard on a new ExaDB-XS VM cluster.classCreateDistributedDatabaseShardWithExadbXsNewVaultAndClusterDetailsConfiguration for creating a distributed database shard on a new ExaDB-XS VM cluster and storage vault.Methods in com.oracle.bmc.distributeddatabasev26.model that return CreateDistributedDatabaseShardDatabaseDetails Modifier and Type Method Description CreateDistributedDatabaseShardDatabaseDetailsCreateUserShardSpaceReplicaDetails. getDatabase()Methods in com.oracle.bmc.distributeddatabasev26.model that return types with arguments of type CreateDistributedDatabaseShardDatabaseDetails Modifier and Type Method Description List<CreateDistributedDatabaseShardDatabaseDetails>CreateCompositeDataGuardShardSpaceReplicaDetails. getDatabases()The details of composite data guard shard space replica databases.List<CreateDistributedDatabaseShardDatabaseDetails>CreateCompositeShardSpaceRaftClusterDetails. getDatabases()The details of databases associated with the composite shard space raft cluster.List<CreateDistributedDatabaseShardDatabaseDetails>CreateSystemDataGuardReplicaDetails. getDatabases()Details of the databases associated with the system data guard replica.List<CreateDistributedDatabaseShardDatabaseDetails>CreateSystemRaftClusterDetails. getDatabases()Details of the databases associated with the system raft cluster.Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type CreateDistributedDatabaseShardDatabaseDetails Modifier and Type Method Description CreateUserShardSpaceReplicaDetails.BuilderCreateUserShardSpaceReplicaDetails.Builder. database(CreateDistributedDatabaseShardDatabaseDetails database)Method parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type CreateDistributedDatabaseShardDatabaseDetails Modifier and Type Method Description CreateCompositeDataGuardShardSpaceReplicaDetails.BuilderCreateCompositeDataGuardShardSpaceReplicaDetails.Builder. databases(List<CreateDistributedDatabaseShardDatabaseDetails> databases)The details of composite data guard shard space replica databases.CreateCompositeShardSpaceRaftClusterDetails.BuilderCreateCompositeShardSpaceRaftClusterDetails.Builder. databases(List<CreateDistributedDatabaseShardDatabaseDetails> databases)The details of databases associated with the composite shard space raft cluster.CreateSystemDataGuardReplicaDetails.BuilderCreateSystemDataGuardReplicaDetails.Builder. databases(List<CreateDistributedDatabaseShardDatabaseDetails> databases)Details of the databases associated with the system data guard replica.CreateSystemRaftClusterDetails.BuilderCreateSystemRaftClusterDetails.Builder. databases(List<CreateDistributedDatabaseShardDatabaseDetails> databases)Details of the databases associated with the system raft cluster.Constructors in com.oracle.bmc.distributeddatabasev26.model with parameters of type CreateDistributedDatabaseShardDatabaseDetails Constructor Description CreateUserShardSpaceReplicaDetails(String name, CreateDistributedDatabaseShardDatabaseDetails database)Deprecated.Constructor parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type CreateDistributedDatabaseShardDatabaseDetails Constructor Description CreateCompositeDataGuardShardSpaceReplicaDetails(String name, List<CreateDistributedDatabaseShardDatabaseDetails> databases)Deprecated.CreateCompositeShardSpaceRaftClusterDetails(String name, Integer replicationFactor, Integer witnessCount, CreateCompositeShardSpaceRaftClusterDetails.RuMode ruMode, List<CreateDistributedDatabaseShardDatabaseDetails> databases)Deprecated.CreateSystemDataGuardReplicaDetails(String name, List<CreateDistributedDatabaseShardDatabaseDetails> databases)Deprecated.CreateSystemRaftClusterDetails(String name, Integer replicationFactor, Integer witnessCount, CreateSystemRaftClusterDetails.RuMode ruMode, List<CreateDistributedDatabaseShardDatabaseDetails> databases)Deprecated.
-