public interface Monitoring extends org.opendaylight.yangtools.yang.binding.ChildOf<MonitoringObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Monitoring>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container monitoring {
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
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;
}
uses object;
}
The schema path to identify an instance is
pcep-types/monitoring-object/monitoring
To create instances of this class use MonitoringBuilder.
MonitoringBuilder| Modifier and Type | Interface and Description |
|---|---|
static class |
Monitoring.Flags |
| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Monitoring.Flags |
getFlags() |
Long |
getMonitoringId()
The Monitoring-id-number combined withthe PCC-REQ-ID identifying the requesting
PCC uniquelyidentifies the monitoring request context.
|
Tlvs |
getTlvs()
Optional TLV(s).
|
getAugmentationisIgnore, isProcessingRuleMonitoring.Flags getFlags()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.monitoring.object.Monitoring.Flags flags, or null if not presentLong getMonitoringId()
java.lang.Long monitoringId, or null if not presentTlvs getTlvs()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.monitoring.object.monitoring.Tlvs tlvs, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.