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.StateEnumDbaasNodeState.getState()Current state of the service nodestatic DbaasNodeState.StateEnumReturns 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 TypeMethodDescriptionvoidDbaasNodeState.setState(DbaasNodeState.StateEnum state) DbaasNodeState.state(DbaasNodeState.StateEnum state)