
                             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 operations describe' command.    )absolute_import)division)unicode_literals)OperationsClient)base)flagsz
          Describe a VMware Engine operation. An operation contains information about the status of a previous request.
        a  
          To get details about an operation on a private cloud with the operation ID `operation-111-222-333-444`, run:

            $ {command} operation-111-222-333-444 --location=us-central1 --project=my-project

          Or:

            $ {command} operation-111-222-333-444 --location=us-central1

          In the second example, the location is taken from gcloud property compute/zone.
    )DESCRIPTIONEXAMPLESc                   *    e Zd ZdZeZed        Zd Zy)Describez0Describe a Google Cloud VMware Engine operation.c                 .    t        j                  |        y)z Register flags for this command.N)r   AddOperationArgToParser)parsers    )lib/surface/vmware/operations/describe.pyArgszDescribe.Args3   s     
!!&)    c                     |j                   j                  j                         }t               }|j	                  |      S )N)CONCEPTS	operationParser   Get)selfargsresourceclients       r   RunzDescribe.Run8   s1    }}&&,,.HF::hr   N)	__name__
__module____qualname____doc__DETAILED_HELPdetailed_helpstaticmethodr   r    r   r   r   r   -   s!    8-* * r   r   N)r    
__future__r   r   r   (googlecloudsdk.api_lib.vmware.operationsr   googlecloudsdk.callioper   !googlecloudsdk.command_lib.vmwarer   r!   ReleaseTracksReleaseTrackGADescribeCommandr   r$   r   r   <module>r-      sg    , &  ' E ( 3	
	( D%%(() t##   * r   