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;
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends IgpTopologyAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getIgpTopologyAttributes

        IgpTopologyAttributes getIgpTopologyAttributes()
        Return igpTopologyAttributes, 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.topology.attributes.IgpTopologyAttributes igpTopologyAttributes, or null if it is not present.