public interface OfpactActions
extends org.opendaylight.yangtools.yang.binding.DataObject
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| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
OfpactActions |
getOfpactActions() |
Class<? extends OfpactActions> |
implementedInterface() |
Class<? extends OfpactActions> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectOfpactActions getOfpactActions()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.ofpact.actions.OfpactActions ofpactActions, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.