public interface CClose extends org.opendaylight.yangtools.yang.binding.ChildOf<CloseObject>, org.opendaylight.yangtools.yang.binding.Augmentable<CClose>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container c-close {
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
leaf reason {
type uint8;
}
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/close-object/c-close
To create instances of this class use CCloseBuilder.
CCloseBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Short |
getReason() |
Tlvs |
getTlvs() |
getAugmentationisIgnore, isProcessingRuleCopyright © 2018 OpenDaylight. All rights reserved.