Uses of Enum
com.exoscale.sdk.model.CreateSksClusterRequest.CniEnum
Packages that use CreateSksClusterRequest.CniEnum
-
Uses of CreateSksClusterRequest.CniEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return CreateSksClusterRequest.CniEnumModifier and TypeMethodDescriptionCreateSksClusterRequest.getCni()
Cluster CNIReturns 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.CniEnumModifier and TypeMethodDescriptionCreateSksClusterRequest.cni
(CreateSksClusterRequest.CniEnum cni) void
CreateSksClusterRequest.setCni
(CreateSksClusterRequest.CniEnum cni)