public interface LspRequiredAttributesObject extends ChildOf<LspRequiredAttributesObject>, Augmentable<LspRequiredAttributesObject>, RsvpTeObject, LspAttributesObject
This class represents the following YANG schema fragment defined in module rsvp
container lsp-required-attributes-object {
container lsp-attributes-object {
list subobject-container {
key choice lsp-subobject {
case flags-tlv {
list flag-container {
key leaf flags {
type binary;
}
}
}
}
uses lsp-att-subobject;
}
uses rsvp-te-object;
}
uses rsvp-te-object;
uses lsp-attributes-object;
}
The schema path to identify an instance is
rsvp/lsp-required-attributes-object/lsp-required-attributes-object
To create instances of this class use LspRequiredAttributesObjectBuilder.
LspRequiredAttributesObjectBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetLspAttributesObjectgetImplementedInterfaceCopyright © 2016 OpenDaylight. All rights reserved.