public class ResetInstancesPasswordRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResetInstancesPasswordRequest() | 
| ResetInstancesPasswordRequest(ResetInstancesPasswordRequest 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 | 
|---|---|
| Boolean | getDryRun()Get 默认为False,True代表只验证接口连通性 | 
| String[] | getInstanceIds()Get 实例ID列表 | 
| String | getPassword()Get 实例密码必须8-30位,推荐使用12位以上密码,不能以“/”开头,至少包含以下字符中的三种不同字符,字符种类: 小写字母:[a-z] 大写字母:[A-Z] 数字:0-9 特殊字符: ()\`\~!@#$%^&\*-+=\_|{}[]:;'<>,.?/ | 
| void | setDryRun(Boolean DryRun)Set 默认为False,True代表只验证接口连通性 | 
| void | setInstanceIds(String[] InstanceIds)Set 实例ID列表 | 
| 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, toJsonStringpublic ResetInstancesPasswordRequest()
public ResetInstancesPasswordRequest(ResetInstancesPasswordRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - 实例ID列表public String getPassword()
public void setPassword(String Password)
Password - 实例密码必须8-30位,推荐使用12位以上密码,不能以“/”开头,至少包含以下字符中的三种不同字符,字符种类:public Boolean getDryRun()
public void setDryRun(Boolean DryRun)
DryRun - 默认为False,True代表只验证接口连通性Copyright © 2025. All rights reserved.