Exemplo n.º 1
0
 def Args(parser):
   """Register flags for this command."""
   util.AddClusterIdArgs(parser)
   util.AddClusterInfoArgs(parser)
   parser.add_argument(
       '--storage',
       choices=['HDD', 'SSD'],
       default='SSD',
       type=str.upper,
       help='Storage class for the cluster.')
Exemplo n.º 2
0
 def Args(parser):
   """Register flags for this command."""
   util.AddClusterIdArgs(parser)
   util.AddClusterInfoArgs(parser)