...
|
...
|
@@ -48,7 +48,7 @@ public class CloudToolController { |
|
|
* @param cloudType 云类型 1:AWS 2:QCLOUD
|
|
|
* @return
|
|
|
*/
|
|
|
@RequestMapping("/getAutoScalingConfig")
|
|
|
/*@RequestMapping("/getAutoScalingConfig")
|
|
|
@ResponseBody
|
|
|
public BaseResponse getAutoScalingConfig(int cloudType) {
|
|
|
BaseResponse response;
|
...
|
...
|
@@ -64,7 +64,7 @@ public class CloudToolController { |
|
|
response = new BaseResponse();
|
|
|
response.setData(autoScalingGroups);
|
|
|
return response;
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
/**
|
|
|
* 修改伸缩组信息
|
...
|
...
|
|