Class: Pangea::VMGuestMetrics

Inherits:
XObject
  • Object
show all
Defined in:
lib/pangea/objects.rb

Overview

Metrics reported by the guest (from ‘inside’ the guest)

xen-api: Class VM_guest_metrics

Instance Method Summary collapse

Methods inherited from XObject

#ref_call, #uuid

Constructor Details

#initialize(link, ref) ⇒ VMGuestMetrics

:nodoc:



466
467
468
469
# File 'lib/pangea/objects.rb', line 466

def initialize(link, ref) #:nodoc:
  super(link, ref)
  @proxy_name = 'VM_guest_metrics'
end