
                         D    d 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y)	z?Flags for commands dealing with cross-project networking (XPN).    )absolute_import)division)unicode_literals)basec                 V    t        j                  dddj                  |             }|S )z0Return the PROJECT_ID argument for XPN commands.project
PROJECT_IDzID for the project to {verb}verb)metavarhelpr   Argumentformatr   args     3lib/googlecloudsdk/command_lib/compute/xpn/flags.pyGetProjectIdArgumentr      s-    )00d0;	=# 
*    c                 V    t        j                  dddj                  |             }|S )z0Return the --host-project flag for XPN commands.z--host-projectTzThe XPN host to {verb}r
   )requiredr   r   r   s     r   GetHostProjectFlagr       s,    &3:::E	G#	*r   N)	__doc__
__future__r   r   r   googlecloudsdk.callioper   r   r    r   r   <module>r      s!    F &  ' (r   