Package | Description |
---|---|
com.tencentcloudapi.redis.v20180412.models |
Modifier and Type | Method and Description |
---|---|
InstanceParam[] |
ModifyInstanceParamsRequest.getInstanceParams()
Get List of instance parameters modified
|
InstanceParam[] |
CreateParamTemplateRequest.getParamList()
Get Parameter list.
|
InstanceParam[] |
ModifyParamTemplateRequest.getParamList()
Get New parameter list after the parameter template is modified.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyInstanceParamsRequest.setInstanceParams(InstanceParam[] InstanceParams)
Set List of instance parameters modified
|
void |
CreateParamTemplateRequest.setParamList(InstanceParam[] ParamList)
Set Parameter list.
|
void |
ModifyParamTemplateRequest.setParamList(InstanceParam[] ParamList)
Set New parameter list after the parameter template is modified.
|
Constructor and Description |
---|
InstanceParam(InstanceParam 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.
|
Copyright © 2023. All rights reserved.