
    Bvh:                     B    d Z ddlZddlZddlZddlmZ  G d de      Zy)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.33
    Generated by: https://openapi-generator.tech
    N)Configurationc                      e Zd ZdZ	 ddddddddddddZddddd	d
d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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ed"        Zej                  d#        Zed$        Zej                  d%        Zed&        Zej                  d'        Zd( Zd) Zd* Zd+ Zd, Zy).V1NodeSystemInfozNOTE: This class is auto generated by OpenAPI Generator.
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    strV1NodeSwapStatus)architectureboot_idcontainer_runtime_versionkernel_versionkube_proxy_versionkubelet_version
machine_idoperating_systemos_imageswapsystem_uuidr   bootIDcontainerRuntimeVersionkernelVersionkubeProxyVersionkubeletVersion	machineIDoperatingSystemosImager   
systemUUIDNc                 p   |
t               }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        || _        || _        || _        || _        || _        || _        || _        || _        |	| _        |
|
| _        || _        y)z-V1NodeSystemInfo - a model defined in OpenAPIN)r   local_vars_configuration_architecture_boot_id_container_runtime_version_kernel_version_kube_proxy_version_kubelet_version_machine_id_operating_system	_os_image_swap_system_uuiddiscriminatorr   r	   r
   r   r   r   r   r   r   r   r   )selfr   r	   r
   r   r   r   r   r   r   r   r   r   s                V/RAG/venv/lib/python3.12/site-packages/kubernetes/client/models/v1_node_system_info.py__init__zV1NodeSystemInfo.__init__?   s    #+'4$(@%!*.'##'  $!%
 !()B&,"4.$ 0 DI&    c                     | j                   S )zGets the architecture of this V1NodeSystemInfo.  # noqa: E501

        The Architecture reported by the node  # noqa: E501

        :return: The architecture of this V1NodeSystemInfo.  # noqa: E501
        :rtype: str
        )r   r*   s    r+   r   zV1NodeSystemInfo.architecture_   s     !!!r-   c                 X    | j                   j                  r|t        d      || _        y)zSets the architecture of this V1NodeSystemInfo.

        The Architecture reported by the node  # noqa: E501

        :param architecture: The architecture of this V1NodeSystemInfo.  # noqa: E501
        :type: str
        Nz4Invalid value for `architecture`, must not be `None`)r   client_side_validation
