Support Device of LaunchConfiguration_DataDisk.

This commit is contained in:
sdk-team
2020-12-21 02:59:31 +00:00
parent 6dd27ba3df
commit a4f63bc75f
3 changed files with 17 additions and 0 deletions

View File

@@ -36,6 +36,13 @@ namespace AlibabaCloud
int size;
std::string category;
std::string performanceLevel;
std::string device;
std::string snapshotId;
bool deleteWithInstance;
bool encrypted;
std::string kmsKeyId;
std::string diskName;
std::string description;
};
struct SystemDiskConfig
{