2.12.
CLASS: HOST
CHAPTER 2.
API REFERENCE
RPC name: set suspend image sr
Overview:
Set the suspend image sr field of the given host.
Signature:
void set_suspend_image_sr (session_id s, host ref self, SR ref value)
Arguments:
type
name
description
host ref
self
reference to the object
SR ref
value
New value to set
Return Type:
void
RPC name: get crash dump sr
Overview:
Get the crash dump sr field of the given host.
Signature:
(SR ref) get_crash_dump_sr (session_id s, host ref self)
Arguments:
type
name
description
host ref
self
reference to the object
Return Type:
SR ref
value of the field
RPC name: set crash dump sr
Overview:
Set the crash dump sr field of the given host.
Signature:
void set_crash_dump_sr (session_id s, host ref self, SR ref value)
Arguments:
type
name
description
host ref
self
reference to the object
SR ref
value
New value to set
Return Type:
void
127