Sha256: d0e561be0cbe2f6324a187c78fe9925ebd65912a1c4192cb4a5c0efd84dfbd94

Contents?: true

Size: 540 Bytes

Versions: 42

Compression:

Stored size: 540 Bytes

Contents

def test

  connection = Fog::Compute.new({ :provider => "Google" })

  # puts 'Listing snapshots...'
  # puts '---------------------------------'
  snapshots = connection.snapshots.all
  raise 'Could not LIST the snapshots' unless snapshots
  # puts snapshots.inspect

  # puts 'Fetching a single snapshot...'
  # puts '------------------------------------------------'
  snap = snapshots.first
  if !snap.nil?
    snap = connection.snapshots.get(snap)
    raise 'Could not GET the snapshot' unless snap
    # puts snap.inspect
  end

end

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
fog-1.22.0 lib/fog/google/examples/get_list_snapshots.rb
fog-1.21.0 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.20.0.20140305101839 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.20.0.20140305101305 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.19.0.20140212012611 lib/fog/google/examples/get_list_snapshots.rb
fog-1.20.0 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.19.0.20140110004459 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.19.0.20140110003812 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.19.0.20140109202555 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.19.0.20140107192102 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.19.0.20140107142106 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.19.0.20131219203941 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.18.0.20131219193542 lib/fog/google/examples/get_list_snapshots.rb
fog-1.19.0 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.18.0.20131219033443 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.18.0.20131219032002 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.18.0.20131219030716 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.18.0.20131219022322 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.18.0.20131218202447 lib/fog/google/examples/get_list_snapshots.rb
fog-maestrodev-1.18.0.20131209091424 lib/fog/google/examples/get_list_snapshots.rb