public interface Of extends org.opendaylight.yangtools.yang.binding.ChildOf<OfObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Of>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container of {
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
leaf code {
type of-id;
}
container tlvs {
list vendor-information-tlv {
leaf enterprise-number {
type enterprise-number;
}
choice enterprise-specific-information {
}
uses vendor-information;
uses tlv;
}
uses vendor-information-tlvs;
}
uses object;
}
The schema path to identify an instance is
pcep-types/of-object/of
To create instances of this class use OfBuilder.
OfBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
OfId |
getCode() |
Tlvs |
getTlvs() |
getAugmentationisIgnore, isProcessingRuleOfId getCode()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.OfId code, or null if not presentTlvs getTlvs()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.of.object.of.Tlvs tlvs, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.