All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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;
       }
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Methods inherited from interface org.opendaylight.yangtools.yang.binding.BindingContract

    implementedInterface
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.