2.23.
CLASS: VLAN
CHAPTER 2.
API REFERENCE
((VLAN ref) Set) get_all (session_id s)
Return Type:
(VLAN ref) Set
references to all objects
RPC name: get all records
Overview:
Return a map of VLAN references to VLAN records for all VLANs known to the system.
Signature:
((VLAN ref -> VLAN record) Map) get_all_records (session_id s)
Return Type:
(VLAN ref
→
VLAN record) Map
records of all objects
RPC name: get uuid
Overview:
Get the uuid field of the given VLAN.
Signature:
string get_uuid (session_id s, VLAN ref self)
Arguments:
type
name
description
VLAN ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get tagged PIF
Overview:
Get the tagged PIF field of the given VLAN.
Signature:
(PIF ref) get_tagged_PIF (session_id s, VLAN ref self)
Arguments:
type
name
description
VLAN ref
self
reference to the object
Return Type:
PIF ref
value of the field
200