Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 616 Bytes

DatabaseUsageDisk.md

File metadata and controls

22 lines (16 loc) · 616 Bytes

VultrRuby::DatabaseUsageDisk

Properties

Name Type Description Notes
current_gb String The current amount of space used on the Managed Database (in GB). [optional]
max_gb String The maximum available space on the Managed Database (in GB). [optional]
percentage String The percentage of space used on the Managed Database relative to its capacity. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::DatabaseUsageDisk.new(
  current_gb: null,
  max_gb: null,
  percentage: null
)