
                             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)ClustersClient)base)flagszH
          Describe a cluster in a VMware Engine private cloud.
        a  
          To get a description of a cluster called ``my-cluster'' in the
          ``my-privatecloud'' private cloud in the ``us-central1''
          region, run:

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

          Or:

            $ {command} my-cluster --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)Describez4Describe a cluster in a VMware Engine private cloud.c                 .    t        j                  |        y)z Register flags for this command.N)r   AddClusterArgToParser)parsers    ,lib/surface/vmware/sddc/clusters/describe.pyArgszDescribe.Args3   s     
'    c                     |j                   j                  j                         }t               }|j	                  |      S )N)CONCEPTSclusterParser   Get)selfargsr   clients       r   RunzDescribe.Run8   s1    mm##))+GF::g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.clustersr   googlecloudsdk.callioper   &googlecloudsdk.command_lib.vmware.sddcr   DETAILED_HELPReleaseTracksReleaseTrackALPHADescribeCommandr   detailed_helpr!   r   r   <module>r,      sq    / &  ' F ( 8		, D%%++,t##  - ' r   