public class ModifyClusterAttributeResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyClusterAttributeResponse() |
ModifyClusterAttributeResponse(ModifyClusterAttributeResponse 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 |
---|---|
AutoUpgradeClusterLevel |
getAutoUpgradeClusterLevel()
Get Auto-upgrades cluster specification
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getClusterDesc()
Get Cluster description
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getClusterLevel()
Get Cluster specification
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getClusterName()
Get Cluster name
Note: this field may return null, indicating that no valid values can be obtained.
|
ClusterProperty |
getClusterProperty()
Get Cluster attributes
Note: This field may return "null", indicating that no valid value can be obtained.
|
Long |
getProjectId()
Get Project of the Cluster
Note: this field may return null, indicating that no valid values can be obtained.
|
Boolean |
getQGPUShareEnable()
Get Whether to enable qGPU Sharing
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)
Set Auto-upgrades cluster specification
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setClusterDesc(String ClusterDesc)
Set Cluster description
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setClusterLevel(String ClusterLevel)
Set Cluster specification
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setClusterName(String ClusterName)
Set Cluster name
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setClusterProperty(ClusterProperty ClusterProperty)
Set Cluster attributes
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setProjectId(Long ProjectId)
Set Project of the Cluster
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setQGPUShareEnable(Boolean QGPUShareEnable)
Set Whether to enable qGPU Sharing
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyClusterAttributeResponse()
public ModifyClusterAttributeResponse(ModifyClusterAttributeResponse source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project of the Cluster
Note: this field may return null, indicating that no valid values can be obtained.public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster name
Note: this field may return null, indicating that no valid values can be obtained.public String getClusterDesc()
public void setClusterDesc(String ClusterDesc)
ClusterDesc
- Cluster description
Note: this field may return null, indicating that no valid values can be obtained.public String getClusterLevel()
public void setClusterLevel(String ClusterLevel)
ClusterLevel
- Cluster specification
Note: This field may return `null`, indicating that no valid values can be obtained.public AutoUpgradeClusterLevel getAutoUpgradeClusterLevel()
public void setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)
AutoUpgradeClusterLevel
- Auto-upgrades cluster specification
Note: This field may return `null`, indicating that no valid values can be obtained.public Boolean getQGPUShareEnable()
public void setQGPUShareEnable(Boolean QGPUShareEnable)
QGPUShareEnable
- Whether to enable qGPU Sharing
Note: This field may return `null`, indicating that no valid value can be obtained.public ClusterProperty getClusterProperty()
public void setClusterProperty(ClusterProperty ClusterProperty)
ClusterProperty
- Cluster attributes
Note: This field may return "null", indicating that no valid value can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.