Package | Description |
---|---|
com.tencentcloudapi.mariadb.v20170312.models |
Modifier and Type | Method and Description |
---|---|
DBParamValue[] |
CreateHourDBInstanceRequest.getInitParams()
Get List of parameters.
|
DBParamValue[] |
CreateDBInstanceRequest.getInitParams()
Get List of parameters.
|
DBParamValue[] |
ModifyDBParametersRequest.getParams()
Get Parameter list.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateHourDBInstanceRequest.setInitParams(DBParamValue[] InitParams)
Set List of parameters.
|
void |
CreateDBInstanceRequest.setInitParams(DBParamValue[] InitParams)
Set List of parameters.
|
void |
ModifyDBParametersRequest.setParams(DBParamValue[] Params)
Set Parameter list.
|
Constructor and Description |
---|
DBParamValue(DBParamValue 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.