public interface MonitoringRequest extends org.opendaylight.yangtools.yang.binding.ChildOf<PcreqMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<MonitoringRequest>, Monitoring
This class represents the following YANG schema fragment defined in module pcep-types
container monitoring-request {
container pcc-id-req {
leaf ip-address {
type ip-address;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
container monitoring {
leaf flags {
type bits;
}
leaf monitoring-id {
type uint32;
}
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;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
list pce-id-list {
container pce-id {
leaf ip-address {
type ip-address;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
uses pce-id-object;
}
uses monitoring;
}
The schema path to identify an instance is
pcep-types/pcreq-message/pcreq-message/monitoring-request
To create instances of this class use MonitoringRequestBuilder.
MonitoringRequestBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<PceIdList> |
getPceIdList() |
getAugmentationgetMonitoringgetPccIdReqCopyright © 2018 OpenDaylight. All rights reserved.