public interface Monitoring extends org.opendaylight.yangtools.yang.binding.DataObject, MonitoringObject, PccIdReqObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping monitoring {
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;
}
container pcc-id-req {
leaf ip-address {
type ip-address;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
}
The schema path to identify an instance is
pcep-types/monitoring| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getMonitoringgetPccIdReqCopyright © 2018 OpenDaylight. All rights reserved.