
                             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 private-clouds describe' command.    )absolute_import)division)unicode_literals)PrivateCloudsClient)base)flagsz;
          Describe a VMware Engine private cloud.
        a  
          To get a description of a private cloud called `my-private-cloud` in project `my-project` and zone `us-west2-a`, run:

            $ {command} my-private-cloud --location=us-west2-a --project=my-project

          Or:

            $ {command} my-private-cloud

          In the second example, the project and location are taken from gcloud properties core/project and compute/zone.
    )DESCRIPTIONEXAMPLESc                   *    e Zd ZdZeZed        Zd Zy)Describez4Describe a Google Cloud VMware Engine private cloud.c                 2    t        j                  | d       y)z Register flags for this command.T)
positionalN)r   AddPrivatecloudArgToParser)parsers    -lib/surface/vmware/private_clouds/describe.pyArgszDescribe.Args3   s     
$$V=    c                     |j                   j                  j                         }t               }|j	                  |      S )N)CONCEPTSprivate_cloudParser   Get)selfargsprivatecloudclients       r   RunzDescribe.Run8   s1    ==..446L "F::l##r   N)	__name__
__module____qualname____doc__DETAILED_HELPdetailed_helpstaticmethodr   r    r   r   r   r   -   s!    <-> >$r   r   N)r!   
__future__r   r   r   +googlecloudsdk.api_lib.vmware.privatecloudsr   googlecloudsdk.callioper   !googlecloudsdk.command_lib.vmwarer   r"   ReleaseTracksReleaseTrackGADescribeCommandr   r%   r   r   <module>r.      sg    0 &  ' K ( 3	
	( D%%(()$t## $ *$r   