Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714
Interface OfpactActions
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
CtActions
public interface OfpactActions extends org.opendaylight.yangtools.yang.binding.DataObjectActions to be performed with conntrack.This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
grouping ofpact-actions { choice ofpact-actions { case nx-action-nat-case { container nx-action-nat { leaf flags { type uint16; } leaf range_present { type uint16; } leaf ip-address-min { type inet:ip-address; } leaf ip-address-max { type inet:ip-address; } leaf port-min { type uint16; } leaf port-max { type uint16; } } } 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
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable OfpactActionsgetOfpactActions()Class<? extends OfpactActions>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends OfpactActions> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getOfpactActions
@Nullable OfpactActions getOfpactActions()
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.ofpact.actions.OfpactActionsofpactActions, ornullif not present
-
-