Name |
Type |
Description |
Notes |
id |
String |
A unique ID for the Object Storage. |
[optional] |
date_created |
String |
Date the Object Store was created. |
[optional] |
cluster_id |
Integer |
The Cluster id. |
[optional] |
region |
String |
The Region id for this Object Storage. |
[optional] |
label |
String |
The user-supplied label for this Object Storage. |
[optional] |
status |
String |
The status of this Object Storage. * active * pending |
[optional] |
s3_hostname |
String |
The Cluster hostname for this Object Storage. |
[optional] |
s3_access_key |
String |
The Object Storage access key. |
[optional] |
s3_secret_key |
String |
The Object Storage secret key. |
[optional] |
require 'vultr_ruby'
instance = VultrRuby::ObjectStorage.new(
id: null,
date_created: null,
cluster_id: null,
region: null,
label: null,
status: null,
s3_hostname: null,
s3_access_key: null,
s3_secret_key: null
)