2.17.
CLASS: NETWORK
CHAPTER 2.
API REFERENCE
RPC name: remove from other config
Overview:
Remove the given key and its corresponding value from the other config field of the given network.
If the key is not in that Map, then do nothing.
Signature:
void remove_from_other_config (session_id s, network ref self, string key)
Arguments:
type
name
description
network ref
self
reference to the object
string
key
Key to remove
Return Type:
void
RPC name: get bridge
Overview:
Get the bridge field of the given network.
Signature:
string get_bridge (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: create
Overview:
Create a new network instance, and return its handle.
Signature:
(network ref) create (session_id s, network record args)
Arguments:
type
name
description
network record
args
All constructor arguments
Return Type:
network ref
reference to the newly created object
159