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 enumGets 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) audit(SksAuditUpdate audit) autoUpgrade(Boolean autoUpgrade) description(String description) enableOperatorsCa(Boolean enableOperatorsCa) booleanReturn true if this update_sks_cluster_request object is equal to o.featureGates(Set<String> featureGates) Cluster addonsgetAudit()Get auditEnable 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 oidcinthashCode()putLabelsItem(String key, String labelsItem) voidvoidsetAudit(SksAuditUpdate audit) voidsetAutoUpgrade(Boolean autoUpgrade) voidsetDescription(String description) voidsetDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) voidsetEnableOperatorsCa(Boolean enableOperatorsCa) voidsetFeatureGates(Set<String> featureGates) voidsetFeatureGates_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Set<String>> featureGates) voidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_LABELS
- See Also:
-
JSON_PROPERTY_AUTO_UPGRADE
- See Also:
-
JSON_PROPERTY_OIDC
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ENABLE_OPERATORS_CA
- See Also:
-
JSON_PROPERTY_FEATURE_GATES
- See Also:
-
JSON_PROPERTY_ADDONS
- See Also:
-
JSON_PROPERTY_AUDIT
- See Also:
-
-
Constructor Details
-
UpdateSksClusterRequest
public UpdateSksClusterRequest()
-
-
Method Details
-
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
-
autoUpgrade
-
getAutoUpgrade
Enable auto upgrade of the control plane to the latest patch version available- Returns:
- autoUpgrade
-
setAutoUpgrade
-
oidc
-
getOidc
Get oidc- Returns:
- oidc
-
setOidc
-
name
-
getName
Cluster name- Returns:
- name
-
setName
-
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
-
featureGates
-
addFeatureGatesItem
-
getFeatureGates
A list of Kubernetes-only Alpha features to enable for API server component- Returns:
- featureGates
-
getFeatureGates_JsonNullable
-
setFeatureGates_JsonNullable
-
setFeatureGates
-
addons
-
addAddonsItem
-
getAddons
Cluster addons- Returns:
- addons
-
setAddons
-
audit
-
getAudit
Get audit- Returns:
- audit
-
setAudit
-
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
-