Uses of Class
com.exoscale.sdk.model.DbaasNodeStateProgressUpdate.PhaseEnum
-
Packages that use DbaasNodeStateProgressUpdate.PhaseEnum Package Description com.exoscale.sdk.model -
-
Uses of DbaasNodeStateProgressUpdate.PhaseEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasNodeStateProgressUpdate.PhaseEnum Modifier and Type Method Description static DbaasNodeStateProgressUpdate.PhaseEnum
DbaasNodeStateProgressUpdate.PhaseEnum. fromValue(String value)
DbaasNodeStateProgressUpdate.PhaseEnum
DbaasNodeStateProgressUpdate. getPhase()
Key identifying this phasestatic DbaasNodeStateProgressUpdate.PhaseEnum
DbaasNodeStateProgressUpdate.PhaseEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbaasNodeStateProgressUpdate.PhaseEnum[]
DbaasNodeStateProgressUpdate.PhaseEnum. 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 DbaasNodeStateProgressUpdate.PhaseEnum Modifier and Type Method Description DbaasNodeStateProgressUpdate
DbaasNodeStateProgressUpdate. phase(DbaasNodeStateProgressUpdate.PhaseEnum phase)
void
DbaasNodeStateProgressUpdate. setPhase(DbaasNodeStateProgressUpdate.PhaseEnum phase)
-