AutonomousContainerDatabaseVersionSummary

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

Bases: object

The supported Autonomous Database version.

Methods

__init__(**kwargs) Initializes a new AutonomousContainerDatabaseVersionSummary object with values from keyword arguments.

Attributes

details Gets the details of this AutonomousContainerDatabaseVersionSummary.
supported_apps [Required] Gets the supported_apps of this AutonomousContainerDatabaseVersionSummary.
version [Required] Gets the version of this AutonomousContainerDatabaseVersionSummary.
__init__(**kwargs)

Initializes a new AutonomousContainerDatabaseVersionSummary 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 AutonomousContainerDatabaseVersionSummary.
  • details (str) – The value to assign to the details property of this AutonomousContainerDatabaseVersionSummary.
  • supported_apps (list[oci.database.models.AppVersionSummary]) – The value to assign to the supported_apps property of this AutonomousContainerDatabaseVersionSummary.
details

Gets the details of this AutonomousContainerDatabaseVersionSummary. A URL that points to a detailed description of the Autonomous Container Database version.

Returns:The details of this AutonomousContainerDatabaseVersionSummary.
Return type:str
supported_apps

[Required] Gets the supported_apps of this AutonomousContainerDatabaseVersionSummary. The list of applications supported for the given version.

Returns:The supported_apps of this AutonomousContainerDatabaseVersionSummary.
Return type:list[oci.database.models.AppVersionSummary]
version

[Required] Gets the version of this AutonomousContainerDatabaseVersionSummary. A valid Oracle Database version for provisioning an Autonomous Container Database.

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