public class ModfiyInstancePasswordRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModfiyInstancePasswordRequest() |
ModfiyInstancePasswordRequest(ModfiyInstancePasswordRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
String |
getOldPassword()
Get 实例旧密码。
|
String |
getPassword()
Get 实例新密码。密码复杂度要求如下:
- 长度8 - 30位, 推荐使用12位以上的密码。
- 不能以"/"开头。
- 至少包含小写字母a - z、大写字母A - Z、数字0 - 9、特殊字符 ()~!@#$%^&*-+=_|{}[]:;<>,.?/中的两项。
|
void |
setInstanceId(String InstanceId)
Set 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
void |
setOldPassword(String OldPassword)
Set 实例旧密码。
|
void |
setPassword(String Password)
Set 实例新密码。密码复杂度要求如下:
- 长度8 - 30位, 推荐使用12位以上的密码。
- 不能以"/"开头。
- 至少包含小写字母a - z、大写字母A - Z、数字0 - 9、特殊字符 ()~!@#$%^&*-+=_|{}[]:;<>,.?/中的两项。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModfiyInstancePasswordRequest()
public ModfiyInstancePasswordRequest(ModfiyInstancePasswordRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。public String getOldPassword()
public void setOldPassword(String OldPassword)
OldPassword
- 实例旧密码。public String getPassword()
public void setPassword(String Password)
Password
- 实例新密码。密码复杂度要求如下:
- 长度8 - 30位, 推荐使用12位以上的密码。
- 不能以"/"开头。
- 至少包含小写字母a - z、大写字母A - Z、数字0 - 9、特殊字符 ()~!@#$%^&*-+=_|{}[]:;<>,.?/中的两项。Copyright © 2024. All rights reserved.