All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
IgpNodeEvent, Node1

@Generated("mdsal-binding-generator") public interface IgpNodeAttributes extends org.opendaylight.yangtools.binding.Grouping

This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology

 grouping igp-node-attributes {
   container igp-node-attributes {
     leaf name {
       type inet:domain-name;
     }
     leaf-list flag {
       type flag-type;
     }
     leaf-list router-id {
       type inet:ip-address;
     }
     list prefix {
       key prefix;
       uses igp-prefix-attributes;
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return igpNodeAttributes, or null if it is not present.
    Return igpNodeAttributes, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getIgpNodeAttributes

      IgpNodeAttributes getIgpNodeAttributes()
      Return igpNodeAttributes, or null if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes.IgpNodeAttributes igpNodeAttributes, or null if it is not present.
    • nonnullIgpNodeAttributes

      @NonNull IgpNodeAttributes nonnullIgpNodeAttributes()
      Return igpNodeAttributes, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes.IgpNodeAttributes igpNodeAttributes, or an empty instance if it is not present.