Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 367 Bytes

DatabaseUsageCpu.md

File metadata and controls

18 lines (12 loc) · 367 Bytes

VultrRuby::DatabaseUsageCpu

Properties

Name Type Description Notes
percentage String The average percent of vCPU utilization for the Managed Database over the last hour. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::DatabaseUsageCpu.new(
  percentage: null
)