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

    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Z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d Zd Zd Zd  Zd! ZdS )#CreateAuditRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    z	list[str]strbool)audit_events
audit_name
auto_startfile_system_idfileset_idstls_project_idtls_topic_idAuditEvents	AuditName	AutoStartFileSystemId
FilesetIdsTlsProjectId
TlsTopicIdNc	                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        ||| _
        || _        ||| _        || _        ||| _        || _        || _        dS )z/CreateAuditRequest - a model defined in SwaggerN)r   _configuration_audit_events_audit_name_auto_start_file_system_id_fileset_ids_tls_project_id_tls_topic_iddiscriminatorr   r	   r
   r   r   r   r   )	selfr   r	   r
   r   r   r   r   r   s	            w/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkvepfs/models/create_audit_request.py__init__zCreateAuditRequest.__init__7   s    !*__N,!# #!!# ,D$!(DO,"*D,(    c                     | j         S )zGets the audit_events of this CreateAuditRequest.  # noqa: E501


        :return: The audit_events of this CreateAuditRequest.  # noqa: E501
        :rtype: list[str]
        )r   r    s    r!   r   zCreateAuditRequest.audit_eventsQ        !!r#   c                    g d}| j         j        rt          |                              t          |                    st	          d                    d                    t          t          t          |          t          |          z
                      d                    t          t          |                                        || _	        dS )zSets the audit_events of this CreateAuditRequest.


        :param audit_events: The audit_events of this CreateAuditRequest.  # noqa: E501
        :type: list[str]
        )	RENAMERMDIRUNLINKOPENCREATECLOSEACCESS_DENIED	ACLCHANGEXATTRCHANGEzBInvalid values for `audit_events` [{0}], must be a subset of [{1}]z, N)
r   client_side_validationsetissubset
ValueErrorformatjoinmapr   r   )r    r   allowed_valuess      r!   r   zCreateAuditRequest.audit_events[   s     ~~6 	%%..s>/B/BCC	T		#c3|+<+<s>?R?R+R"S"STT		#c>":":;;= =   *r#   c                     | j         S )zGets the audit_name of this CreateAuditRequest.  # noqa: E501


        :return: The audit_name of this CreateAuditRequest.  # noqa: E501
        :rtype: str
        )r   r%   s    r!   r	   zCreateAuditRequest.audit_namen        r#   c                 N    | j         j        r|t          d          || _        dS )zSets the audit_name of this CreateAuditRequest.


        :param audit_name: The audit_name of this CreateAuditRequest.  # noqa: E501
        :type: str
        Nz2Invalid value for `audit_name`, must not be `None`)r   r1   r4   r   )r    r	   s     r!   r	   zCreateAuditRequest.audit_namex   s5     5 	S*:LQRRR%r#   c                     | j         S )zGets the auto_start of this CreateAuditRequest.  # noqa: E501


        :return: The auto_start of this CreateAuditRequest.  # noqa: E501
        :rtype: bool
        r   r%   s    r!   r
   zCreateAuditRequest.auto_start   r:   r#   c                     || _         dS )zSets the auto_start of this CreateAuditRequest.


        :param auto_start: The auto_start of this CreateAuditRequest.  # noqa: E501
        :type: bool
        Nr=   )r    r
   s     r!   r
   zCreateAuditRequest.auto_start   s     &r#   c                     | j         S )zGets the file_system_id of this CreateAuditRequest.  # noqa: E501


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


        :param file_system_id: The file_system_id of this CreateAuditRequest.  # noqa: E501
        :type: str
        Nz6Invalid value for `file_system_id`, must not be `None`)r   r1   r4   r   )r    r   s     r!   r   z!CreateAuditRequest.file_system_id   5     5 	W.:PUVVV-r#   c                     | j         S )zGets the fileset_ids of this CreateAuditRequest.  # noqa: E501


        :return: The fileset_ids of this CreateAuditRequest.  # noqa: E501
        :rtype: list[str]
        r   r%   s    r!   r   zCreateAuditRequest.fileset_ids   s       r#   c                     || _         dS )zSets the fileset_ids of this CreateAuditRequest.


        :param fileset_ids: The fileset_ids of this CreateAuditRequest.  # noqa: E501
        :type: list[str]
        NrD   )r    r   s     r!   r   zCreateAuditRequest.fileset_ids   s     (r#   c                     | j         S )zGets the tls_project_id of this CreateAuditRequest.  # noqa: E501


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


        :param tls_project_id: The tls_project_id of this CreateAuditRequest.  # noqa: E501
        :type: str
        Nz6Invalid value for `tls_project_id`, must not be `None`)r   r1   r4   r   )r    r   s     r!   r   z!CreateAuditRequest.tls_project_id   rB   r#   c                     | j         S )zGets the tls_topic_id of this CreateAuditRequest.  # noqa: E501


        :return: The tls_topic_id of this CreateAuditRequest.  # noqa: E501
        :rtype: str
        )r   r%   s    r!   r   zCreateAuditRequest.tls_topic_id   r&   r#   c                 N    | j         j        r|t          d          || _        dS )zSets the tls_topic_id of this CreateAuditRequest.


        :param tls_topic_id: The tls_topic_id of this CreateAuditRequest.  # noqa: E501
        :type: str
        Nz4Invalid value for `tls_topic_id`, must not be `None`)r   r1   r4   r   )r    r   s     r!   r   zCreateAuditRequest.tls_topic_id   s5     5 	U,:NSTTT)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hasattrrL   )xs    r!   <lambda>z,CreateAuditRequest.to_dict.<locals>.<lambda>   s!    WQ	-B-BIaiikkk r#   rL   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rL   r   rM   )items    r!   rP   z,CreateAuditRequest.to_dict.<locals>.<lambda>  s<    tAw	22"=$q'47??+<+<!=!=8< r#   )six	iteritemsswagger_typesgetattr
isinstancelistr7   rN   rL   dictitems
issubclassr   )r    resultattr_valuekeys         r!   rL   zCreateAuditRequest.to_dict   s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t($// 	$"jjll $ $
U#sr#   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrL   r%   s    r!   to_strzCreateAuditRequest.to_str  s    ~dllnn---r#   c                 *    |                                  S )zFor `print` and `pprint`)re   r%   s    r!   __repr__zCreateAuditRequest.__repr__  s    {{}}r#   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrX   r   rL   r    others     r!   __eq__zCreateAuditRequest.__eq__  s5    %!344 	5||~~00r#   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTri   rj   s     r!   __ne__zCreateAuditRequest.__ne__  s5    %!344 	4||~~00r#   )NNNNNNNN)__name__
__module____qualname____doc__rV   attribute_mapr"   propertyr   setterr	   r
   r   r   r   r   rL   re   rg   rl   rn    r#   r!   r   r      s^        
 $" M &!!(#($ M) ) ) )4 " " X" * * *$     X  
& 
& 
&     X  & & & $ $ X$ 
. 
. 
. ! ! X! ( ( ( $ $ X$ 
. 
. 
. " " X" 
* 
* 
*  6. . .  1 1 11 1 1 1 1r#   r   )rr   rc   rerT   volcenginesdkcore.configurationr   objectr   rv   r#   r!   <module>rz      s|      				 



 9 9 9 9 9 9M1 M1 M1 M1 M1 M1 M1 M1 M1 M1r#   