public class LoginConfiguration extends AbstractModel
header, skipSign
Constructor and Description |
---|
LoginConfiguration() |
LoginConfiguration(LoginConfiguration 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 |
getAutoGeneratePassword()
Get `YES`: Random password.
|
String[] |
getKeyIds()
Get
|
String |
getPassword()
Get Instance login password.
|
void |
setAutoGeneratePassword(String AutoGeneratePassword)
Set `YES`: Random password.
|
void |
setKeyIds(String[] KeyIds)
Set
|
void |
setPassword(String Password)
Set Instance login password.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LoginConfiguration()
public LoginConfiguration(LoginConfiguration source)
public String getAutoGeneratePassword()
public void setAutoGeneratePassword(String AutoGeneratePassword)
AutoGeneratePassword
- public String getPassword()
public void setPassword(String Password)
Password
- Instance login password.
For Windows instances, the password must contain 12 to 30 characters of the following types. It cannot start with “/” and cannot include the username.
public String[] getKeyIds()
public void setKeyIds(String[] KeyIds)
KeyIds
- Copyright © 2024. All rights reserved.