
                             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 ej                   G d dej                               Zy)	z0The command to disable the Cloud Deploy Feature.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZdZd Zy)DisablezDisable Cloud Deploy Hybrid Feature.

  Disables the Cloud Deploy Hybrid Feature in the fleet.

  ## EXAMPLES

  To disable the Cloud Deploy Hybrid Feature, run:

    $ {command}
  clouddeployc                 Z    | j                         }| j                  |j                         y )N)
GetFeaturer   force)selfargs_s      -lib/surface/container/fleet/deploy/disable.pyRunzDisable.Run(   s    ALL    N)__name__
__module____qualname____doc__feature_namer    r   r   r   r      s    	 ,r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   calliope_base3googlecloudsdk.command_lib.container.fleet.featuresHiddenDisableCommandr   r   r   r   <module>r      s@    7 &  ' 9 D d!!  r   