Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 630 Bytes

DatabaseUsageMemory.md

File metadata and controls

22 lines (16 loc) · 630 Bytes

VultrRuby::DatabaseUsageMemory

Properties

Name Type Description Notes
current_mb String The current amount of memory used on the Managed Database (in MB). [optional]
max_mb String The maximum available memory on the Managed Database (in MB). [optional]
percentage String The average percent of memory utilization for the Managed Database over the last hour. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::DatabaseUsageMemory.new(
  current_mb: null,
  max_mb: null,
  percentage: null
)