Searched defs:instances (Results 1 – 3 of 3) sorted by relevance
/tools/acloud/list/ |
D | list.py | 52 def _SortInstancesForDisplay(instances): argument 197 def ChooseInstancesFromList(instances): argument 261 def FilterInstancesByNames(instances, names): argument 307 def FilterInstancesByAdbPort(instances, adb_port): argument
|
/tools/acloud/delete/ |
D | delete.py | 219 def DeleteInstanceByNames(cfg, instances): argument
|
/tools/acloud/internal/lib/ |
D | gcompute_client.py | 791 def StartInstances(self, instances, zone): argument 833 def StopInstances(self, instances, zone): argument 960 instances, argument 999 def _BatchExecuteOnInstances(self, instances, zone, action): argument 1317 def DeleteInstances(self, instances, zone): argument 1628 def GetZonesByInstances(self, instances): argument
|