
    ~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
    vmp

    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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dS )/CreateWorkspaceRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strboolz list[TagForCreateWorkspaceInput])	auth_typebearer_tokendelete_protection_enableddescriptioninstance_type_idnamepasswordproject_namepublic_access_enabledtagsusernameAuthTypeBearerTokenDeleteProtectionEnabledDescriptionInstanceTypeIdNamePasswordProjectNamePublicAccessEnabledTagsUsernameNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        ||| _        ||| _        ||| _        ||| _        || _        || _        ||| _        ||| _        |	|	| _        |
|
| _        |	|| _        dS dS )z3CreateWorkspaceRequest - a model defined in SwaggerN)r   _configuration
_auth_type_bearer_token_delete_protection_enabled_description_instance_type_id_name	_password_project_name_public_access_enabled_tags	_usernamediscriminatorr   r	   r
   r   r   r   r   r   r   r   r   )selfr   r	   r
   r   r   r   r   r   r   r   r   r   s                y/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkvmp/models/create_workspace_request.py__init__zCreateWorkspaceRequest.__init__?   s	   !*__N,!*.' !%
!&*#
! &DN# ,D$0-FD*"*D 0	$DM# ,D ,)>D&DI$DMMM      c                     | j         S )zGets the auth_type of this CreateWorkspaceRequest.  # noqa: E501


        :return: The auth_type of this CreateWorkspaceRequest.  # noqa: E501
        :rtype: str
        r    r,   s    r-   r   z CreateWorkspaceRequest.auth_typeg   s     r/   c                     || _         dS )zSets the auth_type of this CreateWorkspaceRequest.


        :param auth_type: The auth_type of this CreateWorkspaceRequest.  # noqa: E501
        :type: str
        Nr1   )r,   r   s     r-   r   z CreateWorkspaceRequest.auth_typeq   s     $r/   c                     | j         S )zGets the bearer_token of this CreateWorkspaceRequest.  # noqa: E501


        :return: The bearer_token of this CreateWorkspaceRequest.  # noqa: E501
        :rtype: str
        r!   r2   s    r-   r	   z#CreateWorkspaceRequest.bearer_token|        !!r/   c                     || _         dS )zSets the bearer_token of this CreateWorkspaceRequest.


        :param bearer_token: The bearer_token of this CreateWorkspaceRequest.  # noqa: E501
        :type: str
        Nr5   )r,   r	   s     r-   r	   z#CreateWorkspaceRequest.bearer_token        *r/   c                     | j         S )zGets the delete_protection_enabled of this CreateWorkspaceRequest.  # noqa: E501


        :return: The delete_protection_enabled of this CreateWorkspaceRequest.  # noqa: E501
        :rtype: bool
        r"   r2   s    r-   r
   z0CreateWorkspaceRequest.delete_protection_enabled   s     ..r/   c                     || _         dS )zSets the delete_protection_enabled of this CreateWorkspaceRequest.


        :param delete_protection_enabled: The delete_protection_enabled of this CreateWorkspaceRequest.  # noqa: E501
        :type: bool
        Nr:   )r,   r
   s     r-   r
   z0CreateWorkspaceRequest.delete_protection_enabled   s     +D'''r/   c                     | j         S )zGets the description of this CreateWorkspaceRequest.  # noqa: E501


        :return: The description of this CreateWorkspaceRequest.  # noqa: E501
        :rtype: str
        r#   r2   s    r-   r   z"CreateWorkspaceRequest.description   s       r/   c                     || _         dS )zSets the description of this CreateWorkspaceRequest.


        :param description: The description of this CreateWorkspaceRequest.  # noqa: E501
        :type: str
        Nr=   )r,   r   s     r-   r   z"CreateWorkspaceRequest.description   s     (r/   c                     | j         S )zGets the instance_type_id of this CreateWorkspaceRequest.  # noqa: E501


        :return: The instance_type_id of this CreateWorkspaceRequest.  # noqa: E501
        :rtype: str
        )r$   r2   s    r-   r   z'CreateWorkspaceRequest.instance_type_id   s     %%r/   c                 N    | j         j        r|t          d          || _        dS )zSets the instance_type_id of this CreateWorkspaceRequest.


        :param instance_type_id: The instance_type_id of this CreateWorkspaceRequest.  # noqa: E501
        :type: str
        Nz8Invalid value for `instance_type_id`, must not be `None`)r   client_side_validation
ValueErrorr$   )r,   r   s     r-   r   z'CreateWorkspaceRequest.instance_type_id   s6     5 	Y:J:RWXXX!1r/   c                     | j         S )zGets the name of this CreateWorkspaceRequest.  # noqa: E501


        :return: The name of this CreateWorkspaceRequest.  # noqa: E501
        :rtype: str
        )r%   r2   s    r-   r   zCreateWorkspaceRequest.name        zr/   c                 N    | j         j        r|t          d          || _        dS )zSets the name of this CreateWorkspaceRequest.


        :param name: The name of this CreateWorkspaceRequest.  # noqa: E501
        :type: str
        Nz,Invalid value for `name`, must not be `None`)r   rA   rB   r%   )r,   r   s     r-   r   zCreateWorkspaceRequest.name   s1     5 	M$,KLLL


r/   c                     | j         S )zGets the password of this CreateWorkspaceRequest.  # noqa: E501


        :return: The password of this CreateWorkspaceRequest.  # noqa: E501
        :rtype: str
        r&   r2   s    r-   r   zCreateWorkspaceRequest.password        ~r/   c                     || _         dS )zSets the password of this CreateWorkspaceRequest.


        :param password: The password of this CreateWorkspaceRequest.  # noqa: E501
        :type: str
        NrG   )r,   r   s     r-   r   zCreateWorkspaceRequest.password        "r/   c                     | j         S )zGets the project_name of this CreateWorkspaceRequest.  # noqa: E501


        :return: The project_name of this CreateWorkspaceRequest.  # noqa: E501
        :rtype: str
        r'   r2   s    r-   r   z#CreateWorkspaceRequest.project_name   r6   r/   c                     || _         dS )zSets the project_name of this CreateWorkspaceRequest.


        :param project_name: The project_name of this CreateWorkspaceRequest.  # noqa: E501
        :type: str
        NrL   )r,   r   s     r-   r   z#CreateWorkspaceRequest.project_name  r8   r/   c                     | j         S )zGets the public_access_enabled of this CreateWorkspaceRequest.  # noqa: E501


        :return: The public_access_enabled of this CreateWorkspaceRequest.  # noqa: E501
        :rtype: bool
        r(   r2   s    r-   r   z,CreateWorkspaceRequest.public_access_enabled  s     **r/   c                     || _         dS )zSets the public_access_enabled of this CreateWorkspaceRequest.


        :param public_access_enabled: The public_access_enabled of this CreateWorkspaceRequest.  # noqa: E501
        :type: bool
        NrO   )r,   r   s     r-   r   z,CreateWorkspaceRequest.public_access_enabled  s     '<###r/   c                     | j         S )zGets the tags of this CreateWorkspaceRequest.  # noqa: E501


        :return: The tags of this CreateWorkspaceRequest.  # noqa: E501
        :rtype: list[TagForCreateWorkspaceInput]
        r)   r2   s    r-   r   zCreateWorkspaceRequest.tags(  rD   r/   c                     || _         dS )zSets the tags of this CreateWorkspaceRequest.


        :param tags: The tags of this CreateWorkspaceRequest.  # noqa: E501
        :type: list[TagForCreateWorkspaceInput]
        NrR   )r,   r   s     r-   r   zCreateWorkspaceRequest.tags2  s     


r/   c                     | j         S )zGets the username of this CreateWorkspaceRequest.  # noqa: E501


        :return: The username of this CreateWorkspaceRequest.  # noqa: E501
        :rtype: str
        r*   r2   s    r-   r   zCreateWorkspaceRequest.username=  rH   r/   c                     || _         dS )zSets the username of this CreateWorkspaceRequest.


        :param username: The username of this CreateWorkspaceRequest.  # noqa: E501
        :type: str
        NrU   )r,   r   s     r-   r   zCreateWorkspaceRequest.usernameG  rJ   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hasattrrY   )xs    r-   <lambda>z0CreateWorkspaceRequest.to_dict.<locals>.<lambda>Z  s!    WQ	-B-BIaiikkk r/   rY   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rY   r   rZ   )items    r-   r]   z0CreateWorkspaceRequest.to_dict.<locals>.<lambda>a  s<    tAw	22"=$q'47??+<+<!=!=8< r/   )six	iteritemsswagger_typesgetattr
isinstancelistmapr[   rY   dictitems
issubclassr   )r,   resultattr_valuekeys         r-   rY   zCreateWorkspaceRequest.to_dictR  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t,d33 	$"jjll $ $
U#sr/   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrY   r2   s    r-   to_strzCreateWorkspaceRequest.to_strm  s    ~dllnn---r/   c                 *    |                                  S )zFor `print` and `pprint`)rs   r2   s    r-   __repr__zCreateWorkspaceRequest.__repr__q  s    {{}}r/   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFre   r   rY   r,   others     r-   __eq__zCreateWorkspaceRequest.__eq__u  s5    %!788 	5||~~00r/   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrw   rx   s     r-   __ne__zCreateWorkspaceRequest.__ne__|  s5    %!788 	4||~~00r/   )NNNNNNNNNNNN)__name__
__module____qualname____doc__rc   attribute_mapr.   propertyr   setterr	   r
   r   r   r   r   r   r   r   r   rY   rs   ru   rz   r|    r/   r-   r   r      sZ        
 %+!!'2 M  %%>$,%!6 M&% &% &% &%P   X $ $ $ " " X" * * * / / X/ %D D &%D ! ! X! ( ( ( & & X& 
2 
2 
2   X 
[
 
 [
   X _" " _" " " X" * * * + + X+ !< < "!<   X 
[  [   X _" " _"  6. . .  1 1 11 1 1 1 1r/   r   )r   rq   rera   volcenginesdkcore.configurationr   objectr   r   r/   r-   <module>r      s|      				 



 9 9 9 9 9 9k1 k1 k1 k1 k1V k1 k1 k1 k1 k1r/   