
    ~i$                     J    d Z 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
    vke

    No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)  # noqa: E501

    OpenAPI spec version: common-version
    
    Generated by: https://github.com/swagger-api/swagger-codegen.git
    N)Configurationc            	          e Zd ZdZ	 dddddddddZ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d# Zd$ Zd% Zd& Zd' ZdS ))CreateNodePoolRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    !AutoScalingForCreateNodePoolInputstr&KubernetesConfigForCreateNodePoolInput ManagementForCreateNodePoolInput NodeConfigForCreateNodePoolInputzlist[TagForCreateNodePoolInput])auto_scalingclient_token
cluster_idkubernetes_config
managementnamenode_configtagsAutoScalingClientToken	ClusterIdKubernetesConfig
ManagementName
NodeConfigTagsNc
                 >   |	t                      }	|	| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        ||| _        ||| _        || _        ||| _        ||| _        || _        ||| _        |	|| _        dS dS )z2CreateNodePoolRequest - a model defined in SwaggerN)r   _configuration_auto_scaling_client_token_cluster_id_kubernetes_config_management_name_node_config_tagsdiscriminatorr   r   r   r   r   r   r   r   )
selfr   r   r   r   r   r   r   r   r   s
             y/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkvke/models/create_node_pool_request.py__init__zCreateNodePoolRequest.__init__9   s    !*__N,!!"&
 
!# ,D# ,D$(%6D"!(DO	"*DDIII     c                     | j         S )zGets the auto_scaling of this CreateNodePoolRequest.  # noqa: E501


        :return: The auto_scaling of this CreateNodePoolRequest.  # noqa: E501
        :rtype: AutoScalingForCreateNodePoolInput
        r   r&   s    r'   r   z"CreateNodePoolRequest.auto_scalingX        !!r)   c                     || _         dS )zSets the auto_scaling of this CreateNodePoolRequest.


        :param auto_scaling: The auto_scaling of this CreateNodePoolRequest.  # noqa: E501
        :type: AutoScalingForCreateNodePoolInput
        Nr+   )r&   r   s     r'   r   z"CreateNodePoolRequest.auto_scalingb        *r)   c                     | j         S )zGets the client_token of this CreateNodePoolRequest.  # noqa: E501


        :return: The client_token of this CreateNodePoolRequest.  # noqa: E501
        :rtype: str
        r   r,   s    r'   r   z"CreateNodePoolRequest.client_tokenm   r-   r)   c                     || _         dS )zSets the client_token of this CreateNodePoolRequest.


        :param client_token: The client_token of this CreateNodePoolRequest.  # noqa: E501
        :type: str
        Nr1   )r&   r   s     r'   r   z"CreateNodePoolRequest.client_tokenw   r/   r)   c                     | j         S )zGets the cluster_id of this CreateNodePoolRequest.  # noqa: E501


        :return: The cluster_id of this CreateNodePoolRequest.  # noqa: E501
        :rtype: str
        )r   r,   s    r'   r   z CreateNodePoolRequest.cluster_id        r)   c                 N    | j         j        r|t          d          || _        dS )zSets the cluster_id of this CreateNodePoolRequest.


        :param cluster_id: The cluster_id of this CreateNodePoolRequest.  # noqa: E501
        :type: str
        Nz2Invalid value for `cluster_id`, must not be `None`)r   client_side_validation
ValueErrorr   )r&   r   s     r'   r   z CreateNodePoolRequest.cluster_id   s5     5 	S*:LQRRR%r)   c                     | j         S )zGets the kubernetes_config of this CreateNodePoolRequest.  # noqa: E501


        :return: The kubernetes_config of this CreateNodePoolRequest.  # noqa: E501
        :rtype: KubernetesConfigForCreateNodePoolInput
        r    r,   s    r'   r   z'CreateNodePoolRequest.kubernetes_config   s     &&r)   c                     || _         dS )zSets the kubernetes_config of this CreateNodePoolRequest.


        :param kubernetes_config: The kubernetes_config of this CreateNodePoolRequest.  # noqa: E501
        :type: KubernetesConfigForCreateNodePoolInput
        Nr9   )r&   r   s     r'   r   z'CreateNodePoolRequest.kubernetes_config   s     #4r)   c                     | j         S )zGets the management of this CreateNodePoolRequest.  # noqa: E501


        :return: The management of this CreateNodePoolRequest.  # noqa: E501
        :rtype: ManagementForCreateNodePoolInput
        r!   r,   s    r'   r   z CreateNodePoolRequest.management   r4   r)   c                     || _         dS )zSets the management of this CreateNodePoolRequest.


        :param management: The management of this CreateNodePoolRequest.  # noqa: E501
        :type: ManagementForCreateNodePoolInput
        Nr<   )r&   r   s     r'   r   z CreateNodePoolRequest.management   s     &r)   c                     | j         S )zGets the name of this CreateNodePoolRequest.  # noqa: E501


        :return: The name of this CreateNodePoolRequest.  # noqa: E501
        :rtype: str
        )r"   r,   s    r'   r   zCreateNodePoolRequest.name        zr)   c                 N    | j         j        r|t          d          || _        dS )zSets the name of this CreateNodePoolRequest.


        :param name: The name of this CreateNodePoolRequest.  # noqa: E501
        :type: str
        Nz,Invalid value for `name`, must not be `None`)r   r6   r7   r"   )r&   r   s     r'   r   zCreateNodePoolRequest.name   s1     5 	M$,KLLL


