public interface NxActionCtMark extends org.opendaylight.yangtools.yang.binding.ChildOf<OfpactActions>, org.opendaylight.yangtools.yang.binding.Augmentable<NxActionCtMark>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
container nx-action-ct-mark {
leaf ct-mark {
type uint32;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/ofpact-actions/ofpact-actions/nx-action-ct-mark-case/nx-action-ct-mark
To create instances of this class use NxActionCtMarkBuilder.
NxActionCtMarkBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getCtMark() |
default Class<NxActionCtMark> |
implementedInterface() |
default Class<NxActionCtMark> 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 presentCopyright © 2019 OpenDaylight. All rights reserved.