AutonomousDbPreviewVersionSummary¶
-
class
oci.database.models.
AutonomousDbPreviewVersionSummary
(**kwargs)¶ Bases:
object
The Autonomous Database preview version. Note that preview version software is only available for Autonomous 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_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_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”, ‘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 Database workload type. The following values are valid:
- OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
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”, ‘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 Database preview version.
Returns: The version of this AutonomousDbPreviewVersionSummary. Return type: str
-