public interface Internal extends DataObject, Augmentable<Internal>, RouterType
This class represents the following YANG schema fragment defined in module ospf-topology
case internal { leaf internal { type empty; } }The schema path to identify an instance is ospf-topology/ospf-node-attributes/ospf-node-attributes/router-type/internal
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Boolean |
isInternal() |
augmentation
getImplementedInterface
@Nullable Boolean isInternal()
java.lang.Boolean
internal
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.