r)   c                     | j         S )zGets the node_config of this CreateNodePoolRequest.  # noqa: E501


        :return: The node_config of this CreateNodePoolRequest.  # noqa: E501
        :rtype: NodeConfigForCreateNodePoolInput
        r#   r,   s    r'   r   z!CreateNodePoolRequest.node_config   s       r)   c                     || _         dS )zSets the node_config of this CreateNodePoolRequest.


        :param node_config: The node_config of this CreateNodePoolRequest.  # noqa: E501
        :type: NodeConfigForCreateNodePoolInput
        NrB   )r&   r   s     r'   r   z!CreateNodePoolRequest.node_config   s     (r)   c                     | j         S )zGets the tags of this CreateNodePoolRequest.  # noqa: E501


        :return: The tags of this CreateNodePoolRequest.  # noqa: E501
        :rtype: list[TagForCreateNodePoolInput]
        r$   r,   s    r'   r   zCreateNodePoolRequest.tags   r?   r)   c                     || _         dS )zSets the tags of this CreateNodePoolRequest.


        :param tags: The tags of this CreateNodePoolRequest.  # noqa: E501
        :type: list[TagForCreateNodePoolInput]
        NrE   )r&   r   s     r'   r   zCreateNodePoolRequest.tags   s     


r)   c                 4   i }t          j        | j                  D ]\  }}t          | |          }t	          |t
                    r"t          t          d |                    ||<   Lt          |d          r|                                ||<   tt	          |t                    r4t          t          d |
                                                    ||<   |||<   t          t          t                    r| 
                                D ]
\  }}|||<   |S )z&Returns the model properties as a dictc                 N    t          | d          r|                                 n| S )Nto_dicthasattrrI   )xs    r'   <lambda>z/CreateNodePoolRequest.to_dict.<locals>.<lambda>  s!    WQ	-B-BIaiikkk r)   rI   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rI   r   rJ   )items    r'   rM   z/CreateNodePoolRequest.to_dict.<locals>.<lambda>  s<    tAw	22"=$q'47??+<+<!=!=8< r)   )six	iteritemsswagger_typesgetattr
isinstancelistmaprK   rI   dictitems
issubclassr   )r&   resultattr_valuekeys         r'   rI   zCreateNodePoolRequest.to_dict  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t+T22 	$"jjll $ $
U#sr)   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrI   r,   s    r'   to_strzCreateNodePoolRequest.to_str  s    ~dllnn---r)   c                 *    |                                  S )zFor `print` and `pprint`)rc   r,   s    r'   __repr__zCreateNodePoolRequest.__repr__#  s    {{}}r)   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrU   r   rI   r&   others     r'   __eq__zCreateNodePoolRequest.__eq__'  s5    %!677 	5||~~00r)   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrg   rh   s     r'   __ne__zCreateNodePoolRequest.__ne__.  s5    %!677 	4||~~00r)   )	NNNNNNNNN)__name__
__module____qualname____doc__rS   attribute_mapr(   propertyr   setterr   r   r   r   r   r   r   rI   rc   re   rj   rl    r)   r'   r   r      s        
 <E891	 	M &%!/"#	 	M   > " " X" * * * " " X" * * *     X  
& 
& 
& ' ' X' 4 4 4     X  & & &   X 
[
 
 [
 ! ! X! ( ( (   X 
[  [  6. . .  1 1 11 1 1 1 1r)   r   )rp   ra   rerQ   volcenginesdkcore.configurationr   objectr   rt   r)   r'   <module>rx      s|      				 



 9 9 9 9 9 9]1 ]1 ]1 ]1 ]1F ]1 ]1 ]1 ]1 ]1r)   