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