public class ModifyClusterAttributeRequest extends AbstractModel
header, skipSign
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 自动变配集群等级
|
String |
getClusterDesc()
Get 集群描述
|
String |
getClusterId()
Get 集群ID
|
String |
getClusterLevel()
Get 集群等级
|
String |
getClusterName()
Get 集群名称
|
ClusterProperty |
getClusterProperty()
Get 集群属性
|
Long |
getProjectId()
Get 集群所属项目
|
Boolean |
getQGPUShareEnable()
Get 是否开启QGPU共享
|
void |
setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)
Set 自动变配集群等级
|
void |
setClusterDesc(String ClusterDesc)
Set 集群描述
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setClusterLevel(String ClusterLevel)
Set 集群等级
|
void |
setClusterName(String ClusterName)
Set 集群名称
|
void |
setClusterProperty(ClusterProperty ClusterProperty)
Set 集群属性
|
void |
setProjectId(Long ProjectId)
Set 集群所属项目
|
void |
setQGPUShareEnable(Boolean QGPUShareEnable)
Set 是否开启QGPU共享
|
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 ModifyClusterAttributeRequest()
public ModifyClusterAttributeRequest(ModifyClusterAttributeRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 集群所属项目public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 集群名称public String getClusterDesc()
public void setClusterDesc(String ClusterDesc)
ClusterDesc
- 集群描述public String getClusterLevel()
public void setClusterLevel(String ClusterLevel)
ClusterLevel
- 集群等级public AutoUpgradeClusterLevel getAutoUpgradeClusterLevel()
public void setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)
AutoUpgradeClusterLevel
- 自动变配集群等级public Boolean getQGPUShareEnable()
public void setQGPUShareEnable(Boolean QGPUShareEnable)
QGPUShareEnable
- 是否开启QGPU共享public ClusterProperty getClusterProperty()
public void setClusterProperty(ClusterProperty ClusterProperty)
ClusterProperty
- 集群属性Copyright © 2024. All rights reserved.