ExadbVmClusterUpdateHistoryEntry¶
-
class
oci.database.models.
ExadbVmClusterUpdateHistoryEntry
(**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 ExadbVmClusterUpdateHistoryEntry. LIFECYCLE_STATE_IN_PROGRESS
A constant which can be used with the lifecycle_state property of a ExadbVmClusterUpdateHistoryEntry. LIFECYCLE_STATE_SUCCEEDED
A constant which can be used with the lifecycle_state property of a ExadbVmClusterUpdateHistoryEntry. UPDATE_ACTION_NON_ROLLING_APPLY
A constant which can be used with the update_action property of a ExadbVmClusterUpdateHistoryEntry. UPDATE_ACTION_PRECHECK
A constant which can be used with the update_action property of a ExadbVmClusterUpdateHistoryEntry. UPDATE_ACTION_ROLLBACK
A constant which can be used with the update_action property of a ExadbVmClusterUpdateHistoryEntry. UPDATE_ACTION_ROLLING_APPLY
A constant which can be used with the update_action property of a ExadbVmClusterUpdateHistoryEntry. UPDATE_TYPE_GI_PATCH
A constant which can be used with the update_type property of a ExadbVmClusterUpdateHistoryEntry. UPDATE_TYPE_GI_UPGRADE
A constant which can be used with the update_type property of a ExadbVmClusterUpdateHistoryEntry. UPDATE_TYPE_OS_UPDATE
A constant which can be used with the update_type property of a ExadbVmClusterUpdateHistoryEntry. id
[Required] Gets the id of this ExadbVmClusterUpdateHistoryEntry. lifecycle_details
Gets the lifecycle_details of this ExadbVmClusterUpdateHistoryEntry. lifecycle_state
[Required] Gets the lifecycle_state of this ExadbVmClusterUpdateHistoryEntry. time_completed
Gets the time_completed of this ExadbVmClusterUpdateHistoryEntry. time_started
[Required] Gets the time_started of this ExadbVmClusterUpdateHistoryEntry. update_action
Gets the update_action of this ExadbVmClusterUpdateHistoryEntry. update_id
[Required] Gets the update_id of this ExadbVmClusterUpdateHistoryEntry. update_type
[Required] Gets the update_type of this ExadbVmClusterUpdateHistoryEntry. version
Gets the version of this ExadbVmClusterUpdateHistoryEntry. Methods
__init__
(**kwargs)Initializes a new ExadbVmClusterUpdateHistoryEntry object with values from keyword arguments. -
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry. This constant has a value of “PRECHECK”
-
UPDATE_ACTION_ROLLBACK
= 'ROLLBACK'¶ A constant which can be used with the update_action property of a ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry. This constant has a value of “OS_UPDATE”
-
__init__
(**kwargs)¶ Initializes a new ExadbVmClusterUpdateHistoryEntry 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 ExadbVmClusterUpdateHistoryEntry.
- update_id (str) – The value to assign to the update_id property of this ExadbVmClusterUpdateHistoryEntry.
- update_action (str) – The value to assign to the update_action property of this ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry.
- time_started (datetime) – The value to assign to the time_started property of this ExadbVmClusterUpdateHistoryEntry.
- time_completed (datetime) – The value to assign to the time_completed property of this ExadbVmClusterUpdateHistoryEntry.
- version (str) – The value to assign to the version property of this ExadbVmClusterUpdateHistoryEntry.
-
id
¶ [Required] Gets the id of this ExadbVmClusterUpdateHistoryEntry. The OCID of the maintenance update history entry.
Returns: The id of this ExadbVmClusterUpdateHistoryEntry. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this ExadbVmClusterUpdateHistoryEntry. Descriptive text providing additional details about the lifecycle state.
Returns: The lifecycle_details of this ExadbVmClusterUpdateHistoryEntry. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry. Return type: str
-
time_completed
¶ Gets the time_completed of this ExadbVmClusterUpdateHistoryEntry. The date and time when the maintenance update action completed.
Returns: The time_completed of this ExadbVmClusterUpdateHistoryEntry. Return type: datetime
-
time_started
¶ [Required] Gets the time_started of this ExadbVmClusterUpdateHistoryEntry. The date and time when the maintenance update action started.
Returns: The time_started of this ExadbVmClusterUpdateHistoryEntry. Return type: datetime
-
update_action
¶ Gets the update_action of this ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry. Return type: str
-
update_id
¶ [Required] Gets the update_id of this ExadbVmClusterUpdateHistoryEntry. The OCID of the maintenance update.
Returns: The update_id of this ExadbVmClusterUpdateHistoryEntry. Return type: str
-
update_type
¶ [Required] Gets the update_type of this ExadbVmClusterUpdateHistoryEntry. 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 ExadbVmClusterUpdateHistoryEntry. Return type: str
-
version
¶ Gets the version of this ExadbVmClusterUpdateHistoryEntry. The version of the maintenance update package.
Returns: The version of this ExadbVmClusterUpdateHistoryEntry. Return type: str
-