public interface NxActionNat extends org.opendaylight.yangtools.yang.binding.ChildOf<OfpactActions>, org.opendaylight.yangtools.yang.binding.Augmentable<NxActionNat>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
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/nx-action-nat
To create instances of this class use NxActionNatBuilder.
NxActionNatBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFlags() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getIpAddressMax() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getIpAddressMin() |
Integer |
getPortMax() |
Integer |
getPortMin() |
Integer |
getRangePresent() |
Integer getFlags()
java.lang.Integer flags, or null if not presentInteger getRangePresent()
java.lang.Integer rangePresent, or null if not presentorg.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getIpAddressMin()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress ipAddressMin, or null if not presentorg.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getIpAddressMax()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress ipAddressMax, or null if not presentInteger getPortMin()
java.lang.Integer portMin, or null if not presentInteger getPortMax()
java.lang.Integer portMax, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.