2.17.
CLASS: NETWORK
CHAPTER 2.
API REFERENCE
RPC name: get name description
Overview:
Get the name/description field of the given network.
Signature:
string get_name_description (session_id s, network ref self)
Arguments:
type
name
description
network ref
self
reference to the object
Return Type:
string
value of the field
RPC name: set name description
Overview:
Set the name/description field of the given network.
Signature:
void set_name_description (session_id s, network ref self, string value)
Arguments:
type
name
description
network ref
self
reference to the object
string
value
New value to set
Return Type:
void
RPC name: get allowed operations
Overview:
Get the allowed operations field of the given network.
Signature:
((network_operations) Set) get_allowed_operations (session_id s, network ref self)
Arguments:
type
name
description
network ref
self
reference to the object
Return Type:
(network operations) Set
value of the field
156