ruạṛ
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )� UpdateDetailsz� Details specifying which maintenance update to apply to the cloud VM cluster and which actions are to be performed by the maintenance update. Applies to Exadata Cloud Service instances only. � ROLLING_APPLY�NON_ROLLING_APPLY�PRECHECK�ROLLBACKc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new UpdateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param update_id: The value to assign to the update_id property of this UpdateDetails. :type update_id: str :param update_action: The value to assign to the update_action property of this UpdateDetails. Allowed values for this property are: "ROLLING_APPLY", "NON_ROLLING_APPLY", "PRECHECK", "ROLLBACK" :type update_action: str :param gi_software_image_id: The value to assign to the gi_software_image_id property of this UpdateDetails. :type gi_software_image_id: str �str)� update_id� update_action�gi_software_image_idZupdateIdZupdateActionZgiSoftwareImageIdN)Z swagger_typesZ attribute_map� _update_id�_update_action�_gi_software_image_id)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/database/models/update_details.py�__init__"