Uses of Class
com.exoscale.sdk.model.SksCluster.CniEnum
-
Packages that use SksCluster.CniEnum Package Description com.exoscale.sdk.model -
-
Uses of SksCluster.CniEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return SksCluster.CniEnum Modifier and Type Method Description static SksCluster.CniEnum
SksCluster.CniEnum. fromValue(String value)
SksCluster.CniEnum
SksCluster. getCni()
Cluster CNIstatic SksCluster.CniEnum
SksCluster.CniEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static SksCluster.CniEnum[]
SksCluster.CniEnum. 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.CniEnum Modifier and Type Method Description SksCluster
SksCluster. cni(SksCluster.CniEnum cni)
void
SksCluster. setCni(SksCluster.CniEnum cni)
-