Interface SessionAttributeObject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.ChoiceIn<SessionAttributeObject>
,org.opendaylight.yangtools.binding.DataContainer
- All Known Subinterfaces:
BasicSessionAttributeObjectCase
,SessionAttributeObjectWithResourcesAffinitiesCase
@Generated("mdsal-binding-generator")
public interface SessionAttributeObject
extends org.opendaylight.yangtools.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
Modifier and TypeFieldDescriptionstatic 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.binding.BindingContract
implementedInterface
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-