public class RebuildInstanceRequest extends AbstractBceRequest
| Constructor and Description |
|---|
RebuildInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminPass() |
String |
getImageId() |
String |
getInstanceId() |
String |
getKeypairId() |
void |
setAdminPass(String adminPass) |
void |
setImageId(String imageId) |
void |
setInstanceId(String instanceId) |
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 |
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 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.Copyright © 2021. All rights reserved.