public interface Ipv4DetourObject extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv4DetourObject>, RsvpTeObject, DetourObject
This class represents the following YANG schema fragment defined in module rsvp
case ipv4-detour-object {
uses rsvp-te-object;
list plr {
leaf plr-id {
type inet:ipv4-address-no-zone;
}
leaf avoid-node {
type inet:ipv4-address-no-zone;
}
}
}
The schema path to identify an instance is
rsvp/detour-object/detour-object/ipv4-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<Plr> |
getPlr() |
default Class<Ipv4DetourObject> |
implementedInterface() |
default @NonNull List<Plr> |
nonnullPlr() |
default Class<Ipv4DetourObject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface RsvpTeObjectCopyright © 2020 OpenDaylight. All rights reserved.