ruạṛ
a N��f�1 � @ 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 @ sL e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�AutonomousPatchz AutonomousPatch model. � AVAILABLE�SUCCESS�IN_PROGRESS�FAILED�RELEASE_UPDATES�RELEASE_UPDATE_REVISIONSc K sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new AutonomousPatch object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this AutonomousPatch. :type id: str :param description: The value to assign to the description property of this AutonomousPatch. :type description: str :param type: The value to assign to the type property of this AutonomousPatch. :type type: str :param lifecycle_details: The value to assign to the lifecycle_details property of this AutonomousPatch. :type lifecycle_details: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AutonomousPatch. 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'. :type lifecycle_state: str :param time_released: The value to assign to the time_released property of this AutonomousPatch. :type time_released: datetime :param version: The value to assign to the version property of this AutonomousPatch. :type version: str :param patch_model: The value to assign to the patch_model property of this AutonomousPatch. Allowed values for this property are: "RELEASE_UPDATES", "RELEASE_UPDATE_REVISIONS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type patch_model: str :param quarter: The value to assign to the quarter property of this AutonomousPatch. :type quarter: str :param year: The value to assign to the year property of this AutonomousPatch. :type year: str �str�datetime) �id�description�type�lifecycle_details�lifecycle_state� time_released�version�patch_model�quarter�yearr r r �lifecycleDetails�lifecycleState�timeReleasedr � patchModelr r N)� swagger_types� attribute_map�_id�_description�_type�_lifecycle_details�_lifecycle_state�_time_released�_version�_patch_model�_quarter�_year)�self�kwargs� r+ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/autonomous_patch.py�__init__( s@ 3�� zAutonomousPatch.__init__c C s | j S )a **[Required]** Gets the id of this AutonomousPatch. The `OCID`__ of the patch. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this AutonomousPatch. :rtype: str �r �r) r+ r+ r, r s zAutonomousPatch.idc C s || _ dS )z� Sets the id of this AutonomousPatch. The `OCID`__ of the patch. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this AutonomousPatch. :type: str Nr. )r) r r+ r+ r, r � s c C s | j S )z� **[Required]** Gets the description of this AutonomousPatch. The text describing this patch package. :return: The description of this AutonomousPatch. :rtype: str �r r/ r+ r+ r, r � s zAutonomousPatch.descriptionc C s || _ dS )z� Sets the description of this AutonomousPatch. The text describing this patch package. :param description: The description of this AutonomousPatch. :type: str Nr0 )r) r r+ r+ r, r � s c C s | j S )z� **[Required]** Gets the type of this AutonomousPatch. The type of patch. BUNDLE is one example. :return: The type of this AutonomousPatch. :rtype: str �r! r/ r+ r+ r, r � s zAutonomousPatch.typec C s || _ dS )z� Sets the type of this AutonomousPatch. The type of patch. BUNDLE is one example. :param type: The type of this AutonomousPatch. :type: str Nr1 )r) r r+ r+ r, r � s c C s | j S )a Gets the lifecycle_details of this AutonomousPatch. A descriptive text associated with the lifecycleState. Typically can contain additional displayable text. :return: The lifecycle_details of this AutonomousPatch. :rtype: str �r"