public interface SubobjectContainer extends org.opendaylight.yangtools.yang.binding.ChildOf<LspAttributesObject>, org.opendaylight.yangtools.yang.binding.Augmentable<SubobjectContainer>, LspAttSubobject
This class represents the following YANG schema fragment defined in module rsvp
list subobject-container {
choice lsp-subobject {
case flags-tlv {
list flag-container {
leaf flags {
type binary;
}
}
}
}
uses lsp-att-subobject;
}
The schema path to identify an instance is
rsvp/lsp-attributes-object/lsp-attributes-object/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 |
getAugmentationgetLspSubobjectCopyright © 2018 OpenDaylight. All rights reserved.