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

    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-linkstate/prefix-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

        @Nullable TopologyIdentifier getMultiTopologyId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.TopologyIdentifier multiTopologyId, or null if not present
      • getOspfRouteType

        @Nullable OspfRouteType getOspfRouteType()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.OspfRouteType ospfRouteType, or null if not present
      • getIpReachabilityInformation

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix getIpReachabilityInformation()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix ipReachabilityInformation, or null if not present