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

    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 )'CreateDXPInstanceRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    str)	apareacityispinstance_namemodule_type	port_type	switch_idswitch_interface_idAPAreaCityISPInstanceName
ModuleTypePortTypeSwitchIdSwitchInterfaceIdNc                 N   |
t                      }
|
| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        || _        || _        ||| _        || _        || _        || _        || _        ||| _        |		|	| _        dS dS )z5CreateDXPInstanceRequest - a model defined in SwaggerN)r   _configuration_ap_area_city_isp_instance_name_module_type
_port_type
_switch_id_switch_interface_id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/volcenginesdkedx/models/create_dxp_instance_request.py__init__z!CreateDXPInstanceRequest.__init__;   s    !*__N,

	" $(!!	DI*&" &DN*':D$$$ +*    c                     | j         S )zGets the ap of this CreateDXPInstanceRequest.  # noqa: E501


        :return: The ap of this CreateDXPInstanceRequest.  # noqa: E501
        :rtype: str
        )r   r%   s    r&   r   zCreateDXPInstanceRequest.apY   s     xr(   c                 N    | j         j        r|t          d          || _        dS )zSets the ap of this CreateDXPInstanceRequest.


        :param ap: The ap of this CreateDXPInstanceRequest.  # noqa: E501
        :type: str
        Nz*Invalid value for `ap`, must not be `None`)r   client_side_validation
ValueErrorr   )r%   r   s     r&   r   zCreateDXPInstanceRequest.apc   s1     5 	K"*IJJJr(   c                     | j         S )zGets the area of this CreateDXPInstanceRequest.  # noqa: E501


        :return: The area of this CreateDXPInstanceRequest.  # noqa: E501
        :rtype: str
        )r   r*   s    r&   r   zCreateDXPInstanceRequest.areap        zr(   c                 N    | j         j        r|t          d          || _        dS )zSets the area of this CreateDXPInstanceRequest.


        :param area: The area of this CreateDXPInstanceRequest.  # noqa: E501
        :type: str
        Nz,Invalid value for `area`, must not be `None`)r   r,   r-   r   )r%   r   s     r&   r   zCreateDXPInstanceRequest.areaz   s1     5 	M$,KLLL


r(   c                     | j         S )zGets the city of this CreateDXPInstanceRequest.  # noqa: E501


        :return: The city of this CreateDXPInstanceRequest.  # noqa: E501
        :rtype: str
        r   r*   s    r&   r	   zCreateDXPInstanceRequest.city   r/   r(   c                     || _         dS )zSets the city of this CreateDXPInstanceRequest.


        :param city: The city of this CreateDXPInstanceRequest.  # noqa: E501
        :type: str
        Nr2   )r%   r	   s     r&   r	   zCreateDXPInstanceRequest.city   s     


