Interface CommonFastRerouteObject

  • All Superinterfaces:
    AttributeFilters, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Priority, RsvpTeObject
    All Known Subinterfaces:
    BasicFastRerouteObject, LegacyFastRerouteObject

    public interface CommonFastRerouteObject
    extends org.opendaylight.yangtools.yang.binding.DataObject, RsvpTeObject, Priority, AttributeFilters

    This class represents the following YANG schema fragment defined in module rsvp

     grouping common-fast-reroute-object {
       uses rsvp-te-object;
       uses priority;
       uses attribute-filters;
       leaf hop-limit {
         type uint8;
         default 0;
       }
       leaf flags {
         type fast-reroute-flags;
       }
       leaf bandwidth {
         type netc:bandwidth;
       }
     }
     
    The schema path to identify an instance is rsvp/common-fast-reroute-object
    • Field Detail

      • QNAME

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

      • getHopLimit

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getHopLimit()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 hopLimit, or null if not present
      • getFlags

        @Nullable FastRerouteFlags getFlags()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.FastRerouteFlags flags, or null if not present
      • getBandwidth

        @Nullable Bandwidth getBandwidth()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth bandwidth, or null if not present