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