
                             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 dns-forwarding describe command.    )absolute_import)division)unicode_literals)privateclouds)base)flagsz
        Display data associated with a VMware Engine DNS forwarding, such as the domains and their respective name servers.
      a  
        To describe a DNS forwarding config in private cloud `my-private-cloud` and zone `us-west2-a`, run:

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

          Or:

          $ {command} --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 dns-forwarding.c                 2    t        j                  | d       y)z Register flags for this command.F)
positionalN)r   AddPrivatecloudArgToParser)parsers    <lib/surface/vmware/private_clouds/dns_forwarding/describe.pyArgszDescribe.Args1   s     
$$V>    c                     |j                   j                  j                         }t        j                         }|j                  |      S )N)CONCEPTSprivate_cloudParser   PrivateCloudsClientGetDnsForwarding)selfargsprivatecloudclients       r   RunzDescribe.Run6   s9    ==..446L..0F""<00r   N)	__name__
__module____qualname____doc___DETAILED_HELPdetailed_helpstaticmethodr   r    r   r   r   r   +   s!    = -? ?1r   r   N)r"   
__future__r   r   r   googlecloudsdk.api_lib.vmwarer   googlecloudsdk.callioper   !googlecloudsdk.command_lib.vmwarer   r#   ReleaseTracksReleaseTrackGADescribeCommandr   r&   r   r   <module>r/      sg    / &  ' 7 ( 3

	$ D%%(()1t## 1 *1r   