
    ~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 )a  
    seccenter20240508

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

    Do not edit the class manually.
    z	list[str]strboolz,list[LoginLocationForUpdateLoginConfigInput])agent_id_listdescriptionidip_listif_all_hostleaf_group_ids
legal_userlogin_config_ruleslogin_locationstime_intervalstop_group_idAgentIDListDescriptionIDIPList	IfAllHostLeafGroupIDs	LegalUserLoginConfigRulesLoginLocationsTimeIntervals
TopGroupIDNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        ||| _        ||| _        || _        ||| _        ||| _        ||| _        ||| _        ||| _        |	|	| _        |
|
| _        |	|| _        dS dS )z5UpdateLoginConfigRequest - a model defined in SwaggerN)r   _configuration_agent_id_list_description_id_ip_list_if_all_host_leaf_group_ids_legal_user_login_config_rules_login_locations_time_intervals_top_group_iddiscriminatorr   r	   r
   r   r   r   r   r   r   r   r   )selfr   r	   r
   r   r   r   r   r   r   r   r   r   s                /root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkseccenter20240508/models/update_login_config_request.py__init__z!UpdateLoginConfigRequest.__init__?   s   !*__N,"  ##'  $#!!$!.D"*D"DL"*D%"0D!(DO)&8D#&#2D %"0D# ,D $#    c                     | j         S )zGets the agent_id_list of this UpdateLoginConfigRequest.  # noqa: E501


        :return: The agent_id_list of this UpdateLoginConfigRequest.  # noqa: E501
        :rtype: list[str]
        r    r,   s    r-   r   z&UpdateLoginConfigRequest.agent_id_listh   s     ""r/   c                     || _         dS )zSets the agent_id_list of this UpdateLoginConfigRequest.


        :param agent_id_list: The agent_id_list of this UpdateLoginConfigRequest.  # noqa: E501
        :type: list[str]
        Nr1   )r,   r   s     r-   r   z&UpdateLoginConfigRequest.agent_id_listr   s     ,r/   c                     | j         S )zGets the description of this UpdateLoginConfigRequest.  # noqa: E501


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


        :param description: The description of this UpdateLoginConfigRequest.  # noqa: E501
        :type: str
        Nr5   )r,   r	   s     r-   r	   z$UpdateLoginConfigRequest.description        (r/   c                     | j         S )zGets the id of this UpdateLoginConfigRequest.  # noqa: E501


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


        :param id: The id of this UpdateLoginConfigRequest.  # noqa: E501
        :type: str
        Nz*Invalid value for `id`, must not be `None`)r   client_side_validation
