public class CreateRotationPasswordRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateRotationPasswordRequest() |
CreateRotationPasswordRequest(CreateRotationPasswordRequest 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 |
---|---|
Account[] |
getAccounts()
Get 当前需开启密码轮转的账号信息,包含账户名与主机名
|
String |
getInstanceId()
Get 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
void |
setAccounts(Account[] Accounts)
Set 当前需开启密码轮转的账号信息,包含账户名与主机名
|
void |
setInstanceId(String InstanceId)
Set 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
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 CreateRotationPasswordRequest()
public CreateRotationPasswordRequest(CreateRotationPasswordRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。public Account[] getAccounts()
public void setAccounts(Account[] Accounts)
Accounts
- 当前需开启密码轮转的账号信息,包含账户名与主机名Copyright © 2024. All rights reserved.