AutonomousDatabaseSoftwareImageSummary

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

Bases: object

The Database service supports the creation of Autonomous Database Software Images for use in creating Autonomous Container Database.

Methods

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

Attributes

autonomous_dsi_one_off_patches Gets the autonomous_dsi_one_off_patches of this AutonomousDatabaseSoftwareImageSummary.
compartment_id [Required] Gets the compartment_id of this AutonomousDatabaseSoftwareImageSummary.
database_version [Required] Gets the database_version of this AutonomousDatabaseSoftwareImageSummary.
defined_tags Gets the defined_tags of this AutonomousDatabaseSoftwareImageSummary.
display_name [Required] Gets the display_name of this AutonomousDatabaseSoftwareImageSummary.
freeform_tags Gets the freeform_tags of this AutonomousDatabaseSoftwareImageSummary.
id [Required] Gets the id of this AutonomousDatabaseSoftwareImageSummary.
image_shape_family [Required] Gets the image_shape_family of this AutonomousDatabaseSoftwareImageSummary.
lifecycle_details Gets the lifecycle_details of this AutonomousDatabaseSoftwareImageSummary.
lifecycle_state [Required] Gets the lifecycle_state of this AutonomousDatabaseSoftwareImageSummary.
release_update [Required] Gets the release_update of this AutonomousDatabaseSoftwareImageSummary.
time_created [Required] Gets the time_created of this AutonomousDatabaseSoftwareImageSummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this AutonomousDatabaseSoftwareImageSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this AutonomousDatabaseSoftwareImageSummary.
  • database_version (str) – The value to assign to the database_version property of this AutonomousDatabaseSoftwareImageSummary.
  • display_name (str) – The value to assign to the display_name property of this AutonomousDatabaseSoftwareImageSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this AutonomousDatabaseSoftwareImageSummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this AutonomousDatabaseSoftwareImageSummary.
  • time_created (datetime) – The value to assign to the time_created property of this AutonomousDatabaseSoftwareImageSummary.
  • release_update (str) – The value to assign to the release_update property of this AutonomousDatabaseSoftwareImageSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AutonomousDatabaseSoftwareImageSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AutonomousDatabaseSoftwareImageSummary.
  • autonomous_dsi_one_off_patches (list[str]) – The value to assign to the autonomous_dsi_one_off_patches property of this AutonomousDatabaseSoftwareImageSummary.
  • image_shape_family (str) – The value to assign to the image_shape_family property of this AutonomousDatabaseSoftwareImageSummary.
autonomous_dsi_one_off_patches

Gets the autonomous_dsi_one_off_patches of this AutonomousDatabaseSoftwareImageSummary. One-off patches included in the Autonomous Database Software Image

Returns:The autonomous_dsi_one_off_patches of this AutonomousDatabaseSoftwareImageSummary.
Return type:list[str]
compartment_id

[Required] Gets the compartment_id of this AutonomousDatabaseSoftwareImageSummary. The OCID of the compartment.

Returns:The compartment_id of this AutonomousDatabaseSoftwareImageSummary.
Return type:str
database_version

[Required] Gets the database_version of this AutonomousDatabaseSoftwareImageSummary. The database version with which the Autonomous Database Software Image is to be built.

Returns:The database_version of this AutonomousDatabaseSoftwareImageSummary.
Return type:str
defined_tags

Gets the defined_tags of this AutonomousDatabaseSoftwareImageSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Returns:The defined_tags of this AutonomousDatabaseSoftwareImageSummary.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this AutonomousDatabaseSoftwareImageSummary. The user-friendly name for the Autonomous Database Software Image. The name does not have to be unique.

Returns:The display_name of this AutonomousDatabaseSoftwareImageSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this AutonomousDatabaseSoftwareImageSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this AutonomousDatabaseSoftwareImageSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this AutonomousDatabaseSoftwareImageSummary. The OCID of the Autonomous Database Software Image.

Returns:The id of this AutonomousDatabaseSoftwareImageSummary.
Return type:str
image_shape_family

[Required] Gets the image_shape_family of this AutonomousDatabaseSoftwareImageSummary. To what shape the image is meant for.

Returns:The image_shape_family of this AutonomousDatabaseSoftwareImageSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this AutonomousDatabaseSoftwareImageSummary. Detailed message for the lifecycle state.

Returns:The lifecycle_details of this AutonomousDatabaseSoftwareImageSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this AutonomousDatabaseSoftwareImageSummary. The current state of the Autonomous Database Software Image.

Returns:The lifecycle_state of this AutonomousDatabaseSoftwareImageSummary.
Return type:str
release_update

[Required] Gets the release_update of this AutonomousDatabaseSoftwareImageSummary. The Release Updates.

Returns:The release_update of this AutonomousDatabaseSoftwareImageSummary.
Return type:str
time_created

[Required] Gets the time_created of this AutonomousDatabaseSoftwareImageSummary. The date and time the Autonomous Database Software Image was created.

Returns:The time_created of this AutonomousDatabaseSoftwareImageSummary.
Return type:datetime