Giter Site home page Giter Site logo

Comments (2)

dazuma avatar dazuma commented on July 26, 2024

Thanks for your report! We are aware we're missing some samples for Ruby. In general, the Ruby client should have access to exactly the same functionality as any of the other programming language clients, so in many cases you may be able to look at the samples for another language such as Python and translate to Ruby.

We'll have an engineer take a quick look at your code example to see if we can suggest any fixes or notice any issues with the client.

from google-cloud-ruby.

muripic avatar muripic commented on July 26, 2024

Thank you @dazuma ! I managed to work around it by retrieving the instance template, getting its disks and then using this method to overwrite the disk_type field with the full path so it would be valid for the insert instance request:

    def disks_from_instance_template(template, zone)
      disks = template.properties.disks.each do |d|
        d.initialize_params.disk_type = "zones/#{zone}/diskTypes/#{d.initialize_params.disk_type}"
      end
      disks.to_a
    end

While it works, it would be nice if it could just be possible to create the instance using the instance template, instead of having to specify the disks 🙏

from google-cloud-ruby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.