Home
last modified time | relevance | path

Searched refs:DeleteInstances (Results 1 – 6 of 6) sorted by relevance

/tools/acloud/delete/
Ddelete.py47 def DeleteInstances(cfg, instances_to_delete): function
236 delete_report = DeleteInstances(cfg, list_instances.FilterInstancesByNames(
279 return DeleteInstances(cfg, instances)
/tools/acloud/public/
Ddevice_driver_test.py165 self.compute_client.DeleteInstances.return_value = (instance_names, [],
168 self.compute_client.DeleteInstances.assert_called_once_with(
Ddevice_driver.py249 return self._compute_client.DeleteInstances(instance_names,
460 deleted_ins, failed_ins, error_ins = compute_client.DeleteInstances(
/tools/tradefederation/core/tests/res/testtype/
Dpython_output2.txt111 Test DeleteInstances. ... ok
/tools/acloud/internal/lib/
Dgcompute_client.py1317 def DeleteInstances(self, instances, zone): member in ComputeClient
Dgcompute_client_test.py800 deleted, failed, error_msgs = self.compute_client.DeleteInstances(