2.17.
CLASS: NETWORK
CHAPTER 2.
API REFERENCE
RPC name: get uuid
Overview:
Get the uuid field of the given network.
Signature:
string get_uuid (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: get name label
Overview:
Get the name/label field of the given network.
Signature:
string get_name_label (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 label
Overview:
Set the name/label field of the given network.
Signature:
void set_name_label (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
155