
    >g                     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.30
    Generated by: https://openapi-generator.tech
    N)Configurationc                       e Zd ZdZ	 ddddZ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d Zd Zd Zd Zd Zy	)V1alpha2DriverRequestszNOTE: This class is auto generated by OpenAPI Generator.
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    strzlist[V1alpha2ResourceRequest]object)driver_namerequestsvendor_parameters
driverNamer	   vendorParametersNc                     |
t               }|| _        d| _        d| _        d| _        d| _        ||| _        ||| _        ||| _        yy)z3V1alpha2DriverRequests - a model defined in OpenAPIN)	r   local_vars_configuration_driver_name	_requests_vendor_parametersdiscriminatorr   r	   r
   )selfr   r	   r
   r   s        f/var/www/openai/venv/lib/python3.12/site-packages/kubernetes/client/models/v1alpha2_driver_requests.py__init__zV1alpha2DriverRequests.__init__/   se    #+'4$(@% "&!"*D$DM(%6D" )    c                     | j                   S )a  Gets the driver_name of this V1alpha2DriverRequests.  # noqa: E501

        DriverName is the name used by the DRA driver kubelet plugin.  # noqa: E501

        :return: The driver_name of this V1alpha2DriverRequests.  # noqa: E501
        :rtype: str
        r   r   s    r   r   z"V1alpha2DriverRequests.driver_nameA   s        r   c                     || _         y)a   Sets the driver_name of this V1alpha2DriverRequests.

        DriverName is the name used by the DRA driver kubelet plugin.  # noqa: E501

        :param driver_name: The driver_name of this V1alpha2DriverRequests.  # noqa: E501
        :type: str
        Nr   )r   r   s     r   r   z"V1alpha2DriverRequests.driver_nameL   s     (r   c                     | j                   S )a  Gets the requests of this V1alpha2DriverRequests.  # noqa: E501

        Requests describes all resources that are needed from the driver.  # noqa: E501

        :return: The requests of this V1alpha2DriverRequests.  # noqa: E501
        :rtype: list[V1alpha2ResourceRequest]
        r   r   s    r   r	   zV1alpha2DriverRequests.requestsX   s     ~~r   c                     || _         y)a  Sets the requests of this V1alpha2DriverRequests.

        Requests describes all resources that are needed from the driver.  # noqa: E501

        :param requests: The requests of this V1alpha2DriverRequests.  # noqa: E501
        :type: list[V1alpha2ResourceRequest]
        Nr   )r   r	   s     r   r	   zV1alpha2DriverRequests.requestsc   s     "r   c                     | j                   S )aQ  Gets the vendor_parameters of this V1alpha2DriverRequests.  # noqa: E501

        VendorParameters are arbitrary setup parameters for all requests of the claim. They are ignored while allocating the claim.  # noqa: E501

        :return: The vendor_parameters of this V1alpha2DriverRequests.  # noqa: E501
        :rtype: object
        r   r   s    r   r
   z(V1alpha2DriverRequests.vendor_parameterso   s     &&&r   c                     || _         y)aS  Sets the vendor_parameters of this V1alpha2DriverRequests.

        VendorParameters are arbitrary setup parameters for all requests of the claim. They are ignored while allocating the claim.  # noqa: E501

        :param vendor_parameters: The vendor_parameters of this V1alpha2DriverRequests.  # noqa: E501
        :type: object
        Nr   )r   r
   s     r   r
   z(V1alpha2DriverRequests.vendor_parametersz   s     #4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hasattrr#   )xs    r   <lambda>z0V1alpha2DriverRequests.to_dict.<locals>.<lambda>   s    WQ	-BaiikIIr   r#   c                 T    t        | d   d      r| d   | d   j                         fS | S )N   r#   r   r$   )items    r   r'   z0V1alpha2DriverRequests.to_dict.<locals>.<lambda>   s6    tAw	2 #'q'47??+<!= "=8<"=r   )six	iteritemsopenapi_typesgetattr
isinstancelistmapr%   r#   dictitems)r   resultattr_values        r   r#   zV1alpha2DriverRequests.to_dict   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pformatr#   r   s    r   to_strzV1alpha2DriverRequests.to_str   s    ~~dlln--r   c                 "    | j                         S )zFor `print` and `pprint`)r;   r   s    r   __repr__zV1alpha2DriverRequests.__repr__   s    {{}r   c                 f    t        |t              sy| j                         |j                         k(  S )z&Returns true if both objects are equalFr/   r   r#   r   others     r   __eq__zV1alpha2DriverRequests.__eq__   s'    %!78||~00r   c                 f    t        |t              sy| j                         |j                         k7  S )z*Returns true if both objects are not equalTr?   r@   s     r   __ne__zV1alpha2DriverRequests.__ne__   s'    %!78||~00r   )NNNN)__name__
__module____qualname____doc__r-   attribute_mapr   propertyr   setterr	   r
   r#   r;   r=   rB   rD    r   r   r   r      s     3%M $/M7$ ! ! 	( 	(   __	" 	" ' ' 	4 	40.11r   r   )rH   r9   rer+   kubernetes.client.configurationr   r   r   rL   r   r   <module>rO      s&     	 
 9]1V ]1r   