
    h                         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lm
Z
  G d d	ej                        Zy
)z$Command for describing target pools.    )absolute_import)division)unicode_literals)base_classes)base)flagsc                   *    e Zd ZdZdZed        Zd Zy)DescribezDescribe a Compute Engine target pool.

  *{command}* displays all data associated with a Compute Engine
  target pool in a project.
  Nc                     t        j                         t        _        t        j                  j	                  | d       y )Ndescribe)operation_type)r   TargetPoolArgumentr
   TARGET_POOL_ARGAddArgument)parsers    ,lib/surface/compute/target_pools/describe.pyArgszDescribe.Args$   s,    $779H((
(K    c                    t        j                  | j                               }|j                  }| j                  j                  ||j                  t        j                  |            } |j                  j                  di |j                         }|j                  |j                  j                  d|fg      d   S )N)scope_listerGetr    )r   ComputeApiHolderReleaseTrackclientr   ResolveAsResource	resourcescompute_flagsGetDefaultScopeListermessagesComputeTargetPoolsGetRequestAsDictMakeRequestsapitools_clienttargetPools)selfargsholderr   target_pool_refrequests         r   RunzDescribe.Run)   s    **4+<+<+>?F]]F**<<"88@ = BO
 ;foo:: $

 
 
"$G !7!7!C!C!&!1  2 3346 6r   )__name__
__module____qualname____doc__r   staticmethodr   r+   r   r   r   r
   r
      s'     /L L6r   r
   N)r/   
__future__r   r   r   googlecloudsdk.api_lib.computer   googlecloudsdk.callioper   "googlecloudsdk.command_lib.computer   r   /googlecloudsdk.command_lib.compute.target_poolsDescribeCommandr
   r   r   r   <module>r7      s1    + &  ' 7 ( E A6t## 6r   