2.11.
CLASS: VM GUEST METRICS
CHAPTER 2.
API REFERENCE
RPC name: get other
Overview:
Get the other field of the given VM guest metrics.
Signature:
((string -> string) Map) get_other (session_id s, VM_guest_metrics ref self)
Arguments:
type
name
description
VM guest metrics ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
RPC name: get last updated
Overview:
Get the last updated field of the given VM guest metrics.
Signature:
datetime get_last_updated (session_id s, VM_guest_metrics ref self)
Arguments:
type
name
description
VM guest metrics ref
self
reference to the object
Return Type:
datetime
value of the field
RPC name: get by uuid
Overview:
Get a reference to the VM guest metrics instance with the specified UUID.
Signature:
(VM_guest_metrics ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
VM guest metrics ref
reference to the object
108