public interface P2mpIpv6Case extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<P2mpIpv6Case>, AddressFamily
This class represents the following YANG schema fragment defined in module pcep-types
case p2mp-ipv6-case {
container p2mp-ipv6 {
uses p2mp-leaves-leaf;
uses endpoints-ipv6-source;
uses ipv6-destinations;
}
}
The schema path to identify an instance is
pcep-types/endpoints/address-family/p2mp-ipv6-case| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable P2mpIpv6 |
getP2mpIpv6() |
default Class<P2mpIpv6Case> |
implementedInterface() |
default Class<P2mpIpv6Case> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable P2mpIpv6 getP2mpIpv6()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv6._case.P2mpIpv6 p2mpIpv6, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.