public interface Plr extends org.opendaylight.yangtools.yang.binding.ChildOf<DetourObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Plr>
This class represents the following YANG schema fragment defined in module rsvp
list plr {
leaf plr-id {
type ipv4-address;
}
leaf avoid-node {
type ipv4-address;
}
}
The schema path to identify an instance is
rsvp/detour-object/detour-object/ipv4-detour-object/plr
To create instances of this class use PlrBuilder.
PlrBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address |
getAvoidNode() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address |
getPlrId() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address getPlrId()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address plrId, or null if not presentorg.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address getAvoidNode()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address avoidNode, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.