|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.bcc.model.instance.RebuildInstanceRequest
public class RebuildInstanceRequest
The request for rebuilding the instance, you adminPass is needed.
Constructor Summary | |
---|---|
RebuildInstanceRequest()
|
Method Summary | |
---|---|
String |
getAdminPass()
|
String |
getImageId()
|
String |
getInstanceId()
|
void |
setAdminPass(String adminPass)
|
void |
setImageId(String imageId)
|
void |
setInstanceId(String instanceId)
|
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 |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request. |
Methods inherited from class com.baidubce.model.AbstractBceRequest |
---|
getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RebuildInstanceRequest()
Method Detail |
---|
public 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 doc
public RebuildInstanceRequest withImageId(String imageId)
imageId
- The id of the image which will be used to rebuild the instance.
public RebuildInstanceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials
in class AbstractBceRequest
credentials
- a valid instance of BceCredentials.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |