public interface SpecificMetrics extends org.opendaylight.yangtools.yang.binding.ChildOf<MonitoringResponse>, org.opendaylight.yangtools.yang.binding.Augmentable<SpecificMetrics>, RpObject, MonitoringMetrics
This class represents the following YANG schema fragment defined in module pcep-types
list specific-metrics {
container rp {
container tlvs {
container path-setup-type {
leaf pst {
type pst;
}
uses tlv;
}
list vendor-information-tlv {
leaf enterprise-number {
type enterprise-number;
}
choice enterprise-specific-information {
}
uses vendor-information;
uses tlv;
}
container order {
leaf delete {
type uint32;
}
leaf setup {
type uint32;
}
uses tlv;
}
uses vendor-information-tlvs;
uses order-tlv;
uses path-setup-type-tlv;
}
leaf priority {
type uint8;
}
leaf request-id {
type request-id;
}
leaf reoptimization {
type reoptimization;
}
leaf bi-directional {
type bi-directional;
}
leaf loose {
type loose;
}
leaf path-key {
type path-key;
}
leaf fragmentation {
type fragmentation;
}
leaf p2mp {
type p2mp;
}
leaf ero-compression {
type ero-compression;
}
leaf supply-of {
type supply-of;
}
leaf order {
type order;
}
leaf make-before-break {
type make-before-break;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
list metric-pce {
container pce-id {
leaf ip-address {
type ip-address;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
container overload {
leaf duration {
type uint16;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
container proc-time {
leaf estimated {
type boolean;
}
leaf current-proc-time {
type uint32;
}
leaf min-proc-time {
type uint32;
}
leaf max-proc-time {
type uint32;
}
leaf average-proc-time {
type uint32;
}
leaf variance-proc-time {
type uint32;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
uses overload-object;
uses pce-id-object;
uses proc-time-object;
}
uses rp-object;
uses monitoring-metrics;
}
The schema path to identify an instance is
pcep-types/monitoring-response/monitoring-metrics-list/specific-metrics-list/specific-metrics
To create instances of this class use SpecificMetricsBuilder.
SpecificMetricsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetRpgetMetricPceCopyright © 2018 OpenDaylight. All rights reserved.