class Ec2EbsVolume

API 1.0

Public Instance Methods

attach(params) click to toggle source
# File lib/rest_connection/rightscale/ec2_ebs_volume.rb, line 33
def attach(params)
  @link = ServerEc2EbsVolume.create(params)
end
detach() click to toggle source
# File lib/rest_connection/rightscale/ec2_ebs_volume.rb, line 37
def detach
  @link.destroy if @link
end