Interface TspecObject

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

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

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

     grouping tspec-object {
       container tspec-object {
         uses rsvp-te-object;
         leaf token-bucket-rate {
           type ieee754:float32;
         }
         leaf token-bucket-size {
           type ieee754:float32;
         }
         leaf peak-data-rate {
           type ieee754:float32;
         }
         leaf minimum-policed-unit {
           type uint32;
         }
         leaf maximum-packet-size {
           type uint32;
         }
       }
     }
     
    The schema path to identify an instance is rsvptspec-object
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        TspecObject getTspecObject()
        Return tspecObject, or null if it is not present.
             
                 SENDER TSPEC Object
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object.TspecObject tspecObject, or null if it is not present.