AutonomousDatabaseSoftwareImage¶
-
class
oci.database.models.
AutonomousDatabaseSoftwareImage
(**kwargs)¶ Bases:
object
Autonomous Database Software Images created from Autonomous Container Database
Attributes
IMAGE_SHAPE_FAMILY_EXACC_SHAPE
A constant which can be used with the image_shape_family property of a AutonomousDatabaseSoftwareImage. IMAGE_SHAPE_FAMILY_EXADATA_SHAPE
A constant which can be used with the image_shape_family property of a AutonomousDatabaseSoftwareImage. LIFECYCLE_STATE_AVAILABLE
A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. LIFECYCLE_STATE_EXPIRED
A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. LIFECYCLE_STATE_PROVISIONING
A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. LIFECYCLE_STATE_TERMINATED
A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. LIFECYCLE_STATE_TERMINATING
A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. autonomous_dsi_one_off_patches
Gets the autonomous_dsi_one_off_patches of this AutonomousDatabaseSoftwareImage. compartment_id
[Required] Gets the compartment_id of this AutonomousDatabaseSoftwareImage. database_version
[Required] Gets the database_version of this AutonomousDatabaseSoftwareImage. defined_tags
Gets the defined_tags of this AutonomousDatabaseSoftwareImage. display_name
[Required] Gets the display_name of this AutonomousDatabaseSoftwareImage. dst_file_version
Gets the dst_file_version of this AutonomousDatabaseSoftwareImage. freeform_tags
Gets the freeform_tags of this AutonomousDatabaseSoftwareImage. id
[Required] Gets the id of this AutonomousDatabaseSoftwareImage. image_shape_family
[Required] Gets the image_shape_family of this AutonomousDatabaseSoftwareImage. lifecycle_details
Gets the lifecycle_details of this AutonomousDatabaseSoftwareImage. lifecycle_state
[Required] Gets the lifecycle_state of this AutonomousDatabaseSoftwareImage. release_update
[Required] Gets the release_update of this AutonomousDatabaseSoftwareImage. time_created
[Required] Gets the time_created of this AutonomousDatabaseSoftwareImage. Methods
__init__
(**kwargs)Initializes a new AutonomousDatabaseSoftwareImage object with values from keyword arguments. -
IMAGE_SHAPE_FAMILY_EXACC_SHAPE
= 'EXACC_SHAPE'¶ A constant which can be used with the image_shape_family property of a AutonomousDatabaseSoftwareImage. This constant has a value of “EXACC_SHAPE”
-
IMAGE_SHAPE_FAMILY_EXADATA_SHAPE
= 'EXADATA_SHAPE'¶ A constant which can be used with the image_shape_family property of a AutonomousDatabaseSoftwareImage. This constant has a value of “EXADATA_SHAPE”
-
LIFECYCLE_STATE_AVAILABLE
= 'AVAILABLE'¶ A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. This constant has a value of “AVAILABLE”
-
LIFECYCLE_STATE_EXPIRED
= 'EXPIRED'¶ A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. This constant has a value of “EXPIRED”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_PROVISIONING
= 'PROVISIONING'¶ A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. This constant has a value of “PROVISIONING”
-
LIFECYCLE_STATE_TERMINATED
= 'TERMINATED'¶ A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. This constant has a value of “TERMINATED”
-
LIFECYCLE_STATE_TERMINATING
= 'TERMINATING'¶ A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. This constant has a value of “TERMINATING”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a AutonomousDatabaseSoftwareImage. This constant has a value of “UPDATING”
-
__init__
(**kwargs)¶ Initializes a new AutonomousDatabaseSoftwareImage 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 AutonomousDatabaseSoftwareImage.
- compartment_id (str) – The value to assign to the compartment_id property of this AutonomousDatabaseSoftwareImage.
- database_version (str) – The value to assign to the database_version property of this AutonomousDatabaseSoftwareImage.
- display_name (str) – The value to assign to the display_name property of this AutonomousDatabaseSoftwareImage.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this AutonomousDatabaseSoftwareImage. Allowed values for this property are: “AVAILABLE”, “FAILED”, “PROVISIONING”, “EXPIRED”, “TERMINATED”, “TERMINATING”, “UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this AutonomousDatabaseSoftwareImage.
- time_created (datetime) – The value to assign to the time_created property of this AutonomousDatabaseSoftwareImage.
- release_update (str) – The value to assign to the release_update property of this AutonomousDatabaseSoftwareImage.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AutonomousDatabaseSoftwareImage.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AutonomousDatabaseSoftwareImage.
- autonomous_dsi_one_off_patches (list[str]) – The value to assign to the autonomous_dsi_one_off_patches property of this AutonomousDatabaseSoftwareImage.
- image_shape_family (str) – The value to assign to the image_shape_family property of this AutonomousDatabaseSoftwareImage. Allowed values for this property are: “EXACC_SHAPE”, “EXADATA_SHAPE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- dst_file_version (str) – The value to assign to the dst_file_version property of this AutonomousDatabaseSoftwareImage.
-
autonomous_dsi_one_off_patches
¶ Gets the autonomous_dsi_one_off_patches of this AutonomousDatabaseSoftwareImage. One-off patches included in the Autonomous Database Software Image
Returns: The autonomous_dsi_one_off_patches of this AutonomousDatabaseSoftwareImage. Return type: list[str]
-
compartment_id
¶ [Required] Gets the compartment_id of this AutonomousDatabaseSoftwareImage. The OCID of the compartment.
Returns: The compartment_id of this AutonomousDatabaseSoftwareImage. Return type: str
-
database_version
¶ [Required] Gets the database_version of this AutonomousDatabaseSoftwareImage. The database version with which the Autonomous Database Software Image is to be built.
Returns: The database_version of this AutonomousDatabaseSoftwareImage. Return type: str
Gets the defined_tags of this AutonomousDatabaseSoftwareImage. 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 AutonomousDatabaseSoftwareImage. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this AutonomousDatabaseSoftwareImage. The user-friendly name for the Autonomous Database Software Image. The name does not have to be unique.
Returns: The display_name of this AutonomousDatabaseSoftwareImage. Return type: str
-
dst_file_version
¶ Gets the dst_file_version of this AutonomousDatabaseSoftwareImage. DST Time-Zone File version of the Autonomous Container Database.
Returns: The dst_file_version of this AutonomousDatabaseSoftwareImage. Return type: str
Gets the freeform_tags of this AutonomousDatabaseSoftwareImage. 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 AutonomousDatabaseSoftwareImage. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this AutonomousDatabaseSoftwareImage. The OCID of the Autonomous Database Software Image.
Returns: The id of this AutonomousDatabaseSoftwareImage. Return type: str
-
image_shape_family
¶ [Required] Gets the image_shape_family of this AutonomousDatabaseSoftwareImage. To what shape the image is meant for.
Allowed values for this property are: “EXACC_SHAPE”, “EXADATA_SHAPE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The image_shape_family of this AutonomousDatabaseSoftwareImage. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this AutonomousDatabaseSoftwareImage. Detailed message for the lifecycle state.
Returns: The lifecycle_details of this AutonomousDatabaseSoftwareImage. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this AutonomousDatabaseSoftwareImage. The current state of the Autonomous Database Software Image.
Allowed values for this property are: “AVAILABLE”, “FAILED”, “PROVISIONING”, “EXPIRED”, “TERMINATED”, “TERMINATING”, “UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this AutonomousDatabaseSoftwareImage. Return type: str
-
release_update
¶ [Required] Gets the release_update of this AutonomousDatabaseSoftwareImage. The Release Updates.
Returns: The release_update of this AutonomousDatabaseSoftwareImage. Return type: str
-
time_created
¶ [Required] Gets the time_created of this AutonomousDatabaseSoftwareImage. The date and time the Autonomous Database Software Image was created.
Returns: The time_created of this AutonomousDatabaseSoftwareImage. Return type: datetime
-