Uses of Enum
com.exoscale.sdk.model.SksCluster.StateEnum
Packages that use SksCluster.StateEnum
-
Uses of SksCluster.StateEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return SksCluster.StateEnumModifier and TypeMethodDescriptionstatic SksCluster.StateEnum
SksCluster.getState()
Cluster statestatic SksCluster.StateEnum
Returns the enum constant of this type with the specified name.static SksCluster.StateEnum[]
SksCluster.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 SksCluster.StateEnumModifierConstructorDescriptionSksCluster
(SksCluster.StateEnum state, List<SksNodepool> nodepools, UUID id, OffsetDateTime createdAt, String endpoint)