Parent

Class/Module Index [+]

Quicksearch

Fog::HP::LB::VirtualIp

Public Instance Methods

create(params) click to toggle source
# File lib/fog/hp/models/lb/virtual_ip.rb, line 17
def create(params)
  raise Fog::HP::LB::NotFound.new('Operation not allowed.')
end
destroy() click to toggle source
# File lib/fog/hp/models/lb/virtual_ip.rb, line 13
def destroy
  raise Fog::HP::LB::NotFound.new('Operation not allowed.')
end
save() click to toggle source
# File lib/fog/hp/models/lb/virtual_ip.rb, line 21
def save
  raise Fog::HP::LB::NotFound.new('Operation not allowed.')
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.