r(   c                     | j         S )zGets the isp of this CreateDXPInstanceRequest.  # noqa: E501


        :return: The isp of this CreateDXPInstanceRequest.  # noqa: E501
        :rtype: str
        )r   r*   s    r&   r
   zCreateDXPInstanceRequest.isp   s     yr(   c                 N    | j         j        r|t          d          || _        dS )zSets the isp of this CreateDXPInstanceRequest.


        :param isp: The isp of this CreateDXPInstanceRequest.  # noqa: E501
        :type: str
        Nz+Invalid value for `isp`, must not be `None`)r   r,   r-   r   )r%   r
   s     r&   r
   zCreateDXPInstanceRequest.isp   s1     5 	L#+JKKK			r(   c                     | j         S )zGets the instance_name of this CreateDXPInstanceRequest.  # noqa: E501


        :return: The instance_name of this CreateDXPInstanceRequest.  # noqa: E501
        :rtype: str
        )r   r*   s    r&   r   z&CreateDXPInstanceRequest.instance_name   s     ""r(   c                 N    | j         j        r|t          d          || _        dS )zSets the instance_name of this CreateDXPInstanceRequest.


        :param instance_name: The instance_name of this CreateDXPInstanceRequest.  # noqa: E501
        :type: str
        Nz5Invalid value for `instance_name`, must not be `None`)r   r,   r-   r   )r%   r   s     r&   r   z&CreateDXPInstanceRequest.instance_name   s5     5 	V-:OTUUU+r(   c                     | j         S )zGets the module_type of this CreateDXPInstanceRequest.  # noqa: E501


        :return: The module_type of this CreateDXPInstanceRequest.  # noqa: E501
        :rtype: str
        )r    r*   s    r&   r   z$CreateDXPInstanceRequest.module_type   s       r(   c                 N    | j         j        r|t          d          || _        dS )zSets the module_type of this CreateDXPInstanceRequest.


        :param module_type: The module_type of this CreateDXPInstanceRequest.  # noqa: E501
        :type: str
        Nz3Invalid value for `module_type`, must not be `None`)r   r,   r-   r    )r%   r   s     r&   r   z$CreateDXPInstanceRequest.module_type   s5     5 	T+:MRSSS'r(   c                     | j         S )zGets the port_type of this CreateDXPInstanceRequest.  # noqa: E501


        :return: The port_type of this CreateDXPInstanceRequest.  # noqa: E501
        :rtype: str
        )r!   r*   s    r&   r   z"CreateDXPInstanceRequest.port_type        r(   c                 N    | j         j        r|t          d          || _        dS )zSets the port_type of this CreateDXPInstanceRequest.


        :param port_type: The port_type of this CreateDXPInstanceRequest.  # noqa: E501
        :type: str
        Nz1Invalid value for `port_type`, must not be `None`)r   r,   r-   r!   )r%   r   s     r&   r   z"CreateDXPInstanceRequest.port_type   s2     5 	R):KPQQQ#r(   c                     | j         S )zGets the switch_id of this CreateDXPInstanceRequest.  # noqa: E501


        :return: The switch_id of this CreateDXPInstanceRequest.  # noqa: E501
        :rtype: str
        r"   r*   s    r&   r   z"CreateDXPInstanceRequest.switch_id   r;   r(   c                     || _         dS )zSets the switch_id of this CreateDXPInstanceRequest.


        :param switch_id: The switch_id of this CreateDXPInstanceRequest.  # noqa: E501
        :type: str
        Nr>   )r%   r   s     r&   r   z"CreateDXPInstanceRequest.switch_id  s     $r(   c                     | j         S )zGets the switch_interface_id of this CreateDXPInstanceRequest.  # noqa: E501


        :return: The switch_interface_id of this CreateDXPInstanceRequest.  # noqa: E501
        :rtype: str
        r#   r*   s    r&   r   z,CreateDXPInstanceRequest.switch_interface_id  s     ((r(   c                     || _         dS )zSets the switch_interface_id of this CreateDXPInstanceRequest.


        :param switch_interface_id: The switch_interface_id of this CreateDXPInstanceRequest.  # noqa: E501
        :type: str
        NrA   )r%   r   s     r&   r   z,CreateDXPInstanceRequest.switch_interface_id  s     %8!!!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hasattrrE   )xs    r&   <lambda>z2CreateDXPInstanceRequest.to_dict.<locals>.<lambda>*  s!    WQ	-B-BIaiikkk r(   rE   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rE   r   rF   )items    r&   rI   z2CreateDXPInstanceRequest.to_dict.<locals>.<lambda>1  s<    tAw	22"=$q'47??+<+<!=!=8< r(   )six	iteritemsswagger_typesgetattr
isinstancelistmaprG   rE   dictitems
issubclassr   )r%   resultattr_valuekeys         r&   rE   z CreateDXPInstanceRequest.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pformatrE   r*   s    r&   to_strzCreateDXPInstanceRequest.to_str=  s    ~dllnn---r(   c                 *    |                                  S )zFor `print` and `pprint`)r_   r*   s    r&   __repr__z!CreateDXPInstanceRequest.__repr__A  s    {{}}r(   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrQ   r   rE   r%   others     r&   __eq__zCreateDXPInstanceRequest.__eq__E  s5    %!9:: 	5||~~00r(   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrc   rd   s     r&   __ne__zCreateDXPInstanceRequest.__ne__L  s5    %!9:: 	4||~~00r(   )
NNNNNNNNNN)__name__
__module____qualname____doc__rO   attribute_mapr'   propertyr   setterr   r	   r
   r   r   r   r   r   rE   r_   ra   rf   rh    r(   r&   r   r      s        
 $
 
M '#2
 
M; ; ; ;<   X Y
 
 Y
   X 
[
 
 [
   X 
[  [   X 	Z
 
 Z
 # # X# 
, 
, 
, ! ! X! 
( 
( 
(   X 
$ 
$ 
$   X $ $ $ ) ) X) 8 8  8  6. . .  1 1 11 1 1 1 1r(   r   )rl   r]   rerM   volcenginesdkcore.configurationr   objectr   rp   r(   r&   <module>rt      s|      				 



 9 9 9 9 9 9{1 {1 {1 {1 {1v {1 {1 {1 {1 {1r(   