2.14.
CLASS: HOST PATCH
CHAPTER 2.
API REFERENCE
RPC name: get record
Overview:
Get a record containing the current state of the given host patch.
Signature:
(host_patch record) get_record (session_id s, host_patch ref self)
Arguments:
type
name
description
host patch ref
self
reference to the object
Return Type:
host patch record
all fields from the object
RPC name: get by name label
Overview:
Get all the host patch instances with the given label.
Signature:
((host_patch ref) Set) get_by_name_label (session_id s, string label)
Arguments:
type
name
description
string
label
label of object to return
Return Type:
(host patch ref) Set
references to objects with matching names
144