
                             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)zF'vmware private-clouds management-dns-zone-bindings describe' command.    )absolute_import)division)unicode_literals)ManagementDNSZoneBindingClient)base)flagsz;
          Describe a management DNS zone binding.
        am  
          To get a description of a management DNS zone binding called `my-mgmt-dns-zone-binding` that corresponds to the vmware engine network `sample-vmware-engine-network` in private cloud
          `my-private-cloud`, in location `us-east2-b`, run:

            $ {command} my-mgmt-dns-zone-binding --project=my-project --private-cloud=my-private-cloud --location=us-east2-b

          Or:

            $ {command} my-mgmt-dns-zone-binding --private-cloud=my-private-cloud

          In the second example, the project and location are taken from gcloud properties `core/project` and `compute/zone respectively.
    )DESCRIPTIONEXAMPLESc                   *    e Zd ZdZeZed        Zd Zy)Describez'Describe a management DNS zone binding.c                 .    t        j                  |        y)z Register flags for this command.N)r   &AddManagementDnsZoneBindingArgToParser)parsers    Jlib/surface/vmware/private_clouds/management_dns_zone_bindings/describe.pyArgszDescribe.Args4   s     
008    c                     |j                   j                  j                         }t               }|j	                  |      S )N)CONCEPTSmanagement_dns_zone_bindingParser   Get)selfargsmdzbclients       r   RunzDescribe.Run9   s1    ==44::<D+-F::dr   N)	__name__
__module____qualname____doc__DETAILED_HELPdetailed_helpstaticmethodr   r    r   r   r   r   .   s!    /-9 9r   r   N)r    
__future__r   r   r   6googlecloudsdk.api_lib.vmware.managementdnszonebindingr   googlecloudsdk.callioper   !googlecloudsdk.command_lib.vmwarer   r!   ReleaseTracksReleaseTrackGADescribeCommandr   r$   r   r   <module>r-      sh    M &  ' a ( 3		* D%%(()t##  *r   