| ActionType | Possible types of actions. | 
| Backup | Database system backup information. | 
| Backup.Builder |  | 
| Backup.LifecycleState | The current state of the backup. | 
| Backup.SourceType | Specifies whether the backup was created manually, taken on schedule defined in the a backup
policy, or copied from the remote location. | 
| BackupCollection | Results of a backup search. | 
| BackupCollection.Builder |  | 
| BackupCopyDetails |  | 
| BackupCopyDetails.Builder |  | 
| BackupCopyPolicy |  | 
| BackupCopyPolicy.Builder |  | 
| BackupCopyStatusDetails |  | 
| BackupCopyStatusDetails.Builder |  | 
| BackupCopyStatusDetails.State | Copy States | 
| BackupPolicy | PostgreSQL database system backup policy. | 
| BackupPolicy.Kind | The kind of backup policy. | 
| BackupSourceDetails | Details of the database system backup. | 
| BackupSourceDetails.Builder |  | 
| BackupSummary | Summary information for a backup. | 
| BackupSummary.Builder |  | 
| ChangeBackupCompartmentDetails | The information used to move a backup to a different compartment. | 
| ChangeBackupCompartmentDetails.Builder |  | 
| ChangeConfigurationCompartmentDetails | The information to move a configuration to a different compartment. | 
| ChangeConfigurationCompartmentDetails.Builder |  | 
| ChangeDbSystemCompartmentDetails | Change database system compartment operation details. | 
| ChangeDbSystemCompartmentDetails.Builder |  | 
| ConfigOverrides | Configuration overrides for a PostgreSQL instance. | 
| ConfigOverrides.Builder |  | 
| ConfigParams | Database configuration. | 
| ConfigParams.Builder |  | 
| Configuration | PostgreSQL configuration for a database system. | 
| Configuration.Builder |  | 
| Configuration.ConfigType | The type of configuration. | 
| Configuration.LifecycleState | The current state of the configuration. | 
| ConfigurationCollection | Results of a configuration search. | 
| ConfigurationCollection.Builder |  | 
| ConfigurationDetails | List of configuration details. | 
| ConfigurationDetails.Builder |  | 
| ConfigurationSummary | Summary of the configuration. | 
| ConfigurationSummary.Builder |  | 
| ConnectionDetails | Database system connection information. | 
| ConnectionDetails.Builder |  | 
| CreateBackupDetails | The information to create a new backup. | 
| CreateBackupDetails.Builder |  | 
| CreateConfigurationDetails | The information to create a new configuration. | 
| CreateConfigurationDetails.Builder |  | 
| CreateDbInstanceDetails | Information about the new database instance node. | 
| CreateDbInstanceDetails.Builder |  | 
| CreateDbSystemDetails | The information about new database system. | 
| CreateDbSystemDetails.Builder |  | 
| Credentials | Initial database system credentials that the database system will be provisioned with. | 
| Credentials.Builder |  | 
| DailyBackupPolicy | Daily backup policy. | 
| DailyBackupPolicy.Builder |  | 
| DbConfigurationOverrideCollection | Configuration overrides for a PostgreSQL instance. | 
| DbConfigurationOverrideCollection.Builder |  | 
| DbInstance | Information about a database instance node. | 
| DbInstance.Builder |  | 
| DbInstance.LifecycleState | The current state of the database instance node. | 
| DbInstanceEndpoint | The database instance node endpoint information. | 
| DbInstanceEndpoint.Builder |  | 
| DbSystem | Information about a database system. | 
| DbSystem.Builder |  | 
| DbSystem.LifecycleState | The current state of the database system. | 
| DbSystem.SystemType | Type of the database system. | 
| DbSystemCollection | Results of a database system search. | 
| DbSystemCollection.Builder |  | 
| DbSystemDetails | Information about the database system associated with a backup. | 
| DbSystemDetails.Builder |  | 
| DbSystemSummary | Summary information about a database system. | 
| DbSystemSummary.Builder |  | 
| DefaultConfigParams | Default database configuration. | 
| DefaultConfigParams.Builder |  | 
| DefaultConfiguration | Default configurations for PostgreSQL database systems. | 
| DefaultConfiguration.Builder |  | 
| DefaultConfiguration.LifecycleState | The current state of the configuration. | 
| DefaultConfigurationCollection | Results of a configuration search. | 
| DefaultConfigurationCollection.Builder |  | 
| DefaultConfigurationDetails | List of default configuration values for databases. | 
| DefaultConfigurationDetails.Builder |  | 
| DefaultConfigurationSummary | Summary of the configuration. | 
| DefaultConfigurationSummary.Builder |  | 
| Endpoint | Information about the database instance node endpoint. | 
| Endpoint.Builder |  | 
| FailoverDbSystemDetails | Database system failover information. | 
| FailoverDbSystemDetails.Builder |  | 
| ManagementPolicy | PostgreSQL database system management policy. | 
| ManagementPolicy.Builder |  | 
| ManagementPolicyDetails | PostgreSQL database system management policy update details. | 
| ManagementPolicyDetails.Builder |  | 
| MonthlyBackupPolicy | Monthly backup policy. | 
| MonthlyBackupPolicy.Builder |  | 
| NetworkDetails | Network details for the database system. | 
| NetworkDetails.Builder |  | 
| NoneBackupPolicy | No backup policy. | 
| NoneBackupPolicy.Builder |  | 
| NoneSourceDetails | This is used to create new database system or update without restoring from backup. | 
| NoneSourceDetails.Builder |  | 
| OciOptimizedStorageDetails | Storage details of the database system. | 
| OciOptimizedStorageDetails.Builder |  | 
| OperationStatus | Possible operation status. | 
| OperationType | Possible operation types. | 
| PasswordDetails | Details for the database system password. | 
| PasswordDetails.PasswordType | The password type. | 
| PatchDbSystemDetails | For adding read replica database instances, the operation is INSERT and value object to specify
is #/definitions/CreateDbInstanceDetails. | 
| PatchDbSystemDetails.Builder |  | 
| PatchInsertInstruction | An operation that inserts a value into an array, shifting array items as necessary and handling
NOT_FOUND exceptions by creating the implied containing structure. | 
| PatchInsertInstruction.Builder |  | 
| PatchInsertInstruction.Position | Where to insert the value, relative to the first item matched by selectedItem. | 
| PatchInstruction | A single instruction to be included as part of Patch request content. | 
| PatchInstruction.Operation |  | 
| PatchMergeInstruction | An operation that recursively updates items of the selection, or adding the value if the
selection is empty. | 
| PatchMergeInstruction.Builder |  | 
| PatchMoveInstruction | An operation that “puts” values from elsewhere in the target, functionally equivalent to a single
add and then a remove. | 
| PatchMoveInstruction.Builder |  | 
| PatchMoveInstruction.Position | Where to insert the value in an array, relative to the first item in the selection. | 
| PatchProhibitInstruction | A precondition operation that requires a selection to be empty, or optionally to be non-empty but
include no item with a specified value (useful for asserting that a value does not exist before
attempting to create it, avoiding accidental update). | 
| PatchProhibitInstruction.Builder |  | 
| PatchRemoveInstruction | An operation that deletes items, ignoring NOT_FOUND exceptions. | 
| PatchRemoveInstruction.Builder |  | 
| PatchReplaceInstruction | An operation that “puts” a value, replacing every item of the selection with it, or creating it
if the selection is empty. | 
| PatchReplaceInstruction.Builder |  | 
| PatchRequireInstruction | A precondition operation that requires a selection to be non-empty, and optionally to include an
item with a specified value (useful for asserting that a value exists before attempting to update
it, avoiding accidental creation). | 
| PatchRequireInstruction.Builder |  | 
| PlainTextPasswordDetails | Details for in-line database system password. | 
| PlainTextPasswordDetails.Builder |  | 
| PrimaryDbInstanceDetails | The primary database instance node details. | 
| PrimaryDbInstanceDetails.Builder |  | 
| ResetMasterUserPasswordDetails | Password detail that will be used to reset the database system’s master user. | 
| ResetMasterUserPasswordDetails.Builder |  | 
| RestartDbInstanceInDbSystemDetails | Database instance node restart parameters. | 
| RestartDbInstanceInDbSystemDetails.Builder |  | 
| RestartDbInstanceInDbSystemDetails.RestartType | The restart type for the database instance. | 
| RestoreDbSystemDetails | Backup details to restore the database system. | 
| RestoreDbSystemDetails.Builder |  | 
| ShapeCollection | The list of shapes that can be used to create a database system. | 
| ShapeCollection.Builder |  | 
| ShapeMemoryOptions |  | 
| ShapeMemoryOptions.Builder |  | 
| ShapeOcpuOptions | Options for the the shape OCPU  
Note: Objects should always be created or deserialized using the  ShapeOcpuOptions.Builder. | 
| ShapeOcpuOptions.Builder |  | 
| ShapeSummary | Summary of the database system shape. | 
| ShapeSummary.Builder |  | 
| SortOrder | Sort orders. | 
| SourceBackupDetails | Information about the Source Backup associated with a backup. | 
| SourceBackupDetails.Builder |  | 
| SourceDetails | The source of the database system. | 
| SourceDetails.SourceType | The source descriminator. | 
| StorageDetails | Storage details of the database system. | 
| UpdateBackupDetails | The backup information to be updated. | 
| UpdateBackupDetails.Builder |  | 
| UpdateConfigurationDetails | The information to update a configuration. | 
| UpdateConfigurationDetails.Builder |  | 
| UpdateDbConfigParams | Configuration for the PostgreSQL database instance. | 
| UpdateDbConfigParams.ApplyConfig | Whether a configuration update requires a restart of the database instance or a reload of the
configuration. | 
| UpdateDbConfigParams.Builder |  | 
| UpdateDbSystemDbInstanceDetails | Database instance node update parameters. | 
| UpdateDbSystemDbInstanceDetails.Builder |  | 
| UpdateDbSystemDetails | The information to be updated. | 
| UpdateDbSystemDetails.Builder |  | 
| UpdateNetworkDetails | Network details for the database system. | 
| UpdateNetworkDetails.Builder |  | 
| UpdateStorageDetailsParams | Storage details of the database system. | 
| UpdateStorageDetailsParams.Builder |  | 
| VaultSecretPasswordDetails | Secret details for the database system password. | 
| VaultSecretPasswordDetails.Builder |  | 
| WeeklyBackupPolicy | Weekly backup policy. | 
| WeeklyBackupPolicy.Builder |  | 
| WeeklyBackupPolicy.DaysOfTheWeek |  | 
| WorkRequest | An asynchronous work request. | 
| WorkRequest.Builder |  | 
| WorkRequestError | An error encountered while executing a work request. | 
| WorkRequestError.Builder |  | 
| WorkRequestErrorCollection | Results of a workRequestError search. | 
| WorkRequestErrorCollection.Builder |  | 
| WorkRequestLogEntry | A log message from the execution of a work request. | 
| WorkRequestLogEntry.Builder |  | 
| WorkRequestLogEntryCollection | Results of a workRequestLog search. | 
| WorkRequestLogEntryCollection.Builder |  | 
| WorkRequestResource | A resource created or operated on by a work request. | 
| WorkRequestResource.Builder |  | 
| WorkRequestResourceMetadataKey | Possible metadata keys for workRequest resource metadata. | 
| WorkRequestSummary | A summary of the status of a work request. | 
| WorkRequestSummary.Builder |  | 
| WorkRequestSummaryCollection | Results of a workRequest search. | 
| WorkRequestSummaryCollection.Builder |  |