public interface Ipv6 extends org.opendaylight.yangtools.yang.binding.ChildOf<Endpoints>, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6>, EndpointsIpv6Source
This class represents the following YANG schema fragment defined in module pcep-types
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/ipv6
To create instances of this class use Ipv6Builder.
Ipv6Builder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone |
getDestinationIpv6Address() |
default Class<Ipv6> |
implementedInterface() |
getSourceIpv6Addressdefault Class<Ipv6> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface EndpointsIpv6Source@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone getDestinationIpv6Address()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone destinationIpv6Address, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.