public class RebuildInstanceRequest extends AbstractBceRequest
| Constructor and Description |
|---|
RebuildInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminPass() |
String |
getImageId() |
String |
getInstanceId() |
String |
getKeypairId() |
boolean |
isKeepImageLogin() |
void |
setAdminPass(String adminPass) |
void |
setImageId(String imageId) |
void |
setInstanceId(String instanceId) |
void |
setKeepImageLogin(boolean keepImageLogin) |
void |
setKeypairId(String keypairId) |
RebuildInstanceRequest |
withAdminPass(String adminPass)
Configure adminPass for the request.
|
RebuildInstanceRequest |
withImageId(String imageId)
Configure imageId for the request.
|
RebuildInstanceRequest |
withInstanceId(String instanceId)
Configure instanceId for the request.
|
RebuildInstanceRequest |
withKeepImageLogin(boolean keepImageLogin) |
RebuildInstanceRequest |
withKeypairId(String keypairId)
Configure keypairId for the request.
|
RebuildInstanceRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic String getInstanceId()
public void setInstanceId(String instanceId)
public RebuildInstanceRequest withInstanceId(String instanceId)
instanceId - The id of the instance which will be rebuild.public String getImageId()
public void setImageId(String imageId)
public String getAdminPass()
public void setAdminPass(String adminPass)
public RebuildInstanceRequest withAdminPass(String adminPass)
adminPass - The admin password to login the instance.It must be encrypt in AES-128 algorithm
with the substring of the former 16 characters of user SecretKey.See more detail on
BCE API docpublic RebuildInstanceRequest withImageId(String imageId)
imageId - The id of the image which will be used to rebuild the instance.public String getKeypairId()
public void setKeypairId(String keypairId)
public boolean isKeepImageLogin()
public void setKeepImageLogin(boolean keepImageLogin)
public RebuildInstanceRequest withKeypairId(String keypairId)
keypairId - The id of the keypair which will be used to rebuild the instance.public RebuildInstanceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.public RebuildInstanceRequest withKeepImageLogin(boolean keepImageLogin)
Copyright © 2025. All rights reserved.