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 自动变配集群等级
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterDesc()
Get 集群描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterLevel()
Get 集群等级
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterName()
Get 集群名称
注意:此字段可能返回 null,表示取不到有效值。
|
ClusterProperty |
getClusterProperty()
Get 集群属性
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProjectId()
Get 集群所属项目
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getQGPUShareEnable()
Get 是否开启QGPU共享
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)
Set 自动变配集群等级
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterDesc(String ClusterDesc)
Set 集群描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterLevel(String ClusterLevel)
Set 集群等级
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterName(String ClusterName)
Set 集群名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterProperty(ClusterProperty ClusterProperty)
Set 集群属性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProjectId(Long ProjectId)
Set 集群所属项目
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setQGPUShareEnable(Boolean QGPUShareEnable)
Set 是否开启QGPU共享
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 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
- 集群所属项目
注意:此字段可能返回 null,表示取不到有效值。public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 集群名称
注意:此字段可能返回 null,表示取不到有效值。public String getClusterDesc()
public void setClusterDesc(String ClusterDesc)
ClusterDesc
- 集群描述
注意:此字段可能返回 null,表示取不到有效值。public String getClusterLevel()
public void setClusterLevel(String ClusterLevel)
ClusterLevel
- 集群等级
注意:此字段可能返回 null,表示取不到有效值。public AutoUpgradeClusterLevel getAutoUpgradeClusterLevel()
public void setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)
AutoUpgradeClusterLevel
- 自动变配集群等级
注意:此字段可能返回 null,表示取不到有效值。public Boolean getQGPUShareEnable()
public void setQGPUShareEnable(Boolean QGPUShareEnable)
QGPUShareEnable
- 是否开启QGPU共享
注意:此字段可能返回 null,表示取不到有效值。public ClusterProperty getClusterProperty()
public void setClusterProperty(ClusterProperty ClusterProperty)
ClusterProperty
- 集群属性
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.