
    ?                     b    d Z ddlmZ ddlmZ ddlmZ ddlmZ  G d dej                        Zy)	z1The command to enable Workload Migration Feature.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZdZdZd Zy)EnablezEnable Workload Migration Feature.

  Enable the Workload Migration Feature in a fleet.

  ## Examples

  To enable Workload Migration Feature, run:

    $ {command}
  workloadmigrationzWorkload Migrationc                     | j                   j                  | j                   j                  | j                   j                                     }| j	                  |      S )N)r	   )spec)messagesFeatureCommonFeatureSpecWorkloadMigrationFeatureSpecr   )selfargsfs      8lib/surface/container/fleet/workload_migration/enable.pyRunz
Enable.Run&   sV    
 	]],,"mmHHJ - L 	 	MA ;;q>    N)__name__
__module____qualname____doc__feature_namefeature_display_namer    r   r   r   r      s    	 %,-r   r   N)	r   
__future__r   r   r   3googlecloudsdk.command_lib.container.fleet.featuresr   EnableCommandr   r   r   r   <module>r       s(    8 &  ' DT r   