public class ModifyClusterImageRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyClusterImageRequest() |
ModifyClusterImageRequest(ModifyClusterImageRequest 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 |
getClusterId()
Get Cluster ID
|
String |
getImageId()
Get Specifies a valid image ID in the format like img-xxxx.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setImageId(String ImageId)
Set Specifies a valid image ID in the format like img-xxxx.
|
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 ModifyClusterImageRequest()
public ModifyClusterImageRequest(ModifyClusterImageRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getImageId()
public void setImageId(String ImageId)
ImageId
- Specifies a valid image ID in the format like img-xxxx. You can query it by logging in to the console, or by calling the API [DescribeImages](https://intl.cloud.tencent.com/document/api/213/15715?from_cn_redirect=1) to get the ImageId field in the returned information.Copyright © 2025. All rights reserved.