public interface SessionAttributeObject extends org.opendaylight.yangtools.yang.binding.ChoiceIn<SessionAttributeObject>
This class represents the following YANG schema fragment defined in module rsvp
choice session-attribute-object {
case basic-session-attribute-object {
uses rsvp-te-object;
uses tunnel-attributes;
}
case session-attribute-object-with-resources-affinities {
uses rsvp-te-object;
uses tunnel-attributes;
}
}
The schema path to identify an instance is
rsvp/session-attribute-object/session-attribute-object| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2018 OpenDaylight. All rights reserved.