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 )ÚPrivateAddresseszL
    A pair of VCN OCID and private IP address prefix in CIDR notation.
    c                 K   s(   dddœ| _ dddœ| _d| _d| _dS )aÛ  
        Initializes a new PrivateAddresses object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param vcn_id:
            The value to assign to the vcn_id property of this PrivateAddresses.
        :type vcn_id: str

        :param addresses:
            The value to assign to the addresses property of this PrivateAddresses.
        :type addresses: str

        Ústr)Úvcn_idÚ	addressesZvcnIdr	   N)Zswagger_typesZattribute_mapÚ_vcn_idÚ
_addresses)ÚselfÚkwargs© r   úDusr/lib/python3.10/site-packages/oci/waf/models/private_addresses.pyÚ__init__   s   þþ
zPrivateAddresses.__init__c                 C   ó   | j S )a
  
        **[Required]** Gets the vcn_id of this PrivateAddresses.
        The `OCID`__ of the VCN.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The vcn_id of this PrivateAddresses.
        :rtype: str
        ©r
   ©r   r   r   r   r   -   s   zPrivateAddresses.vcn_idc                 C   ó
   || _ dS )a   
        Sets the vcn_id of this PrivateAddresses.
        The `OCID`__ of the VCN.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param vcn_id: The vcn_id of this PrivateAddresses.
        :type: str
        Nr   )r   r   r   r   r   r   ;   s   
c                 C   r   )zÓ
        **[Required]** Gets the addresses of this PrivateAddresses.
        A private IP address or CIDR IP address range.


        :return: The addresses of this PrivateAddresses.
        :rtype: str
        ©r   r   r   r   r   r	   I   s   
zPrivateAddresses.addressesc                 C   r   )zÌ
        Sets the addresses of this PrivateAddresses.
        A private IP address or CIDR IP address range.


        :param addresses: The addresses of this PrivateAddresses.
        :type: str
        Nr   )r   r	   r   r   r   r	   U   s   

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