Searched refs:stop_instances (Results 1 – 3 of 3) sorted by relevance
224 rs = c.stop_instances(
441 rs = self.connection.stop_instances([self.id], force, dry_run=dry_run)
996 def stop_instances(self, instance_ids=None, force=False, dry_run=False): member in EC2Connection