Generated 2015-12-01 for Dds.

This commit is contained in:
sdk-team
2024-08-28 05:45:41 +00:00
parent b88765a938
commit ac4e846136
3 changed files with 10 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ namespace AlibabaCloud
int port;
std::string nodeId;
std::string vpcCloudInstanceId;
std::string lockMode;
int maxIOPS;
};
struct ShardAttribute
@@ -73,6 +74,7 @@ namespace AlibabaCloud
int port;
std::string nodeId;
int nodeStorage;
std::string lockMode;
std::string maxDiskMbps;
std::string connectString;
int maxIOPS;
@@ -86,6 +88,7 @@ namespace AlibabaCloud
int port;
std::string nodeId;
int nodeStorage;
std::string lockMode;
std::string connectString;
int maxIOPS;
};