Rebuild sdk (#60)

* rebuild sdk

* fixed ut include Utils.h
This commit is contained in:
Axios
2019-08-14 14:34:09 +08:00
committed by GitHub
parent f3d9843e63
commit c43307bc80
11893 changed files with 462166 additions and 221301 deletions

View File

@@ -38,10 +38,10 @@
#include "model/AddZoneResult.h"
#include "model/BindZoneVpcRequest.h"
#include "model/BindZoneVpcResult.h"
#include "model/DescribeStatisticSummaryRequest.h"
#include "model/DescribeStatisticSummaryResult.h"
#include "model/DescribeRequestGraphRequest.h"
#include "model/DescribeRequestGraphResult.h"
#include "model/DescribeStatisticSummaryRequest.h"
#include "model/DescribeStatisticSummaryResult.h"
#include "model/SetProxyPatternRequest.h"
#include "model/SetProxyPatternResult.h"
#include "model/DescribeZoneVpcTreeRequest.h"
@@ -93,12 +93,12 @@ namespace AlibabaCloud
typedef Outcome<Error, Model::BindZoneVpcResult> BindZoneVpcOutcome;
typedef std::future<BindZoneVpcOutcome> BindZoneVpcOutcomeCallable;
typedef std::function<void(const PvtzClient*, const Model::BindZoneVpcRequest&, const BindZoneVpcOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BindZoneVpcAsyncHandler;
typedef Outcome<Error, Model::DescribeStatisticSummaryResult> DescribeStatisticSummaryOutcome;
typedef std::future<DescribeStatisticSummaryOutcome> DescribeStatisticSummaryOutcomeCallable;
typedef std::function<void(const PvtzClient*, const Model::DescribeStatisticSummaryRequest&, const DescribeStatisticSummaryOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeStatisticSummaryAsyncHandler;
typedef Outcome<Error, Model::DescribeRequestGraphResult> DescribeRequestGraphOutcome;
typedef std::future<DescribeRequestGraphOutcome> DescribeRequestGraphOutcomeCallable;
typedef std::function<void(const PvtzClient*, const Model::DescribeRequestGraphRequest&, const DescribeRequestGraphOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeRequestGraphAsyncHandler;
typedef Outcome<Error, Model::DescribeStatisticSummaryResult> DescribeStatisticSummaryOutcome;
typedef std::future<DescribeStatisticSummaryOutcome> DescribeStatisticSummaryOutcomeCallable;
typedef std::function<void(const PvtzClient*, const Model::DescribeStatisticSummaryRequest&, const DescribeStatisticSummaryOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeStatisticSummaryAsyncHandler;
typedef Outcome<Error, Model::SetProxyPatternResult> SetProxyPatternOutcome;
typedef std::future<SetProxyPatternOutcome> SetProxyPatternOutcomeCallable;
typedef std::function<void(const PvtzClient*, const Model::SetProxyPatternRequest&, const SetProxyPatternOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> SetProxyPatternAsyncHandler;
@@ -155,12 +155,12 @@ namespace AlibabaCloud
BindZoneVpcOutcome bindZoneVpc(const Model::BindZoneVpcRequest &request)const;
void bindZoneVpcAsync(const Model::BindZoneVpcRequest& request, const BindZoneVpcAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
BindZoneVpcOutcomeCallable bindZoneVpcCallable(const Model::BindZoneVpcRequest& request) const;
DescribeStatisticSummaryOutcome describeStatisticSummary(const Model::DescribeStatisticSummaryRequest &request)const;
void describeStatisticSummaryAsync(const Model::DescribeStatisticSummaryRequest& request, const DescribeStatisticSummaryAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DescribeStatisticSummaryOutcomeCallable describeStatisticSummaryCallable(const Model::DescribeStatisticSummaryRequest& request) const;
DescribeRequestGraphOutcome describeRequestGraph(const Model::DescribeRequestGraphRequest &request)const;
void describeRequestGraphAsync(const Model::DescribeRequestGraphRequest& request, const DescribeRequestGraphAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DescribeRequestGraphOutcomeCallable describeRequestGraphCallable(const Model::DescribeRequestGraphRequest& request) const;
DescribeStatisticSummaryOutcome describeStatisticSummary(const Model::DescribeStatisticSummaryRequest &request)const;
void describeStatisticSummaryAsync(const Model::DescribeStatisticSummaryRequest& request, const DescribeStatisticSummaryAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DescribeStatisticSummaryOutcomeCallable describeStatisticSummaryCallable(const Model::DescribeStatisticSummaryRequest& request) const;
SetProxyPatternOutcome setProxyPattern(const Model::SetProxyPatternRequest &request)const;
void setProxyPatternAsync(const Model::SetProxyPatternRequest& request, const SetProxyPatternAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
SetProxyPatternOutcomeCallable setProxyPatternCallable(const Model::SetProxyPatternRequest& request) const;

View File

@@ -37,6 +37,8 @@ namespace AlibabaCloud
std::string getProxyPattern()const;
void setProxyPattern(const std::string& proxyPattern);
std::string getResourceGroupId()const;
void setResourceGroupId(const std::string& resourceGroupId);
std::string getUserClientIp()const;
void setUserClientIp(const std::string& userClientIp);
std::string getLang()const;
@@ -46,6 +48,7 @@ namespace AlibabaCloud
private:
std::string proxyPattern_;
std::string resourceGroupId_;
std::string userClientIp_;
std::string lang_;
std::string zoneName_;

View File

@@ -47,6 +47,7 @@ namespace AlibabaCloud
~DescribeZoneInfoResult();
std::string getZoneName()const;
std::string getZoneId()const;
bool getSlaveDns()const;
std::string getProxyPattern()const;
std::string getCreateTime()const;
std::string getUpdateTime()const;
@@ -62,6 +63,7 @@ namespace AlibabaCloud
private:
std::string zoneName_;
std::string zoneId_;
bool slaveDns_;
std::string proxyPattern_;
std::string createTime_;
std::string updateTime_;

View File

@@ -37,6 +37,8 @@ namespace AlibabaCloud
std::string getQueryVpcId()const;
void setQueryVpcId(const std::string& queryVpcId);
std::string getResourceGroupId()const;
void setResourceGroupId(const std::string& resourceGroupId);
int getPageSize()const;
void setPageSize(int pageSize);
std::string getUserClientIp()const;
@@ -54,6 +56,7 @@ namespace AlibabaCloud
private:
std::string queryVpcId_;
std::string resourceGroupId_;
int pageSize_;
std::string userClientIp_;
std::string searchMode_;