
    	                         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 networks list' command.    )absolute_import)division)unicode_literals)NetworksClient)base)flagsz0
          List VMware Engine networks.
        a  
          To list VMware Engine networks of type `STANDARD` in your project, run:

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

          Or:

            $ {command}

          In the second example, the project is taken from gcloud properties core/project and the location is taken as `global`.

          To list VMware Engine networks of type `LEGACY` in the location `us-west2` in your project, run:

            $ {command} --location=us-west2 --project=my-project

          Or:

            $ {command} --location=us-west2

          In the last example, the project is taken from gcloud properties core/project. For VMware Engine networks of type `LEGACY`, you must always specify a region as the location.
    )DESCRIPTIONEXAMPLESc                   *    e Zd ZdZeZed        Zd Zy)Listz)List Google Cloud VMware Engine networks.c                 d    t        j                  |        | j                  j                  d       y)z Register flags for this command.zwtable(name.segment(-1):label=NAME,name.segment(-5):label=PROJECT,name.segment(-3):label=LOCATION,createTime,state,type)N)r   AddLocationArgToParserdisplay_info	AddFormat)parsers    #lib/surface/vmware/networks/list.pyArgsz	List.Args=   s+     
  (
!! #; <    c                     |j                   j                  j                         }t               }|j	                  |      S )N)CONCEPTSlocationParser   r   )selfargsr   clients       r   RunzList.RunF   s1    }}%%++-HF;;x  r   N)	__name__
__module____qualname____doc__DETAILED_HELPdetailed_helpstaticmethodr   r    r   r   r   r   7   s!    1-< <!r   r   N)r    
__future__r   r   r   &googlecloudsdk.api_lib.vmware.networksr   googlecloudsdk.callioper   *googlecloudsdk.command_lib.vmware.networksr   r!   ReleaseTracksReleaseTrackGAListCommandr   r$   r   r   <module>r-      sg    & &  ' A ( <		< D%%(()!4 ! *!r   