
                             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 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-privatecloud'' in
          project ``my-project'' and region ``us-central1'', run:

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

        Or:

          $ {command} example-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)Describez'Describe a VMware Engine private cloud.c                 2    t        j                  | d       y)z Register flags for this command.T)
positionalN)r   AddPrivatecloudArgToParser)parsers    1lib/surface/vmware/sddc/privateclouds/describe.pyArgszDescribe.Args3   s     
$$V=    c                     |j                   j                  j                         }t               }|j	                  |      S )N)CONCEPTSprivatecloudParser   Get)selfargsr   clients       r   RunzDescribe.Run8   s1    ==--335L "F::l##r   N)__name__
__module____qualname____doc__staticmethodr   r    r   r   r   r   /   s    /> >$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DescribeCommandr   detailed_helpr"   r   r   <module>r-      sq    4 &  ' P ( 8		, D%%++,$t## $ -$ ' r   