softlayer / softlayer-ruby

http://softlayer.github.io/softlayer-ruby/
MIT License
54 stars 35 forks source link

Support for Family sizes #131

Closed greyhoundforty closed 4 years ago

greyhoundforty commented 7 years ago

Wondering if the SoftLayer gem has been updated to support the new Family Size Virtual Guests.

If not is there a timeline on when this will be supported?

smcavallo commented 6 years ago

@greyhoundforty - as far as I know, this functionality was added in https://github.com/softlayer/softlayer-ruby/pull/132

When creating a virtual guest, To use hvm

options.supplementalCreateObjectOptions = { bootMode: 'HVM'}

To use family sizes

options.supplementalCreateObjectOptions = { flavorKeyName: 'YOUR_FLAVOR'}

This feature has been merged to master - we're just waiting on Softlayer to publish an updated version of the gem to rubygems