Package org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021
Interface IgpTopologyAttributes
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Topology1
@Generated("mdsal-binding-generator") public interface IgpTopologyAttributes extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
grouping igp-topology-attributes { container igp-topology-attributes { leaf name { type string; } leaf-list flag { type flag-type; } } }The schema path to identify an instance is l3-unicast-igp-topologyigp-topology-attributes
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IgpTopologyAttributesgetIgpTopologyAttributes()Return igpTopologyAttributes, ornullif it is not present.Class<? extends IgpTopologyAttributes>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends IgpTopologyAttributes> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getIgpTopologyAttributes
IgpTopologyAttributes getIgpTopologyAttributes()
Return igpTopologyAttributes, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.topology.attributes.IgpTopologyAttributesigpTopologyAttributes, ornullif it is not present.
-
-