Class Fog::OpenStack::Collection
In: lib/fog/openstack/models/collection.rb
Parent: Fog::Collection

Methods

all   destroy   find_by_id   get   load_response   summary  

Attributes

response  [RW]  It‘s important to store the whole response, it contains e.g. important info about whether there is another page of data.

Public Instance methods

Returns detailed list of records

Destroys record given record‘s UUID

Gets record given record‘s UUID

Returns non detailed list of records, usually just subset of attributes, which makes this call more effective. Not all openstack services support non detailed list, so it delegates to :all by default.

[Validate]