public enum ActionPath extends Enum<ActionPath> implements AugmentationPath
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 NODES_NODE_TABLE_FLOW_INSTRUCTIONS_INSTRUCTION_WRITEACTIONSCASE_WRITEACTIONS_ACTION_ACTION_EXTENSIONLIST_EXTENSION
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 NODES_NODE_TABLE_FLOW_INSTRUCTIONS_INSTRUCTION_APPLYACTIONSCASE_APPLYACTIONS_ACTION_ACTION_EXTENSIONLIST_EXTENSION
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 FLOWSSTATISTICSUPDATE_FLOWANDSTATISTICSMAPLIST_INSTRUCTIONS_INSTRUCTION_INSTRUCTION_WRITEACTIONSCASE_WRITEACTIONS_ACTION_ACTION
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 FLOWSSTATISTICSUPDATE_FLOWANDSTATISTICSMAPLIST_INSTRUCTIONS_INSTRUCTION_INSTRUCTION_APPLYACTIONSCASE_APPLYACTIONS_ACTION_ACTION
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 GROUPDESCSTATSUPDATED_GROUPDESCSTATS_BUCKETS_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 RPCFLOWSSTATISTICS_FLOWANDSTATISTICSMAPLIST_INSTRUCTIONS_INSTRUCTION_INSTRUCTION_WRITEACTIONSCASE_WRITEACTIONS_ACTION_ACTION
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 RPCFLOWSSTATISTICS_FLOWANDSTATISTICSMAPLIST_INSTRUCTIONS_INSTRUCTION_INSTRUCTION_APPLYACTIONSCASE_APPLYACTIONS_ACTION_ACTION
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 AugmentationPath
Copyright © 2018 OpenDaylight. All rights reserved.