Package onep :: Package routing :: Module Scope :: Class Scope
[frames] | no frames]

Class Scope


This abstract class is the parent class of L3UnicastScope and in the future for L3MulticastScope, L2UnicastScope, L2MulticastScope, etc.

All common fields among these derived class will be defined in this class.

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
str vrf
Name of the VRF.

Inherited from object: __class__

Property Details

vrf

Name of the VRF. An empty string means default VRF. If the input is None, it will be interpreted as empty string.

Get Method:
_get_vrf(self)
Set Method:
_set_vrf(self, vrf)
Type:
str