Class RbVmomi::VIM::ComputeResource
In: lib/rbvmomi/vim/ComputeResource.rb
Parent: Object

Methods

stats  

Public Instance methods

Aggregate cluster information.

@note Values are returned in a hash.

@return [Mhz] totalCPU: Sum of the frequencies of each CPU in the cluster. @return [Mhz] usedCPU: CPU cycles used across the cluster. @return [MB] totalMem: Total RAM. @return [MB] usedMem: Used RAM.

[Validate]