public interface ErrorSpec
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
(Source path: META-INF/yang/rsvp.yang):
grouping error-spec {
leaf node {
type ip-address;
}
leaf flags {
type bits;
}
leaf code {
type uint8;
}
leaf value {
type uint16;
}
}
The schema path to identify an instance is
rsvp/error-spec| Modifier and Type | Interface and Description |
|---|---|
static class |
ErrorSpec.Flags
The bits built-in type represents a bit set.
|
| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpAddress getNode()
ErrorSpec.Flags getFlags()
Short getCode()
Integer getValue()
Copyright © 2014. All rights reserved.