# File lib/fog/openstack/models/compute/volume.rb, line 42 def attach(server_id, name) requires :id data = service.attach_volume(id, server_id, name) merge_attributes(:attachments => attachments << data.body['volumeAttachment']) true end
# File lib/fog/openstack/models/compute/volume.rb, line 36 def destroy requires :id service.delete_volume(id) true end
Generated with the Darkfish Rdoc Generator 2.