
    ~iA                     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
    pca20251001

    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	 i ddddddddd	d
ddddddddddddddddddddddddddiZi ddddddddd	ddd dd!dd"dd#dd$dd%dd&dd'dd(dd)dd*dd+dd,iZdXd.Zed/             Zej	        d0             Zed1             Z
e
j	        d2             Z
ed3             Zej	        d4             Zed5             Zej	        d6             Zed7             Zej	        d8             Zed9             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dA             Zej	        dB             ZedC             Zej	        dD             ZedE             Zej	        dF             ZedG             Zej	        dH             ZedI             Zej	        dJ             ZedK             Zej	        dL             ZedM             Zej	        dN             ZedO             Zej	        dP             ZedQ             Zej	        dR             ZdS ZdT ZdU ZdV ZdW Zd-S )YCreateLeafInstanceRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    contact!ContactForCreateLeafInstanceInputcsrstr
csr_common#CsrCommonForCreateLeafInstanceInputduration_type
extensions$ExtensionsForCreateLeafInstanceInputhash_algidempotence_token	issuer_idkey_alg	key_param	not_after
not_beforeomit_csr_contentboolproject_namequantityinttagtagsz#list[TagForCreateLeafInstanceInput]	use_quotaContactCsr	CsrCommonDurationType
ExtensionsHashAlgIdempotenceTokenIssuerIdKeyAlgKeyParamNotAfter	NotBeforeOmitCsrContentProjectNameQuantityTagTagsUseQuotaNc                 v   |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        ||| _        ||| _        ||| _        || _        ||| _        || _        ||| _        || _        |	|	| _        |
|
| _        ||| _        ||| _         ||| _!        ||| _"        || _#        ||| _$        ||| _%        |	|| _&        dS dS )z6CreateLeafInstanceRequest - a model defined in SwaggerN)'r   _configuration_contact_csr_csr_common_duration_type_extensions	_hash_alg_idempotence_token
_issuer_id_key_alg
_key_param
_not_after_not_before_omit_csr_content_project_name	_quantity_tag_tags
_use_quotadiscriminatorr   r   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   )selfr   r   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r1   s                       /root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkpca20251001/models/create_leaf_instance_request.py__init__z"CreateLeafInstanceRequest.__init__M   s   !*__N,	""&!%!	
!"DL?DH!(DO*!(DO (%6D"""DL &DN &DN!(DO'$4D!# ,D ?DHDI &DNNN !     c                     | j         S )zGets the contact of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The contact of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: ContactForCreateLeafInstanceInput
        r2   rE   s    rF   r   z!CreateLeafInstanceRequest.contact        }rH   c                     || _         dS )zSets the contact of this CreateLeafInstanceRequest.


        :param contact: The contact of this CreateLeafInstanceRequest.  # noqa: E501
        :type: ContactForCreateLeafInstanceInput
        NrJ   )rE   r   s     rF   r   z!CreateLeafInstanceRequest.contact         rH   c                     | j         S )zGets the csr of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The csr of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: str
        r3   rK   s    rF   r   zCreateLeafInstanceRequest.csr        yrH   c                     || _         dS )zSets the csr of this CreateLeafInstanceRequest.


        :param csr: The csr of this CreateLeafInstanceRequest.  # noqa: E501
        :type: str
        NrP   )rE   r   s     rF   r   zCreateLeafInstanceRequest.csr        			rH   c                     | j         S )zGets the csr_common of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The csr_common of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: CsrCommonForCreateLeafInstanceInput
        r4   rK   s    rF   r
   z$CreateLeafInstanceRequest.csr_common        rH   c                     || _         dS )zSets the csr_common of this CreateLeafInstanceRequest.


        :param csr_common: The csr_common of this CreateLeafInstanceRequest.  # noqa: E501
        :type: CsrCommonForCreateLeafInstanceInput
        NrU   )rE   r
   s     rF   r
   z$CreateLeafInstanceRequest.csr_common        &rH   c                     | j         S )zGets the duration_type of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The duration_type of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: str
        )r5   rK   s    rF   r   z'CreateLeafInstanceRequest.duration_type   s     ""rH   c                 N    | j         j        r|t          d          || _        dS )zSets the duration_type of this CreateLeafInstanceRequest.


        :param duration_type: The duration_type of this CreateLeafInstanceRequest.  # noqa: E501
        :type: str
        Nz5Invalid value for `duration_type`, must not be `None`)r1   client_side_validation
