Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 499 Bytes

CreateObjectStorageRequest.md

File metadata and controls

20 lines (14 loc) · 499 Bytes

VultrRuby::CreateObjectStorageRequest

Properties

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]

Example

require 'vultr_ruby'

instance = VultrRuby::CreateObjectStorageRequest.new(
  cluster_id: null,
  label: null
)