public interface TpAttributes extends DataObject
This class represents the following YANG schema fragment defined in module network-topology
grouping tp-attributes { leaf tp-id { type tp-id; } leaf-list tp-ref { type tp-ref; config false; } }The schema path to identify an instance is network-topology/tp-attributes
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable TpId |
getTpId() |
@Nullable List<TpId> |
getTpRef()
The leaf list identifies any termination points that thetermination point is
dependent on, or maps onto.Those termination points will themselves be
containedin a supporting node.This dependency information can be inferred
fromthe dependencies between links.
|
getImplementedInterface
@Nullable TpId getTpId()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId
tpId
, or null
if not present@Nullable List<TpId> getTpRef()
java.util.List
tpRef
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.