Uses of Enum
com.exoscale.sdk.model.DbaasNodeState.StateEnum
Packages that use DbaasNodeState.StateEnum
-
Uses of DbaasNodeState.StateEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasNodeState.StateEnumModifier and TypeMethodDescriptionstatic DbaasNodeState.StateEnum
DbaasNodeState.getState()
Current state of the service nodestatic DbaasNodeState.StateEnum
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.StateEnumModifier and TypeMethodDescriptionvoid
DbaasNodeState.setState
(DbaasNodeState.StateEnum state) DbaasNodeState.state
(DbaasNodeState.StateEnum state)