2.7.
CLASS: POOL
CHAPTER 2.
API REFERENCE
RPC name: set suspend image SR
Overview:
Set the suspend image SR field of the given pool.
Signature:
void set_suspend_image_SR (session_id s, pool ref self, SR ref value)
Arguments:
type
name
description
pool 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 pool.
Signature:
(SR ref) get_crash_dump_SR (session_id s, pool ref self)
Arguments:
type
name
description
pool 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 pool.
Signature:
void set_crash_dump_SR (session_id s, pool ref self, SR ref value)
Arguments:
type
name
description
pool ref
self
reference to the object
SR ref
value
New value to set
Return Type:
void
44