# File lib/fog/hp/models/network/network.rb, line 16 def destroy requires :id service.delete_network(id) true end
# File lib/fog/hp/models/network/network.rb, line 22 def ready? self.status == 'ACTIVE' end
Generated with the Darkfish Rdoc Generator 2.