Sha256: 6a02adc9c01fcba71c861d7c05449558d5ae6bdfc02dc01d64e231618b7b702c

Contents?: true

Size: 538 Bytes

Versions: 34

Compression:

Stored size: 538 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

34 entries across 32 versions & 6 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-google-0.1.0/examples/get_list_snapshots.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-google-0.1.0/examples/get_list_snapshots.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-google-0.1.0/examples/get_list_snapshots.rb
fog-google-0.1.3 examples/get_list_snapshots.rb
fog-google-0.1.2 examples/get_list_snapshots.rb
fog-google-0.1.1 examples/get_list_snapshots.rb
fog-google-0.1.0 examples/get_list_snapshots.rb
fog-google-0.0.9 examples/get_list_snapshots.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-google-0.0.7/examples/get_list_snapshots.rb
fog-google-0.0.7 examples/get_list_snapshots.rb
fog-google-0.0.6 examples/get_list_snapshots.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/google/examples/get_list_snapshots.rb
fog-google-0.0.5 examples/get_list_snapshots.rb
fog-google-0.0.4 examples/get_list_snapshots.rb
fog-google-0.0.3 examples/get_list_snapshots.rb
fog-google-0.0.2 examples/get_list_snapshots.rb
fog-1.29.0 lib/fog/google/examples/get_list_snapshots.rb
fog-1.28.0 lib/fog/google/examples/get_list_snapshots.rb
fog-1.27.0 lib/fog/google/examples/get_list_snapshots.rb
fog-1.26.0 lib/fog/google/examples/get_list_snapshots.rb