public interface NxmNxCtMark extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxCtMarkGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxCtMark>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-nx-ct-mark {
leaf ct-mark {
type uint32;
}
leaf mask {
type uint32;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/nxm-nx-ct-mark-grouping/nxm-nx-ct-mark
To create instances of this class use NxmNxCtMarkBuilder.
NxmNxCtMarkBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getCtMark() |
@Nullable Long |
getMask() |
default Class<NxmNxCtMark> |
implementedInterface() |
default Class<NxmNxCtMark> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Long getCtMark()
java.lang.Long ctMark, or null if not present@Nullable Long getMask()
java.lang.Long mask, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.