public interface SecondaryRecordRouteObject extends org.opendaylight.yangtools.yang.binding.ChildOf<SecondaryRecordRouteObject>, org.opendaylight.yangtools.yang.binding.Augmentable<SecondaryRecordRouteObject>, RsvpTeObject, RecordRouteSubobjectsList
This class represents the following YANG schema fragment defined in module rsvp
container secondary-record-route-object {
list subobject-container {
leaf protection-available {
type protection-available;
}
leaf protection-in-use {
type protection-in-use;
}
choice subobject-type {
case basic-protection-case {
container basic-protection {
container protection-subobject {
leaf secondary {
type secondary;
}
leaf protecting {
type protecting;
}
leaf notification {
type notification;
}
leaf operational {
type operational;
}
leaf lsp-flag {
type lsp-flag;
}
leaf link-flags {
type link-flags;
}
leaf in-place {
type in-place;
}
leaf required {
type required;
}
leaf seg-flag {
type lsp-flag;
}
}
uses protection-subobject;
}
}
case dynamic-control-protection-case {
container dynamic-control-protection {
container protection-subobject {
leaf secondary {
type secondary;
}
leaf protecting {
type protecting;
}
leaf notification {
type notification;
}
leaf operational {
type operational;
}
leaf lsp-flag {
type lsp-flag;
}
leaf link-flags {
type link-flags;
}
leaf in-place {
type in-place;
}
leaf required {
type required;
}
leaf seg-flag {
type lsp-flag;
}
}
uses protection-subobject;
}
}
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;
}
uses rsvp-te-object;
uses record-route-subobjects-list;
}
The schema path to identify an instance is
rsvp/secondary-record-route-object/secondary-record-route-object
To create instances of this class use SecondaryRecordRouteObjectBuilder.
SecondaryRecordRouteObjectBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetSubobjectContainerCopyright © 2018 OpenDaylight. All rights reserved.