Package | Description |
---|---|
com.tencentcloudapi.cdb.v20170320.models |
Modifier and Type | Method and Description |
---|---|
ParamInfo[] |
InitDBInstancesRequest.getParameters()
Get List of instance parameters.
|
ParamInfo[] |
CreateDBInstanceHourRequest.getParamList()
Get List of parameters in the format of `ParamList.0.Name=auto_increment&ParamList.0.Value=1`.
|
ParamInfo[] |
CreateDBInstanceRequest.getParamList()
Get List of parameters in the format of ParamList.0.Name=auto_increment&ParamList.0.Value=1.
|
Modifier and Type | Method and Description |
---|---|
void |
InitDBInstancesRequest.setParameters(ParamInfo[] Parameters)
Set List of instance parameters.
|
void |
CreateDBInstanceHourRequest.setParamList(ParamInfo[] ParamList)
Set List of parameters in the format of `ParamList.0.Name=auto_increment&ParamList.0.Value=1`.
|
void |
CreateDBInstanceRequest.setParamList(ParamInfo[] ParamList)
Set List of parameters in the format of ParamList.0.Name=auto_increment&ParamList.0.Value=1.
|
Constructor and Description |
---|
ParamInfo(ParamInfo 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.