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