Name | Type | Description | Notes |
---|---|---|---|
public | Public | [optional] | |
plan | String | The key of the plan you'd like to upgrade to which dictates how much storage you're allocated and the monthly cost. Can get list of plans from /plan/list endpoint i.e. business | [optional] |
require 'vultr_ruby'
instance = VultrRuby::UpdateRegistryRequest.new(
public: null,
plan: null
)