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