public interface NxActionCtMarkCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<NxActionCtMarkCase>, OfpactActions
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
case nx-action-ct-mark-case {
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| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable NxActionCtMark |
getNxActionCtMark() |
default Class<NxActionCtMarkCase> |
implementedInterface() |
default Class<NxActionCtMarkCase> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable NxActionCtMark getNxActionCtMark()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.ofpact.actions.ofpact.actions.nx.action.ct.mark._case.NxActionCtMark nxActionCtMark, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.