public enum ActionPath extends Enum<ActionPath> implements AugmentationPath
| Enum Constant and Description |
|---|
FLOWS_STATISTICS_RPC_APPLY_ACTIONS
openflowplugin-extension-general.yang
|
FLOWS_STATISTICS_RPC_WRITE_ACTIONS
openflowplugin-extension-general.yang
|
FLOWS_STATISTICS_UPDATE_APPLY_ACTIONS
openflowplugin-extension-general.yang
|
FLOWS_STATISTICS_UPDATE_WRITE_ACTIONS
openflowplugin-extension-general.yang
|
GROUP_DESC_STATS_UPDATED_BUCKET_ACTION
openflowplugin-extension-general.yang
|
INVENTORY_FLOWNODE_TABLE_APPLY_ACTIONS
openflowplugin-extension-general.yang
|
INVENTORY_FLOWNODE_TABLE_WRITE_ACTIONS
openflowplugin-extension-general.yang
|
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Extension> |
getInstanceIdentifier() |
static ActionPath |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionPath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionPath INVENTORY_FLOWNODE_TABLE_WRITE_ACTIONS
module: opendaylight-inventory
+--rw nodes
+--rw node* [id]
+--rw flownode:table* [id]
| +--rw flownode:flow* [id]
| | +--rw flownode:instructions
| | | +--rw flownode:instruction* [order]
| | | +--rw (instruction)?
| | | +--:(write-actions-case)
| | | | +--rw flownode:write-actions
| | | | +--rw flownode:action* [order]
| | | | +--rw (action)?
public static final ActionPath INVENTORY_FLOWNODE_TABLE_APPLY_ACTIONS
module: opendaylight-inventory
+--rw nodes
+--rw node* [id]
+--rw flownode:table* [id]
| +--rw flownode:flow* [id]
| | +--rw flownode:instructions
| | | +--rw flownode:instruction* [order]
| | | +--rw (instruction)?
| | | +--:(apply-actions-case)
| | | | +--rw flownode:apply-actions
| | | | +--rw flownode:action* [order]
| | | | +--rw (action)?
public static final ActionPath FLOWS_STATISTICS_UPDATE_WRITE_ACTIONS
module: opendaylight-flow-statistics
notifications:
+---n flows-statistics-update
| +--ro flow-and-statistics-map-list* [flow-id]
| | +--ro instructions
| | | +--ro instruction* [order]
| | | +--ro (instruction)?
| | | +--:(write-actions-case)
| | | | +--ro write-actions
| | | | +--ro action* [order]
| | | | +--ro (action)?
public static final ActionPath FLOWS_STATISTICS_UPDATE_APPLY_ACTIONS
module: opendaylight-flow-statistics
notifications:
+---n flows-statistics-update
| +--ro flow-and-statistics-map-list* [flow-id]
| | +--ro instructions
| | | +--ro instruction* [order]
| | | +--ro (instruction)?
| | | +--:(apply-actions-case)
| | | | +--ro apply-actions
| | | | +--ro action* [order]
| | | | +--ro (action)?
public static final ActionPath GROUP_DESC_STATS_UPDATED_BUCKET_ACTION
module: opendaylight-group-statistics
notifications:
+---n group-desc-stats-updated
| +--ro group-desc-stats* [group-id]
| | +--ro buckets
| | +--ro bucket* [bucket-id]
| | +--ro action* [order]
| | +--ro (action)?
public static final ActionPath FLOWS_STATISTICS_RPC_WRITE_ACTIONS
module: opendaylight-direct-statistics
notifications:
+---n get-flow-statistics
| +--ro flow-and-statistics-map-list* [flow-id]
| | +--ro instructions
| | | +--ro instruction* [order]
| | | +--ro (instruction)?
| | | +--:(write-actions-case)
| | | | +--ro write-actions
| | | | +--ro action* [order]
| | | | +--ro (action)?
public static final ActionPath FLOWS_STATISTICS_RPC_APPLY_ACTIONS
module: opendaylight-direct-statistics
notifications:
+---n get-flow-statistics
| +--ro flow-and-statistics-map-list* [flow-id]
| | +--ro instructions
| | | +--ro instruction* [order]
| | | +--ro (instruction)?
| | | +--:(apply-actions-case)
| | | | +--ro apply-actions
| | | | +--ro action* [order]
| | | | +--ro (action)?
public static ActionPath[] values()
for (ActionPath c : ActionPath.values()) System.out.println(c);
public static ActionPath 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.