Interface IgpTerminationPointAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    TerminationPoint1, TerminationPointEvent

    @Generated("mdsal-binding-generator")
    public interface IgpTerminationPointAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping igp-termination-point-attributes {
       container igp-termination-point-attributes {
         choice termination-point-type {
           case ip {
             leaf-list ip-address {
               type inet:ip-address;
             }
           }
           case unnumbered {
             leaf unnumbered-id {
               type uint32;
             }
           }
         }
       }
     }
     
    The schema path to identify an instance is l3-unicast-igp-topologyigp-termination-point-attributes
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

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

        IgpTerminationPointAttributes getIgpTerminationPointAttributes()
        Return igpTerminationPointAttributes, 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.termination.point.attributes.IgpTerminationPointAttributes igpTerminationPointAttributes, or null if it is not present.