public enum MatchPath extends Enum<MatchPath> implements AugmentationPath
| Enum Constant and Description |
|---|
FLOWSSTATISTICSUPDATE_FLOWANDSTATISTICSMAPLIST_MATCH
openflowplugin-extension-general.yang
|
PACKETINMESSAGE_MATCH
openflowplugin-extension-general.yang
|
PACKETRECEIVED_MATCH
openflowplugin-extension-general.yang
|
RPCFLOWSSTATISTICS_FLOWANDSTATISTICSMAPLIST_MATCH
openflowplugin-extension-general.yang
|
SWITCHFLOWREMOVED_MATCH
openflowplugin-extension-general.yang
|
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Extension> |
getInstanceIdentifier() |
static MatchPath |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchPath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchPath SWITCHFLOWREMOVED_MATCH
module: sal-flow
notifications:
+---n switch-flow-removed
| +--ro match
public static final MatchPath PACKETRECEIVED_MATCH
module: packet-processing
notifications:
+---n packet-received
+--ro match
public static final MatchPath PACKETINMESSAGE_MATCH
module: packet-processing
container:
+---n packet-in-message
+--ro match
public static final MatchPath FLOWSSTATISTICSUPDATE_FLOWANDSTATISTICSMAPLIST_MATCH
module: opendaylight-flow-statistics
notifications:
+---n flows-statistics-update
| +--ro flow-and-statistics-map-list* [flow-id]
| | +--ro match
public static final MatchPath RPCFLOWSSTATISTICS_FLOWANDSTATISTICSMAPLIST_MATCH
module: opendaylight-direct-statistics
rpc:
+---n get-flow-statistics
| +--ro flow-and-statistics-map-list* [flow-id]
| | +--ro match
public static MatchPath[] values()
for (MatchPath c : MatchPath.values()) System.out.println(c);
public static MatchPath valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Extension> getInstanceIdentifier()
getInstanceIdentifier in interface AugmentationPathCopyright © 2018 OpenDaylight. All rights reserved.