Uses of Class
com.tencentcloudapi.cynosdb.v20190107.models.ParamInfo
-
Packages that use ParamInfo Package Description com.tencentcloudapi.cynosdb.v20190107.models -
-
Uses of ParamInfo in com.tencentcloudapi.cynosdb.v20190107.models
Methods in com.tencentcloudapi.cynosdb.v20190107.models that return ParamInfo Modifier and Type Method Description ParamInfo[]DescribeClusterParamsResponse. getItems()Get 实例参数列表 注意:此字段可能返回 null,表示取不到有效值。ParamInfoDescribeClusterPasswordComplexityResponse. getValidatePasswordDictionary()Get 数据字典参数 注意:此字段可能返回 null,表示取不到有效值。ParamInfoDescribeClusterPasswordComplexityResponse. getValidatePasswordLength()Get 密码长度 注意:此字段可能返回 null,表示取不到有效值。ParamInfoDescribeClusterPasswordComplexityResponse. getValidatePasswordMixedCaseCount()Get 大小写敏感字符个数 注意:此字段可能返回 null,表示取不到有效值。ParamInfoDescribeClusterPasswordComplexityResponse. getValidatePasswordNumberCount()Get 数字个数 注意:此字段可能返回 null,表示取不到有效值。ParamInfoDescribeClusterPasswordComplexityResponse. getValidatePasswordPolicy()Get 密码等级 注意:此字段可能返回 null,表示取不到有效值。ParamInfoDescribeClusterPasswordComplexityResponse. getValidatePasswordSpecialCharCount()Get 特殊字符个数 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type ParamInfo Modifier and Type Method Description voidDescribeClusterParamsResponse. setItems(ParamInfo[] Items)Set 实例参数列表 注意:此字段可能返回 null,表示取不到有效值。voidDescribeClusterPasswordComplexityResponse. setValidatePasswordDictionary(ParamInfo ValidatePasswordDictionary)Set 数据字典参数 注意:此字段可能返回 null,表示取不到有效值。voidDescribeClusterPasswordComplexityResponse. setValidatePasswordLength(ParamInfo ValidatePasswordLength)Set 密码长度 注意:此字段可能返回 null,表示取不到有效值。voidDescribeClusterPasswordComplexityResponse. setValidatePasswordMixedCaseCount(ParamInfo ValidatePasswordMixedCaseCount)Set 大小写敏感字符个数 注意:此字段可能返回 null,表示取不到有效值。voidDescribeClusterPasswordComplexityResponse. setValidatePasswordNumberCount(ParamInfo ValidatePasswordNumberCount)Set 数字个数 注意:此字段可能返回 null,表示取不到有效值。voidDescribeClusterPasswordComplexityResponse. setValidatePasswordPolicy(ParamInfo ValidatePasswordPolicy)Set 密码等级 注意:此字段可能返回 null,表示取不到有效值。voidDescribeClusterPasswordComplexityResponse. setValidatePasswordSpecialCharCount(ParamInfo ValidatePasswordSpecialCharCount)Set 特殊字符个数 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type ParamInfo Constructor 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.
-