public class ModifyClusterRuntimeConfigRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyClusterRuntimeConfigRequest() |
ModifyClusterRuntimeConfigRequest(ModifyClusterRuntimeConfigRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get Cluster ID, required
|
RuntimeConfig |
getClusterRuntimeConfig()
Get This field is required when it is required to modify the runtime of a cluster.
|
String |
getDstK8SVersion()
Get This field is required when it is required to modify the runtime version based on another K8S version.
|
NodePoolRuntime[] |
getNodePoolRuntimeConfig()
Get This field is required when it is required to modify the runtime of a node pool, specifying the part to be modified.
|
void |
setClusterId(String ClusterId)
Set Cluster ID, required
|
void |
setClusterRuntimeConfig(RuntimeConfig ClusterRuntimeConfig)
Set This field is required when it is required to modify the runtime of a cluster.
|
void |
setDstK8SVersion(String DstK8SVersion)
Set This field is required when it is required to modify the runtime version based on another K8S version.
|
void |
setNodePoolRuntimeConfig(NodePoolRuntime[] NodePoolRuntimeConfig)
Set This field is required when it is required to modify the runtime of a node pool, specifying the part to be modified.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyClusterRuntimeConfigRequest()
public ModifyClusterRuntimeConfigRequest(ModifyClusterRuntimeConfigRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster ID, requiredpublic String getDstK8SVersion()
public void setDstK8SVersion(String DstK8SVersion)
DstK8SVersion
- This field is required when it is required to modify the runtime version based on another K8S version. For example, in scenarios where conflicts occur during upgrade verification.public RuntimeConfig getClusterRuntimeConfig()
public void setClusterRuntimeConfig(RuntimeConfig ClusterRuntimeConfig)
ClusterRuntimeConfig
- This field is required when it is required to modify the runtime of a cluster.public NodePoolRuntime[] getNodePoolRuntimeConfig()
public void setNodePoolRuntimeConfig(NodePoolRuntime[] NodePoolRuntimeConfig)
NodePoolRuntimeConfig
- This field is required when it is required to modify the runtime of a node pool, specifying the part to be modified.Copyright © 2025. All rights reserved.