2.16.
CLASS: HOST CPU
CHAPTER 2.
API REFERENCE
RPC name: get by uuid
Overview:
Get a reference to the host cpu instance with the specified UUID.
Signature:
(host_cpu ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
host cpu ref
reference to the object
RPC name: get record
Overview:
Get a record containing the current state of the given host cpu.
Signature:
(host_cpu record) get_record (session_id s, host_cpu ref self)
Arguments:
type
name
description
host cpu ref
self
reference to the object
Return Type:
host cpu record
all fields from the object
153