
    j                     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 group command.    )absolute_import)division)unicode_literals)api)base)deployment_group_flagsz~
          Describe a mirroring deployment group.

          For more examples, refer to the EXAMPLES section below.

        ae  
            To get a description of a mirroring deployment group called `my-deployment-group` in
            project ID `my-project`, run:

            $ {command} my-deployment-group --project=my-project --location=global

            OR

            $ {command} projects/my-project/locations/global/mirroringDeploymentGroups/my-deployment-group

        )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)Describez&Describe a Mirroring Deployment Group.c                 L    t        j                  | j                         |       y N)r   AddDeploymentGroupResourceReleaseTrack)clsparsers     Dlib/surface/network_security/mirroring_deployment_groups/describe.pyArgszDescribe.Args4   s    55F    c                     t        j                  | j                               }|j                  j                  j                         }|j                  |j                               S r   )r   Clientr   CONCEPTSmirroring_deployment_groupParseDescribeDeploymentGroupRelativeName)selfargsclientdeployment_groups       r   RunzDescribe.Run:   sM    ZZ))+,F}}??EEG))*:*G*G*IJJr   N)__name__
__module____qualname____doc__classmethodr   r!    r   r   r   r   .   s     / 
Kr   r   N)r%   
__future__r   r   r   Cgooglecloudsdk.api_lib.network_security.mirroring_deployment_groupsr   googlecloudsdk.callioper   +googlecloudsdk.command_lib.network_securityr   DETAILED_HELPDefaultUniverseOnlyReleaseTracksr   ALPHABETAGADescribeCommandr   detailed_helpr'   r   r   <module>r4      s    ) &  ' S ( N
* D%%++T->->-C-C%%((*Kt## K* K" ' r   