All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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;
         }
       }
     }
   }
 }
 
  • Field Details

    • QNAME

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

    • implementedInterface

      Class<? extends IgpTerminationPointAttributes> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<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.
    • nonnullIgpTerminationPointAttributes

      @NonNull IgpTerminationPointAttributes nonnullIgpTerminationPointAttributes()
      Return igpTerminationPointAttributes, 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.termination.point.attributes.IgpTerminationPointAttributes igpTerminationPointAttributes, or an empty instance if it is not present.