Sha256: dce07f0a77153b7e33f915053dc00d4c21c4a14a5691534aaec1946eb0adf6a0

Contents?: true

Size: 582 Bytes

Versions: 22

Compression:

Stored size: 582 Bytes

Contents

def test
  connection = Fog::Google::SQL.new

  puts 'Create a Instance...'
  puts '--------------------'
  instance = connection.instances.create(:instance => Fog::Mock.random_letters(16), :tier => 'D1')
  instance.wait_for { ready? }

  puts 'Delete the Instance...'
  puts '----------------------'
  operation = instance.destroy

  puts 'Get the Operation...'
  puts '--------------------'
  connection.operations.get(instance.identity, operation.identity)

  puts 'Listing all Operations...'
  puts '-------------------------'
  connection.operations.all(instance.identity)
end

Version data entries

22 entries across 20 versions & 5 rubygems

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