2.8.
CLASS: POOL PATCH
CHAPTER 2.
API REFERENCE
RPC name: remove from other config
Overview:
Remove the given key and its corresponding value from the other config field of the given pool patch.
If the key is not in that Map, then do nothing.
Signature:
void remove_from_other_config (session_id s, pool_patch ref self, string key)
Arguments:
type
name
description
pool patch ref
self
reference to the object
string
key
Key to remove
Return Type:
void
RPC name: get by uuid
Overview:
Get a reference to the pool patch instance with the specified UUID.
Signature:
(pool_patch ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
pool patch ref
reference to the object
RPC name: get record
Overview:
Get a record containing the current state of the given pool patch.
Signature:
(pool_patch record) get_record (session_id s, pool_patch ref self)
Arguments:
type
name
description
pool patch ref
self
reference to the object
Return Type:
pool patch record
all fields from the object
53