Support TargetImageId in ApplyNodes Interface.

This commit is contained in:
sdk-team
2020-06-16 16:35:28 +08:00
parent 6bba61cebe
commit 39221a5319
4 changed files with 6 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ namespace AlibabaCloud
struct InstanceTypeModel
{
float maxPrice;
std::string targetImageId;
std::string instanceType;
};