Uses of Class
com.exoscale.sdk.model.SksNodepool.StateEnum
-
Packages that use SksNodepool.StateEnum Package Description com.exoscale.sdk.model -
-
Uses of SksNodepool.StateEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return SksNodepool.StateEnum Modifier and Type Method Description static SksNodepool.StateEnum
SksNodepool.StateEnum. fromValue(String value)
SksNodepool.StateEnum
SksNodepool. getState()
Nodepool statestatic SksNodepool.StateEnum
SksNodepool.StateEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static SksNodepool.StateEnum[]
SksNodepool.StateEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.exoscale.sdk.model with parameters of type SksNodepool.StateEnum Constructor Description SksNodepool(SksNodepool.StateEnum state, UUID id, String version, OffsetDateTime createdAt)
-