public class RebuildBatchInstanceRequest extends AbstractBceRequest
| Constructor and Description |
|---|
RebuildBatchInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminPass() |
String |
getImageId() |
List<String> |
getInstanceIds() |
String |
getKeypairId() |
void |
setAdminPass(String adminPass) |
void |
setImageId(String imageId) |
void |
setInstanceId(List<String> instanceIds) |
void |
setKeypairId(String keypairId) |
RebuildBatchInstanceRequest |
withAdminPass(String adminPass)
Configure adminPass for the request.
|
RebuildBatchInstanceRequest |
withImageId(String imageId)
Configure imageId for the request.
|
RebuildBatchInstanceRequest |
withInstanceIds(List<String> instanceIds)
Configure instanceIds for the request.
|
RebuildBatchInstanceRequest |
withKeypairId(String keypairId)
Configure keypairId for the request.
|
RebuildBatchInstanceRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic RebuildBatchInstanceRequest withInstanceIds(List<String> instanceIds)
instanceIds - 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 RebuildBatchInstanceRequest 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 RebuildBatchInstanceRequest 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 RebuildBatchInstanceRequest withKeypairId(String keypairId)
keypairId - The id of the keypair which will be used to rebuild the instance.public RebuildBatchInstanceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2020. All rights reserved.