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 {
uses monitoring;
list pce-id-list {
uses pce-id-object;
}
}
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 @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<PceIdList> |
getPceIdList() |
default Class<MonitoringRequest> |
implementedInterface() |
default @NonNull List<PceIdList> |
nonnullPceIdList() |
getMonitoringgetPccIdReqdefault Class<MonitoringRequest> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface MonitoringimplementedInterface in interface MonitoringObjectimplementedInterface in interface PccIdReqObject@Nullable List<PceIdList> getPceIdList()
java.util.List pceIdList, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.