public interface Metric extends org.opendaylight.yangtools.yang.binding.ChildOf<Svec>, org.opendaylight.yangtools.yang.binding.Augmentable<Metric>, MetricObject
This class represents the following YANG schema fragment defined in module pcep-types
list metric {
container metric {
leaf metric-type {
type uint8;
}
leaf bound {
type bound;
}
leaf computed {
type computed;
}
leaf value {
type float32;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
uses metric-object;
}
The schema path to identify an instance is
pcep-types/pcreq-message/pcreq-message/svec/metric
To create instances of this class use MetricBuilder.
MetricBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetMetricCopyright © 2018 OpenDaylight. All rights reserved.