Uses of Class
com.exoscale.sdk.model.SksCluster.StateEnum
-
Packages that use SksCluster.StateEnum Package Description com.exoscale.sdk.model -
-
Uses of SksCluster.StateEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return SksCluster.StateEnum Modifier and Type Method Description static SksCluster.StateEnum
SksCluster.StateEnum. fromValue(String value)
SksCluster.StateEnum
SksCluster. getState()
Cluster statestatic SksCluster.StateEnum
SksCluster.StateEnum. valueOf(String name)
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.StateEnum Constructor Description SksCluster(SksCluster.StateEnum state, List<SksNodepool> nodepools, UUID id, OffsetDateTime createdAt, String endpoint)
-