
                             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ee_        y)z)'vmware sddc privateclouds list' command.    )absolute_import)division)unicode_literals)PrivatecloudsClient)base)flagszB
          List VMware Engine private clouds in a region.
        a  
          To list private clouds in the region ``us-central1'', run:

            $ {command} --region=us-central1

          Or:

            $ {command}

          In the second example, the region is taken from gcloud properties
          vmware/region.
    )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)Listz.List VMware Engine private clouds in a region.c                 d    t        j                  |        | j                  j                  d       y)z Register flags for this command.zqtable(name.segment(-1):label=NAME,name.segment(-5):label=PROJECT,name.segment(-3):label=REGION,createTime,status)N)r   AddRegionArgToParserdisplay_info	AddFormat)parsers    -lib/surface/vmware/sddc/privateclouds/list.pyArgsz	List.Args2   s-     
v& !!	;<    c                     |j                   j                  j                         }t               }|j	                  |      S )N)CONCEPTSregionParser   r   )selfargsr   clients       r   RunzList.Run=   s1    ]]!!'')F "F;;vr   N)__name__
__module____qualname____doc__staticmethodr   r    r   r   r   r   .   s    6< <r   r   N)r    
__future__r   r   r   0googlecloudsdk.api_lib.vmware.sddc.privatecloudsr   googlecloudsdk.callioper   &googlecloudsdk.command_lib.vmware.sddcr   DETAILED_HELPReleaseTracksReleaseTrackALPHAListCommandr   detailed_helpr"   r   r   <module>r-      sq    0 &  ' P ( 8		* D%%++,4  -( # r   