public interface Iso extends ChildOf<IsisNodeAttributes>, Augmentable<Iso>
This class represents the following YANG schema fragment defined in module isis-topology
container iso { leaf iso-system-id { type iso-system-id; } leaf iso-pseudonode-id { default 00; type iso-pseudonode-id; } }The schema path to identify an instance is isis-topology/isis-node-attributes/isis-node-attributes/iso
To create instances of this class use IsoBuilder
.
IsoBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable IsoPseudonodeId |
getIsoPseudonodeId() |
@Nullable IsoSystemId |
getIsoSystemId() |
getImplementedInterface
augmentation
@Nullable IsoSystemId getIsoSystemId()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.IsoSystemId
isoSystemId
, or null
if not present@Nullable IsoPseudonodeId getIsoPseudonodeId()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.IsoPseudonodeId
isoPseudonodeId
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.