public interface P2mp extends org.opendaylight.yangtools.yang.binding.ChildOf<SegmentComputation>, org.opendaylight.yangtools.yang.binding.Augmentable<P2mp>, OfObject, LspaObject, BandwidthObject, LoadBalancingObject
This class represents the following YANG schema fragment defined in module pcep-types
container p2mp {
when "../rp/p2mp = true";
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;
}
uses of-object;
uses lspa-object;
uses bandwidth-object;
list metric {
uses metric-object;
}
choice iro-bnc-choice {
case iro-case {
uses include-route-object;
}
case bnc-case {
uses bnc-object;
}
}
uses load-balancing-object;
}
The schema path to identify an instance is
pcep-types/pcreq-message/pcreq-message/requests/segment-computation/p2mp
To create instances of this class use P2mpBuilder.
P2mpBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<EndpointRroPair> |
getEndpointRroPair() |
@Nullable IroBncChoice |
getIroBncChoice() |
@Nullable List<Metric> |
getMetric() |
default Class<P2mp> |
implementedInterface() |
default @NonNull List<EndpointRroPair> |
nonnullEndpointRroPair() |
default @NonNull List<Metric> |
nonnullMetric() |
getOfgetLspagetBandwidthgetLoadBalancingdefault Class<P2mp> implementedInterface()
implementedInterface in interface BandwidthObjectimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface LoadBalancingObjectimplementedInterface in interface LspaObjectimplementedInterface in interface OfObject@Nullable List<EndpointRroPair> getEndpointRroPair()
java.util.List endpointRroPair, or null if not presentdefault @NonNull List<EndpointRroPair> nonnullEndpointRroPair()
java.util.List endpointRroPair, or an empty list if it is not presentdefault @NonNull List<Metric> nonnullMetric()
java.util.List metric, or an empty list if it is not present@Nullable IroBncChoice getIroBncChoice()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp.IroBncChoice iroBncChoice, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.