public interface NxActionDecapGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
grouping nx-action-decap-grouping {
container nx-decap {
uses match:packet-type-fields {
refine packet-type {
default 0xFFFE;
}
}
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/nx-action-decap-grouping| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable NxDecap |
getNxDecap() |
Class<? extends NxActionDecapGrouping> |
implementedInterface() |
Class<? extends NxActionDecapGrouping> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable NxDecap getNxDecap()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.decap.grouping.NxDecap nxDecap, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.