Home
last modified time | relevance | path

Searched refs:ListInstances (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/public/
Ddevice_driver_test.py201 self.compute_client.ListInstances.return_value = fake_instances
230 self.compute_client.ListInstances.assert_called_once_with(
Ddevice_driver.py510 items = compute_client.ListInstances(zone=cfg.zone)
/tools/acloud/internal/lib/
Dgcompute_client.py530 def ListInstances(self, zone, instance_filter=None): member in ComputeClient
937 for instance in self.ListInstances(zone):
Dgcompute_client_test.py336 instances = self.compute_client.ListInstances(self.ZONE)