BaseccVmClusterUpdateSummary

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

Bases: object

Maintenance update details for a BaseDB-C@C VM cluster.

To use any of the API operations, you must be authorized in an IAM policy. If you’re not authorized, talk to an administrator. If you’re an administrator who needs to write policies to give users access, see Getting Started with Policies.

Attributes

AVAILABLE_ACTIONS_PRECHECK A constant which can be used with the available_actions property of a BaseccVmClusterUpdateSummary.
AVAILABLE_ACTIONS_ROLLBACK A constant which can be used with the available_actions property of a BaseccVmClusterUpdateSummary.
AVAILABLE_ACTIONS_ROLLING_APPLY A constant which can be used with the available_actions property of a BaseccVmClusterUpdateSummary.
LAST_ACTION_PRECHECK A constant which can be used with the last_action property of a BaseccVmClusterUpdateSummary.
LAST_ACTION_ROLLBACK A constant which can be used with the last_action property of a BaseccVmClusterUpdateSummary.
LAST_ACTION_ROLLING_APPLY A constant which can be used with the last_action property of a BaseccVmClusterUpdateSummary.
LIFECYCLE_STATE_AVAILABLE A constant which can be used with the lifecycle_state property of a BaseccVmClusterUpdateSummary.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a BaseccVmClusterUpdateSummary.
LIFECYCLE_STATE_IN_PROGRESS A constant which can be used with the lifecycle_state property of a BaseccVmClusterUpdateSummary.
LIFECYCLE_STATE_SUCCESS A constant which can be used with the lifecycle_state property of a BaseccVmClusterUpdateSummary.
UPDATE_TYPE_GI_PATCH A constant which can be used with the update_type property of a BaseccVmClusterUpdateSummary.
UPDATE_TYPE_GI_UPGRADE A constant which can be used with the update_type property of a BaseccVmClusterUpdateSummary.
available_actions Gets the available_actions of this BaseccVmClusterUpdateSummary.
description [Required] Gets the description of this BaseccVmClusterUpdateSummary.
id [Required] Gets the id of this BaseccVmClusterUpdateSummary.
last_action Gets the last_action of this BaseccVmClusterUpdateSummary.
lifecycle_details Gets the lifecycle_details of this BaseccVmClusterUpdateSummary.
lifecycle_state Gets the lifecycle_state of this BaseccVmClusterUpdateSummary.
time_released [Required] Gets the time_released of this BaseccVmClusterUpdateSummary.
update_type [Required] Gets the update_type of this BaseccVmClusterUpdateSummary.
version [Required] Gets the version of this BaseccVmClusterUpdateSummary.

Methods

__init__(**kwargs) Initializes a new BaseccVmClusterUpdateSummary object with values from keyword arguments.
AVAILABLE_ACTIONS_PRECHECK = 'PRECHECK'

A constant which can be used with the available_actions property of a BaseccVmClusterUpdateSummary. This constant has a value of “PRECHECK”

AVAILABLE_ACTIONS_ROLLBACK = 'ROLLBACK'

A constant which can be used with the available_actions property of a BaseccVmClusterUpdateSummary. This constant has a value of “ROLLBACK”

AVAILABLE_ACTIONS_ROLLING_APPLY = 'ROLLING_APPLY'

A constant which can be used with the available_actions property of a BaseccVmClusterUpdateSummary. This constant has a value of “ROLLING_APPLY”

LAST_ACTION_PRECHECK = 'PRECHECK'

A constant which can be used with the last_action property of a BaseccVmClusterUpdateSummary. This constant has a value of “PRECHECK”

LAST_ACTION_ROLLBACK = 'ROLLBACK'

A constant which can be used with the last_action property of a BaseccVmClusterUpdateSummary. This constant has a value of “ROLLBACK”

LAST_ACTION_ROLLING_APPLY = 'ROLLING_APPLY'

A constant which can be used with the last_action property of a BaseccVmClusterUpdateSummary. This constant has a value of “ROLLING_APPLY”

LIFECYCLE_STATE_AVAILABLE = 'AVAILABLE'

A constant which can be used with the lifecycle_state property of a BaseccVmClusterUpdateSummary. This constant has a value of “AVAILABLE”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a BaseccVmClusterUpdateSummary. 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 BaseccVmClusterUpdateSummary. This constant has a value of “IN_PROGRESS”

LIFECYCLE_STATE_SUCCESS = 'SUCCESS'

A constant which can be used with the lifecycle_state property of a BaseccVmClusterUpdateSummary. This constant has a value of “SUCCESS”

UPDATE_TYPE_GI_PATCH = 'GI_PATCH'

A constant which can be used with the update_type property of a BaseccVmClusterUpdateSummary. 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 BaseccVmClusterUpdateSummary. This constant has a value of “GI_UPGRADE”

__init__(**kwargs)

Initializes a new BaseccVmClusterUpdateSummary 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 BaseccVmClusterUpdateSummary.
  • description (str) – The value to assign to the description property of this BaseccVmClusterUpdateSummary.
  • last_action (str) – The value to assign to the last_action property of this BaseccVmClusterUpdateSummary. 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’.
  • available_actions (list[str]) – The value to assign to the available_actions property of this BaseccVmClusterUpdateSummary. Allowed values for items in this list 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 BaseccVmClusterUpdateSummary. Allowed values for this property are: “GI_UPGRADE”, “GI_PATCH”, ‘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 BaseccVmClusterUpdateSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this BaseccVmClusterUpdateSummary. Allowed values for this property are: “AVAILABLE”, “SUCCESS”, “IN_PROGRESS”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_released (datetime) – The value to assign to the time_released property of this BaseccVmClusterUpdateSummary.
  • version (str) – The value to assign to the version property of this BaseccVmClusterUpdateSummary.
available_actions

Gets the available_actions of this BaseccVmClusterUpdateSummary. The possible actions performed by the update operation on the infrastructure components.

Allowed values for items in this list are: “ROLLING_APPLY”, “PRECHECK”, “ROLLBACK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The available_actions of this BaseccVmClusterUpdateSummary.
Return type:list[str]
description

[Required] Gets the description of this BaseccVmClusterUpdateSummary. Details of the maintenance update package.

Returns:The description of this BaseccVmClusterUpdateSummary.
Return type:str
id

[Required] Gets the id of this BaseccVmClusterUpdateSummary. The OCID of the maintenance update.

Returns:The id of this BaseccVmClusterUpdateSummary.
Return type:str
last_action

Gets the last_action of this BaseccVmClusterUpdateSummary. The previous update action performed.

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 last_action of this BaseccVmClusterUpdateSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this BaseccVmClusterUpdateSummary. Descriptive text providing additional details about the lifecycle state.

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

Gets the lifecycle_state of this BaseccVmClusterUpdateSummary. The current state of the maintenance update. Dependent on value of lastAction.

Allowed values for this property are: “AVAILABLE”, “SUCCESS”, “IN_PROGRESS”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this BaseccVmClusterUpdateSummary.
Return type:str
time_released

[Required] Gets the time_released of this BaseccVmClusterUpdateSummary. The date and time the maintenance update was released.

Returns:The time_released of this BaseccVmClusterUpdateSummary.
Return type:datetime
update_type

[Required] Gets the update_type of this BaseccVmClusterUpdateSummary. The type of Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster maintenance update.

Allowed values for this property are: “GI_UPGRADE”, “GI_PATCH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The update_type of this BaseccVmClusterUpdateSummary.
Return type:str
version

[Required] Gets the version of this BaseccVmClusterUpdateSummary. The version of the maintenance update package.

Returns:The version of this BaseccVmClusterUpdateSummary.
Return type:str