Class: Fog::Network::OpenStack::LbPools
- Inherits:
-
Collection
- Object
- Array
- Collection
- Fog::Network::OpenStack::LbPools
- Defined in:
- lib/fog/openstack/models/network/lb_pools.rb
Instance Attribute Summary
Attributes inherited from Collection
Instance Method Summary collapse
- #all(filters = filters) ⇒ Object
- #get(pool_id) ⇒ Object
-
#initialize(attributes) ⇒ LbPools
constructor
A new instance of LbPools.
Methods inherited from Collection
#clear, #create, #destroy, #inspect, #load, model, #model, #new, #reload, #table, #to_json
Methods included from Attributes::ClassMethods
#_load, #aliases, #attribute, #attributes, #identity, #ignore_attributes, #ignored_attributes
Methods included from Core::DeprecatedConnectionAccessors
#connection, #connection=, #prepare_service_value
Methods included from Attributes::InstanceMethods
#_dump, #attributes, #dup, #identity, #identity=, #merge_attributes, #new_record?, #persisted?, #requires, #requires_one
Constructor Details
#initialize(attributes) ⇒ LbPools
Returns a new instance of LbPools.
13 14 15 16 |
# File 'lib/fog/openstack/models/network/lb_pools.rb', line 13 def initialize(attributes) self.filters ||= {} super end |
Instance Method Details
#all(filters = filters) ⇒ Object
18 19 20 21 |
# File 'lib/fog/openstack/models/network/lb_pools.rb', line 18 def all(filters = filters) self.filters = filters load(service.list_lb_pools(filters).body['pools']) end |