o
    ëÉ¶d¼  ã                   @   s8   d dl mZmZmZ d dlmZ eG dd„ deƒƒZdS )é    )Úformatted_flat_dictÚNONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc                   @   sd   e Zd ZdZdd„ Zedd„ ƒZejdd„ ƒZedd„ ƒZejd	d„ ƒZd
d„ Z	dd„ Z
dd„ ZdS )ÚLcmzI
    Enable lifecycle management and set post action configurations.
    c                 K   s(   dddœ| _ dddœ| _d| _d| _dS )a  
        Initializes a new Lcm object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param is_enabled:
            The value to assign to the is_enabled property of this Lcm.
        :type is_enabled: bool

        :param post_installation_actions:
            The value to assign to the post_installation_actions property of this Lcm.
        :type post_installation_actions: oci.jms.models.PostInstallationActionSettings

        ÚboolZPostInstallationActionSettings)Ú
is_enabledÚpost_installation_actionsZ	isEnabledZpostInstallationActionsN)Zswagger_typesZattribute_mapÚ_is_enabledÚ_post_installation_actions)ÚselfÚkwargs© r   ú6usr/lib/python3.10/site-packages/oci/jms/models/lcm.pyÚ__init__   s   þþ
zLcm.__init__c                 C   ó   | j S )z½
        Gets the is_enabled of this Lcm.
        Lifecycle management flag to store enabled or disabled status.


        :return: The is_enabled of this Lcm.
        :rtype: bool
        ©r
   ©r   r   r   r   r   -   s   
zLcm.is_enabledc                 C   ó
   || _ dS )zÆ
        Sets the is_enabled of this Lcm.
        Lifecycle management flag to store enabled or disabled status.


        :param is_enabled: The is_enabled of this Lcm.
        :type: bool
        Nr   )r   r   r   r   r   r   9   s   

c                 C   r   )z¼
        Gets the post_installation_actions of this Lcm.

        :return: The post_installation_actions of this Lcm.
        :rtype: oci.jms.models.PostInstallationActionSettings
        ©r   r   r   r   r   r	   E   s   zLcm.post_installation_actionsc                 C   r   )zÔ
        Sets the post_installation_actions of this Lcm.

        :param post_installation_actions: The post_installation_actions of this Lcm.
        :type: oci.jms.models.PostInstallationActionSettings
        Nr   )r   r	   r   r   r   r	   O   s   
c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr__Y   s   zLcm.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__\   s   z
Lcm.__eq__c                 C   s
   | |k S r   r   r   r   r   r   Ú__ne__b   s   
z
Lcm.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr	   r   r   r   r   r   r   r   r      s    


	
	r   N)Zoci.utilr   r   r   Zoci.decoratorsr   Úobjectr   r   r   r   r   Ú<module>   s   