
2.8.
CLASS: POOL 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 pool patch.
Signature:
string get_name_description (session_id s, pool_patch ref self)
Arguments:
type
name
description
pool 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 pool patch.
Signature:
string get_version (session_id s, pool_patch ref self)
Arguments:
type
name
description
pool patch ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get size
Overview:
Get the size field of the given pool patch.
Signature:
int get_size (session_id s, pool_patch ref self)
Arguments:
type
name
description
pool patch ref
self
reference to the object
Return Type:
int
value of the field
50