public interface Ipv6Destinations
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping ipv6-destinations {
leaf-list destination-ipv6-address {
type inet:ipv6-address-no-zone;
min-elements 1;
}
}
The schema path to identify an instance is
pcep-types/ipv6-destinations| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone> |
getDestinationIpv6Address() |
Class<? extends Ipv6Destinations> |
implementedInterface() |
Class<? extends Ipv6Destinations> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone> getDestinationIpv6Address()
java.util.List destinationIpv6Address, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.