2.9.
CLASS: VM
CHAPTER 2.
API REFERENCE
RPC name: get domarch
Overview:
Get the domarch field of the given VM.
Signature:
string get_domarch (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get last boot CPU flags
Overview:
Get the last boot CPU flags field of the given VM.
Signature:
((string -> string) Map) get_last_boot_CPU_flags (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
RPC name: get is control domain
Overview:
Get the is control domain field of the given VM.
Signature:
bool get_is_control_domain (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
bool
value of the field
93