Uses of Class
com.tencentcloudapi.redis.v20180412.models.ParameterDetail
-
Packages that use ParameterDetail Package Description com.tencentcloudapi.redis.v20180412.models -
-
Uses of ParameterDetail in com.tencentcloudapi.redis.v20180412.models
Methods in com.tencentcloudapi.redis.v20180412.models that return ParameterDetail Modifier and Type Method Description ParameterDetail[]DescribeParamTemplateInfoResponse. getItems()Get 参数详情。包含:参数的名称,当前运行值,默认值,最大值、最小值、枚举值等信息。Methods in com.tencentcloudapi.redis.v20180412.models with parameters of type ParameterDetail Modifier and Type Method Description voidDescribeParamTemplateInfoResponse. setItems(ParameterDetail[] Items)Set 参数详情。包含:参数的名称,当前运行值,默认值,最大值、最小值、枚举值等信息。Constructors in com.tencentcloudapi.redis.v20180412.models with parameters of type ParameterDetail Constructor Description ParameterDetail(ParameterDetail 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.
-