|
adminGroupType |
Specifies whether the links in
the specified IP admin group should be used by the Flex Algo or not.
The value 'exclude(1)' specifies that the Flex Algo must check if any
color that is part of the exclude rule is also set on the link. If
such a color is set, the link MUST be pruned from the computation.
The value of 'include-any(2)' specifies the Flex Algo must check if
any color that is part of the include-any rule is also set on the
link. If no such color is set, the link MUST be pruned from the
computation.
A value of 'include-all(2)' specifies the Flex Algo must check if all
colors that are part of the include-all rule are also set on the link.
If all such colors are not set on the link, the link MUST be pruned
from the computation.
type=int
access=read-create default=exclude Displayed(tab/group)=Admin Group Type enums= 1: exclude - Exclude
2: includeAny - Include Any
3: includeAll - Include All
|