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 {
uses object;
leaf flags {
type bits {
bit incomplete {
position 19;
}
bit overload {
position 20;
}
bit processing-time {
position 21;
}
bit general {
position 22;
}
bit liveness {
position 23;
}
}
}
leaf monitoring-id {
type uint32;
}
container tlvs {
uses vendor-information-tlvs;
}
}
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 @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Monitoring.Flags |
getFlags() |
@Nullable Long |
getMonitoringId()
The Monitoring-id-number combined with the PCC-REQ-ID identifying the requesting
PCC uniquely identifies the monitoring request context.
|
@Nullable Tlvs |
getTlvs()
Optional TLV(s).
|
default Class<Monitoring> |
implementedInterface() |
isIgnore, isProcessingRuledefault Class<Monitoring> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface ObjectimplementedInterface in interface ObjectHeader@Nullable Monitoring.Flags getFlags()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.object.Monitoring.Flags flags, or null if not present@Nullable Long getMonitoringId()
java.lang.Long monitoringId, or null if not present@Nullable Tlvs getTlvs()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.object.monitoring.Tlvs tlvs, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.