public interface NxMultipath extends org.opendaylight.yangtools.yang.binding.ChildOf<NxActionMultipathGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxMultipath>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
container nx-multipath {
leaf fields {
type ofj-nx-hash-fields;
}
leaf basis {
type basis;
}
leaf algorithm {
type ofj-nx-mp-algorithm;
}
leaf max-link {
type uint16;
}
leaf arg {
type uint32;
}
container dst {
choice dst-choice {
case dst-nx-arp-sha-case {
leaf nx-arp-sha {
type empty;
}
}
case dst-nx-arp-tha-case {
leaf nx-arp-tha {
type empty;
}
}
case dst-nx-encap-eth-dst-case {
leaf nx-encap-eth-dst {
type empty;
}
}
case dst-nx-encap-eth-src-case {
leaf nx-encap-eth-src {
type empty;
}
}
case dst-nx-nsh-mdtype-case {
leaf nx-nsh-mdtype {
type empty;
}
}
case dst-nx-nsh-np-case {
leaf nx-nsh-np {
type empty;
}
}
case dst-nx-nshc-1-case {
leaf nx-nshc-1-dst {
type empty;
}
}
case dst-nx-nshc-2-case {
leaf nx-nshc-2-dst {
type empty;
}
}
case dst-nx-nshc-3-case {
leaf nx-nshc-3-dst {
type empty;
}
}
case dst-nx-nshc-4-case {
leaf nx-nshc-4-dst {
type empty;
}
}
case dst-nx-nsi-case {
leaf nx-nsi-dst {
type empty;
}
}
case dst-nx-nsp-case {
leaf nx-nsp-dst {
type empty;
}
}
case dst-nx-of-in-port-case {
leaf of-in-port {
type empty;
}
}
case dst-nx-reg-case {
leaf nx-reg {
type identityref;
}
}
case dst-nx-tun-gpe-np-case {
leaf nx-tun-gpe-np {
type empty;
}
}
case dst-nx-tun-id-case {
leaf nx-tun-id {
type empty;
}
}
case dst-nx-tun-ipv4-dst-case {
leaf nx-tun-ipv4-dst {
type empty;
}
}
case dst-nx-tun-ipv4-src-case {
leaf nx-tun-ipv4-src {
type empty;
}
}
case dst-of-arp-op-case {
leaf of-arp-op {
type empty;
}
}
case dst-of-arp-spa-case {
leaf of-arp-spa {
type empty;
}
}
case dst-of-arp-tpa-case {
leaf of-arp-tpa {
type empty;
}
}
case dst-of-eth-dst-case {
leaf of-eth-dst {
type empty;
}
}
case dst-of-eth-src-case {
leaf of-eth-src {
type empty;
}
}
case dst-of-icmp-type-case {
leaf of-icmp-type {
type empty;
}
}
case dst-of-ip-dst-case {
leaf of-ip-dst {
type empty;
}
}
case dst-of-ip-src-case {
leaf of-ip-src {
type empty;
}
}
}
leaf start {
type uint16;
}
leaf end {
type uint16;
}
uses dst-choice-grouping;
uses range-grouping;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/nx-action-multipath-grouping/nx-multipath
To create instances of this class use NxMultipathBuilder.
NxMultipathBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.OfjNxMpAlgorithm |
getAlgorithm() |
Long |
getArg() |
Integer |
getBasis() |
Dst |
getDst()
Writes value to bits start through end, inclusive, in field dst.
|
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.OfjNxHashFields |
getFields() |
Integer |
getMaxLink() |
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.OfjNxHashFields getFields()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.OfjNxHashFields fields, or null if not presentInteger getBasis()
java.lang.Integer basis, or null if not presentorg.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.OfjNxMpAlgorithm getAlgorithm()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.OfjNxMpAlgorithm algorithm, or null if not presentInteger getMaxLink()
java.lang.Integer maxLink, or null if not presentLong getArg()
java.lang.Long arg, or null if not presentDst getDst()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.multipath.grouping.nx.multipath.Dst dst, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.