2.11.
CLASS: VM GUEST METRICS
CHAPTER 2.
API REFERENCE
Return Type:
bool
value of the field
RPC name: get memory
Overview:
Get the memory field of the given VM guest metrics.
Signature:
((string -> string) Map) get_memory (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 disks
Overview:
Get the disks field of the given VM guest metrics.
Signature:
((string -> string) Map) get_disks (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 networks
Overview:
Get the networks field of the given VM guest metrics.
Signature:
((string -> string) Map) get_networks (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
107