2.14.
CLASS: HOST PATCH
CHAPTER 2.
API REFERENCE
RPC name: get applied
Overview:
Get the applied field of the given host patch.
Signature:
bool get_applied (session_id s, host_patch ref self)
Arguments:
type
name
description
host patch ref
self
reference to the object
Return Type:
bool
value of the field
RPC name: get timestamp applied
Overview:
Get the timestamp applied field of the given host patch.
Signature:
datetime get_timestamp_applied (session_id s, host_patch ref self)
Arguments:
type
name
description
host patch ref
self
reference to the object
Return Type:
datetime
value of the field
RPC name: get size
Overview:
Get the size field of the given host patch.
Signature:
int get_size (session_id s, host_patch ref self)
Arguments:
type
name
description
host patch ref
self
reference to the object
Return Type:
int
value of the field
141