Name | Type | Description | Notes |
---|---|---|---|
iso_id | String | The ISO id to attach to this Instance. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::AttachInstanceIsoRequest.new(
iso_id: null
)
Name | Type | Description | Notes |
---|---|---|---|
iso_id | String | The ISO id to attach to this Instance. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::AttachInstanceIsoRequest.new(
iso_id: null
)