
                             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 G d dej                        Zee_        y)z&Describe endpoint association command.    )absolute_import)division)unicode_literals)association_api)base)association_flagsz
          Describe a firewall endpoint association.

          For more examples, refer to the EXAMPLES section below.

        aO  
            To get a description of a firewall endpoint association called
            `my-association`, run:

              $ {command} my-association --zone=us-central1-a --project=my-project
              OR
              $ {command} projects/my-project/locations/us-central1-a/firewallEndpointAssociations/my-association

        )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)Describez.Describe a Firewall Plus endpoint association.c                 L    t        j                  | j                         |       y N)r   AddAssociationResourceReleaseTrack)clsparsers     Glib/surface/network_security/firewall_endpoint_associations/describe.pyArgszDescribe.Args/   s    ,,S-=-=-?H    c                     t        j                  | j                               }|j                  j                  j                         }|j                  |j                               S r   )r   Clientr   CONCEPTSfirewall_endpoint_associationParseDescribeAssociationRelativeName)selfargsclientassociations       r   RunzDescribe.Run3   sM    ##D$5$5$78F--==CCEK%%k&>&>&@AAr   N)__name__
__module____qualname____doc__classmethodr   r!    r   r   r   r   ,   s    6I IBr   r   N)r%   
__future__r   r   r   Fgooglecloudsdk.api_lib.network_security.firewall_endpoint_associationsr   googlecloudsdk.callioper   +googlecloudsdk.command_lib.network_securityr   DETAILED_HELPDescribeCommandr   detailed_helpr'   r   r   <module>r/      sK    - &  ' b ( I&Bt## B ' r   