Searched refs:create_snapshot (Results 1 – 4 of 4) sorted by relevance
163 self.volume_one.create_snapshot()164 self.volume_one.connection.create_snapshot.assert_called_with(172 self.volume_one.create_snapshot("some description")173 self.volume_one.connection.create_snapshot.assert_called_with(
190 def create_snapshot(self, description=None, dry_run=False): member in Volume201 return self.connection.create_snapshot(
2462 def create_snapshot(self, volume_id, description=None, dry_run=False): member in EC2Connection
306 snapshot = self.get_ec2_connection().create_snapshot(self.volume_id)308 snapshot = self.server.ec2.create_snapshot(self.volume_id)