Fog::Collection
# File lib/fog/openstack/models/network/subnets.rb, line 13 def initialize(attributes) self.filters ||= {} super end
# File lib/fog/openstack/models/network/subnets.rb, line 18 def all(filters = filters) self.filters = filters load(service.list_subnets(filters).body['subnets']) end
# File lib/fog/openstack/models/network/subnets.rb, line 23 def get(subnet_id) if subnet = service.get_subnet(subnet_id).body['subnet'] new(subnet) end rescue Fog::Network::OpenStack::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.