
    f	                         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 dd	l	mZ dd
lmZ  ej                  ej                   j"                         G d dej$                               Zy)z&Create- and update-deployment command.    )absolute_import)division)unicode_literals)configmanager_util)base)deploy_util)flags)resource_args)concept_parsersc                   .    e Zd ZdZddiZed        Zd Zy)LockDeploymentzULocks the deployment.

  This command locks the deployment and generates a lockId.
  EXAMPLESz
        Lock deployment `my-deployment` under project `p1` and location `us-central1`:

          $ {command} projects/p1/locations/us-central1/deployments/my-deployment

      c                     t        j                  |        t        j                  t	        j
                  d      g      j                  |        y )Nz$the deployment to be used as parent.)r	   AddAsyncFlagr   ConceptParserr
   GetDeploymentResourceArgSpecAddToParser)parsers    -lib/surface/infra_manager/deployments/lock.pyArgszLockDeployment.Args+   s@    	v!!666	
 k&    c                     t        j                         }|j                  j                  j	                         }|j                         }t        j                  ||j                  |      S )a  This is what gets called when the user runs this command.

    Args:
      args: an argparse namespace. All the arguments that were provided to this
        command invocation.

    Returns:
      The statefile containing signed url that can be used to upload state file.
    )	r   GetMessagesModuleCONCEPTS
deploymentParseRelativeNamer   r   async_)selfargsmessagesdeployment_refdeployment_full_names        r   RunzLockDeployment.Run7   sY     "335H]]--335N)668%% r   N)__name__
__module____qualname____doc__detailed_helpstaticmethodr   r$    r   r   r   r      s1    
   
 - 	 	r   r   N)r(   
__future__r   r   r   $googlecloudsdk.api_lib.infra_managerr   googlecloudsdk.callioper   (googlecloudsdk.command_lib.infra_managerr   r	   r
   (googlecloudsdk.command_lib.util.conceptsr   ReleaseTracksReleaseTrackGACommandr   r+   r   r   <module>r5      s]    - &  ' C ( @ : B D D%%(()+T\\ + *+r   