
                            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 volumes describe command.    )absolute_import)division)unicode_literals)	BmsClient)base)flagsz:
          Describe a Bare Metal Solution volume.
        z
          To get a description of an volume called ``my-volume'' in
          project ``my-project'' and region ``us-central1'', run:

          $ {command} my-volume --project=my-project --region=us-central1
    )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)Describez&Describe a Bare Metal Solution volume.c                 2    t        j                  | d       y)z Register flags for this command.T)
positionalN)r   AddVolumeArgToParser)parsers    #lib/surface/bms/volumes/describe.pyArgszDescribe.Args,   s     
v$7    c                     |j                   j                  j                         }t               }|j	                  |      S )N)CONCEPTSvolumeParser   	GetVolume)selfargsr   clients       r   RunzDescribe.Run1   s2    ]]!!'')F[FF##r   N)__name__
__module____qualname____doc__staticmethodr   r    r   r   r   r   (   s    .8 8$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    5 &  ' ; ( 0		 D%%++T->->-A-AB$t## $ C$ ' r   