Home
last modified time | relevance | path

Searched defs:instances (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/list/
Dlist.py52 def _SortInstancesForDisplay(instances): argument
214 def ChooseInstancesFromList(instances): argument
278 def _FilterInstancesByNames(instances, names): argument
377 def FilterInstancesByAdbPort(instances, adb_port): argument
/tools/acloud/internal/lib/
Dgcompute_client.py794 def StartInstances(self, instances, zone): argument
836 def StopInstances(self, instances, zone): argument
963 instances, argument
1002 def _BatchExecuteOnInstances(self, instances, zone, action): argument
1321 def DeleteInstances(self, instances, zone): argument
1632 def GetZonesByInstances(self, instances): argument
/tools/acloud/delete/
Ddelete.py260 def DeleteInstanceByNames(cfg, instances): argument