Uses of Enum
com.exoscale.sdk.model.SksCluster.LevelEnum
Packages that use SksCluster.LevelEnum
-
Uses of SksCluster.LevelEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return SksCluster.LevelEnumModifier and TypeMethodDescriptionstatic SksCluster.LevelEnum
SksCluster.getLevel()
Cluster levelstatic SksCluster.LevelEnum
Returns the enum constant of this type with the specified name.static SksCluster.LevelEnum[]
SksCluster.LevelEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type SksCluster.LevelEnumModifier and TypeMethodDescriptionSksCluster.level
(SksCluster.LevelEnum level) void
SksCluster.setLevel
(SksCluster.LevelEnum level)