
                             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 logging-servers describe command.    )absolute_import)division)unicode_literals)LoggingServersClient)base)flagsz
        Display data associated with a VMware Engine logging-server, such as its host name, port, protocol, and source type.
      a  
        To describe a logging-server called `my-logging-server` in private cloud `my-private-cloud` and zone `us-west2-a`, run:

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

          Or:

          $ {command} my-logging-server --private-cloud=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)Describez5Describe a Google Cloud VMware Engine logging-server.c                 .    t        j                  |        y)z Register flags for this command.N)r   AddLoggingServerArgToParser)parsers    =lib/surface/vmware/private_clouds/logging_servers/describe.pyArgszDescribe.Args1   s     
%%f-    c                     |j                   j                  j                         }t               }|j	                  |      S )N)CONCEPTSlogging_serverParser   Get)selfargsr   clients       r   RunzDescribe.Run6   s1    ]]11779N!#F::n%%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.loggingserversr   googlecloudsdk.callioper   !googlecloudsdk.command_lib.vmwarer   r    ReleaseTracksReleaseTrackGADescribeCommandr   r#   r   r   <module>r,      sg    0 &  ' M ( 3

	$ D%%(()&t## & *&r   