Name | Type | Description | Notes |
---|---|---|---|
iso_id | String | The ISO id. | [optional] |
state | String | The status of this ISO. * ready * attached | [optional] |
require 'vultr_ruby'
instance = VultrRuby::GetInstanceIsoStatus200ResponseIsoStatus.new(
iso_id: null,
state: null
)