ValueErrorr   )r*   r   s     r+   r   zV1NodeSystemInfo.architecturej   s,     ((??LDXSTT)r-   c                     | j                   S )zGets the boot_id of this V1NodeSystemInfo.  # noqa: E501

        Boot ID reported by the node.  # noqa: E501

        :return: The boot_id of this V1NodeSystemInfo.  # noqa: E501
        :rtype: str
        )r   r/   s    r+   r	   zV1NodeSystemInfo.boot_idx   s     }}r-   c                 X    | j                   j                  r|t        d      || _        y)zSets the boot_id of this V1NodeSystemInfo.

        Boot ID reported by the node.  # noqa: E501

        :param boot_id: The boot_id of this V1NodeSystemInfo.  # noqa: E501
        :type: str
        Nz/Invalid value for `boot_id`, must not be `None`)r   r1   r2   r   )r*   r	   s     r+   r	   zV1NodeSystemInfo.boot_id   s*     ((??GONOOr-   c                     | j                   S )a:  Gets the container_runtime_version of this V1NodeSystemInfo.  # noqa: E501

        ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).  # noqa: E501

        :return: The container_runtime_version of this V1NodeSystemInfo.  # noqa: E501
        :rtype: str
        )r    r/   s    r+   r
   z*V1NodeSystemInfo.container_runtime_version   s     ...r-   c                 X    | j                   j                  r|t        d      || _        y)aD  Sets the container_runtime_version of this V1NodeSystemInfo.

        ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).  # noqa: E501

        :param container_runtime_version: The container_runtime_version of this V1NodeSystemInfo.  # noqa: E501
        :type: str
        NzAInvalid value for `container_runtime_version`, must not be `None`)r   r1   r2   r    )r*   r
   s     r+   r
   z*V1NodeSystemInfo.container_runtime_version   s-     ((??D]De`aa*C'r-   c                     | j                   S )a  Gets the kernel_version of this V1NodeSystemInfo.  # noqa: E501

        Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).  # noqa: E501

        :return: The kernel_version of this V1NodeSystemInfo.  # noqa: E501
        :rtype: str
        )r!   r/   s    r+   r   zV1NodeSystemInfo.kernel_version   s     ###r-   c                 X    | j                   j                  r|t        d      || _        y)a  Sets the kernel_version of this V1NodeSystemInfo.

        Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).  # noqa: E501

        :param kernel_version: The kernel_version of this V1NodeSystemInfo.  # noqa: E501
        :type: str
        Nz6Invalid value for `kernel_version`, must not be `None`)r   r1   r2   r!   )r*   r   s     r+   r   zV1NodeSystemInfo.kernel_version   s,     ((??NDZUVV-r-   c                     | j                   S )zGets the kube_proxy_version of this V1NodeSystemInfo.  # noqa: E501

        Deprecated: KubeProxy Version reported by the node.  # noqa: E501

        :return: The kube_proxy_version of this V1NodeSystemInfo.  # noqa: E501
        :rtype: str
        )r"   r/   s    r+   r   z#V1NodeSystemInfo.kube_proxy_version   s     '''r-   c                 X    | j                   j                  r|t        d      || _        y)zSets the kube_proxy_version of this V1NodeSystemInfo.

        Deprecated: KubeProxy Version reported by the node.  # noqa: E501

        :param kube_proxy_version: The kube_proxy_version of this V1NodeSystemInfo.  # noqa: E501
        :type: str
        Nz:Invalid value for `kube_proxy_version`, must not be `None`)r   r1   r2   r"   )r*   r   s     r+   r   z#V1NodeSystemInfo.kube_proxy_version   s-     ((??DVD^YZZ#5 r-   c                     | j                   S )zGets the kubelet_version of this V1NodeSystemInfo.  # noqa: E501

        Kubelet Version reported by the node.  # noqa: E501

        :return: The kubelet_version of this V1NodeSystemInfo.  # noqa: E501
        :rtype: str
        )r#   r/   s    r+   r   z V1NodeSystemInfo.kubelet_version   s     $$$r-   c                 X    | j                   j                  r|t        d      || _        y)zSets the kubelet_version of this V1NodeSystemInfo.

        Kubelet Version reported by the node.  # noqa: E501

        :param kubelet_version: The kubelet_version of this V1NodeSystemInfo.  # noqa: E501
        :type: str
        Nz7Invalid value for `kubelet_version`, must not be `None`)r   r1   r2   r#   )r*   r   s     r+   r   z V1NodeSystemInfo.kubelet_version   s,     ((??OD[VWW /r-   c                     | j                   S )a|  Gets the machine_id of this V1NodeSystemInfo.  # noqa: E501

        MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html  # noqa: E501

        :return: The machine_id of this V1NodeSystemInfo.  # noqa: E501
        :rtype: str
        )r$   r/   s    r+   r   zV1NodeSystemInfo.machine_id   s     r-   c                 X    | j                   j                  r|t        d      || _        y)aw  Sets the machine_id of this V1NodeSystemInfo.

        MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html  # noqa: E501

        :param machine_id: The machine_id of this V1NodeSystemInfo.  # noqa: E501
        :type: str
        Nz2Invalid value for `machine_id`, must not be `None`)r   r1   r2   r$   )r*   r   s     r+   r   zV1NodeSystemInfo.machine_id   s,     ((??JDVQRR%r-   c                     | j                   S )zGets the operating_system of this V1NodeSystemInfo.  # noqa: E501

        The Operating System reported by the node  # noqa: E501

        :return: The operating_system of this V1NodeSystemInfo.  # noqa: E501
        :rtype: str
        )r%   r/   s    r+   r   z!V1NodeSystemInfo.operating_system  s     %%%r-   c                 X    | j                   j                  r|t        d      || _        y)zSets the operating_system of this V1NodeSystemInfo.

        The Operating System reported by the node  # noqa: E501

        :param operating_system: The operating_system of this V1NodeSystemInfo.  # noqa: E501
        :type: str
        Nz8Invalid value for `operating_system`, must not be `None`)r   r1   r2   r%   )r*   r   s     r+   r   z!V1NodeSystemInfo.operating_system  s-     ((??DTD\WXX!1r-   c                     | j                   S )a  Gets the os_image of this V1NodeSystemInfo.  # noqa: E501

        OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).  # noqa: E501

        :return: The os_image of this V1NodeSystemInfo.  # noqa: E501
        :rtype: str
        )r&   r/   s    r+   r   zV1NodeSystemInfo.os_image'  s     ~~r-   c                 X    | j                   j                  r|t        d      || _        y)a  Sets the os_image of this V1NodeSystemInfo.

        OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).  # noqa: E501

        :param os_image: The os_image of this V1NodeSystemInfo.  # noqa: E501
        :type: str
        Nz0Invalid value for `os_image`, must not be `None`)r   r1   r2   r&   )r*   r   s     r+   r   zV1NodeSystemInfo.os_image2  s+     ((??HDTOPP!r-   c                     | j                   S )zGets the swap of this V1NodeSystemInfo.  # noqa: E501


        :return: The swap of this V1NodeSystemInfo.  # noqa: E501
        :rtype: V1NodeSwapStatus
        r'   r/   s    r+   r   zV1NodeSystemInfo.swap@  s     zzr-   c                     || _         y)zSets the swap of this V1NodeSystemInfo.


        :param swap: The swap of this V1NodeSystemInfo.  # noqa: E501
        :type: V1NodeSwapStatus
        NrD   )r*   r   s     r+   r   zV1NodeSystemInfo.swapJ  s     
r-   c                     | j                   S )a  Gets the system_uuid of this V1NodeSystemInfo.  # noqa: E501

        SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid  # noqa: E501

        :return: The system_uuid of this V1NodeSystemInfo.  # noqa: E501
        :rtype: str
        )r(   r/   s    r+   r   zV1NodeSystemInfo.system_uuidU  s        r-   c                 X    | j                   j                  r|t        d      || _        y)a  Sets the system_uuid of this V1NodeSystemInfo.

        SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid  # noqa: E501

        :param system_uuid: The system_uuid of this V1NodeSystemInfo.  # noqa: E501
        :type: str
        Nz3Invalid value for `system_uuid`, must not be `None`)r   r1   r2   r(   )r*   r   s     r+   r   zV1NodeSystemInfo.system_uuid`  s,     ((??KDWRSS'r-   c                 ~   i }t        j                  | j                        D ]  \  }}t        | |      }t	        |t
              rt        t        d |            ||<   <t        |d      r|j                         ||<   \t	        |t              r(t        t        d |j                                     ||<   |||<    |S )z&Returns the model properties as a dictc                 >    t        | d      r| j                         S | S )Nto_dicthasattrrJ   )xs    r+   <lambda>z*V1NodeSystemInfo.to_dict.<locals>.<lambda>v  s    WQ	-BaiikIIr-   rJ   c                 T    t        | d   d      r| d   | d   j                         fS | S )N   rJ   r   rK   )items    r+   rN   z*V1NodeSystemInfo.to_dict.<locals>.<lambda>}  s6    tAw	2 #'q'47??+<!= "=8<"=r-   )six	iteritemsopenapi_typesgetattr
