
                         @   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lmZ  e	j                  e	j                  j                          G d	 d
e	j"                               Z e	j                  e	j                  j&                         G d de             Zy)z,Describes a Cloud NetApp Volumes KMS Config.    )absolute_import)division)unicode_literals)client)base)flags)concept_parsersc                   \    e Zd ZdZdddZej                  j                  Ze	d        Z
d Zy)Describe4Show metadata for a Cloud NetApp Volumes KMS Config.zC          Describe a KMS (Key Management System) Config.
          aP            The following command gets metadata using describe for a KMS Config instance named KMS_CONFIG in the default netapp/location.

              $ {command} KMS_CONFIG

          To get metadata on a KMS Config named KMS_CONFIG in a specified location, run:

              $ {command} KMS_CONFIG --location=us-central1s
          )DESCRIPTIONEXAMPLESc                 t    t        j                  t        j                  d      g      j	                  |        y )NzThe KMS Config to describe.)r	   ConceptParserr   GetKmsConfigPresentationSpecAddToParser)parsers    *lib/surface/netapp/kms_configs/describe.pyArgszDescribe.Args0   s/    !!5#E#E%$' #( ))4V)<    c                     |j                   j                  j                         }t        j                  | j
                        }|j                  |      S )zRun the describe command.)release_track)CONCEPTS
kms_configParsekmsconfigs_clientKmsConfigsClient_RELEASE_TRACKGetKmsConfig)selfargskmsconfig_refr   s       r   RunzDescribe.Run5   sD    MM,,224M//))+F}--r   N)__name__
__module____qualname____doc__detailed_helpr   ReleaseTrackGAr   staticmethodr   r#    r   r   r   r      s@    <	- $$''.= =.r   r   c                   <    e Zd ZdZej
                  j                  Zy)DescribeBetar   N)r$   r%   r&   r'   r   r)   BETAr   r,   r   r   r.   r.   =   s    <$$)).r   r.   N)r'   
__future__r   r   r   )googlecloudsdk.api_lib.netapp.kms_configsr   r   googlecloudsdk.callioper   !googlecloudsdk.command_lib.netappr   (googlecloudsdk.command_lib.util.conceptsr	   ReleaseTracksr)   r*   DescribeCommandr   r/   r.   r,   r   r   <module>r7      s    3 &  ' Q ( 3 D D%%(().t## . *.B D%%**+*8 * ,*r   