public interface IsisTopologyAttributes extends ChildOf<IgpTopologyAttributes1>, Augmentable<IsisTopologyAttributes>
This class represents the following YANG schema fragment defined in module isis-topology
container isis-topology-attributes { leaf net { type iso-net-id; } }The schema path to identify an instance is isis-topology/network-topology/topology/(urn:TBD:params:xml:ns:yang:nt:l3-unicast-igp-topology?revision=2013-10-21)igp-topology-attributes/(urn:TBD:params:xml:ns:yang:network:isis-topology?revision=2013-10-21)isis-topology-attributes
To create instances of this class use IsisTopologyAttributesBuilder
.
IsisTopologyAttributesBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable IsoNetId |
getNet() |
getImplementedInterface
augmentation
@Nullable IsoNetId getNet()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.IsoNetId
net
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.