Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::HP::Network::SecurityGroup

Public Instance Methods

destroy() click to toggle source
# File lib/fog/hp/models/network/security_group.rb, line 14
def destroy
  requires :id
  service.delete_security_group(id)
  true
end
save() click to toggle source
# File lib/fog/hp/models/network/security_group.rb, line 20
def save
  raise Fog::Errors::Error.new('Resaving an existing object may create a duplicate') if persisted?
  merge_attributes(service.create_security_group(attributes).body['security_group'])
  true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.