Package | Description |
---|---|
com.tencentcloudapi.cynosdb.v20190107.models |
Modifier and Type | Method and Description |
---|---|
ParamInfo[] |
DescribeClusterParamsResponse.getItems()
Get Instance parameter list
Note: This field may return null, indicating that no valid values can be obtained.
|
ParamInfo |
DescribeClusterPasswordComplexityResponse.getValidatePasswordDictionary()
Get Data dictionary parameter Note: This field may return null, indicating that no valid values can be obtained.
|
ParamInfo |
DescribeClusterPasswordComplexityResponse.getValidatePasswordLength()
Get The length of the password Note: This field may return null, indicating that no valid values can be obtained.
|
ParamInfo |
DescribeClusterPasswordComplexityResponse.getValidatePasswordMixedCaseCount()
Get Number of case-sensitive characters Note: This field may return null, indicating that no valid values can be obtained.
|
ParamInfo |
DescribeClusterPasswordComplexityResponse.getValidatePasswordNumberCount()
Get Number of digits Note: This field may return null, indicating that no valid values can be obtained.
|
ParamInfo |
DescribeClusterPasswordComplexityResponse.getValidatePasswordPolicy()
Get Password level Note: This field may return null, indicating that no valid values can be obtained.
|
ParamInfo |
DescribeClusterPasswordComplexityResponse.getValidatePasswordSpecialCharCount()
Get Number of symbols Note: This field may return null, indicating that no valid values can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClusterParamsResponse.setItems(ParamInfo[] Items)
Set Instance parameter list
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
DescribeClusterPasswordComplexityResponse.setValidatePasswordDictionary(ParamInfo ValidatePasswordDictionary)
Set Data dictionary parameter Note: This field may return null, indicating that no valid values can be obtained.
|
void |
DescribeClusterPasswordComplexityResponse.setValidatePasswordLength(ParamInfo ValidatePasswordLength)
Set The length of the password Note: This field may return null, indicating that no valid values can be obtained.
|
void |
DescribeClusterPasswordComplexityResponse.setValidatePasswordMixedCaseCount(ParamInfo ValidatePasswordMixedCaseCount)
Set Number of case-sensitive characters Note: This field may return null, indicating that no valid values can be obtained.
|
void |
DescribeClusterPasswordComplexityResponse.setValidatePasswordNumberCount(ParamInfo ValidatePasswordNumberCount)
Set Number of digits Note: This field may return null, indicating that no valid values can be obtained.
|
void |
DescribeClusterPasswordComplexityResponse.setValidatePasswordPolicy(ParamInfo ValidatePasswordPolicy)
Set Password level Note: This field may return null, indicating that no valid values can be obtained.
|
void |
DescribeClusterPasswordComplexityResponse.setValidatePasswordSpecialCharCount(ParamInfo ValidatePasswordSpecialCharCount)
Set Number of symbols Note: This field may return null, indicating that no valid values can be obtained.
|
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.