VultrRuby::DbaasAvailableOptions Properties Name Type Description Notes name String The name of the configuration option. [optional] type String The type of the configuration option. * `int` * `float` * `bool` * `enum` [optional] enumerals Array<String> Valid enumerals for `enum` type configuration options only. [optional] min_value Mixed The smallest value accepted for the configuration option. [optional] max_value Mixed The largest value accepted for the configuration option. [optional] alt_values Array<Mixed> Any alternate value accepted for the configuration option. [optional] units String The units associated with the configuration option. [optional] Example require 'vultr_ruby' instance = VultrRuby::DbaasAvailableOptions.new( name: null, type: null, enumerals: null, min_value: null, max_value: null, alt_values: null, units: null )