Searched defs:instances (Results 1 – 3 of 3) sorted by relevance
/tools/acloud/list/ |
D | list.py | 183 def ChooseInstancesFromList(instances): argument 247 def FilterInstancesByNames(instances, names): argument 293 def FilterInstancesByAdbPort(instances, adb_port): argument
|
/tools/acloud/internal/lib/ |
D | gcompute_client.py | 704 def StartInstances(self, instances, zone): argument 746 def StopInstances(self, instances, zone): argument 873 instances, argument 912 def _BatchExecuteOnInstances(self, instances, zone, action): argument 1230 def DeleteInstances(self, instances, zone): argument 1541 def GetZonesByInstances(self, instances): argument
|
/tools/acloud/delete/ |
D | delete.py | 219 def DeleteInstanceByNames(cfg, instances): argument
|