public interface SubobjectContainer extends org.opendaylight.yangtools.yang.binding.ChildOf<RecordRouteSubobjectsList>, org.opendaylight.yangtools.yang.binding.Augmentable<SubobjectContainer>, RecordRouteSubobjects
This class represents the following YANG schema fragment defined in module rsvp
list subobject-container {
leaf protection-available {
type protection-available;
}
leaf protection-in-use {
type protection-in-use;
}
choice subobject-type {
case ip-prefix-case {
container ip-prefix {
leaf ip-prefix {
type ip-prefix;
}
uses ip-prefix-subobject;
}
}
case label-case {
container label {
leaf global {
type global;
}
leaf uni-directional {
type boolean;
}
choice label-type {
case generalized-label-case {
container generalized-label {
leaf generalized-label {
type binary;
}
uses generalized-label;
}
}
case type1-label-case {
container type1-label {
leaf type1-label {
type uint32;
}
uses type1-label;
}
}
case waveband-switching-label-case {
container waveband-switching-label {
leaf end-label {
type uint32;
}
leaf start-label {
type uint32;
}
leaf waveband-id {
type uint32;
}
uses waveband-switching-label;
}
}
}
uses label-subobject;
}
}
case path-key-case {
container path-key {
leaf pce-id {
type pce-id;
}
leaf path-key {
type path-key;
}
uses path-key-subobject;
}
}
case unnumbered-case {
container unnumbered {
leaf router-id {
type uint32;
}
leaf interface-id {
type uint32;
}
uses unnumbered-subobject;
}
}
}
uses record-route-subobjects;
}
The schema path to identify an instance is
rsvp/record-route-subobjects-list/subobject-container
To create instances of this class use SubobjectContainerBuilder.
SubobjectContainerBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetSubobjectType, isProtectionAvailable, isProtectionInUseCopyright © 2018 OpenDaylight. All rights reserved.