Interface PrefixIdentifiers

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

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

    This class represents the following YANG schema fragment defined in module bgp-linkstate

     grouping prefix-identifiers {
       leaf multi-topology-id {
         type topology-identifier;
       }
       leaf ospf-route-type {
         when "../../protocol-id[ .='ospf' or .='ospf-v3' ]";
         type ospf-route-type;
       }
       leaf ip-reachability-information {
         type inet:ip-prefix;
       }
     }
     
    The schema path to identify an instance is bgp-linkstateprefix-identifiers
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        TopologyIdentifier getMultiTopologyId()
        Return multiTopologyId, or null if it is not present.
        Returns:
        TopologyIdentifier multiTopologyId, or null if it is not present.
      • requireMultiTopologyId

        default @NonNull TopologyIdentifier requireMultiTopologyId()
        Return multiTopologyId, guaranteed to be non-null.
        Returns:
        TopologyIdentifier multiTopologyId, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if multiTopologyId is not present
      • getOspfRouteType

        OspfRouteType getOspfRouteType()
        Return ospfRouteType, or null if it is not present.
        Returns:
        OspfRouteType ospfRouteType, or null if it is not present.
      • requireOspfRouteType

        default @NonNull OspfRouteType requireOspfRouteType()
        Return ospfRouteType, guaranteed to be non-null.
        Returns:
        OspfRouteType ospfRouteType, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ospfRouteType is not present
      • getIpReachabilityInformation

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix getIpReachabilityInformation()
        Return ipReachabilityInformation, or null if it is not present.
        Returns:
        IpPrefix ipReachabilityInformation, or null if it is not present.
      • requireIpReachabilityInformation

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix requireIpReachabilityInformation()
        Return ipReachabilityInformation, guaranteed to be non-null.
        Returns:
        IpPrefix ipReachabilityInformation, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ipReachabilityInformation is not present