public interface NxActionConntrackRpcUpdateFlowOriginalWriteActionsCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<NxActionConntrackRpcUpdateFlowOriginalWriteActionsCase>, NxActionConntrackGrouping, org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
case nx-action-conntrack-rpc-update-flow-original-write-actions-case {
container nx-conntrack {
leaf flags {
type uint16;
}
leaf zone-src {
type uint32;
}
leaf conntrack-zone {
type uint16;
}
leaf recirc-table {
type uint8;
}
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/update-flow/input/original-flow/instructions/instruction/instruction/write-actions-case/write-actions/action/action/(urn:opendaylight:openflowplugin:extension:nicira:action?revision=2014-07-14)nx-action-conntrack-rpc-update-flow-original-write-actions-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetNxConntrackCopyright © 2017 OpenDaylight. All rights reserved.