Uses of Class
com.exoscale.sdk.model.SksCluster.AddonsEnum
-
Packages that use SksCluster.AddonsEnum Package Description com.exoscale.sdk.model -
-
Uses of SksCluster.AddonsEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return SksCluster.AddonsEnum Modifier and Type Method Description static SksCluster.AddonsEnum
SksCluster.AddonsEnum. fromValue(String value)
static SksCluster.AddonsEnum
SksCluster.AddonsEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static SksCluster.AddonsEnum[]
SksCluster.AddonsEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model that return types with arguments of type SksCluster.AddonsEnum Modifier and Type Method Description Set<SksCluster.AddonsEnum>
SksCluster. getAddons()
Cluster addonsMethods in com.exoscale.sdk.model with parameters of type SksCluster.AddonsEnum Modifier and Type Method Description SksCluster
SksCluster. addAddonsItem(SksCluster.AddonsEnum addonsItem)
Method parameters in com.exoscale.sdk.model with type arguments of type SksCluster.AddonsEnum Modifier and Type Method Description SksCluster
SksCluster. addons(Set<SksCluster.AddonsEnum> addons)
void
SksCluster. setAddons(Set<SksCluster.AddonsEnum> addons)
-