ValueErrorr5   )rE   r   s     rF   r   z'CreateLeafInstanceRequest.duration_type   s5     5 	V-:OTUUU+rH   c                     | j         S )zGets the extensions of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The extensions of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: ExtensionsForCreateLeafInstanceInput
        r6   rK   s    rF   r   z$CreateLeafInstanceRequest.extensions   rV   rH   c                     || _         dS )zSets the extensions of this CreateLeafInstanceRequest.


        :param extensions: The extensions of this CreateLeafInstanceRequest.  # noqa: E501
        :type: ExtensionsForCreateLeafInstanceInput
        Nr^   )rE   r   s     rF   r   z$CreateLeafInstanceRequest.extensions   rX   rH   c                     | j         S )zGets the hash_alg of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The hash_alg of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: str
        )r7   rK   s    rF   r   z"CreateLeafInstanceRequest.hash_alg        ~rH   c                 N    | j         j        r|t          d          || _        dS )zSets the hash_alg of this CreateLeafInstanceRequest.


        :param hash_alg: The hash_alg of this CreateLeafInstanceRequest.  # noqa: E501
        :type: str
        Nz0Invalid value for `hash_alg`, must not be `None`)r1   r[   r\   r7   )rE   r   s     rF   r   z"CreateLeafInstanceRequest.hash_alg   2     5 	Q(:JOPPP!rH   c                     | j         S )zGets the idempotence_token of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The idempotence_token of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: str
        r8   rK   s    rF   r   z+CreateLeafInstanceRequest.idempotence_token
  s     &&rH   c                     || _         dS )zSets the idempotence_token of this CreateLeafInstanceRequest.


        :param idempotence_token: The idempotence_token of this CreateLeafInstanceRequest.  # noqa: E501
        :type: str
        Nre   )rE   r   s     rF   r   z+CreateLeafInstanceRequest.idempotence_token  s     #4rH   c                     | j         S )zGets the issuer_id of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The issuer_id of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: str
        )r9   rK   s    rF   r   z#CreateLeafInstanceRequest.issuer_id       rH   c                 N    | j         j        r|t          d          || _        dS )zSets the issuer_id of this CreateLeafInstanceRequest.


        :param issuer_id: The issuer_id of this CreateLeafInstanceRequest.  # noqa: E501
        :type: str
        Nz1Invalid value for `issuer_id`, must not be `None`)r1   r[   r\   r9   )rE   r   s     rF   r   z#CreateLeafInstanceRequest.issuer_id)  s2     5 	R):KPQQQ#rH   c                     | j         S )zGets the key_alg of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The key_alg of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: str
        r:   rK   s    rF   r   z!CreateLeafInstanceRequest.key_alg6  rL   rH   c                     || _         dS )zSets the key_alg of this CreateLeafInstanceRequest.


        :param key_alg: The key_alg of this CreateLeafInstanceRequest.  # noqa: E501
        :type: str
        Nrk   )rE   r   s     rF   r   z!CreateLeafInstanceRequest.key_alg@  rN   rH   c                     | j         S )zGets the key_param of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The key_param of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: str
        r;   rK   s    rF   r   z#CreateLeafInstanceRequest.key_paramK  rh   rH   c                     || _         dS )zSets the key_param of this CreateLeafInstanceRequest.


        :param key_param: The key_param of this CreateLeafInstanceRequest.  # noqa: E501
        :type: str
        Nrn   )rE   r   s     rF   r   z#CreateLeafInstanceRequest.key_paramU       $rH   c                     | j         S )zGets the not_after of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The not_after of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: str
        r<   rK   s    rF   r   z#CreateLeafInstanceRequest.not_after`  rh   rH   c                     || _         dS )zSets the not_after of this CreateLeafInstanceRequest.


        :param not_after: The not_after of this CreateLeafInstanceRequest.  # noqa: E501
        :type: str
        Nrr   )rE   r   s     rF   r   z#CreateLeafInstanceRequest.not_afterj  rp   rH   c                     | j         S )zGets the not_before of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The not_before of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: str
        r=   rK   s    rF   r   z$CreateLeafInstanceRequest.not_beforeu  rV   rH   c                     || _         dS )zSets the not_before of this CreateLeafInstanceRequest.


        :param not_before: The not_before of this CreateLeafInstanceRequest.  # noqa: E501
        :type: str
        Nru   )rE   r   s     rF   r   z$CreateLeafInstanceRequest.not_before  rX   rH   c                     | j         S )zGets the omit_csr_content of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The omit_csr_content of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: bool
        r>   rK   s    rF   r   z*CreateLeafInstanceRequest.omit_csr_content  s     %%rH   c                     || _         dS )zSets the omit_csr_content of this CreateLeafInstanceRequest.


        :param omit_csr_content: The omit_csr_content of this CreateLeafInstanceRequest.  # noqa: E501
        :type: bool
        Nrx   )rE   r   s     rF   r   z*CreateLeafInstanceRequest.omit_csr_content  s     "2rH   c                     | j         S )zGets the project_name of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The project_name of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: str
        r?   rK   s    rF   r   z&CreateLeafInstanceRequest.project_name  s     !!rH   c                     || _         dS )zSets the project_name of this CreateLeafInstanceRequest.


        :param project_name: The project_name of this CreateLeafInstanceRequest.  # noqa: E501
        :type: str
        Nr{   )rE   r   s     rF   r   z&CreateLeafInstanceRequest.project_name  s     *rH   c                     | j         S )zGets the quantity of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The quantity of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: int
        )r@   rK   s    rF   r   z"CreateLeafInstanceRequest.quantity  ra   rH   c                 N    | j         j        r|t          d          || _        dS )zSets the quantity of this CreateLeafInstanceRequest.


        :param quantity: The quantity of this CreateLeafInstanceRequest.  # noqa: E501
        :type: int
        Nz0Invalid value for `quantity`, must not be `None`)r1   r[   r\   r@   )rE   r   s     rF   r   z"CreateLeafInstanceRequest.quantity  rc   rH   c                     | j         S )zGets the tag of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The tag of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: str
        rA   rK   s    rF   r   zCreateLeafInstanceRequest.tag  rQ   rH   c                     || _         dS )zSets the tag of this CreateLeafInstanceRequest.


        :param tag: The tag of this CreateLeafInstanceRequest.  # noqa: E501
        :type: str
        Nr   )rE   r   s     rF   r   zCreateLeafInstanceRequest.tag  rS   rH   c                     | j         S )zGets the tags of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The tags of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: list[TagForCreateLeafInstanceInput]
        rB   rK   s    rF   r   zCreateLeafInstanceRequest.tags  s     zrH   c                     || _         dS )zSets the tags of this CreateLeafInstanceRequest.


        :param tags: The tags of this CreateLeafInstanceRequest.  # noqa: E501
        :type: list[TagForCreateLeafInstanceInput]
        Nr   )rE   r   s     rF   r   zCreateLeafInstanceRequest.tags  s     


