Commit 15d638db authored by jim's avatar jim

persistSystemDiskOnTermination

parent 26bca654
...@@ -106,6 +106,7 @@ public class BrowserTask { ...@@ -106,6 +106,7 @@ public class BrowserTask {
map.put("loginPassword", ipResource.getPassword()); map.put("loginPassword", ipResource.getPassword());
map.put("startscript", ""); map.put("startscript", "");
map.put("ipkeptperiod", 7); map.put("ipkeptperiod", 7);
map.put("persistSystemDiskOnTermination", false);
HttpEntity<Map<String, Object>> httpEntity = new HttpEntity<>(map, header); HttpEntity<Map<String, Object>> httpEntity = new HttpEntity<>(map, header);
IpBuyResultDto ipBuyResultDto = null; IpBuyResultDto ipBuyResultDto = null;
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment