| Package | Description |
|---|---|
| com.tencentcloudapi.cdb.v20170320.models |
| Modifier and Type | Method and Description |
|---|---|
Parameter[] |
ModifyParamTemplateRequest.getParamList()
Get 参数列表。
|
Parameter[] |
CreateParamTemplateRequest.getParamList()
Get 参数列表。
|
Parameter[] |
ModifyInstancePasswordComplexityRequest.getParamList()
Get 要修改的参数列表。每一个元素是 Name 和 CurrentValue 的组合。Name 是参数名,CurrentValue 是要修改成的值。
|
Parameter[] |
ModifyInstanceParamRequest.getParamList()
Get 要修改的参数列表。每一个元素是 Name 和 CurrentValue 的组合。Name 是参数名,CurrentValue 是要修改成的值。
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyParamTemplateRequest.setParamList(Parameter[] ParamList)
Set 参数列表。
|
void |
CreateParamTemplateRequest.setParamList(Parameter[] ParamList)
Set 参数列表。
|
void |
ModifyInstancePasswordComplexityRequest.setParamList(Parameter[] ParamList)
Set 要修改的参数列表。每一个元素是 Name 和 CurrentValue 的组合。Name 是参数名,CurrentValue 是要修改成的值。
|
void |
ModifyInstanceParamRequest.setParamList(Parameter[] ParamList)
Set 要修改的参数列表。每一个元素是 Name 和 CurrentValue 的组合。Name 是参数名,CurrentValue 是要修改成的值。
|
| Constructor and Description |
|---|
Parameter(Parameter 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 © 2022. All rights reserved.