public interface CtActions extends org.opendaylight.yangtools.yang.binding.ChildOf<NxConntrack>, org.opendaylight.yangtools.yang.binding.Augmentable<CtActions>, OfpactActions
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
list ct-actions {
key 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 ip-address;
}
leaf ip-address-max {
type ip-address;
}
leaf port-min {
type uint16;
}
leaf port-max {
type uint16;
}
}
}
}
uses ofpact-actions;
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/nx-action-conntrack-grouping/nx-conntrack/ct-actions
To create instances of this class use CtActionsBuilder.
CtActionsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetOfpactActionsCopyright © 2017 OpenDaylight. All rights reserved.