CiscoRowOperStatus¶
-
class
CiscoRowOperStatus¶ CiscoRowOperStatus (Enum Class)
Represents the operational status of an table entry.
This textual convention allows explicitly representing
the states of rows dependent on rows in other tables.
active(1) -
Indicates this entry’s RowStatus is active
and the RowStatus for each dependency is active.
activeDependencies(2) -
Indicates that the RowStatus for each dependency
is active, but the entry’s RowStatus is not active.
inactiveDependency(3) -
Indicates that the RowStatus for at least one
dependency is not active.
missingDependency(4) -
Indicates that at least one dependency does
not exist in it’s table.
-
active = 1
-
activeDependencies = 2
-
inactiveDependency = 3
-
missingDependency = 4
-