public class ModifyClusterAttributeResponse extends AbstractModel
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.
|
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, which is returned for each request.
|
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 |
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, which is returned for each request.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.