Interface UnreservedBandwidth

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<UnreservedBandwidth>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<EdgeAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<UnreservedBandwidthKey>

    public interface UnreservedBandwidth
    extends org.opendaylight.yangtools.yang.binding.ChildOf<EdgeAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<UnreservedBandwidth>, org.opendaylight.yangtools.yang.binding.Identifiable<UnreservedBandwidthKey>
    Unreserved bandwidth for 0-7 class type

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

     list unreserved-bandwidth {
       max-elements 8;
       ordered-by user;
       key class-type;
       leaf class-type {
         type uint8 {
           range 0..7;
         }
       }
       leaf bandwidth {
         type decimal-bandwidth;
       }
     }
     
    The schema path to identify an instance is graph/edge-attributes/unreserved-bandwidth

    To create instances of this class use UnreservedBandwidthBuilder.

    See Also:
    UnreservedBandwidthBuilder, UnreservedBandwidthKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getClassType()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 classType, or null if not present
      • getBandwidth

        @Nullable DecimalBandwidth getBandwidth()
        Unreserved bandwidth for this class type
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.DecimalBandwidth bandwidth, or null if not present