Package com.exoscale.sdk.model
Class UpdateSksClusterRequest
java.lang.Object
com.exoscale.sdk.model.UpdateSksClusterRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class UpdateSksClusterRequest
extends Object
UpdateSksClusterRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Gets or Sets addons -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAddonsItem
(UpdateSksClusterRequest.AddonsEnum addonsItem) addFeatureGatesItem
(String featureGatesItem) addons
(Set<UpdateSksClusterRequest.AddonsEnum> addons) autoUpgrade
(Boolean autoUpgrade) description
(String description) enableOperatorsCa
(Boolean enableOperatorsCa) boolean
Return true if this update_sks_cluster_request object is equal to o.featureGates
(Set<String> featureGates) Cluster addonsEnable auto upgrade of the control plane to the latest patch version availableCluster descriptionorg.openapitools.jackson.nullable.JsonNullable<String>
Add or remove the operators certificate authority (CA) from the list of trusted CAs of the api server.A list of Kubernetes-only Alpha features to enable for API server componentGet labelsgetName()
Cluster namegetOidc()
Get oidcint
hashCode()
putLabelsItem
(String key, String labelsItem) void
void
setAutoUpgrade
(Boolean autoUpgrade) void
setDescription
(String description) void
setDescription_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<String> description) void
setEnableOperatorsCa
(Boolean enableOperatorsCa) void
setFeatureGates
(Set<String> featureGates) void
void
void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_LABELS
- See Also:
-
JSON_PROPERTY_OIDC
- See Also:
-
JSON_PROPERTY_AUTO_UPGRADE
- See Also:
-
JSON_PROPERTY_ADDONS
- See Also:
-
JSON_PROPERTY_FEATURE_GATES
- See Also:
-
JSON_PROPERTY_ENABLE_OPERATORS_CA
- See Also:
-
-
Constructor Details
-
UpdateSksClusterRequest
public UpdateSksClusterRequest()
-
-
Method Details
-
name
-
getName
Cluster name- Returns:
- name
-
setName
-
description
-
getDescription
Cluster description- Returns:
- description
-
getDescription_JsonNullable
-
setDescription_JsonNullable
public void setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) -
setDescription
-
labels
-
putLabelsItem
-
getLabels
Get labels- Returns:
- labels
-
setLabels
-
oidc
-
getOidc
Get oidc- Returns:
- oidc
-
setOidc
-
autoUpgrade
-
getAutoUpgrade
Enable auto upgrade of the control plane to the latest patch version available- Returns:
- autoUpgrade
-
setAutoUpgrade
-
addons
-
addAddonsItem
-
getAddons
Cluster addons- Returns:
- addons
-
setAddons
-
featureGates
-
addFeatureGatesItem
-
getFeatureGates
A list of Kubernetes-only Alpha features to enable for API server component- Returns:
- featureGates
-
setFeatureGates
-
enableOperatorsCa
-
getEnableOperatorsCa
Add or remove the operators certificate authority (CA) from the list of trusted CAs of the api server. The default value is true- Returns:
- enableOperatorsCa
-
setEnableOperatorsCa
-
equals
Return true if this update_sks_cluster_request object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-