public interface NxActionMultipathGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
grouping nx-action-multipath-grouping {
container nx-multipath {
leaf fields {
type nicira-action:ofj-nx-hash-fields;
}
leaf basis {
type uint16;
default 0x400;
}
leaf algorithm {
type nicira-action:ofj-nx-mp-algorithm;
}
leaf max-link {
type uint16;
}
leaf arg {
type uint32;
}
container dst {
uses dst-choice-grouping;
uses range-grouping;
}
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/nx-action-multipath-grouping| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable NxMultipath |
getNxMultipath() |
Class<? extends NxActionMultipathGrouping> |
implementedInterface() |
Class<? extends NxActionMultipathGrouping> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable NxMultipath getNxMultipath()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.multipath.grouping.NxMultipath nxMultipath, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.