Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.types.rev200630.FailureMode
-
-
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 FailureMode Modifier and Type Method Description FailureModeOpenflowAgentConfig. 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 FailureMode Modifier and Type Method Description FailureModeConfigBuilder. getFailureMode()Return current value associated with the property corresponding toOpenflowAgentConfig.getFailureMode().FailureModeStateBuilder. 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 FailureMode Modifier and Type Method Description ConfigBuilderConfigBuilder. setFailureMode(FailureMode value)Set the property corresponding toOpenflowAgentConfig.getFailureMode()to the specified value.StateBuilderStateBuilder. 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 FailureMode Modifier and Type Method Description static FailureModeFailureMode. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.static FailureModeFailureMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FailureMode[]FailureMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.types.rev200630 that return types with arguments of type FailureMode Modifier and Type Method Description static Optional<FailureMode>FailureMode. forName(String name)Return the enumeration member whosegetName()matches specified value.
-