
                         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)	z6The command to disable the Workload Migration Feature.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZdZdZy)DisablezDisable Workload Migration Feature.

  Disable the Workload Migration Feature in a fleet.

  ## Examples

  To disable Workload Migration Feature, run:

    $ {command}
  workloadmigrationzWorkload MigrationN)__name__
__module____qualname____doc__feature_namefeature_display_name     9lib/surface/container/fleet/workload_migration/disable.pyr   r      s    	 %,-r   r   N)	r   
__future__r   r   r   3googlecloudsdk.command_lib.container.fleet.featuresr   DisableCommandr   r   r   r   <module>r      s(    = &  ' D.d!! .r   