public class ApplyParamsTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ApplyParamsTemplateRequest() |
ApplyParamsTemplateRequest(ApplyParamsTemplateRequest 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[] |
getInstanceIds()
Get Instance ID list.
|
String |
getTemplateId()
Get ID of the applied parameter template.
|
void |
setInstanceIds(String[] InstanceIds)
Set Instance ID list.
|
void |
setTemplateId(String TemplateId)
Set ID of the applied parameter template.
|
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 ApplyParamsTemplateRequest()
public ApplyParamsTemplateRequest(ApplyParamsTemplateRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- Instance ID list. Log in to the [Redis console](https://console.tencentcloud.com/redis/instance) and copy the instance ID in the instance list.public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- ID of the applied parameter template.
- The parameter template ID can be obtained through the response parameter **TemplateId** of the API [DescribeParamTemplateInfo](https://www.tencentcloud.comom/document/product/239/58748?from_cn_redirect=1).
- The operation can only be successfully performed when the parameter template version matches the architecture version of the target instance. A version mismatch will trigger an execution error.Copyright © 2025. All rights reserved.