public interface UnderlayTopology extends ChildOf<Topology>, Augmentable<UnderlayTopology>, Identifiable<UnderlayTopologyKey>
This class represents the following YANG schema fragment defined in module network-topology
list underlay-topology { key topology-ref; leaf topology-ref { type topology-ref; } }The schema path to identify an instance is network-topology/network-topology/topology/underlay-topology
To create instances of this class use UnderlayTopologyBuilder
.
UnderlayTopologyBuilder
,
UnderlayTopologyKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable TopologyId |
getTopologyRef() |
UnderlayTopologyKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable TopologyId getTopologyRef()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId
topologyRef
, or null
if not presentUnderlayTopologyKey key()
Identifiable
key
in interface Identifiable<UnderlayTopologyKey>
Copyright © 2019 OpenDaylight. All rights reserved.