public interface RouterType extends ChoiceIn<OspfNodeAttributes>
This class represents the following YANG schema fragment defined in module ospf-topology
choice router-type { case abr { leaf abr { type empty; } } case asbr { leaf asbr { type empty; } } case internal { leaf internal { type empty; } } case pseudonode { leaf pseudonode { type empty; } } }The schema path to identify an instance is ospf-topology/ospf-node-attributes/ospf-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.