Class: Fog::HP::LB::VirtualIp

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/hp/models/lb/virtual_ip.rb

Instance Method Summary collapse

Instance Method Details

#create(params) ⇒ Object

Raises:

  • (Fog::HP::LB::NotFound)


17
18
19
# File 'lib/fog/hp/models/lb/virtual_ip.rb', line 17

def create(params)
  raise Fog::HP::LB::NotFound.new('Operation not allowed.')
end

#destroyObject

Raises:

  • (Fog::HP::LB::NotFound)


13
14
15
# File 'lib/fog/hp/models/lb/virtual_ip.rb', line 13

def destroy
  raise Fog::HP::LB::NotFound.new('Operation not allowed.')
end

#saveObject

Raises:

  • (Fog::HP::LB::NotFound)


21
22
23
# File 'lib/fog/hp/models/lb/virtual_ip.rb', line 21

def save
  raise Fog::HP::LB::NotFound.new('Operation not allowed.')
end