Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.types.rev200630.FailureMode
Packages that use FailureMode
Package
Description
-
Uses of FailureMode in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121 that return FailureModeModifier and TypeMethodDescriptionOpenflowAgentConfig.getFailureMode()Return failureMode, ornullif it is not present.default @NonNull FailureModeOpenflowAgentConfig.requireFailureMode()Return failureMode, guaranteed to be non-null. -
Uses of FailureMode in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.agent.top.agent
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.agent.top.agent that return FailureModeModifier and TypeMethodDescriptionConfigBuilder.getFailureMode()Return current value associated with the property corresponding toOpenflowAgentConfig.getFailureMode().StateBuilder.getFailureMode()Return current value associated with the property corresponding toOpenflowAgentConfig.getFailureMode().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.agent.top.agent with parameters of type FailureModeModifier and TypeMethodDescriptionConfigBuilder.setFailureMode(FailureMode value) Set the property corresponding toOpenflowAgentConfig.getFailureMode()to the specified value.StateBuilder.setFailureMode(FailureMode value) Set the property corresponding toOpenflowAgentConfig.getFailureMode()to the specified value. -
Uses of FailureMode in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.types.rev200630
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.types.rev200630 that return FailureModeModifier and TypeMethodDescriptionstatic @Nullable FailureModeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable FailureModeFailureMode.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull FailureModeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull FailureModeFailureMode.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static FailureModeReturns the enum constant of this class with the specified name.static FailureMode[]FailureMode.values()Returns an array containing the constants of this enum class, in the order they are declared.