
    ~iD3                     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ddddZddd	d
dddddddddZd2d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ed+             Zej	        d,             Zd- Zd. Zd/ Zd0 Zd1 ZdS )3CreateNodesRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    boolstrz	list[str]#KubernetesConfigForCreateNodesInput)$additional_container_storage_enabledclient_token
cluster_idcontainer_storage_pathimage_idinitialize_scriptinstance_idskeep_instance_namekubernetes_confignode_pool_id
pre_scriptskip_replace_system!AdditionalContainerStorageEnabledClientToken	ClusterIdContainerStoragePathImageIdInitializeScriptInstanceIdsKeepInstanceNameKubernetesConfig
NodePoolId	PreScriptSkipReplaceSystemNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        d| _        ||| _        ||| _        || _        ||| _        ||| _        ||| _        ||| _        ||| _        |	|	| _        |
|
| _        ||| _        |	|| _        dS dS )z/CreateNodesRequest - a model defined in SwaggerN)r   _configuration%_additional_container_storage_enabled_client_token_cluster_id_container_storage_path	_image_id_initialize_script_instance_ids_keep_instance_name_kubernetes_config_node_pool_id_pre_script_skip_replace_systemdiscriminatorr	   r
   r   r   r   r   r   r   r   r   r   r   )selfr	   r
   r   r   r   r   r   r   r   r   r   r   r"   s                 u/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkvke/models/create_nodes_request.py__init__zCreateNodesRequest.__init__A   s-   !*__N,592!'+$"&!#' "&!$(!!/;8\D5# ,D$!-*@D'$DM(%6D"# ,D)&8D#(%6D"# ,D!(DO*':D$$$ +*    c                     | j         S )zGets the additional_container_storage_enabled of this CreateNodesRequest.  # noqa: E501


        :return: The additional_container_storage_enabled of this CreateNodesRequest.  # noqa: E501
        :rtype: bool
        r#   r0   s    r1   r	   z7CreateNodesRequest.additional_container_storage_enabledm   s     99r3   c                     || _         dS )zSets the additional_container_storage_enabled of this CreateNodesRequest.


        :param additional_container_storage_enabled: The additional_container_storage_enabled of this CreateNodesRequest.  # noqa: E501
        :type: bool
        Nr5   )r0   r	   s     r1   r	   z7CreateNodesRequest.additional_container_storage_enabledw   s     6Z222r3   c                     | j         S )zGets the client_token of this CreateNodesRequest.  # noqa: E501


        :return: The client_token of this CreateNodesRequest.  # noqa: E501
        :rtype: str
        r$   r6   s    r1   r
   zCreateNodesRequest.client_token        !!r3   c                     || _         dS )zSets the client_token of this CreateNodesRequest.


        :param client_token: The client_token of this CreateNodesRequest.  # noqa: E501
        :type: str
        Nr9   )r0   r
   s     r1   r
   zCreateNodesRequest.client_token        *r3   c                     | j         S )zGets the cluster_id of this CreateNodesRequest.  # noqa: E501


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


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


        :return: The container_storage_path of this CreateNodesRequest.  # noqa: E501
        :rtype: str
        r&   r6   s    r1   r   z)CreateNodesRequest.container_storage_path   s     ++r3   c                     || _         dS )zSets the container_storage_path of this CreateNodesRequest.


        :param container_storage_path: The container_storage_path of this CreateNodesRequest.  # noqa: E501
        :type: str
        NrC   )r0   r   s     r1   r   z)CreateNodesRequest.container_storage_path   s     (>$$$r3   c                     | j         S )zGets the image_id of this CreateNodesRequest.  # noqa: E501


        :return: The image_id of this CreateNodesRequest.  # noqa: E501
        :rtype: str
        r'   r6   s    r1   r   zCreateNodesRequest.image_id   s     ~r3   c                     || _         dS )zSets the image_id of this CreateNodesRequest.


        :param image_id: The image_id of this CreateNodesRequest.  # noqa: E501
        :type: str
        NrF   )r0   r   s     r1   r   zCreateNodesRequest.image_id   s     "r3   c                     | j         S )zGets the initialize_script of this CreateNodesRequest.  # noqa: E501


        :return: The initialize_script of this CreateNodesRequest.  # noqa: E501
        :rtype: str
        r(   r6   s    r1   r   z$CreateNodesRequest.initialize_script        &&r3   c                     || _         dS )zSets the initialize_script of this CreateNodesRequest.


        :param initialize_script: The initialize_script of this CreateNodesRequest.  # noqa: E501
        :type: str
        NrI   )r0   r   s     r1   r   z$CreateNodesRequest.initialize_script        #4r3   c                     | j         S )zGets the instance_ids of this CreateNodesRequest.  # noqa: E501


        :return: The instance_ids of this CreateNodesRequest.  # noqa: E501
        :rtype: list[str]
        r)   r6   s    r1   r   zCreateNodesRequest.instance_ids   r:   r3   c                     || _         dS )zSets the instance_ids of this CreateNodesRequest.


        :param instance_ids: The instance_ids of this CreateNodesRequest.  # noqa: E501
        :type: list[str]
        NrN   )r0   r   s     r1   r   zCreateNodesRequest.instance_ids   r<   r3   c                     | j         S )zGets the keep_instance_name of this CreateNodesRequest.  # noqa: E501


        :return: The keep_instance_name of this CreateNodesRequest.  # noqa: E501
        :rtype: bool
        r*   r6   s    r1   r   z%CreateNodesRequest.keep_instance_name  s     ''r3   c                     || _         dS )zSets the keep_instance_name of this CreateNodesRequest.


        :param keep_instance_name: The keep_instance_name of this CreateNodesRequest.  # noqa: E501
        :type: bool
        NrQ   )r0   r   s     r1   r   z%CreateNodesRequest.keep_instance_name  s     $6   r3   c                     | j         S )zGets the kubernetes_config of this CreateNodesRequest.  # noqa: E501


        :return: The kubernetes_config of this CreateNodesRequest.  # noqa: E501
        :rtype: KubernetesConfigForCreateNodesInput
        r+   r6   s    r1   r   z$CreateNodesRequest.kubernetes_config  rJ   r3   c                     || _         dS )zSets the kubernetes_config of this CreateNodesRequest.


        :param kubernetes_config: The kubernetes_config of this CreateNodesRequest.  # noqa: E501
        :type: KubernetesConfigForCreateNodesInput
        NrT   )r0   r   s     r1   r   z$CreateNodesRequest.kubernetes_config!  rL   r3   c                     | j         S )zGets the node_pool_id of this CreateNodesRequest.  # noqa: E501


        :return: The node_pool_id of this CreateNodesRequest.  # noqa: E501
        :rtype: str
        r,   r6   s    r1   r   zCreateNodesRequest.node_pool_id,  r:   r3   c                     || _         dS )zSets the node_pool_id of this CreateNodesRequest.


        :param node_pool_id: The node_pool_id of this CreateNodesRequest.  # noqa: E501
        :type: str
        NrW   )r0   r   s     r1   r   zCreateNodesRequest.node_pool_id6  r<   r3   c                     | j         S )zGets the pre_script of this CreateNodesRequest.  # noqa: E501


        :return: The pre_script of this CreateNodesRequest.  # noqa: E501
        :rtype: str
        r-   r6   s    r1   r   zCreateNodesRequest.pre_scriptA  r>   r3   c                     || _         dS )zSets the pre_script of this CreateNodesRequest.


        :param pre_script: The pre_script of this CreateNodesRequest.  # noqa: E501
        :type: str
        NrZ   )r0   r   s     r1   r   zCreateNodesRequest.pre_scriptK  s     &r3   c                     | j         S )zGets the skip_replace_system of this CreateNodesRequest.  # noqa: E501


        :return: The skip_replace_system of this CreateNodesRequest.  # noqa: E501
        :rtype: bool
        r.   r6   s    r1   r   z&CreateNodesRequest.skip_replace_systemV  s     ((r3   c                     || _         dS )zSets the skip_replace_system of this CreateNodesRequest.


        :param skip_replace_system: The skip_replace_system of this CreateNodesRequest.  # noqa: E501
        :type: bool
        Nr]   )r0   r   s     r1   r   z&CreateNodesRequest.skip_replace_system`  s     %8!!!r3   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hasattrra   )xs    r1   <lambda>z,CreateNodesRequest.to_dict.<locals>.<lambda>s  s!    WQ	-B-BIaiikkk r3   ra   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   ra   r   rb   )items    r1   re   z,CreateNodesRequest.to_dict.<locals>.<lambda>z  s<    tAw	22"=$q'47??+<+<!=!=8< r3   )six	iteritemsswagger_typesgetattr
isinstancelistmaprc   ra   dictitems
issubclassr   )r0   resultattr_valuekeys         r1   ra   zCreateNodesRequest.to_dictk  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t($// 	$"jjll $ $
U#sr3   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatra   r6   s    r1   to_strzCreateNodesRequest.to_str  s    ~dllnn---r3   c                 *    |                                  S )zFor `print` and `pprint`)r{   r6   s    r1   __repr__zCreateNodesRequest.__repr__  s    {{}}r3   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrm   r   ra   r0   others     r1   __eq__zCreateNodesRequest.__eq__  s5    %!344 	5||~~00r3   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTr   r   s     r1   __ne__zCreateNodesRequest.__ne__  s5    %!344 	4||~~00r3   )NNNNNNNNNNNNN)__name__
__module____qualname____doc__rk   attribute_mapr2   propertyr	   setterr
   r   r   r   r   r   r   r   r   r   r   ra   r{   r}   r   r    r3   r1   r   r      s        
 17"'"#$B% M  1T%!"8/%0/$!2 M*; *; *; *;X : : X: *0Z Z 10Z " " X" * * *     X  
& 
& 
& , , X, "> > #">   X _" " _" ' ' X' 4 4 4 " " X" * * * ( ( X( 6 6 6 ' ' X' 4 4 4 " " X" * * *     X  & & & ) ) X) 8 8  8  6. . .  1 1 11 1 1 1 1r3   r   )r   ry   reri   volcenginesdkcore.configurationr   objectr   r   r3   r1   <module>r      s|      				 



 9 9 9 9 9 9D1 D1 D1 D1 D1 D1 D1 D1 D1 D1r3   