isinstancelistmaprL   rJ   dictitems)r*   resultattr_values        r+   rJ   zV1NodeSystemInfo.to_dictn  s    }}T%7%78GD!D$'E%&#CI%  t 	*$}}tE4(#C=KKM%  t  %t! 9$ r-   c                 H    t        j                  | j                               S )z.Returns the string representation of the model)pprintpformatrJ   r/   s    r+   to_strzV1NodeSystemInfo.to_str  s    ~~dlln--r-   c                 "    | j                         S )zFor `print` and `pprint`)rb   r/   s    r+   __repr__zV1NodeSystemInfo.__repr__  s    {{}r-   c                 f    t        |t              sy| j                         |j                         k(  S )z&Returns true if both objects are equalFrV   r   rJ   r*   others     r+   __eq__zV1NodeSystemInfo.__eq__  s'    %!12||~00r-   c                 f    t        |t              sy| j                         |j                         k7  S )z*Returns true if both objects are not equalTrf   rg   s     r+   __ne__zV1NodeSystemInfo.__ne__  s'    %!12||~00r-   )NNNNNNNNNNNN)__name__
__module____qualname____doc__rT   attribute_mapr,   propertyr   setterr	   r
   r   r   r   r   r   r   r   r   rJ   rb   rd   ri   rk    r-   r+   r   r      su    %*# !"M '%>)0+!-#M'@ " " * *   ^^    / / %%D &D $ $ . . ( ( 6 6 % % 0 0     & & & & 2 2   __" "   
[[  ! ! ( (0.11r-   r   )ro   r`   rerR   kubernetes.client.configurationr   objectr   rs   r-   r+   <module>rw      s&     	 
 9E1v E1r-   