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

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

    Do not edit the class manually.
    strz%list[ServerForCreateServerGroupInput]z"list[TagForCreateServerGroupInput])address_ip_versionany_port_enableddescriptionload_balancer_idserver_group_nameserverstagstypeAddressIpVersionAnyPortEnabledDescriptionLoadBalancerIdServerGroupNameServersTagsTypeNc
                 B   |	t                      }	|	| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        ||| _        ||| _        ||| _        || _        ||| _        ||| _        ||| _        |	|| _        dS dS )z5CreateServerGroupRequest - a model defined in SwaggerN)r   _configuration_address_ip_version_any_port_enabled_description_load_balancer_id_server_group_name_servers_tags_typediscriminatorr   r   r	   r
   r   r   r   r   )
selfr   r   r	   r
   r   r   r   r   r   s
             |/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkclb/models/create_server_group_request.py__init__z!CreateServerGroupRequest.__init__9   s    !*__N,#' !% !%"&

!)&8D#'$4D!"*D 0(%6D""DLDIDIII     c                     | j         S )zGets the address_ip_version of this CreateServerGroupRequest.  # noqa: E501


        :return: The address_ip_version of this CreateServerGroupRequest.  # noqa: E501
        :rtype: str
        r   r"   s    r#   r   z+CreateServerGroupRequest.address_ip_versionY   s     ''r%   c                     || _         dS )zSets the address_ip_version of this CreateServerGroupRequest.


        :param address_ip_version: The address_ip_version of this CreateServerGroupRequest.  # noqa: E501
        :type: str
        Nr'   )r"   r   s     r#   r   z+CreateServerGroupRequest.address_ip_versionc   s     $6   r%   c                     | j         S )zGets the any_port_enabled of this CreateServerGroupRequest.  # noqa: E501


        :return: The any_port_enabled of this CreateServerGroupRequest.  # noqa: E501
        :rtype: str
        r   r(   s    r#   r   z)CreateServerGroupRequest.any_port_enabledn        %%r%   c                     || _         dS )zSets the any_port_enabled of this CreateServerGroupRequest.


        :param any_port_enabled: The any_port_enabled of this CreateServerGroupRequest.  # noqa: E501
        :type: str
        Nr+   )r"   r   s     r#   r   z)CreateServerGroupRequest.any_port_enabledx   s     "2r%   c                     | j         S )zGets the description of this CreateServerGroupRequest.  # noqa: E501


        :return: The description of this CreateServerGroupRequest.  # noqa: E501
        :rtype: str
        r   r(   s    r#   r	   z$CreateServerGroupRequest.description   s       r%   c                     || _         dS )zSets the description of this CreateServerGroupRequest.


        :param description: The description of this CreateServerGroupRequest.  # noqa: E501
        :type: str
        Nr/   )r"   r	   s     r#   r	   z$CreateServerGroupRequest.description   s     (r%   c                     | j         S )zGets the load_balancer_id of this CreateServerGroupRequest.  # noqa: E501


        :return: The load_balancer_id of this CreateServerGroupRequest.  # noqa: E501
        :rtype: str
        )r   r(   s    r#   r
   z)CreateServerGroupRequest.load_balancer_id   r,   r%   c                 N    | j         j        r|t          d          || _        dS )zSets the load_balancer_id of this CreateServerGroupRequest.


        :param load_balancer_id: The load_balancer_id of this CreateServerGroupRequest.  # noqa: E501
        :type: str
        Nz8Invalid value for `load_balancer_id`, must not be `None`)r   client_side_validation
ValueErrorr   )r"   r
   s     r#   r
   z)CreateServerGroupRequest.load_balancer_id   s6     5 	Y:J:RWXXX!1r%   c                     | j         S )zGets the server_group_name of this CreateServerGroupRequest.  # noqa: E501


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


        :param server_group_name: The server_group_name of this CreateServerGroupRequest.  # noqa: E501
        :type: str
        Nr6   )r"   r   s     r#   r   z*CreateServerGroupRequest.server_group_name   s     #4r%   c                     | j         S )zGets the servers of this CreateServerGroupRequest.  # noqa: E501


        :return: The servers of this CreateServerGroupRequest.  # noqa: E501
        :rtype: list[ServerForCreateServerGroupInput]
        r   r(   s    r#   r   z CreateServerGroupRequest.servers   s     }r%   c                     || _         dS )zSets the servers of this CreateServerGroupRequest.


        :param servers: The servers of this CreateServerGroupRequest.  # noqa: E501
        :type: list[ServerForCreateServerGroupInput]
        Nr9   )r"   r   s     r#   r   z CreateServerGroupRequest.servers   s      r%   c                     | j         S )zGets the tags of this CreateServerGroupRequest.  # noqa: E501


        :return: The tags of this CreateServerGroupRequest.  # noqa: E501
        :rtype: list[TagForCreateServerGroupInput]
        r   r(   s    r#   r   zCreateServerGroupRequest.tags        zr%   c                     || _         dS )zSets the tags of this CreateServerGroupRequest.


        :param tags: The tags of this CreateServerGroupRequest.  # noqa: E501
        :type: list[TagForCreateServerGroupInput]
        Nr<   )r"   r   s     r#   r   zCreateServerGroupRequest.tags        


r%   c                     | j         S )zGets the type of this CreateServerGroupRequest.  # noqa: E501


        :return: The type of this CreateServerGroupRequest.  # noqa: E501
        :rtype: str
        r    r(   s    r#   r   zCreateServerGroupRequest.type   r=   r%   c                     || _         dS )zSets the type of this CreateServerGroupRequest.


        :param type: The type of this CreateServerGroupRequest.  # noqa: E501
        :type: str
        NrA   )r"   r   s     r#   r   zCreateServerGroupRequest.type   r?   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>z2CreateServerGroupRequest.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   z2CreateServerGroupRequest.to_dict.<locals>.<lambda>  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 CreateServerGroupRequest.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CreateServerGroupRequest.to_str  s    ~dllnn---r%   c                 *    |                                  S )zFor `print` and `pprint`)r_   r(   s    r#   __repr__z!CreateServerGroupRequest.__repr__"  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CreateServerGroupRequest.__eq__&  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CreateServerGroupRequest.__ne__-  s5    %!9:: 	4||~~00r%   )	NNNNNNNNN)__name__
__module____qualname____doc__rO   attribute_mapr$   propertyr   setterr   r	   r
   r   r   r   r   rE   r_   ra   rf   rh    r%   r#   r   r      s        
 $!!":4	 	M 1,$,.	 	M   @ ( ( X( 6 6 6 & & X& 2 2 2 ! ! X! ( ( ( & & X& 
2 
2 
2 ' ' X' 4 4 4   X ^    ^    X 
[  [   X 
[  [  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%   