2.20.
CLASS: PIF
CHAPTER 2.
API REFERENCE
RPC name: get MTU
Overview:
Get the MTU field of the given PIF.
Signature:
int get_MTU (session_id s, PIF ref self)
Arguments:
type
name
description
PIF ref
self
reference to the object
Return Type:
int
value of the field
RPC name: get VLAN
Overview:
Get the VLAN field of the given PIF.
Signature:
int get_VLAN (session_id s, PIF ref self)
Arguments:
type
name
description
PIF ref
self
reference to the object
Return Type:
int
value of the field
RPC name: get metrics
Overview:
Get the metrics field of the given PIF.
Signature:
(PIF_metrics ref) get_metrics (session_id s, PIF ref self)
Arguments:
type
name
description
PIF ref
self
reference to the object
Return Type:
PIF metrics ref
value of the field
181