ValueErrorr"   )r,   r
   s     r-   r
   zUpdateLoginConfigRequest.id   s1     5 	K"*IJJJr/   c                     | j         S )zGets the ip_list of this UpdateLoginConfigRequest.  # noqa: E501


        :return: The ip_list of this UpdateLoginConfigRequest.  # noqa: E501
        :rtype: list[str]
        r#   r2   s    r-   r   z UpdateLoginConfigRequest.ip_list   s     }r/   c                     || _         dS )zSets the ip_list of this UpdateLoginConfigRequest.


        :param ip_list: The ip_list of this UpdateLoginConfigRequest.  # noqa: E501
        :type: list[str]
        Nr>   )r,   r   s     r-   r   z UpdateLoginConfigRequest.ip_list   s      r/   c                     | j         S )zGets the if_all_host of this UpdateLoginConfigRequest.  # noqa: E501


        :return: The if_all_host of this UpdateLoginConfigRequest.  # noqa: E501
        :rtype: bool
        r$   r2   s    r-   r   z$UpdateLoginConfigRequest.if_all_host   r6   r/   c                     || _         dS )zSets the if_all_host of this UpdateLoginConfigRequest.


        :param if_all_host: The if_all_host of this UpdateLoginConfigRequest.  # noqa: E501
        :type: bool
        NrA   )r,   r   s     r-   r   z$UpdateLoginConfigRequest.if_all_host   r8   r/   c                     | j         S )zGets the leaf_group_ids of this UpdateLoginConfigRequest.  # noqa: E501


        :return: The leaf_group_ids of this UpdateLoginConfigRequest.  # noqa: E501
        :rtype: list[str]
        r%   r2   s    r-   r   z'UpdateLoginConfigRequest.leaf_group_ids        ##r/   c                     || _         dS )zSets the leaf_group_ids of this UpdateLoginConfigRequest.


        :param leaf_group_ids: The leaf_group_ids of this UpdateLoginConfigRequest.  # noqa: E501
        :type: list[str]
        NrD   )r,   r   s     r-   r   z'UpdateLoginConfigRequest.leaf_group_ids         .r/   c                     | j         S )zGets the legal_user of this UpdateLoginConfigRequest.  # noqa: E501


        :return: The legal_user of this UpdateLoginConfigRequest.  # noqa: E501
        :rtype: list[str]
        r&   r2   s    r-   r   z#UpdateLoginConfigRequest.legal_user   s     r/   c                     || _         dS )zSets the legal_user of this UpdateLoginConfigRequest.


        :param legal_user: The legal_user of this UpdateLoginConfigRequest.  # noqa: E501
        :type: list[str]
        NrI   )r,   r   s     r-   r   z#UpdateLoginConfigRequest.legal_user   s     &r/   c                     | j         S )zGets the login_config_rules of this UpdateLoginConfigRequest.  # noqa: E501


        :return: The login_config_rules of this UpdateLoginConfigRequest.  # noqa: E501
        :rtype: list[str]
        r'   r2   s    r-   r   z+UpdateLoginConfigRequest.login_config_rules   s     ''r/   c                     || _         dS )zSets the login_config_rules of this UpdateLoginConfigRequest.


        :param login_config_rules: The login_config_rules of this UpdateLoginConfigRequest.  # noqa: E501
        :type: list[str]
        NrL   )r,   r   s     r-   r   z+UpdateLoginConfigRequest.login_config_rules  s     $6   r/   c                     | j         S )zGets the login_locations of this UpdateLoginConfigRequest.  # noqa: E501


        :return: The login_locations of this UpdateLoginConfigRequest.  # noqa: E501
        :rtype: list[LoginLocationForUpdateLoginConfigInput]
        r(   r2   s    r-   r   z(UpdateLoginConfigRequest.login_locations  s     $$r/   c                     || _         dS )zSets the login_locations of this UpdateLoginConfigRequest.


        :param login_locations: The login_locations of this UpdateLoginConfigRequest.  # noqa: E501
        :type: list[LoginLocationForUpdateLoginConfigInput]
        NrO   )r,   r   s     r-   r   z(UpdateLoginConfigRequest.login_locations  s     !0r/   c                     | j         S )zGets the time_intervals of this UpdateLoginConfigRequest.  # noqa: E501


        :return: The time_intervals of this UpdateLoginConfigRequest.  # noqa: E501
        :rtype: list[str]
        r)   r2   s    r-   r   z'UpdateLoginConfigRequest.time_intervals'  rE   r/   c                     || _         dS )zSets the time_intervals of this UpdateLoginConfigRequest.


        :param time_intervals: The time_intervals of this UpdateLoginConfigRequest.  # noqa: E501
        :type: list[str]
        NrR   )r,   r   s     r-   r   z'UpdateLoginConfigRequest.time_intervals1  rG   r/   c                     | j         S )zGets the top_group_id of this UpdateLoginConfigRequest.  # noqa: E501


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


        :param top_group_id: The top_group_id of this UpdateLoginConfigRequest.  # noqa: E501
        :type: str
        NrU   )r,   r   s     r-   r   z%UpdateLoginConfigRequest.top_group_idF  s     *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>z2UpdateLoginConfigRequest.to_dict.<locals>.<lambda>Y  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]   z2UpdateLoginConfigRequest.to_dict.<locals>.<lambda>`  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 UpdateLoginConfigRequest.to_dictQ  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pformatrY   r2   s    r-   to_strzUpdateLoginConfigRequest.to_strl  s    ~dllnn---r/   c                 *    |                                  S )zFor `print` and `pprint`)rs   r2   s    r-   __repr__z!UpdateLoginConfigRequest.__repr__p  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UpdateLoginConfigRequest.__eq__t  s5    %!9:: 	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UpdateLoginConfigRequest.__ne__{  s5    %!9:: 	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      s[        
 %%!)I% M '$"(!0+)$ M'- '- '- '-R # # X# , , , ! ! X! ( ( (   X Y
 
 Y
   X ^    ^  ! ! X! ( ( ( $ $ X$ . . .     X  & & & ( ( X( 6 6 6 % % X% 0 0 0 $ $ 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j1 j1 j1 j1 j1v j1 j1 j1 j1 j1r/   