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.StateEnumSksCluster.getState()Cluster statestatic SksCluster.StateEnumReturns 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)