Interface BandwidthObject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<BandwidthObject>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    BasicBandwidthObjectCase, ReoptimizationBandwidthObjectCase

    @Generated("mdsal-binding-generator")
    public interface BandwidthObject
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<BandwidthObject>
    BANDWIDTH Object

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

     choice bandwidth-object {
       case basic-bandwidth-object-case {
         container basic-bandwidth-object {
           uses rsvp-te-object;
           leaf bandwidth {
             type netc:bandwidth;
           }
         }
       }
       case reoptimization-bandwidth-object-case {
         container reoptimization-bandwidth-object {
           uses rsvp-te-object;
           leaf bandwidth {
             type netc:bandwidth;
           }
         }
       }
     }
     
    The schema path to identify an instance is rsvpbandwidth-objectbandwidth-object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

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