public enum MatchPath extends Enum<MatchPath> implements AugmentationPath
| Enum Constant and Description |
|---|
FLOWS_STATISTICS_RPC_MATCH
openflowplugin-extension-general.yang.
|
FLOWS_STATISTICS_UPDATE_MATCH
openflowplugin-extension-general.yang.
|
PACKET_IN_MESSAGE_MATCH
openflowplugin-extension-general.yang.
|
PACKET_RECEIVED_MATCH
openflowplugin-extension-general.yang.
|
SWITCH_FLOW_REMOVED_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 SWITCH_FLOW_REMOVED_MATCH
module: sal-flow
notifications:
+---n switch-flow-removed
| +--ro match
public static final MatchPath PACKET_RECEIVED_MATCH
module: packet-processing
notifications:
+---n packet-received
+--ro match
public static final MatchPath PACKET_IN_MESSAGE_MATCH
module: packet-processing
container:
+---n packet-in-message
+--ro match
public static final MatchPath FLOWS_STATISTICS_UPDATE_MATCH
module: opendaylight-flow-statistics
notifications:
+---n flows-statistics-update
| +--ro flow-and-statistics-map-list* [flow-id]
| | +--ro match
public static final MatchPath FLOWS_STATISTICS_RPC_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 © 2019 OpenDaylight. All rights reserved.