Searched refs:DeleteInstances (Results 1 – 6 of 6) sorted by relevance
/tools/acloud/delete/ |
D | delete.py | 47 def DeleteInstances(cfg, instances_to_delete): function 236 delete_report = DeleteInstances(cfg, list_instances.FilterInstancesByNames( 279 return DeleteInstances(cfg, instances)
|
/tools/acloud/public/ |
D | device_driver_test.py | 165 self.compute_client.DeleteInstances.return_value = (instance_names, [], 168 self.compute_client.DeleteInstances.assert_called_once_with(
|
D | device_driver.py | 249 return self._compute_client.DeleteInstances(instance_names, 460 deleted_ins, failed_ins, error_ins = compute_client.DeleteInstances(
|
/tools/tradefederation/core/tests/res/testtype/ |
D | python_output2.txt | 111 Test DeleteInstances. ... ok
|
/tools/acloud/internal/lib/ |
D | gcompute_client.py | 1317 def DeleteInstances(self, instances, zone): member in ComputeClient
|
D | gcompute_client_test.py | 800 deleted, failed, error_msgs = self.compute_client.DeleteInstances(
|