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