Interface UnreservedBandwidth

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

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

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

     grouping unreserved-bandwidth {
       leaf priority {
         type uint8 {
           range 0..7;
         }
       }
       leaf bandwidth {
         type netc:bandwidth;
       }
     }
     
    The schema path to identify an instance is bgp-linkstate/unreserved-bandwidth
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint8 getPriority()
        Return priority, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 priority, or null if it is not present.
      • getBandwidth

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