Fog::Model
# File lib/fog/hp/models/network/subnet.rb, line 20 def destroy requires :id service.delete_subnet(id) true end
# File lib/fog/hp/models/network/subnet.rb, line 26 def save requires :network_id, :cidr, :ip_version identity ? update : create end
[Validate]
Generated with the Darkfish Rdoc Generator 2.