
    3	                         d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddl	m
Z
 ddlmZ d	d
dZ e
j                  e
j                  j                          G d de
j"                               Zee_        y)z&'notebooks instances migrate' command.    )absolute_import)division)unicode_literals)	instances)util)base)flagsz7
        Request for migrating notebook instances.
    a"  
    To migrate an instance, run:

        $ {command} example-instance --location=us-central1

    To migrate an instance and reuse the post-startup script, run:

        $ {command} example-instance --location=us-central1 --post-startup-script-option=POST_STARTUP_SCRIPT_OPTION_RERUN
    )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)Migratez Request for migrating instances.c                 v    t        j                  | j                               }t        j                  ||       y)z Register flags for this command.N)r   ApiVersionSelectorReleaseTrackr	   AddMigrateInstanceFlags)clsparserapi_versions      *lib/surface/notebooks/instances/migrate.pyArgszMigrate.Args0   s-     ))#*:*:*<=K	!!+v6    c                 <   | j                         }t        j                  |      }t        j                  |      }|j                  }|j                  t        j                  ||            }t        j                  ||||t        j                  j                        S )z9This is what gets called when the user runs this command.)operation_type)r   r   	GetClientGetMessagesprojects_locations_instancesr   instance_utilCreateInstanceMigrateRequest	HandleLROOperationTypeMIGRATE)selfargsrelease_trackclientmessagesinstance_service	operations          r   RunzMigrate.Run6   s    %%'M^^M*F.H:: ((224BDI""$22::< <r   N)__name__
__module____qualname____doc__classmethodr   r)    r   r   r   r   ,   s    (7 7
<r   r   N)r-   
__future__r   r   r    googlecloudsdk.api_lib.notebooksr   r   r   googlecloudsdk.callioper   $googlecloudsdk.command_lib.notebooksr	   DETAILED_HELPReleaseTracksr   GACommandr   detailed_helpr/   r   r   <module>r9      sr    - &  ' G 1 ( 6		$ D%%(()<dll < *<2 & r   