public interface MonitoringObject
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping monitoring-object {
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| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Monitoring |
getMonitoring() |
Class<? extends MonitoringObject> |
implementedInterface() |
Class<? extends MonitoringObject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Monitoring getMonitoring()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.object.Monitoring monitoring, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.