public interface SessionAttributeObject
extends org.opendaylight.yangtools.yang.binding.DataContainer
This class represents the following YANG schema fragment defined in module rsvp
choice session-attribute-object {
case basic-session-attribute-object {
leaf local-protection-desired {
type local-protection-desired;
}
leaf label-recording-desired {
type label-recording-desired;
}
leaf se-style-desired {
type se-style-desired;
}
leaf session-name {
type string;
}
leaf hold-priority {
type hold-priority;
}
leaf setup-priority {
type setup-priority;
}
leaf include-any {
type attribute-filter;
}
leaf exclude-any {
type attribute-filter;
}
leaf include-all {
type attribute-filter;
}
}
case session-attribute-object-with-resources-affinities {
leaf local-protection-desired {
type local-protection-desired;
}
leaf label-recording-desired {
type label-recording-desired;
}
leaf se-style-desired {
type se-style-desired;
}
leaf session-name {
type string;
}
leaf hold-priority {
type hold-priority;
}
leaf setup-priority {
type setup-priority;
}
leaf include-any {
type attribute-filter;
}
leaf exclude-any {
type attribute-filter;
}
leaf include-all {
type attribute-filter;
}
}
}
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.