Sha256: 197e4b613a2bdc67b02b3375613a187d09096832d8374412d255080136f7564c
Contents?: true
Size: 985 Bytes
Versions: 6
Compression:
Stored size: 985 Bytes
Contents
!!!XML %storage_volume{ :href => storage_volume_url(@storage_volume.id), :id => @storage_volume.id} %created< =@storage_volume.created %capacity< =@storage_volume.capacity %device< =@storage_volume.device %state< =@storage_volume.state %device< =@storage_volume.device %instance_id< =@storage_volume.instance_id - unless @storage_volume.instance_id.nil? %instance{:href => instance_url(@storage_volume.instance_id), :id => @storage_volume.instance_id} %actions - if driver.respond_to?(:destroy_storage_volume) %link{ :rel => "destroy", :method => "delete", :href => destroy_storage_volume_url(@storage_volume.id)} - if driver.respond_to?(:attach_storage_volume) %link{ :rel => "attach", :method => "post", :href => attach_storage_volume_url(@storage_volume.id)} - if driver.respond_to?(:detach_storage_volume) %link{ :rel => "detach", :method => "post", :href => detach_storage_volume_url(@storage_volume.id)}
Version data entries
6 entries across 6 versions & 1 rubygems