示例#1
0
 def Args(parser):
     flags.GetProjectIdArgument('get associated projects for').AddToParser(
         parser)
     parser.display_info.AddFormat(command_lib_util.XPN_RESOURCE_ID_FORMAT)
示例#2
0
 def Args(parser):
     flags.GetProjectIdArgument('disable as an XPN host').AddToParser(
         parser)
示例#3
0
 def Args(parser):
     flags.GetProjectIdArgument('enable as a shared VPC host').AddToParser(
         parser)
示例#4
0
 def Args(parser):
     flags.GetProjectIdArgument('remove from the host project').AddToParser(
         parser)
     flags.GetHostProjectFlag(
         'remove the associated project from').AddToParser(parser)
示例#5
0
 def Args(parser):
   flags.GetProjectIdArgument('get the host project for').AddToParser(parser)
示例#6
0
 def Args(parser):
     flags.GetProjectIdArgument('get associated resources for').AddToParser(
         parser)
示例#7
0
 def Args(parser):
     flags.GetProjectIdArgument('add to the host project').AddToParser(
         parser)
     flags.GetHostProjectFlag('add an associated project to').AddToParser(
         parser)