public class ModifyClusterAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyClusterAttributeRequest() |
ModifyClusterAttributeRequest(ModifyClusterAttributeRequest 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
|
String |
getClusterDesc()
Get Cluster description
|
String |
getClusterId()
Get Cluster ID
|
String |
getClusterLevel()
Get Cluster specification
|
String |
getClusterName()
Get Cluster name
|
Long |
getProjectId()
Get Project of the Cluster
|
Boolean |
getQGPUShareEnable()
Get Whether to enable qGPU Sharing
|
void |
setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)
Set Auto-upgrades cluster specification
|
void |
setClusterDesc(String ClusterDesc)
Set Cluster description
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setClusterLevel(String ClusterLevel)
Set Cluster specification
|
void |
setClusterName(String ClusterName)
Set Cluster name
|
void |
setProjectId(Long ProjectId)
Set Project of the Cluster
|
void |
setQGPUShareEnable(Boolean QGPUShareEnable)
Set Whether to enable qGPU Sharing
|
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 ModifyClusterAttributeRequest()
public ModifyClusterAttributeRequest(ModifyClusterAttributeRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project of the Clusterpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster namepublic String getClusterDesc()
public void setClusterDesc(String ClusterDesc)
ClusterDesc
- Cluster descriptionpublic String getClusterLevel()
public void setClusterLevel(String ClusterLevel)
ClusterLevel
- Cluster specificationpublic AutoUpgradeClusterLevel getAutoUpgradeClusterLevel()
public void setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)
AutoUpgradeClusterLevel
- Auto-upgrades cluster specificationpublic Boolean getQGPUShareEnable()
public void setQGPUShareEnable(Boolean QGPUShareEnable)
QGPUShareEnable
- Whether to enable qGPU SharingCopyright © 2023. All rights reserved.