public interface EndpointRroPair extends org.opendaylight.yangtools.yang.binding.ChildOf<P2mp>, org.opendaylight.yangtools.yang.binding.Augmentable<EndpointRroPair>, EndpointsObject, ReoptimizationBandwidthObject
This class represents the following YANG schema fragment defined in module pcep-types
list endpoint-rro-pair {
uses endpoints-object;
list rros {
choice route-object {
case reported-route-object-case {
uses reported-route-object;
}
case secondary-reported-route-object-case {
uses secondary-reported-route-object;
}
}
}
uses reoptimization-bandwidth-object;
min-elements 1;
}
The schema path to identify an instance is
pcep-types/pcreq-message/pcreq-message/requests/segment-computation/p2mp/endpoint-rro-pair
To create instances of this class use EndpointRroPairBuilder.
EndpointRroPairBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<Rros> |
getRros() |
default Class<EndpointRroPair> |
implementedInterface() |
default @NonNull List<Rros> |
nonnullRros() |
getEndpointsObjgetReoptimizationBandwidthdefault Class<EndpointRroPair> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface EndpointsObjectimplementedInterface in interface ReoptimizationBandwidthObjectCopyright © 2020 OpenDaylight. All rights reserved.