AutonomousDbPreviewVersionSummary

class oci.database.models.AutonomousDbPreviewVersionSummary(**kwargs)

Bases: object

The Autonomous AI Database preview version. Note that preview version software is only available for Autonomous AI Database Serverless instances.

Attributes

DB_WORKLOAD_AJD A constant which can be used with the db_workload property of a AutonomousDbPreviewVersionSummary.
DB_WORKLOAD_APEX A constant which can be used with the db_workload property of a AutonomousDbPreviewVersionSummary.
DB_WORKLOAD_DW A constant which can be used with the db_workload property of a AutonomousDbPreviewVersionSummary.
DB_WORKLOAD_LH A constant which can be used with the db_workload property of a AutonomousDbPreviewVersionSummary.
DB_WORKLOAD_OLTP A constant which can be used with the db_workload property of a AutonomousDbPreviewVersionSummary.
db_workload Gets the db_workload of this AutonomousDbPreviewVersionSummary.
details Gets the details of this AutonomousDbPreviewVersionSummary.
time_preview_begin Gets the time_preview_begin of this AutonomousDbPreviewVersionSummary.
time_preview_end Gets the time_preview_end of this AutonomousDbPreviewVersionSummary.
version [Required] Gets the version of this AutonomousDbPreviewVersionSummary.

Methods

__init__(**kwargs) Initializes a new AutonomousDbPreviewVersionSummary object with values from keyword arguments.
DB_WORKLOAD_AJD = 'AJD'

A constant which can be used with the db_workload property of a AutonomousDbPreviewVersionSummary. This constant has a value of “AJD”

DB_WORKLOAD_APEX = 'APEX'

A constant which can be used with the db_workload property of a AutonomousDbPreviewVersionSummary. This constant has a value of “APEX”

DB_WORKLOAD_DW = 'DW'

A constant which can be used with the db_workload property of a AutonomousDbPreviewVersionSummary. This constant has a value of “DW”

DB_WORKLOAD_LH = 'LH'

A constant which can be used with the db_workload property of a AutonomousDbPreviewVersionSummary. This constant has a value of “LH”

DB_WORKLOAD_OLTP = 'OLTP'

A constant which can be used with the db_workload property of a AutonomousDbPreviewVersionSummary. This constant has a value of “OLTP”

__init__(**kwargs)

Initializes a new AutonomousDbPreviewVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • version (str) – The value to assign to the version property of this AutonomousDbPreviewVersionSummary.
  • time_preview_begin (datetime) – The value to assign to the time_preview_begin property of this AutonomousDbPreviewVersionSummary.
  • time_preview_end (datetime) – The value to assign to the time_preview_end property of this AutonomousDbPreviewVersionSummary.
  • db_workload (str) – The value to assign to the db_workload property of this AutonomousDbPreviewVersionSummary. Allowed values for this property are: “OLTP”, “DW”, “AJD”, “APEX”, “LH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • details (str) – The value to assign to the details property of this AutonomousDbPreviewVersionSummary.
db_workload

Gets the db_workload of this AutonomousDbPreviewVersionSummary. The Autonomous AI Database workload type. The following values are valid: - OLTP - indicates an Autonomous AI Transaction Processing database - DW - indicates an Autonomous AI Lakehouse database - AJD - indicates an Autonomous AI JSON Database - APEX - indicates an Autonomous AI Database with the Oracle APEX AI Application Development workload type. - LH - indicates an Oracle Autonomous AI Lakehouse database

Note Starting December 2026, DW will not be supported as a valid value for this parameter. When creating an Autonomous AI Database, if this parameter is not specified, the default value is OLTP.

This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.

Allowed values for this property are: “OLTP”, “DW”, “AJD”, “APEX”, “LH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The db_workload of this AutonomousDbPreviewVersionSummary.
Return type:str
details

Gets the details of this AutonomousDbPreviewVersionSummary. A URL that points to a detailed description of the preview version.

Returns:The details of this AutonomousDbPreviewVersionSummary.
Return type:str
time_preview_begin

Gets the time_preview_begin of this AutonomousDbPreviewVersionSummary. The date and time when the preview version availability begins.

Returns:The time_preview_begin of this AutonomousDbPreviewVersionSummary.
Return type:datetime
time_preview_end

Gets the time_preview_end of this AutonomousDbPreviewVersionSummary. The date and time when the preview version availability ends.

Returns:The time_preview_end of this AutonomousDbPreviewVersionSummary.
Return type:datetime
version

[Required] Gets the version of this AutonomousDbPreviewVersionSummary. A valid Autonomous AI Database preview version.

Returns:The version of this AutonomousDbPreviewVersionSummary.
Return type:str