Home
last modified time | relevance | path

Searched refs:stop_instances (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/
Dtest_connection.py224 rs = c.stop_instances(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dinstance.py441 rs = self.connection.stop_instances([self.id], force, dry_run=dry_run)
Dconnection.py996 def stop_instances(self, instance_ids=None, force=False, dry_run=False): member in EC2Connection