aliyun-openapi-java-sdk
aliyun-openapi-java-sdk copied to clipboard
Different SystemDiskSize parameter type in CreateInstanceResquest and RunInstancesRequest
- Product and API: [email protected], [email protected]
- Platform: Windows
- Mininum Code:
// in RunInstancesRequest
private String systemDiskSize;
// in CreateInstanceRequest
private Integer systemDiskSize;
The issue that you described need product part to support it. Would you submit a work order at Alibaba Cloud website?
@atptro Thanks for your reply, is this caused by the backend not the sdk? If so, I will try to submit a ticket.