Uses of Enum
com.exoscale.sdk.model.InstancePool.StateEnum
Packages that use InstancePool.StateEnum
-
Uses of InstancePool.StateEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return InstancePool.StateEnumModifier and TypeMethodDescriptionstatic InstancePool.StateEnum
InstancePool.getState()
Instance Pool statestatic InstancePool.StateEnum
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.StateEnumModifierConstructorDescriptionInstancePool
(InstancePool.StateEnum state, List<Instance> instances, UUID id)