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

    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            
       P   e Zd ZdZ	 dddddddddd	Z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d& Zd' Zd( Zd) Zd* ZdS ),CreatePrivateZoneRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strintboolz"list[TagForCreatePrivateZoneInput]z	list[str]z"list[VpcForCreatePrivateZoneInput])	client_token	line_modeproject_namerecursion_moderemarktagsvpc_trnsvpcs	zone_nameClientTokenLineModeProjectNameRecursionModeRemarkTagsVpcTrnsVpcsZoneNameNc                 ^   |
t                      }
|
| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        |	| _        dS )z5CreatePrivateZoneRequest - a model defined in SwaggerN)r   _configuration_client_token
_line_mode_project_name_recursion_mode_remark_tags	_vpc_trns_vpcs
_zone_namediscriminatorr	   r
   r   r   r   r   r   r   r   )selfr	   r
   r   r   r   r   r   r   r   r   s              /root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkprivatezone/models/create_private_zone_request.py__init__z!CreatePrivateZoneRequest.__init__;   s    !*__N,!!#

!# ,D &DN# ,D%"0D DKDI$DMDI"    c                     | j         S )zGets the client_token of this CreatePrivateZoneRequest.  # noqa: E501


        :return: The client_token of this CreatePrivateZoneRequest.  # noqa: E501
        :rtype: str
        r   r'   s    r(   r	   z%CreatePrivateZoneRequest.client_token^        !!r*   c                     || _         dS )zSets the client_token of this CreatePrivateZoneRequest.


        :param client_token: The client_token of this CreatePrivateZoneRequest.  # noqa: E501
        :type: str
        Nr,   )r'   r	   s     r(   r	   z%CreatePrivateZoneRequest.client_tokenh        *r*   c                     | j         S )zGets the line_mode of this CreatePrivateZoneRequest.  # noqa: E501


        :return: The line_mode of this CreatePrivateZoneRequest.  # noqa: E501
        :rtype: int
        r   r-   s    r(   r
   z"CreatePrivateZoneRequest.line_modes        r*   c                     || _         dS )zSets the line_mode of this CreatePrivateZoneRequest.


        :param line_mode: The line_mode of this CreatePrivateZoneRequest.  # noqa: E501
        :type: int
        Nr2   )r'   r
   s     r(   r
   z"CreatePrivateZoneRequest.line_mode}   s     $r*   c                     | j         S )zGets the project_name of this CreatePrivateZoneRequest.  # noqa: E501


        :return: The project_name of this CreatePrivateZoneRequest.  # noqa: E501
        :rtype: str
        r   r-   s    r(   r   z%CreatePrivateZoneRequest.project_name   r.   r*   c                     || _         dS )zSets the project_name of this CreatePrivateZoneRequest.


        :param project_name: The project_name of this CreatePrivateZoneRequest.  # noqa: E501
        :type: str
        Nr6   )r'   r   s     r(   r   z%CreatePrivateZoneRequest.project_name   r0   r*   c                     | j         S )zGets the recursion_mode of this CreatePrivateZoneRequest.  # noqa: E501


        :return: The recursion_mode of this CreatePrivateZoneRequest.  # noqa: E501
        :rtype: bool
        r    r-   s    r(   r   z'CreatePrivateZoneRequest.recursion_mode   s     ##r*   c                     || _         dS )zSets the recursion_mode of this CreatePrivateZoneRequest.


        :param recursion_mode: The recursion_mode of this CreatePrivateZoneRequest.  # noqa: E501
        :type: bool
        Nr9   )r'   r   s     r(   r   z'CreatePrivateZoneRequest.recursion_mode   s      .r*   c                     | j         S )zGets the remark of this CreatePrivateZoneRequest.  # noqa: E501


        :return: The remark of this CreatePrivateZoneRequest.  # noqa: E501
        :rtype: str
        r!   r-   s    r(   r   zCreatePrivateZoneRequest.remark   s     |r*   c                     || _         dS )zSets the remark of this CreatePrivateZoneRequest.


        :param remark: The remark of this CreatePrivateZoneRequest.  # noqa: E501
        :type: str
        Nr<   )r'   r   s     r(   r   zCreatePrivateZoneRequest.remark   s     r*   c                     | j         S )zGets the tags of this CreatePrivateZoneRequest.  # noqa: E501


        :return: The tags of this CreatePrivateZoneRequest.  # noqa: E501
        :rtype: list[TagForCreatePrivateZoneInput]
        r"   r-   s    r(   r   zCreatePrivateZoneRequest.tags        zr*   c                     || _         dS )zSets the tags of this CreatePrivateZoneRequest.


        :param tags: The tags of this CreatePrivateZoneRequest.  # noqa: E501
        :type: list[TagForCreatePrivateZoneInput]
        Nr?   )r'   r   s     r(   r   zCreatePrivateZoneRequest.tags        


