Uses of Class
com.exoscale.sdk.model.InstancePool.StateEnum
-
Packages that use InstancePool.StateEnum Package Description com.exoscale.sdk.model -
-
Uses of InstancePool.StateEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return InstancePool.StateEnum Modifier and Type Method Description static InstancePool.StateEnum
InstancePool.StateEnum. fromValue(String value)
InstancePool.StateEnum
InstancePool. getState()
Instance Pool statestatic InstancePool.StateEnum
InstancePool.StateEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstancePool.StateEnum[]
InstancePool.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 InstancePool.StateEnum Constructor Description InstancePool(InstancePool.StateEnum state, List<Instance> instances, UUID id)
-