public interface RouterType extends ChoiceIn<IsisNodeAttributes>
This class represents the following YANG schema fragment defined in module isis-topology
choice router-type { case level-2 { leaf level-2 { type empty; } } case level-1 { leaf level-1 { type empty; } } case level-1-2 { leaf level-1-2 { type empty; } } }The schema path to identify an instance is isis-topology/isis-node-attributes/isis-node-attributes/router-type
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.