public interface NxActionNatCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<NxActionNatCase>, OfpactActions
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
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;
}
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/ofpact-actions/ofpact-actions/nx-action-nat-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
NxActionNat |
getNxActionNat() |
NxActionNat getNxActionNat()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.ofpact.actions.ofpact.actions.nx.action.nat._case.NxActionNat nxActionNat, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.