public interface NxActionConntrackRpcUpdateGroupUpdatedCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<NxActionConntrackRpcUpdateGroupUpdatedCase>, 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-group-updated-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 {
choice ofpact-actions {
case nx-action-ct-mark-case {
container nx-action-ct-mark {
leaf ct-mark {
type uint32;
}
}
}
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-group/input/updated-group/buckets/bucket/action/action/(urn:opendaylight:openflowplugin:extension:nicira:action?revision=2014-07-14)nx-action-conntrack-rpc-update-group-updated-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetNxConntrackCopyright © 2018 OpenDaylight. All rights reserved.