
                             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Zd	Z ej                  ej                  j                  ej                  j                          G d
 dej"                               Zy)zFCommand to get the status of a Distributed Cloud Edge Network network.    )absolute_import)division)unicode_literals)networks)base)resource_argszEGet the status of a specified Distributed Cloud Edge Network network.z    To get the status of the Distributed Cloud Edge Network network
    'my-network' in edge zone 'us-central1-edge-den1' , run:

        $ {command} my-network --location=us-central1 --zone=us-central1-edge-den1

   c                   0    e Zd ZdZeedZed        Zd Z	y)	GetStatuszGet the status of a specified Distributed Cloud Edge Network network.

  *{command}* is used to get the status of a Distributed Cloud Edge Network
  network.
  )DESCRIPTIONEXAMPLESc                 2    t        j                  | dd       y )Nzto get statusT)r   AddNetworkResourceArg)parsers    8lib/surface/edge_cloud/networking/networks/get_status.pyArgszGetStatus.Args.   s    ''F    c                     t        j                  | j                               }|j                  j                  j                         }|j                  |      S )N)r   NetworksClientReleaseTrackCONCEPTSnetworkParser
   )selfargsnetworks_clientnetwork_refs       r   RunzGetStatus.Run2   sD    --d.?.?.ABO--''--/K$$[11r   N)
__name__
__module____qualname____doc__r   r   detailed_helpstaticmethodr   r    r   r   r
   r
   $   s,     #.8D-G G2r   r
   N)r!   
__future__r   r   r   5googlecloudsdk.api_lib.edge_cloud.networking.networksr   googlecloudsdk.callioper   0googlecloudsdk.command_lib.edge_cloud.networkingr   r   r   ReleaseTracksr   ALPHAGACommandr
   r$   r   r   <module>r-      sv    M &  ' J ( J L  D%%++T->->-A-AB2 2 C2r   