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 )ÚRequirementDetailsz‘
    Minimum memory required by this PBF. The user should use memory greater than or equal to this value
    while configuring the Function.
    c                 K   s(   dddœ| _ dddœ| _d| _d| _dS )a?  
        Initializes a new RequirementDetails object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param min_memory_required_in_mbs:
            The value to assign to the min_memory_required_in_mbs property of this RequirementDetails.
        :type min_memory_required_in_mbs: int

        :param policies:
            The value to assign to the policies property of this RequirementDetails.
        :type policies: list[oci.functions.models.PolicyDetails]

        Úintzlist[PolicyDetails])Úmin_memory_required_in_mbsÚpoliciesZminMemoryRequiredInMBsr	   N)Zswagger_typesZattribute_mapÚ_min_memory_required_in_mbsÚ	_policies)ÚselfÚkwargs© r   úLusr/lib/python3.10/site-packages/oci/functions/models/requirement_details.pyÚ__init__   s   þþ
zRequirementDetails.__init__c                 C   ó   | j S )aV  
        **[Required]** Gets the min_memory_required_in_mbs of this RequirementDetails.
        Minimum memory required by this PBF. The user should use memory greater than or equal to
        this value while configuring the Function.


        :return: The min_memory_required_in_mbs of this RequirementDetails.
        :rtype: int
        ©r
   ©r   r   r   r   r   .   s   z-RequirementDetails.min_memory_required_in_mbsc                 C   ó
   || _ dS )a`  
        Sets the min_memory_required_in_mbs of this RequirementDetails.
        Minimum memory required by this PBF. The user should use memory greater than or equal to
        this value while configuring the Function.


        :param min_memory_required_in_mbs: The min_memory_required_in_mbs of this RequirementDetails.
        :type: int
        Nr   )r   r   r   r   r   r   ;   s   
c                 C   r   )zî
        Gets the policies of this RequirementDetails.
        List of policies required for this PBF execution.


        :return: The policies of this RequirementDetails.
        :rtype: list[oci.functions.models.PolicyDetails]
        ©r   r   r   r   r   r	   H   s   
zRequirementDetails.policiesc                 C   r   )zõ
        Sets the policies of this RequirementDetails.
        List of policies required for this PBF execution.


        :param policies: The policies of this RequirementDetails.
        :type: list[oci.functions.models.PolicyDetails]
        Nr   )r   r	   r   r   r   r	   T   s   

c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr__`   s   zRequirementDetails.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__c   s   zRequirementDetails.__eq__c                 C   s
   | |k S r   r   r   r   r   r   Ú__ne__i   s   
zRequirementDetails.__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   