- All Superinterfaces:
- org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action, org.opendaylight.yangtools.yang.binding.Augmentable<NxActionOutputRegRpcAddFlowApplyActionsCase>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NxActionOutputRegGrouping
public interface NxActionOutputRegRpcAddFlowApplyActionsCase
extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<NxActionOutputRegRpcAddFlowApplyActionsCase>, NxActionOutputRegGrouping, org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
case nx-action-output-reg-rpc-add-flow-apply-actions-case {
container nx-output-reg {
container src {
choice src-choice {
case src-nx-arp-sha-case {
leaf nx-arp-sha {
type empty;
}
}
case src-nx-arp-tha-case {
leaf nx-arp-tha {
type empty;
}
}
case src-nx-nshc-1-case {
leaf nx-nshc-1-dst {
type empty;
}
}
case src-nx-nshc-2-case {
leaf nx-nshc-2-dst {
type empty;
}
}
case src-nx-nshc-3-case {
leaf nx-nshc-3-dst {
type empty;
}
}
case src-nx-nshc-4-case {
leaf nx-nshc-4-dst {
type empty;
}
}
case src-nx-nsi-case {
leaf nx-nsi-dst {
type empty;
}
}
case src-nx-nsp-case {
leaf nx-nsp-dst {
type empty;
}
}
case src-nx-reg-case {
leaf nx-reg {
type identityref;
}
}
case src-nx-tun-id-case {
leaf nx-tun-id {
type empty;
}
}
case src-nx-tun-ipv4-dst-case {
leaf nx-tun-ipv4-dst {
type empty;
}
}
case src-nx-tun-ipv4-src-case {
leaf nx-tun-ipv4-src {
type empty;
}
}
case src-of-arp-op-case {
leaf of-arp-op {
type empty;
}
}
case src-of-arp-spa-case {
leaf of-arp-spa {
type empty;
}
}
case src-of-arp-tpa-case {
leaf of-arp-tpa {
type empty;
}
}
case src-of-eth-dst-case {
leaf of-eth-dst {
type empty;
}
}
case src-of-eth-src-case {
leaf of-eth-src {
type empty;
}
}
case src-of-eth-type-case {
leaf of-eth-type {
type empty;
}
}
}
leaf ofs_nbits {
type uint16;
}
uses src-choice-grouping;
}
leaf max_len {
type uint16;
}
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/add-flow/input/instructions/instruction/instruction/apply-actions-case/apply-actions/action/action/(urn:opendaylight:openflowplugin:extension:nicira:action?revision=2014-07-14)nx-action-output-reg-rpc-add-flow-apply-actions-case</i>