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

    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 ),CreateMigrationJobRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    +DestinationConfigForCreateMigrationJobInputz*list[DiskConfigForCreateMigrationJobInput]str'NetworkConfigForCreateMigrationJobInput$SyncConfigForCreateMigrationJobInputz#list[TagForCreateMigrationJobInput])	destination_configdisk_configsmigration_job_descriptionmigration_job_namemigration_source_idnetwork_configproject_namesync_configtagsDestinationConfigDiskConfigsMigrationJobDescriptionMigrationJobNameMigrationSourceIdNetworkConfigProjectName
SyncConfigTagsNc                 ^   |
t                      }
|
| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        ||| _        ||| _        ||| _        || _        || _        ||| _        ||| _        ||| _        |		|	| _        dS dS )z6CreateMigrationJobRequest - a model defined in SwaggerN)r   _configuration_destination_config_disk_configs_migration_job_description_migration_job_name_migration_source_id_network_config_project_name_sync_config_tags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/volcenginesdksmc/models/create_migration_job_request.py__init__z"CreateMigrationJobRequest.__init__;   s    !*__N,#' !*.'#' $(!#! 
!)&8D## ,D$0-FD*"4#6 %"0D# ,D"*DDIII     c                     | j         S )zGets the destination_config of this CreateMigrationJobRequest.  # noqa: E501


        :return: The destination_config of this CreateMigrationJobRequest.  # noqa: E501
        :rtype: DestinationConfigForCreateMigrationJobInput
        r   r(   s    r)   r
   z,CreateMigrationJobRequest.destination_config]        ''r+   c                     || _         dS )zSets the destination_config of this CreateMigrationJobRequest.


        :param destination_config: The destination_config of this CreateMigrationJobRequest.  # noqa: E501
        :type: DestinationConfigForCreateMigrationJobInput
        Nr-   )r(   r
   s     r)   r
   z,CreateMigrationJobRequest.destination_configg   s     $6   r+   c                     | j         S )zGets the disk_configs of this CreateMigrationJobRequest.  # noqa: E501


        :return: The disk_configs of this CreateMigrationJobRequest.  # noqa: E501
        :rtype: list[DiskConfigForCreateMigrationJobInput]
        r   r.   s    r)   r   z&CreateMigrationJobRequest.disk_configsr        !!r+   c                     || _         dS )zSets the disk_configs of this CreateMigrationJobRequest.


        :param disk_configs: The disk_configs of this CreateMigrationJobRequest.  # noqa: E501
        :type: list[DiskConfigForCreateMigrationJobInput]
        Nr2   )r(   r   s     r)   r   z&CreateMigrationJobRequest.disk_configs|        *r+   c                     | j         S )zGets the migration_job_description of this CreateMigrationJobRequest.  # noqa: E501


        :return: The migration_job_description of this CreateMigrationJobRequest.  # noqa: E501
        :rtype: str
        r    r.   s    r)   r   z3CreateMigrationJobRequest.migration_job_description   s     ..r+   c                     || _         dS )zSets the migration_job_description of this CreateMigrationJobRequest.


        :param migration_job_description: The migration_job_description of this CreateMigrationJobRequest.  # noqa: E501
        :type: str
        Nr7   )r(   r   s     r)   r   z3CreateMigrationJobRequest.migration_job_description   s     +D'''r+   c                     | j         S )zGets the migration_job_name of this CreateMigrationJobRequest.  # noqa: E501


        :return: The migration_job_name of this CreateMigrationJobRequest.  # noqa: E501
        :rtype: str
        )r!   r.   s    r)   r   z,CreateMigrationJobRequest.migration_job_name   r/   r+   c                 N    | j         j        r|t          d          || _        dS )zSets the migration_job_name of this CreateMigrationJobRequest.


        :param migration_job_name: The migration_job_name of this CreateMigrationJobRequest.  # noqa: E501
        :type: str
        Nz:Invalid value for `migration_job_name`, must not be `None`)r   client_side_validation
ValueErrorr!   )r(   r   s     r)   r   z,CreateMigrationJobRequest.migration_job_name   s6     5 	[:L:TYZZZ#5   r+   c                     | j         S )zGets the migration_source_id of this CreateMigrationJobRequest.  # noqa: E501


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


        :param migration_source_id: The migration_source_id of this CreateMigrationJobRequest.  # noqa: E501
        :type: str
        Nz;Invalid value for `migration_source_id`, must not be `None`)r   r;   r<   r"   )r(   r   s     r)   r   z-CreateMigrationJobRequest.migration_source_id   s6     5 	\:M:UZ[[[$7!!!r+   c                     | j         S )zGets the network_config of this CreateMigrationJobRequest.  # noqa: E501


        :return: The network_config of this CreateMigrationJobRequest.  # noqa: E501
        :rtype: NetworkConfigForCreateMigrationJobInput
        r#   r.   s    r)   r   z(CreateMigrationJobRequest.network_config   s     ##r+   c                     || _         dS )zSets the network_config of this CreateMigrationJobRequest.


        :param network_config: The network_config of this CreateMigrationJobRequest.  # noqa: E501
        :type: NetworkConfigForCreateMigrationJobInput
        Nr@   )r(   r   s     r)   r   z(CreateMigrationJobRequest.network_config   s      .r+   c                     | j         S )zGets the project_name of this CreateMigrationJobRequest.  # noqa: E501


        :return: The project_name of this CreateMigrationJobRequest.  # noqa: E501
        :rtype: str
        r$   r.   s    r)   r   z&CreateMigrationJobRequest.project_name   r3   r+   c                     || _         dS )zSets the project_name of this CreateMigrationJobRequest.


        :param project_name: The project_name of this CreateMigrationJobRequest.  # noqa: E501
        :type: str
        NrC   )r(   r   s     r)   r   z&CreateMigrationJobRequest.project_name   r5   r+   c                     | j         S )zGets the sync_config of this CreateMigrationJobRequest.  # noqa: E501


        :return: The sync_config of this CreateMigrationJobRequest.  # noqa: E501
        :rtype: SyncConfigForCreateMigrationJobInput
        r%   r.   s    r)   r   z%CreateMigrationJobRequest.sync_config   s       r+   c                     || _         dS )zSets the sync_config of this CreateMigrationJobRequest.


        :param sync_config: The sync_config of this CreateMigrationJobRequest.  # noqa: E501
        :type: SyncConfigForCreateMigrationJobInput
        NrF   )r(   r   s     r)   r   z%CreateMigrationJobRequest.sync_config   s     (r+   c                     | j         S )zGets the tags of this CreateMigrationJobRequest.  # noqa: E501


        :return: The tags of this CreateMigrationJobRequest.  # noqa: E501
        :rtype: list[TagForCreateMigrationJobInput]
        r&   r.   s    r)   r   zCreateMigrationJobRequest.tags	  s     zr+   c                     || _         dS )zSets the tags of this CreateMigrationJobRequest.


        :param tags: The tags of this CreateMigrationJobRequest.  # noqa: E501
        :type: list[TagForCreateMigrationJobInput]
        NrI   )r(   r   s     r)   r   zCreateMigrationJobRequest.tags  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hasattrrM   )xs    r)   <lambda>z3CreateMigrationJobRequest.to_dict.<locals>.<lambda>&  s!    WQ	-B-BIaiikkk r+   rM   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rM   r   rN   )items    r)   rQ   z3CreateMigrationJobRequest.to_dict.<locals>.<lambda>-  s<    tAw	22"=$q'47??+<+<!=!=8< r+   )six	iteritemsswagger_typesgetattr
isinstancelistmaprO   rM   dictitems
issubclassr   )r(   resultattr_valuekeys         r)   rM   z!CreateMigrationJobRequest.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r+   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrM   r.   s    r)   to_strz CreateMigrationJobRequest.to_str9  s    ~dllnn---r+   c                 *    |                                  S )zFor `print` and `pprint`)rg   r.   s    r)   __repr__z"CreateMigrationJobRequest.__repr__=  s    {{}}r+   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrY   r   rM   r(   others     r)   __eq__z CreateMigrationJobRequest.__eq__A  s5    %!:;; 	5||~~00r+   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrk   rl   s     r)   __ne__z CreateMigrationJobRequest.__ne__H  s5    %!:;; 	4||~~00r+   )
NNNNNNNNNN)__name__
__module____qualname____doc__rW   attribute_mapr*   propertyr
   setterr   r   r   r   r   r   r   r   rM   rg   ri   rn   rp    r+   r)   r   r      s        
 LD%*#$C=5
 
M 2%%>02)%#
 
M       D ( ( X( 6 6 6 " " X" * * * / / X/ %D D &%D ( ( X( 
6 
6 
6 ) ) X) 
8 
8  
8 $ $ X$ . . . " " X" * * * ! ! X! ( ( (   X 
[  [  6. . .  1 1 11 1 1 1 1r+   r   )rt   re   rerU   volcenginesdkcore.configurationr   objectr   rx   r+   r)   <module>r|      s|      				 



 9 9 9 9 9 9w1 w1 w1 w1 w1 w1 w1 w1 w1 w1r+   