2.14.
CLASS: HOST PATCH
CHAPTER 2.
API REFERENCE
Return Type:
string
value of the field
RPC name: get name description
Overview:
Get the name/description field of the given host patch.
Signature:
string get_name_description (session_id s, host_patch ref self)
Arguments:
type
name
description
host patch ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get version
Overview:
Get the version field of the given host patch.
Signature:
string get_version (session_id s, host_patch ref self)
Arguments:
type
name
description
host patch ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get host
Overview:
Get the host field of the given host patch.
Signature:
(host ref) get_host (session_id s, host_patch ref self)
Arguments:
type
name
description
host patch ref
self
reference to the object
Return Type:
host ref
value of the field
140