public interface PceIdList extends org.opendaylight.yangtools.yang.binding.ChildOf<MonitoringRequest>, org.opendaylight.yangtools.yang.binding.Augmentable<PceIdList>, PceIdObject
This class represents the following YANG schema fragment defined in module pcep-types
list pce-id-list {
container pce-id {
leaf ip-address {
type ip-address;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
uses pce-id-object;
}
The schema path to identify an instance is
pcep-types/pcreq-message/pcreq-message/monitoring-request/pce-id-list
To create instances of this class use PceIdListBuilder.
PceIdListBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetPceIdCopyright © 2018 OpenDaylight. All rights reserved.