2.8.
CLASS: POOL PATCH
CHAPTER 2.
API REFERENCE
RPC name: get all
Overview:
Return a list of all the pool patchs known to the system.
Signature:
((pool_patch ref) Set) get_all (session_id s)
Return Type:
(pool patch ref) Set
references to all objects
RPC name: get all records
Overview:
Return a map of pool patch references to pool patch records for all pool patchs known to the
system.
Signature:
((pool_patch ref -> pool_patch record) Map) get_all_records (session_id s)
Return Type:
(pool patch ref
→
pool patch record) Map
records of all objects
RPC name: get uuid
Overview:
Get the uuid field of the given pool patch.
Signature:
string get_uuid (session_id s, pool_patch ref self)
Arguments:
type
name
description
pool patch ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get name label
Overview:
Get the name/label field of the given pool patch.
Signature:
string get_name_label (session_id s, pool_patch ref self)
Arguments:
type
name
description
pool patch ref
self
reference to the object
49