
2.8.
CLASS: POOL PATCH
CHAPTER 2.
API REFERENCE
RPC name: get pool applied
Overview:
Get the pool applied field of the given pool patch.
Signature:
bool get_pool_applied (session_id s, pool_patch ref self)
Arguments:
type
name
description
pool patch ref
self
reference to the object
Return Type:
bool
value of the field
RPC name: get host patches
Overview:
Get the host patches field of the given pool patch.
Signature:
((host_patch ref) Set) get_host_patches (session_id s, pool_patch ref self)
Arguments:
type
name
description
pool patch ref
self
reference to the object
Return Type:
(host patch ref) Set
value of the field
RPC name: get after apply guidance
Overview:
Get the after apply guidance field of the given pool patch.
Signature:
((after_apply_guidance) Set) get_after_apply_guidance (session_id s, pool_patch ref self)
Arguments:
type
name
description
pool patch ref
self
reference to the object
Return Type:
(after apply guidance) Set
value of the field
51