Interface SessionAttributeObject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<SessionAttributeObject>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    BasicSessionAttributeObjectCase, SessionAttributeObjectWithResourcesAffinitiesCase

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

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

     choice session-attribute-object {
       case basic-session-attribute-object-case {
         container basic-session-attribute-object {
           uses rsvp-te-object;
           uses tunnel-attributes;
         }
       }
       case session-attribute-object-with-resources-affinities-case {
         container session-attribute-object-with-resources-affinities {
           uses rsvp-te-object;
           uses tunnel-attributes;
         }
       }
     }
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • 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
        YANG identifier of the statement represented by this class.