Uses of Class
com.exoscale.sdk.model.DbaasNodeState.StateEnum
-
Packages that use DbaasNodeState.StateEnum Package Description com.exoscale.sdk.model -
-
Uses of DbaasNodeState.StateEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasNodeState.StateEnum Modifier and Type Method Description static DbaasNodeState.StateEnum
DbaasNodeState.StateEnum. fromValue(String value)
DbaasNodeState.StateEnum
DbaasNodeState. getState()
Current state of the service nodestatic DbaasNodeState.StateEnum
DbaasNodeState.StateEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbaasNodeState.StateEnum[]
DbaasNodeState.StateEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type DbaasNodeState.StateEnum Modifier and Type Method Description void
DbaasNodeState. setState(DbaasNodeState.StateEnum state)
DbaasNodeState
DbaasNodeState. state(DbaasNodeState.StateEnum state)
-