
                             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                  j                         G d dej                               Zy)z 'vmware locations list' command.    )absolute_import)division)unicode_literals)LocationsClient)base)flagsz;
          List supported VMware Engine locations.
        zN
          To list VMware Engine locations, run:

            $ {command}
    )DESCRIPTIONEXAMPLESc                   *    e Zd ZdZeZed        Zd Zy)Listz*List Google Cloud VMware Engine locations.c                 h    t        j                  | d       | j                  j                  d       y)z Register flags for this command.F)
positionalzH            table(
          locationId:label=ID,
          name
      )N)r   AddProjectArgToParserdisplay_info	AddFormat)parsers    $lib/surface/vmware/locations/list.pyArgsz	List.Args-   s-     
59
!! #     c                     |j                   j                  j                         }t               }|j	                  |      S )N)CONCEPTSprojectParser   r   )selfargsr   clients       r   RunzList.Run7   s1    mm##))+GF;;wr   N)	__name__
__module____qualname____doc__DETAILED_HELPdetailed_helpstaticmethodr   r    r   r   r   r   '   s!    2-  r   r   N)r!   
__future__r   r   r   'googlecloudsdk.api_lib.vmware.locationsr   googlecloudsdk.callioper   !googlecloudsdk.command_lib.vmwarer   r"   ReleaseTracksReleaseTrackGAListCommandr   r%   r   r   <module>r.      sg    ' &  ' C ( 3		 D%%(() 4   * r   