Name | Type | Description | Notes |
---|---|---|---|
cluster_id | Integer | The Cluster id where the Object Storage will be created. | |
label | String | The user-supplied label for this Object Storage. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::CreateObjectStorageRequest.new(
cluster_id: null,
label: null
)