
2.23.
CLASS: VLAN
CHAPTER 2.
API REFERENCE
RPC name: get untagged PIF
Overview:
Get the untagged PIF field of the given VLAN.
Signature:
(PIF ref) get_untagged_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
RPC name: get tag
Overview:
Get the tag field of the given VLAN.
Signature:
int get_tag (session_id s, VLAN ref self)
Arguments:
type
name
description
VLAN ref
self
reference to the object
Return Type:
int
value of the field
RPC name: get other config
Overview:
Get the other config field of the given VLAN.
Signature:
((string -> string) Map) get_other_config (session_id s, VLAN ref self)
Arguments:
type
name
description
VLAN ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
201