
                             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 clusters describe' command.    )absolute_import)division)unicode_literals)IPAddressesClient)base)flagszI
          Describe ip address in a VMware Engine private cloud.
        a  
          To get a description of a cluster called ``first-ip'' in the
          ``my-privatecloud'' private cloud in the ``us-central1''
          region, run:

            $ {command} first-ip --privatecloud=my-privatecloud --region=us-central1 --project=my-project

          Or:

            $ {command} first-ip --privatecloud=my-privatecloud

          In the second example, the project and region are taken from gcloud properties core/project and vmware/region.
    )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)Describez5Describe ip address in a VMware Engine private cloud.c                 .    t        j                  |        y)z Register flags for this command.N)r   AddIPArgToParser)parsers    /lib/surface/vmware/sddc/ipaddresses/describe.pyArgszDescribe.Args3   s     
6"    c                     |j                   j                  j                         }t               }|j	                  |      S )N)CONCEPTSnameParser   Get)selfargsresourceclients       r   RunzDescribe.Run8   s1    }}!!'')H F::hr   N)__name__
__module____qualname____doc__staticmethodr   r    r   r   r   r   /   s    =# # r   r   N)r    
__future__r   r   r   .googlecloudsdk.api_lib.vmware.sddc.ipaddressesr   googlecloudsdk.callioper   &googlecloudsdk.command_lib.vmware.sddcr   DETAILED_HELPReleaseTracksReleaseTrackALPHADescribeCommandr   detailed_helpr"   r   r   <module>r-      sq    / &  ' L ( 8		, D%%++, t##   -  ' r   