Method: Larrow::Qingcloud::Snapshot.list

Defined in:
lib/larrow/qingcloud/snapshot.rb

.listObject



8
9
10
11
12
# File 'lib/larrow/qingcloud/snapshot.rb', line 8

def self.list()
  describe([],{:'status.1' => :available}) do |hash|
    new hash['snapshot_id'], hash.slice('status','resource')
  end
end