public interface NxmNxTunId extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxTunIdGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxTunId>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
(Source path: META-INF/yang/openflowplugin-extension-nicira-match.yang):
container nxm-nx-tun-id {
leaf value {
type uint64;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/nxm-nx-tun-id-grouping/nxm-nx-tun-id
To create instances of this class use NxmNxTunIdBuilder.
NxmNxTunIdBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getValue() |
BigInteger getValue()
Copyright © 2016 OpenDaylight. All rights reserved.