rH   c                     | j         S )zGets the use_quota of this CreateLeafInstanceRequest.  # noqa: E501


        :return: The use_quota of this CreateLeafInstanceRequest.  # noqa: E501
        :rtype: bool
        rC   rK   s    rF   r   z#CreateLeafInstanceRequest.use_quota  rh   rH   c                     || _         dS )zSets the use_quota of this CreateLeafInstanceRequest.


        :param use_quota: The use_quota of this CreateLeafInstanceRequest.  # noqa: E501
        :type: bool
        Nr   )rE   r   s     rF   r   z#CreateLeafInstanceRequest.use_quota  rp   rH   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hasattrr   )xs    rF   <lambda>z3CreateLeafInstanceRequest.to_dict.<locals>.<lambda>  s!    WQ	-B-BIaiikkk rH   r   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r   r   r   )items    rF   r   z3CreateLeafInstanceRequest.to_dict.<locals>.<lambda>  s<    tAw	22"=$q'47??+<+<!=!=8< rH   )six	iteritemsswagger_typesgetattr
isinstancelistmapr   r   dictitems
issubclassr   )rE   resultattr_valuekeys         rF   r   z!CreateLeafInstanceRequest.to_dict
  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t/66 	$"jjll $ $
U#srH   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr   rK   s    rF   to_strz CreateLeafInstanceRequest.to_str%  s    ~dllnn---rH   c                 *    |                                  S )zFor `print` and `pprint`)r   rK   s    rF   __repr__z"CreateLeafInstanceRequest.__repr__)  s    {{}}rH   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr   r   r   rE   others     rF   __eq__z CreateLeafInstanceRequest.__eq__-  s5    %!:;; 	5||~~00rH   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTr   r   s     rF   __ne__z CreateLeafInstanceRequest.__ne__4  s5    %!:;; 	4||~~00rH   )NNNNNNNNNNNNNNNNNNN) __name__
__module____qualname____doc__r   attribute_maprG   propertyr   setterr   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    rH   rF   r   r      sO        
6u 	; 		
 	< 	E 	U 	U 	5 	U 	U 	e 	F 	 	E  	u!" 	5#$ 	V% M*9u 	k 		
 	l 	I 	/ 	Z 	8 	Z 	Z 	k 	, 	 	J  	u!" 	#$ 	Z% M*9' 9' 9' 9'v   X ^    ^    X 	Z  Z     X  & & & # # X# 
, 
, 
,     X  & & &   X _
" 
" _
" ' ' X' 4 4 4   X 
$ 
$ 
$   X ^    ^    X $ $ $   X $ $ $     X  & & & & & X& 2 2 2 " " X" * * *   X _
" 
" _
"   X 	Z  Z   X 
[  [   X $ $ $  6. . .  1 1 11 1 1 1 1rH   r   )r   r   rer   volcenginesdkcore.configurationr   objectr   r   rH   rF   <module>r      s|      				 



 9 9 9 9 9 9c1 c1 c1 c1 c1 c1 c1 c1 c1 c1rH   