2.16.
CLASS: HOST CPU
CHAPTER 2.
API REFERENCE
RPC name: get vendor
Overview:
Get the vendor field of the given host cpu.
Signature:
string get_vendor (session_id s, host_cpu ref self)
Arguments:
type
name
description
host cpu ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get speed
Overview:
Get the speed field of the given host cpu.
Signature:
int get_speed (session_id s, host_cpu ref self)
Arguments:
type
name
description
host cpu ref
self
reference to the object
Return Type:
int
value of the field
RPC name: get modelname
Overview:
Get the modelname field of the given host cpu.
Signature:
string get_modelname (session_id s, host_cpu ref self)
Arguments:
type
name
description
host cpu ref
self
reference to the object
Return Type:
string
value of the field
150