
    [j                     |    d Z 	 ddlmZ n# e$ r	 ddlmZ Y nw xY wddlZddlZddlZddlm	Z	  G d de
          ZdS )z
    Kubernetes

    No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)  # noqa: E501

    The version of the OpenAPI document: release-1.36
    Generated by: https://openapi-generator.tech
    )getfullargspec)
getargspecN)Configurationc                   0   e Zd ZdZ	 dddddZdddddZdd
Zed             Zej	        d             Zed             Z
e
j	        d             Z
ed             Zej	        d             Zed             Zej	        d             ZddZd Zd Zd Zd Zd	S )V1EndpointAddresszNOTE: This class is auto generated by OpenAPI Generator.
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    strV1ObjectReference)hostnameip	node_name
target_refr
   r   nodeName	targetRefNc                     |t          j                    }|| _        d| _        d| _        d| _        d| _        d| _        ||| _        || _	        ||| _
        |	|| _        dS dS )z.V1EndpointAddress - a model defined in OpenAPIN)r   get_default_copylocal_vars_configuration	_hostname_ip
_node_name_target_refdiscriminatorr
   r   r   r   )selfr
   r   r   r   r   s         i/var/www/FlaskApp/flask-venv/lib/python3.11/site-packages/kubernetes/client/models/v1_endpoint_address.py__init__zV1EndpointAddress.__init__4   s~    #+'4'E'G'G$(@%!$DM &DN!(DOOO "!    c                     | j         S )zGets the hostname of this V1EndpointAddress.  # noqa: E501

        The Hostname of this endpoint  # noqa: E501

        :return: The hostname of this V1EndpointAddress.  # noqa: E501
        :rtype: str
        r   r   s    r   r
   zV1EndpointAddress.hostnameH   s     ~r   c                     || _         dS )zSets the hostname of this V1EndpointAddress.

        The Hostname of this endpoint  # noqa: E501

        :param hostname: The hostname of this V1EndpointAddress.  # noqa: E501
        :type hostname: str
        Nr   )r   r
   s     r   r
   zV1EndpointAddress.hostnameS   s     "r   c                     | j         S )aL  Gets the ip of this V1EndpointAddress.  # noqa: E501

        The IP of this endpoint. May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10), or link-local multicast (224.0.0.0/24 or ff02::/16).  # noqa: E501

        :return: The ip of this V1EndpointAddress.  # noqa: E501
        :rtype: str
        )r   r   s    r   r   zV1EndpointAddress.ip_   s     xr   c                 N    | j         j        r|t          d          || _        dS )aB  Sets the ip of this V1EndpointAddress.

        The IP of this endpoint. May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10), or link-local multicast (224.0.0.0/24 or ff02::/16).  # noqa: E501

        :param ip: The ip of this V1EndpointAddress.  # noqa: E501
        :type ip: str
        Nz*Invalid value for `ip`, must not be `None`)r   client_side_validation
ValueErrorr   )r   r   s     r   r   zV1EndpointAddress.ipj   s1     (? 	KBJIJJJr   c                     | j         S )a  Gets the node_name of this V1EndpointAddress.  # noqa: E501

        Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.  # noqa: E501

        :return: The node_name of this V1EndpointAddress.  # noqa: E501
        :rtype: str
        r   r   s    r   r   zV1EndpointAddress.node_namex   s     r   c                     || _         dS )a  Sets the node_name of this V1EndpointAddress.

        Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.  # noqa: E501

        :param node_name: The node_name of this V1EndpointAddress.  # noqa: E501
        :type node_name: str
        Nr%   )r   r   s     r   r   zV1EndpointAddress.node_name   s     $r   c                     | j         S )zGets the target_ref of this V1EndpointAddress.  # noqa: E501


        :return: The target_ref of this V1EndpointAddress.  # noqa: E501
        :rtype: V1ObjectReference
        r   r   s    r   r   zV1EndpointAddress.target_ref   s     r   c                     || _         dS )zSets the target_ref of this V1EndpointAddress.


        :param target_ref: The target_ref of this V1EndpointAddress.  # noqa: E501
        :type target_ref: V1ObjectReference
        Nr(   )r   r   s     r   r   zV1EndpointAddress.target_ref   s     &r   Fc                    i }fdt          j        | j                  D ]\  }}t          | |          }r| j                            ||          n|}t          |t                    r$t          t          fd|                    ||<   mt          |t                    r6t          t          fd|
                                                    ||<    |          ||<   |S )z&Returns the model properties as a dictc                     t          | d          rUt          | j                  j        }t	          |          dk    r|                                 S |                               S | S )Nto_dict   )hasattrr   r,   argslen)xr/   	serializes     r   convertz*V1EndpointAddress.to_dict.<locals>.convert   s[    q)$$ %ai005t99>>99;;&99Y///r   c                      |           S )N )r1   r3   s    r   <lambda>z+V1EndpointAddress.to_dict.<locals>.<lambda>   s    ggajj r   c                 6    | d          | d                   fS )Nr   r-   r5   )itemr3   s    r   r6   z+V1EndpointAddress.to_dict.<locals>.<lambda>   s    $q'7747+;+;!< r   )six	iteritemsopenapi_typesgetattrattribute_mapget
isinstancelistmapdictitems)r   r2   resultattr_valuer3   s    `    @r   r,   zV1EndpointAddress.to_dict   s   	 	 	 	 	 }T%788 	. 	.GD!D$''E9BL4%))$555D%&& .#C((((% %    t E4(( .#C<<<<KKMM% %    t
  'wu~~tr   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr,   r   s    r   to_strzV1EndpointAddress.to_str   s    ~dllnn---r   c                 *    |                                  S )zFor `print` and `pprint`)rK   r   s    r   __repr__zV1EndpointAddress.__repr__   s    {{}}r   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr?   r   r,   r   others     r   __eq__zV1EndpointAddress.__eq__   s5    %!233 	5||~~00r   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrO   rP   s     r   __ne__zV1EndpointAddress.__ne__   s5    %!233 	4||~~00r   )NNNNN)F)__name__
__module____qualname____doc__r;   r=   r   propertyr
   setterr   r   r   r,   rK   rM   rR   rT   r5   r   r   r   r      s         )	 M !	 M) ) ) )(   X _	" 	" _	"   X Y  Y   X 	$ 	$ 	$     X  & & &   @. . .  1 1 11 1 1 1 1r   r   )rX   inspectr   ImportErrorr   rI   rer9   kubernetes.client.configurationr   objectr   r5   r   r   <module>r`      s    5&&&&&&& 5 5 5444444445  				 



 9 9 9 9 9 9@1 @1 @1 @1 @1 @1 @1 @1 @1 @1s    