public class LoginConfiguration extends AbstractModel
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 |
getPassword()
Get Instace login password.
|
void |
setAutoGeneratePassword(String AutoGeneratePassword)
Set `YES`: Random password.
|
void |
setPassword(String Password)
Set Instace login password.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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
- Instace 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.
Copyright © 2023. All rights reserved.