Class ModifyClusterAttributeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.ModifyClusterAttributeRequest
-
public class ModifyClusterAttributeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoUpgradeClusterLevelgetAutoUpgradeClusterLevel()Get 自动变配集群等级StringgetClusterDesc()Get 集群描述StringgetClusterId()Get 集群IDStringgetClusterLevel()Get 集群等级StringgetClusterName()Get 集群名称ClusterPropertygetClusterProperty()Get 集群属性LonggetProjectId()Get 集群所属项目BooleangetQGPUShareEnable()Get 是否开启QGPU共享voidsetAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)Set 自动变配集群等级voidsetClusterDesc(String ClusterDesc)Set 集群描述voidsetClusterId(String ClusterId)Set 集群IDvoidsetClusterLevel(String ClusterLevel)Set 集群等级voidsetClusterName(String ClusterName)Set 集群名称voidsetClusterProperty(ClusterProperty ClusterProperty)Set 集群属性voidsetProjectId(Long ProjectId)Set 集群所属项目voidsetQGPUShareEnable(Boolean QGPUShareEnable)Set 是否开启QGPU共享voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyClusterAttributeRequest
public ModifyClusterAttributeRequest()
-
ModifyClusterAttributeRequest
public 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getProjectId
public Long getProjectId()
Get 集群所属项目- Returns:
- ProjectId 集群所属项目
-
setProjectId
public void setProjectId(Long ProjectId)
Set 集群所属项目- Parameters:
ProjectId- 集群所属项目
-
getClusterName
public String getClusterName()
Get 集群名称- Returns:
- ClusterName 集群名称
-
setClusterName
public void setClusterName(String ClusterName)
Set 集群名称- Parameters:
ClusterName- 集群名称
-
getClusterDesc
public String getClusterDesc()
Get 集群描述- Returns:
- ClusterDesc 集群描述
-
setClusterDesc
public void setClusterDesc(String ClusterDesc)
Set 集群描述- Parameters:
ClusterDesc- 集群描述
-
getClusterLevel
public String getClusterLevel()
Get 集群等级- Returns:
- ClusterLevel 集群等级
-
setClusterLevel
public void setClusterLevel(String ClusterLevel)
Set 集群等级- Parameters:
ClusterLevel- 集群等级
-
getAutoUpgradeClusterLevel
public AutoUpgradeClusterLevel getAutoUpgradeClusterLevel()
Get 自动变配集群等级- Returns:
- AutoUpgradeClusterLevel 自动变配集群等级
-
setAutoUpgradeClusterLevel
public void setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)
Set 自动变配集群等级- Parameters:
AutoUpgradeClusterLevel- 自动变配集群等级
-
getQGPUShareEnable
public Boolean getQGPUShareEnable()
Get 是否开启QGPU共享- Returns:
- QGPUShareEnable 是否开启QGPU共享
-
setQGPUShareEnable
public void setQGPUShareEnable(Boolean QGPUShareEnable)
Set 是否开启QGPU共享- Parameters:
QGPUShareEnable- 是否开启QGPU共享
-
getClusterProperty
public ClusterProperty getClusterProperty()
Get 集群属性- Returns:
- ClusterProperty 集群属性
-
setClusterProperty
public void setClusterProperty(ClusterProperty ClusterProperty)
Set 集群属性- Parameters:
ClusterProperty- 集群属性
-
-