public interface PlrId extends org.opendaylight.yangtools.yang.binding.ChildOf<DetourObject>, org.opendaylight.yangtools.yang.binding.Augmentable<PlrId>
This class represents the following YANG schema fragment defined in module rsvp
list plr-id {
leaf plr-id {
type ipv6-address;
}
}
The schema path to identify an instance is
rsvp/detour-object/detour-object/ipv6-detour-object/plr-id
To create instances of this class use PlrIdBuilder.
PlrIdBuilder| 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.Ipv6Address |
getPlrId() |
Copyright © 2018 OpenDaylight. All rights reserved.