public class LoginSettings extends AbstractModel
header, skipSign
Constructor and Description |
---|
LoginSettings() |
LoginSettings(LoginSettings 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 |
getKeepImageLogin()
Get Maintains the original settings of the image.
|
String[] |
getKeyIds()
Get List of key IDs.
|
String |
getPassword()
Get Login password of the instance.
|
void |
setKeepImageLogin(String KeepImageLogin)
Set Maintains the original settings of the image.
|
void |
setKeyIds(String[] KeyIds)
Set List of key IDs.
|
void |
setPassword(String Password)
Set Login password of the instance.
|
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 LoginSettings()
public LoginSettings(LoginSettings source)
public String getPassword()
public void setPassword(String Password)
Password
- Login password of the instance. public String[] getKeyIds()
public void setKeyIds(String[] KeyIds)
KeyIds
- List of key IDs. After an instance is associated with a key, you can access the instance with the private key in the key pair. You can call [`DescribeKeyPairs`](https://intl.cloud.tencent.com/document/api/213/15699?from_cn_redirect=1) to obtain `KeyId`. You cannot specify a key and a password at the same time. Windows instances do not support keys.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getKeepImageLogin()
public void setKeepImageLogin(String KeepImageLogin)
KeepImageLogin
- Maintains the original settings of the image. This parameter cannot be specified simultaneously with Password or KeyIds.N. It can be set to true only when an instance is created with a custom image, shared image, or externally imported image. Valid values: Copyright © 2024. All rights reserved.