
    (                        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                  ej                  j                         G d dej                                Zee_        y)z/'Bare Metal Solution snapshot describe command.    )absolute_import)division)unicode_literals)	BmsClient)base)flagszH
          Describe a Bare Metal Solution boot volume snapshot.
        z
          To get a description of a snapshot called ``my-snapshot'' on boot
          volume ``my-boot-volume'' in region ``us-central1'',
          run:

          $ {command} my-snapshot --region=us-central1 --volume=my-boot-volume
    )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)Describez4Describe a Bare Metal Solution boot volume snapshot.c                 2    t        j                  | d       y)z Register flags for this command.T)
positionalN)r   AddVolumeSnapshotArgToParser)parsers    -lib/surface/bms/volumes/snapshots/describe.pyArgszDescribe.Args.   s     
&&v$?    c                     |j                   j                  j                         }t               }|j	                  |      S )N)CONCEPTSsnapshotParser   GetVolumeSnapshot)selfargsr   clients       r   RunzDescribe.Run3   s2    }}%%++-H[F##H--r   N)__name__
__module____qualname____doc__staticmethodr   r    r   r   r   r   *   s    <@ @.r   r   N)r    
__future__r   r   r   %googlecloudsdk.api_lib.bms.bms_clientr   googlecloudsdk.callioper   googlecloudsdk.command_lib.bmsr   DETAILED_HELPReleaseTracksReleaseTrackALPHAGADescribeCommandr   detailed_helpr"   r   r   <module>r.      s    6 &  ' ; ( 0
		  D%%++T->->-A-AB.t## . C. ' r   