public class ModifyInstanceBasicRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyInstanceBasicRequest() |
ModifyInstanceBasicRequest(ModifyInstanceBasicRequest 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 |
---|---|
String |
getClusterName()
Get 集群名称
|
String |
getComputeResourceId()
Get 需要修改的计算资源id,与ResourceBaseType 配合使用
|
String |
getInstanceId()
Get 集群实例ID
|
String |
getResourceBaseType()
Get 用来标注修改计算资源
|
void |
setClusterName(String ClusterName)
Set 集群名称
|
void |
setComputeResourceId(String ComputeResourceId)
Set 需要修改的计算资源id,与ResourceBaseType 配合使用
|
void |
setInstanceId(String InstanceId)
Set 集群实例ID
|
void |
setResourceBaseType(String ResourceBaseType)
Set 用来标注修改计算资源
|
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 ModifyInstanceBasicRequest()
public ModifyInstanceBasicRequest(ModifyInstanceBasicRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群实例IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 集群名称public String getResourceBaseType()
public void setResourceBaseType(String ResourceBaseType)
ResourceBaseType
- 用来标注修改计算资源public String getComputeResourceId()
public void setComputeResourceId(String ComputeResourceId)
ComputeResourceId
- 需要修改的计算资源id,与ResourceBaseType 配合使用Copyright © 2025. All rights reserved.