public interface P2p extends org.opendaylight.yangtools.yang.binding.ChildOf<SegmentComputation>, org.opendaylight.yangtools.yang.binding.Augmentable<P2p>, EndpointsObject, VendorInformationObjects, LoadBalancingObject, LspAttributes
This class represents the following YANG schema fragment defined in module pcep-types
container p2p {
when "../rp/p2mp = false";
uses endpoints-object;
container reported-route {
uses reported-route-object;
uses reoptimization-bandwidth-object;
}
uses vendor-information-objects;
uses load-balancing-object;
uses lsp-attributes;
}
The schema path to identify an instance is
pcep-types/pcreq-message/pcreq-message/requests/segment-computation/p2p
To create instances of this class use P2pBuilder.
P2pBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable ReportedRoute |
getReportedRoute() |
default Class<P2p> |
implementedInterface() |
getEndpointsObjgetVendorInformationObject, nonnullVendorInformationObjectgetLoadBalancinggetMetrics, nonnullMetricsgetIrogetRrogetClassTypegetLspagetXrogetBandwidthgetOfgetReoptimizationBandwidthdefault Class<P2p> implementedInterface()
implementedInterface in interface BandwidthObjectimplementedInterface in interface ClasstypeObjectimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface EndpointsObjectimplementedInterface in interface ExcludeRouteObjectimplementedInterface in interface IncludeRouteObjectimplementedInterface in interface LoadBalancingObjectimplementedInterface in interface LspaObjectimplementedInterface in interface LspAttributesimplementedInterface in interface OfObjectimplementedInterface in interface ReoptimizationBandwidthObjectimplementedInterface in interface ReportedRouteObjectimplementedInterface in interface VendorInformationObjects@Nullable ReportedRoute getReportedRoute()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2p.ReportedRoute reportedRoute, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.