public interface RsvpErrorSpec extends org.opendaylight.yangtools.yang.binding.ChildOf<RsvpErrorSpecTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<RsvpErrorSpec>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.Tlv
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful02
(Source path: META-INF/yang/odl-pcep-ietf-stateful02.yang):
container rsvp-error-spec {
container rsvp-error {
leaf node {
type ip-address;
}
leaf flags {
type bits;
}
leaf code {
type uint8;
}
leaf value {
type uint16;
}
uses error-spec;
}
uses tlv;
}
The schema path to identify an instance is
odl-pcep-ietf-stateful02/rsvp-error-spec-tlv/rsvp-error-spec
To create instances of this class use RsvpErrorSpecBuilder.
RsvpErrorSpecBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
RsvpError |
getRsvpError() |
RsvpError getRsvpError()
Copyright © 2014. All rights reserved.