public interface NxmNxCtState extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxCtStateGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxCtState>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-nx-ct-state {
leaf ct-state {
type uint32;
}
leaf mask {
type uint32;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/nxm-nx-ct-state-grouping/nxm-nx-ct-state
To create instances of this class use NxmNxCtStateBuilder.
NxmNxCtStateBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCtState() |
Long |
getMask() |
Copyright © 2017 OpenDaylight. All rights reserved.