ExadbVmClusterUpdateHistoryEntrySummary¶
-
class
oci.database.models.
ExadbVmClusterUpdateHistoryEntrySummary
(**kwargs)¶ Bases:
object
The record of an maintenance update action on a specified Exadata VM cluster on Exascale Infrastructure.
Attributes
LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a ExadbVmClusterUpdateHistoryEntrySummary. LIFECYCLE_STATE_IN_PROGRESS
A constant which can be used with the lifecycle_state property of a ExadbVmClusterUpdateHistoryEntrySummary. LIFECYCLE_STATE_SUCCEEDED
A constant which can be used with the lifecycle_state property of a ExadbVmClusterUpdateHistoryEntrySummary. UPDATE_ACTION_NON_ROLLING_APPLY
A constant which can be used with the update_action property of a ExadbVmClusterUpdateHistoryEntrySummary. UPDATE_ACTION_PRECHECK
A constant which can be used with the update_action property of a ExadbVmClusterUpdateHistoryEntrySummary. UPDATE_ACTION_ROLLBACK
A constant which can be used with the update_action property of a ExadbVmClusterUpdateHistoryEntrySummary. UPDATE_ACTION_ROLLING_APPLY
A constant which can be used with the update_action property of a ExadbVmClusterUpdateHistoryEntrySummary. UPDATE_TYPE_GI_PATCH
A constant which can be used with the update_type property of a ExadbVmClusterUpdateHistoryEntrySummary. UPDATE_TYPE_GI_UPGRADE
A constant which can be used with the update_type property of a ExadbVmClusterUpdateHistoryEntrySummary. UPDATE_TYPE_OS_UPDATE
A constant which can be used with the update_type property of a ExadbVmClusterUpdateHistoryEntrySummary. id
[Required] Gets the id of this ExadbVmClusterUpdateHistoryEntrySummary. lifecycle_details
Gets the lifecycle_details of this ExadbVmClusterUpdateHistoryEntrySummary. lifecycle_state
[Required] Gets the lifecycle_state of this ExadbVmClusterUpdateHistoryEntrySummary. time_completed
Gets the time_completed of this ExadbVmClusterUpdateHistoryEntrySummary. time_started
[Required] Gets the time_started of this ExadbVmClusterUpdateHistoryEntrySummary. update_action
Gets the update_action of this ExadbVmClusterUpdateHistoryEntrySummary. update_id
[Required] Gets the update_id of this ExadbVmClusterUpdateHistoryEntrySummary. update_type
[Required] Gets the update_type of this ExadbVmClusterUpdateHistoryEntrySummary. version
Gets the version of this ExadbVmClusterUpdateHistoryEntrySummary. Methods
__init__
(**kwargs)Initializes a new ExadbVmClusterUpdateHistoryEntrySummary object with values from keyword arguments. -
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a ExadbVmClusterUpdateHistoryEntrySummary. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_IN_PROGRESS
= 'IN_PROGRESS'¶ A constant which can be used with the lifecycle_state property of a ExadbVmClusterUpdateHistoryEntrySummary. This constant has a value of “IN_PROGRESS”
-
LIFECYCLE_STATE_SUCCEEDED
= 'SUCCEEDED'¶ A constant which can be used with the lifecycle_state property of a ExadbVmClusterUpdateHistoryEntrySummary. This constant has a value of “SUCCEEDED”
-
UPDATE_ACTION_NON_ROLLING_APPLY
= 'NON_ROLLING_APPLY'¶ A constant which can be used with the update_action property of a ExadbVmClusterUpdateHistoryEntrySummary. This constant has a value of “NON_ROLLING_APPLY”
-
UPDATE_ACTION_PRECHECK
= 'PRECHECK'¶ A constant which can be used with the update_action property of a ExadbVmClusterUpdateHistoryEntrySummary. This constant has a value of “PRECHECK”
-
UPDATE_ACTION_ROLLBACK
= 'ROLLBACK'¶ A constant which can be used with the update_action property of a ExadbVmClusterUpdateHistoryEntrySummary. This constant has a value of “ROLLBACK”
-
UPDATE_ACTION_ROLLING_APPLY
= 'ROLLING_APPLY'¶ A constant which can be used with the update_action property of a ExadbVmClusterUpdateHistoryEntrySummary. This constant has a value of “ROLLING_APPLY”
-
UPDATE_TYPE_GI_PATCH
= 'GI_PATCH'¶ A constant which can be used with the update_type property of a ExadbVmClusterUpdateHistoryEntrySummary. This constant has a value of “GI_PATCH”
-
UPDATE_TYPE_GI_UPGRADE
= 'GI_UPGRADE'¶ A constant which can be used with the update_type property of a ExadbVmClusterUpdateHistoryEntrySummary. This constant has a value of “GI_UPGRADE”
-
UPDATE_TYPE_OS_UPDATE
= 'OS_UPDATE'¶ A constant which can be used with the update_type property of a ExadbVmClusterUpdateHistoryEntrySummary. This constant has a value of “OS_UPDATE”
-
__init__
(**kwargs)¶ Initializes a new ExadbVmClusterUpdateHistoryEntrySummary 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 ExadbVmClusterUpdateHistoryEntrySummary.
- update_id (str) – The value to assign to the update_id property of this ExadbVmClusterUpdateHistoryEntrySummary.
- update_action (str) – The value to assign to the update_action property of this ExadbVmClusterUpdateHistoryEntrySummary. Allowed values for this property are: “ROLLING_APPLY”, “NON_ROLLING_APPLY”, “PRECHECK”, “ROLLBACK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- update_type (str) – The value to assign to the update_type property of this ExadbVmClusterUpdateHistoryEntrySummary. Allowed values for this property are: “GI_UPGRADE”, “GI_PATCH”, “OS_UPDATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ExadbVmClusterUpdateHistoryEntrySummary. Allowed values for this property are: “IN_PROGRESS”, “SUCCEEDED”, “FAILED”, ‘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 ExadbVmClusterUpdateHistoryEntrySummary.
- time_started (datetime) – The value to assign to the time_started property of this ExadbVmClusterUpdateHistoryEntrySummary.
- time_completed (datetime) – The value to assign to the time_completed property of this ExadbVmClusterUpdateHistoryEntrySummary.
- version (str) – The value to assign to the version property of this ExadbVmClusterUpdateHistoryEntrySummary.
-
id
¶ [Required] Gets the id of this ExadbVmClusterUpdateHistoryEntrySummary. The OCID of the maintenance update history entry.
Returns: The id of this ExadbVmClusterUpdateHistoryEntrySummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this ExadbVmClusterUpdateHistoryEntrySummary. Descriptive text providing additional details about the lifecycle state.
Returns: The lifecycle_details of this ExadbVmClusterUpdateHistoryEntrySummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ExadbVmClusterUpdateHistoryEntrySummary. The current lifecycle state of the maintenance update operation.
Allowed values for this property are: “IN_PROGRESS”, “SUCCEEDED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this ExadbVmClusterUpdateHistoryEntrySummary. Return type: str
-
time_completed
¶ Gets the time_completed of this ExadbVmClusterUpdateHistoryEntrySummary. The date and time when the maintenance update action completed.
Returns: The time_completed of this ExadbVmClusterUpdateHistoryEntrySummary. Return type: datetime
-
time_started
¶ [Required] Gets the time_started of this ExadbVmClusterUpdateHistoryEntrySummary. The date and time when the maintenance update action started.
Returns: The time_started of this ExadbVmClusterUpdateHistoryEntrySummary. Return type: datetime
-
update_action
¶ Gets the update_action of this ExadbVmClusterUpdateHistoryEntrySummary. The update action.
Allowed values for this property are: “ROLLING_APPLY”, “NON_ROLLING_APPLY”, “PRECHECK”, “ROLLBACK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The update_action of this ExadbVmClusterUpdateHistoryEntrySummary. Return type: str
-
update_id
¶ [Required] Gets the update_id of this ExadbVmClusterUpdateHistoryEntrySummary. The OCID of the maintenance update.
Returns: The update_id of this ExadbVmClusterUpdateHistoryEntrySummary. Return type: str
-
update_type
¶ [Required] Gets the update_type of this ExadbVmClusterUpdateHistoryEntrySummary. The type of cloud VM cluster maintenance update.
Allowed values for this property are: “GI_UPGRADE”, “GI_PATCH”, “OS_UPDATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The update_type of this ExadbVmClusterUpdateHistoryEntrySummary. Return type: str
-
version
¶ Gets the version of this ExadbVmClusterUpdateHistoryEntrySummary. The version of the maintenance update package.
Returns: The version of this ExadbVmClusterUpdateHistoryEntrySummary. Return type: str
-