
                         V   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	d
Zej                   ej                  ej                  j                  ej                  j                   ej                  j"                         G d dej$                                      Zee_        y)zDescribe deployment command.    )absolute_import)division)unicode_literals)api)base)deployment_flagszx
          Describe a mirroring deployment.

          For more examples, refer to the EXAMPLES section below.

        aR  
            To get a description of a mirroring deployment called `my-deployment` in
            zone `us-central1-a`, run:

            $ {command} my-deployment --location=us-central1-a --project=my-project

            OR

            $ {command} projects/my-project/locations/us-central1-a/mirroringDeployments/my-deployment
        )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)Describez Describe a Mirroring Deployment.c                 L    t        j                  | j                         |       y )N)r   AddDeploymentResourceReleaseTrack)clsparsers     >lib/surface/network_security/mirroring_deployments/describe.pyArgszDescribe.Args3   s    **3+;+;+=vF    c                     t        j                  | j                               }|j                  j                  j                         }|j                  |j                               S )N)name)r   Clientr   CONCEPTSmirroring_deploymentParseDescribeDeploymentRelativeName)selfargsclient
deployments       r   RunzDescribe.Run7   sN    ZZ))+,F3399;J$$**A*A*C$DDr   N)__name__
__module____qualname____doc__classmethodr   r!    r   r   r   r   -   s!     )G GEr   r   N)r%   
__future__r   r   r   =googlecloudsdk.api_lib.network_security.mirroring_deploymentsr   googlecloudsdk.callioper   +googlecloudsdk.command_lib.network_securityr   DETAILED_HELPDefaultUniverseOnlyReleaseTracksr   ALPHABETAGADescribeCommandr   detailed_helpr'   r   r   <module>r4      s    # &  ' M ( H	( D%%++T->->-C-C%%((*Et## E* E ' r   