r*   c                     | j         S )zGets the vpc_trns of this CreatePrivateZoneRequest.  # noqa: E501


        :return: The vpc_trns of this CreatePrivateZoneRequest.  # noqa: E501
        :rtype: list[str]
        r#   r-   s    r(   r   z!CreatePrivateZoneRequest.vpc_trns   s     ~r*   c                     || _         dS )zSets the vpc_trns of this CreatePrivateZoneRequest.


        :param vpc_trns: The vpc_trns of this CreatePrivateZoneRequest.  # noqa: E501
        :type: list[str]
        NrD   )r'   r   s     r(   r   z!CreatePrivateZoneRequest.vpc_trns   s     "r*   c                     | j         S )zGets the vpcs of this CreatePrivateZoneRequest.  # noqa: E501


        :return: The vpcs of this CreatePrivateZoneRequest.  # noqa: E501
        :rtype: list[VpcForCreatePrivateZoneInput]
        r$   r-   s    r(   r   zCreatePrivateZoneRequest.vpcs   r@   r*   c                     || _         dS )zSets the vpcs of this CreatePrivateZoneRequest.


        :param vpcs: The vpcs of this CreatePrivateZoneRequest.  # noqa: E501
        :type: list[VpcForCreatePrivateZoneInput]
        NrG   )r'   r   s     r(   r   zCreatePrivateZoneRequest.vpcs   rB   r*   c                     | j         S )zGets the zone_name of this CreatePrivateZoneRequest.  # noqa: E501


        :return: The zone_name of this CreatePrivateZoneRequest.  # noqa: E501
        :rtype: str
        )r%   r-   s    r(   r   z"CreatePrivateZoneRequest.zone_name  r3   r*   c                 N    | j         j        r|t          d          || _        dS )zSets the zone_name of this CreatePrivateZoneRequest.


        :param zone_name: The zone_name of this CreatePrivateZoneRequest.  # noqa: E501
        :type: str
        Nz1Invalid value for `zone_name`, must not be `None`)r   client_side_validation
ValueErrorr%   )r'   r   s     r(   r   z"CreatePrivateZoneRequest.zone_name  s2     5 	R):KPQQQ#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hasattrrO   )xs    r(   <lambda>z2CreatePrivateZoneRequest.to_dict.<locals>.<lambda>%  s!    WQ	-B-BIaiikkk r*   rO   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rO   r   rP   )items    r(   rS   z2CreatePrivateZoneRequest.to_dict.<locals>.<lambda>,  s<    tAw	22"=$q'47??+<+<!=!=8< r*   )six	iteritemsswagger_typesgetattr
isinstancelistmaprQ   rO   dictitems
issubclassr   )r'   resultattr_valuekeys         r(   rO   z CreatePrivateZoneRequest.to_dict  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t.55 	$"jjll $ $
U#sr*   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrO   r-   s    r(   to_strzCreatePrivateZoneRequest.to_str8  s    ~dllnn---r*   c                 *    |                                  S )zFor `print` and `pprint`)ri   r-   s    r(   __repr__z!CreatePrivateZoneRequest.__repr__<  s    {{}}r*   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr[   r   rO   r'   others     r(   __eq__zCreatePrivateZoneRequest.__eq__@  s5    %!9:: 	5||~~00r*   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrm   rn   s     r(   __ne__zCreatePrivateZoneRequest.__ne__G  s5    %!9:: 	4||~~00r*   )
NNNNNNNNNN)__name__
__module____qualname____doc__rY   attribute_mapr)   propertyr	   setterr
   r   r   r   r   r   r   r   rO   ri   rk   rp   rr    r*   r(   r   r      s        
  44
 
M &%)
 
M!# !# !# !#F " " X" * * *   X $ $ $ " " X" * * * $ $ X$ . . .   X ]  ]   X 
[  [   X _" " _"   X 
[  [   X 
$ 
$ 
$  6. . .  1 1 11 1 1 1 1r*   r   )rv   rg   rerW   volcenginesdkcore.configurationr   objectr   rz   r*   r(   <module>r~      s|      				 



 9 9 9 9 9 9v1 v1 v1 v1 v1v v1 v1 v1 v1 v1r*   