Name | Type | Description | Notes |
---|---|---|---|
url | String | Public URL location of the ISO image to download. Example: https://example.com/my-iso.iso |
require 'vultr_ruby'
instance = VultrRuby::CreateIsoRequest.new(
url: null
)
Name | Type | Description | Notes |
---|---|---|---|
url | String | Public URL location of the ISO image to download. Example: https://example.com/my-iso.iso |
require 'vultr_ruby'
instance = VultrRuby::CreateIsoRequest.new(
url: null
)