public interface Ipv6DetourObject extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6DetourObject>, RsvpTeObject, DetourObject
This class represents the following YANG schema fragment defined in module rsvp
case ipv6-detour-object {
uses rsvp-te-object;
list plr-id {
leaf plr-id {
type inet:ipv6-address-no-zone;
}
}
list avoid-node {
leaf avoid-node {
type inet:ipv6-address-no-zone;
}
}
}
The schema path to identify an instance is
rsvp/detour-object/detour-object/ipv6-detour-object| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<AvoidNode> |
getAvoidNode() |
@Nullable List<PlrId> |
getPlrId() |
default Class<Ipv6DetourObject> |
implementedInterface() |
default @NonNull List<AvoidNode> |
nonnullAvoidNode() |
default @NonNull List<PlrId> |
nonnullPlrId() |
default Class<Ipv6DetourObject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface RsvpTeObjectdefault @NonNull List<PlrId> nonnullPlrId()
java.util.List plrId, or an empty list if it is not present@Nullable List<AvoidNode> getAvoidNode()
java.util.List avoidNode, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.