
                         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 enable Dataplane V2 Encryption Feature.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZdZd Zy)EnablezEnables the Dataplane V2 Encryption Feature.

  This command enables the Dataplane V2 Encryption Feature in a fleet.

  ## EXAMPLES

  To enable the Dataplane V2 Encryption Feature, run:

    $ {command}
  dataplanev2c                     | j                   j                  | j                   j                  | j                   j                  d                  }| j	                  |       y)zRuns the command. No args.T)enableEncryption)r	   )specN)messagesFeatureCommonFeatureSpecDataplaneV2FeatureSpecr   )selfargsfs      =lib/surface/container/fleet/dataplane_v2_encryption/enable.pyRunz
Enable.Run&   sY    ]],,<<!% =  - 
 	 	A 	KKN    N)__name__
__module____qualname____doc__feature_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(    = &  ' DT r   