Ejemplo n.º 1
0
 def Args(parser):
   """Register flags for this command."""
   arguments.AddClusterResourceArg(parser, 'to update')
   (arguments.ArgAdder(parser).AddClusterNodes().AddAsync())
Ejemplo n.º 2
0
 def Args(parser):
     """Register flags for this command."""
     arguments.ArgAdder(parser).AddInstance(multiple=True)
Ejemplo n.º 3
0
 def Args(parser):
     """Register flags for this command."""
     arguments.AddTableRestoreResourceArg(parser)
     arguments.ArgAdder(parser).AddAsync()
Ejemplo n.º 4
0
 def Args(parser):
     arguments.AddAppProfileResourceArg(parser, 'to delete')
     arguments.ArgAdder(parser).AddForce('delete')
 def Args(parser):
     """Register flags for this command."""
     arguments.AddClusterResourceArg(parser, 'to describe')
     arguments.ArgAdder(parser).AddClusterZone().AddAsync(
     ).AddScalingArgsForClusterCreate()
     arguments.AddKmsKeyResourceArg(parser, 'cluster')
Ejemplo n.º 6
0
 def Args(parser):
   """Register flags for this command."""
   arguments.ArgAdder(parser).AddInstance().AddInstanceDescription()
Ejemplo n.º 7
0
 def Args(parser):
     arguments.AddAppProfileResourceArg(parser, 'to create')
     (arguments.ArgAdder(parser).AddDescription(
         'app-profile',
         required=False).AddForce('create').AddAppProfileRouting())
Ejemplo n.º 8
0
 def Args(parser):
     """Register flags for this command."""
     arguments.AddClusterResourceArg(parser, 'to describe')
     arguments.ArgAdder(parser).AddClusterZone().AddClusterNodes(
         required=False, default=3).AddAsync()
Ejemplo n.º 9
0
 def Args(parser):
   """Register flags for this command."""
   arguments.ArgAdder(parser).AddInstance(positional=False,
                                          required=False,
                                          multiple=True)
Ejemplo n.º 10
0
 def Args(parser):
     """Register flags for this command."""
     (arguments.ArgAdder(parser).AddCluster().AddInstance(
         positional=False).AddClusterNodes().AddAsync())
 def Args(parser):
     arguments.AddAppProfileResourceArg(parser, 'to update')
     (arguments.ArgAdder(parser).AddDescription(
         'app profile', required=False).AddAppProfileRouting(
             required=False,
             allow_failover_radius=True).AddForce('update').AddAsync())