def Args(parser):
     concept_parsers.ConceptParser([
         flags.GetInstancePresentationSpec('The instance to delete.')
     ]).AddToParser(parser)
     instances_flags.AddLocationArg(parser)
     instances_flags.AddRegionArg(parser)
     instances_flags.AddAsyncFlag(parser)
示例#2
0
 def Args(parser):
     concept_parsers.ConceptParser([
         flags.GetInstancePresentationSpec('The instance to create.')
     ]).AddToParser(parser)
     instances_flags.AddDescriptionArg(parser)
     messages = filestore_util.GetMessages()
     instances_flags.GetTierArg(messages).choice_arg.AddToParser(parser)
     instances_flags.AddAsyncFlag(parser, 'create')
     instances_flags.AddFileshareArg(parser)
     instances_flags.AddNetworkArg(parser)
     labels_util.AddCreateLabelsFlags(parser)