DbVersionSummary

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

Bases: object

The Oracle Database software version.

To use any of the API operations, you must be authorized in an IAM policy. If you’re not authorized, talk to an administrator. If you’re an administrator who needs to write policies to give users access, see Getting Started with Policies.

Methods

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

Attributes

is_latest_for_major_version Gets the is_latest_for_major_version of this DbVersionSummary.
is_preview_db_version Gets the is_preview_db_version of this DbVersionSummary.
is_upgrade_supported Gets the is_upgrade_supported of this DbVersionSummary.
supports_pdb Gets the supports_pdb of this DbVersionSummary.
version [Required] Gets the version of this DbVersionSummary.
__init__(**kwargs)

Initializes a new DbVersionSummary 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 DbVersionSummary.
  • is_latest_for_major_version (bool) – The value to assign to the is_latest_for_major_version property of this DbVersionSummary.
  • supports_pdb (bool) – The value to assign to the supports_pdb property of this DbVersionSummary.
  • is_preview_db_version (bool) – The value to assign to the is_preview_db_version property of this DbVersionSummary.
  • is_upgrade_supported (bool) – The value to assign to the is_upgrade_supported property of this DbVersionSummary.
is_latest_for_major_version

Gets the is_latest_for_major_version of this DbVersionSummary. True if this version of the Oracle Database software is the latest version for a release.

Returns:The is_latest_for_major_version of this DbVersionSummary.
Return type:bool
is_preview_db_version

Gets the is_preview_db_version of this DbVersionSummary. True if this version of the Oracle Database software is the preview version.

Returns:The is_preview_db_version of this DbVersionSummary.
Return type:bool
is_upgrade_supported

Gets the is_upgrade_supported of this DbVersionSummary. True if this version of the Oracle Database software is supported for Upgrade.

Returns:The is_upgrade_supported of this DbVersionSummary.
Return type:bool
supports_pdb

Gets the supports_pdb of this DbVersionSummary. True if this version of the Oracle Database software supports pluggable databases.

Returns:The supports_pdb of this DbVersionSummary.
Return type:bool
version

[Required] Gets the version of this DbVersionSummary. A valid Oracle Database version.

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