Method: Fog::Compute::HuaweiCloud::Real#detach_volume
- Defined in:
- lib/fog/compute/huaweicloud/requests/detach_volume.rb
#detach_volume(server_id, attachment_id) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/fog/compute/huaweicloud/requests/detach_volume.rb', line 5 def detach_volume(server_id, ) request( :expects => 202, :method => 'DELETE', :path => "servers/%s/os-volume_attachments/%s" % [server_id, ] ) end |