Jelajahi Sumber

PVTZ SDK Auto Released By shenshi,Version:1.34.28

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao 7 tahun lalu
induk
melakukan
e9b2a0c830

+ 3 - 0
CHANGELOG

@@ -1,3 +1,6 @@
+2019-03-15 Version: 1.34.28
+1, Update Dependency
+
 2019-03-15 Version: 1.34.27
 1,  Update Dependency
 

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.34.27
+1.34.28

+ 12 - 8
pvtz/CMakeLists.txt

@@ -37,10 +37,12 @@ set(pvtz_public_header_model
 	include/alibabacloud/pvtz/model/AddZoneResult.h
 	include/alibabacloud/pvtz/model/BindZoneVpcRequest.h
 	include/alibabacloud/pvtz/model/BindZoneVpcResult.h
-	include/alibabacloud/pvtz/model/DescribeRequestGraphRequest.h
-	include/alibabacloud/pvtz/model/DescribeRequestGraphResult.h
 	include/alibabacloud/pvtz/model/DescribeStatisticSummaryRequest.h
 	include/alibabacloud/pvtz/model/DescribeStatisticSummaryResult.h
+	include/alibabacloud/pvtz/model/DescribeRequestGraphRequest.h
+	include/alibabacloud/pvtz/model/DescribeRequestGraphResult.h
+	include/alibabacloud/pvtz/model/SetProxyPatternRequest.h
+	include/alibabacloud/pvtz/model/SetProxyPatternResult.h
 	include/alibabacloud/pvtz/model/DescribeZoneVpcTreeRequest.h
 	include/alibabacloud/pvtz/model/DescribeZoneVpcTreeResult.h
 	include/alibabacloud/pvtz/model/DescribeChangeLogsRequest.h
@@ -51,10 +53,10 @@ set(pvtz_public_header_model
 	include/alibabacloud/pvtz/model/DescribeUserServiceStatusResult.h
 	include/alibabacloud/pvtz/model/DescribeRegionsRequest.h
 	include/alibabacloud/pvtz/model/DescribeRegionsResult.h
-	include/alibabacloud/pvtz/model/DescribeZoneRecordsRequest.h
-	include/alibabacloud/pvtz/model/DescribeZoneRecordsResult.h
 	include/alibabacloud/pvtz/model/SetZoneRecordStatusRequest.h
 	include/alibabacloud/pvtz/model/SetZoneRecordStatusResult.h
+	include/alibabacloud/pvtz/model/DescribeZoneRecordsRequest.h
+	include/alibabacloud/pvtz/model/DescribeZoneRecordsResult.h
 	include/alibabacloud/pvtz/model/DescribeZonesRequest.h
 	include/alibabacloud/pvtz/model/DescribeZonesResult.h )
 
@@ -76,10 +78,12 @@ set(pvtz_src
 	src/model/AddZoneResult.cc
 	src/model/BindZoneVpcRequest.cc
 	src/model/BindZoneVpcResult.cc
-	src/model/DescribeRequestGraphRequest.cc
-	src/model/DescribeRequestGraphResult.cc
 	src/model/DescribeStatisticSummaryRequest.cc
 	src/model/DescribeStatisticSummaryResult.cc
+	src/model/DescribeRequestGraphRequest.cc
+	src/model/DescribeRequestGraphResult.cc
+	src/model/SetProxyPatternRequest.cc
+	src/model/SetProxyPatternResult.cc
 	src/model/DescribeZoneVpcTreeRequest.cc
 	src/model/DescribeZoneVpcTreeResult.cc
 	src/model/DescribeChangeLogsRequest.cc
@@ -90,10 +94,10 @@ set(pvtz_src
 	src/model/DescribeUserServiceStatusResult.cc
 	src/model/DescribeRegionsRequest.cc
 	src/model/DescribeRegionsResult.cc
-	src/model/DescribeZoneRecordsRequest.cc
-	src/model/DescribeZoneRecordsResult.cc
 	src/model/SetZoneRecordStatusRequest.cc
 	src/model/SetZoneRecordStatusResult.cc
+	src/model/DescribeZoneRecordsRequest.cc
+	src/model/DescribeZoneRecordsResult.cc
 	src/model/DescribeZonesRequest.cc
 	src/model/DescribeZonesResult.cc )
 

+ 24 - 16
pvtz/include/alibabacloud/pvtz/PvtzClient.h

@@ -38,10 +38,12 @@
 #include "model/AddZoneResult.h"
 #include "model/BindZoneVpcRequest.h"
 #include "model/BindZoneVpcResult.h"
-#include "model/DescribeRequestGraphRequest.h"
-#include "model/DescribeRequestGraphResult.h"
 #include "model/DescribeStatisticSummaryRequest.h"
 #include "model/DescribeStatisticSummaryResult.h"
+#include "model/DescribeRequestGraphRequest.h"
+#include "model/DescribeRequestGraphResult.h"
+#include "model/SetProxyPatternRequest.h"
+#include "model/SetProxyPatternResult.h"
 #include "model/DescribeZoneVpcTreeRequest.h"
 #include "model/DescribeZoneVpcTreeResult.h"
 #include "model/DescribeChangeLogsRequest.h"
@@ -52,10 +54,10 @@
 #include "model/DescribeUserServiceStatusResult.h"
 #include "model/DescribeRegionsRequest.h"
 #include "model/DescribeRegionsResult.h"
-#include "model/DescribeZoneRecordsRequest.h"
-#include "model/DescribeZoneRecordsResult.h"
 #include "model/SetZoneRecordStatusRequest.h"
 #include "model/SetZoneRecordStatusResult.h"
+#include "model/DescribeZoneRecordsRequest.h"
+#include "model/DescribeZoneRecordsResult.h"
 #include "model/DescribeZonesRequest.h"
 #include "model/DescribeZonesResult.h"
 
@@ -91,12 +93,15 @@ 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::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::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::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;
 			typedef Outcome<Error, Model::DescribeZoneVpcTreeResult> DescribeZoneVpcTreeOutcome;
 			typedef std::future<DescribeZoneVpcTreeOutcome> DescribeZoneVpcTreeOutcomeCallable;
 			typedef std::function<void(const PvtzClient*, const Model::DescribeZoneVpcTreeRequest&, const DescribeZoneVpcTreeOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeZoneVpcTreeAsyncHandler;
@@ -112,12 +117,12 @@ namespace AlibabaCloud
 			typedef Outcome<Error, Model::DescribeRegionsResult> DescribeRegionsOutcome;
 			typedef std::future<DescribeRegionsOutcome> DescribeRegionsOutcomeCallable;
 			typedef std::function<void(const PvtzClient*, const Model::DescribeRegionsRequest&, const DescribeRegionsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeRegionsAsyncHandler;
-			typedef Outcome<Error, Model::DescribeZoneRecordsResult> DescribeZoneRecordsOutcome;
-			typedef std::future<DescribeZoneRecordsOutcome> DescribeZoneRecordsOutcomeCallable;
-			typedef std::function<void(const PvtzClient*, const Model::DescribeZoneRecordsRequest&, const DescribeZoneRecordsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeZoneRecordsAsyncHandler;
 			typedef Outcome<Error, Model::SetZoneRecordStatusResult> SetZoneRecordStatusOutcome;
 			typedef std::future<SetZoneRecordStatusOutcome> SetZoneRecordStatusOutcomeCallable;
 			typedef std::function<void(const PvtzClient*, const Model::SetZoneRecordStatusRequest&, const SetZoneRecordStatusOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> SetZoneRecordStatusAsyncHandler;
+			typedef Outcome<Error, Model::DescribeZoneRecordsResult> DescribeZoneRecordsOutcome;
+			typedef std::future<DescribeZoneRecordsOutcome> DescribeZoneRecordsOutcomeCallable;
+			typedef std::function<void(const PvtzClient*, const Model::DescribeZoneRecordsRequest&, const DescribeZoneRecordsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeZoneRecordsAsyncHandler;
 			typedef Outcome<Error, Model::DescribeZonesResult> DescribeZonesOutcome;
 			typedef std::future<DescribeZonesOutcome> DescribeZonesOutcomeCallable;
 			typedef std::function<void(const PvtzClient*, const Model::DescribeZonesRequest&, const DescribeZonesOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeZonesAsyncHandler;
@@ -150,12 +155,15 @@ 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;
-			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;
+			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;
+			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;
 			DescribeZoneVpcTreeOutcome describeZoneVpcTree(const Model::DescribeZoneVpcTreeRequest &request)const;
 			void describeZoneVpcTreeAsync(const Model::DescribeZoneVpcTreeRequest& request, const DescribeZoneVpcTreeAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
 			DescribeZoneVpcTreeOutcomeCallable describeZoneVpcTreeCallable(const Model::DescribeZoneVpcTreeRequest& request) const;
@@ -171,12 +179,12 @@ namespace AlibabaCloud
 			DescribeRegionsOutcome describeRegions(const Model::DescribeRegionsRequest &request)const;
 			void describeRegionsAsync(const Model::DescribeRegionsRequest& request, const DescribeRegionsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
 			DescribeRegionsOutcomeCallable describeRegionsCallable(const Model::DescribeRegionsRequest& request) const;
-			DescribeZoneRecordsOutcome describeZoneRecords(const Model::DescribeZoneRecordsRequest &request)const;
-			void describeZoneRecordsAsync(const Model::DescribeZoneRecordsRequest& request, const DescribeZoneRecordsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
-			DescribeZoneRecordsOutcomeCallable describeZoneRecordsCallable(const Model::DescribeZoneRecordsRequest& request) const;
 			SetZoneRecordStatusOutcome setZoneRecordStatus(const Model::SetZoneRecordStatusRequest &request)const;
 			void setZoneRecordStatusAsync(const Model::SetZoneRecordStatusRequest& request, const SetZoneRecordStatusAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
 			SetZoneRecordStatusOutcomeCallable setZoneRecordStatusCallable(const Model::SetZoneRecordStatusRequest& request) const;
+			DescribeZoneRecordsOutcome describeZoneRecords(const Model::DescribeZoneRecordsRequest &request)const;
+			void describeZoneRecordsAsync(const Model::DescribeZoneRecordsRequest& request, const DescribeZoneRecordsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
+			DescribeZoneRecordsOutcomeCallable describeZoneRecordsCallable(const Model::DescribeZoneRecordsRequest& request) const;
 			DescribeZonesOutcome describeZones(const Model::DescribeZonesRequest &request)const;
 			void describeZonesAsync(const Model::DescribeZonesRequest& request, const DescribeZonesAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
 			DescribeZonesOutcomeCallable describeZonesCallable(const Model::DescribeZonesRequest& request) const;

+ 3 - 0
pvtz/include/alibabacloud/pvtz/model/AddZoneRequest.h

@@ -35,6 +35,8 @@ namespace AlibabaCloud
 				AddZoneRequest();
 				~AddZoneRequest();
 
+				std::string getProxyPattern()const;
+				void setProxyPattern(const std::string& proxyPattern);
 				std::string getUserClientIp()const;
 				void setUserClientIp(const std::string& userClientIp);
 				std::string getLang()const;
@@ -43,6 +45,7 @@ namespace AlibabaCloud
 				void setZoneName(const std::string& zoneName);
 
             private:
+				std::string proxyPattern_;
 				std::string userClientIp_;
 				std::string lang_;
 				std::string zoneName_;

+ 3 - 0
pvtz/include/alibabacloud/pvtz/model/DescribeRegionsRequest.h

@@ -37,11 +37,14 @@ namespace AlibabaCloud
 
 				std::string getUserClientIp()const;
 				void setUserClientIp(const std::string& userClientIp);
+				std::string getAcceptLanguage()const;
+				void setAcceptLanguage(const std::string& acceptLanguage);
 				std::string getLang()const;
 				void setLang(const std::string& lang);
 
             private:
 				std::string userClientIp_;
+				std::string acceptLanguage_;
 				std::string lang_;
 
 			};

+ 2 - 0
pvtz/include/alibabacloud/pvtz/model/DescribeRegionsResult.h

@@ -36,6 +36,8 @@ namespace AlibabaCloud
 				{
 					std::string regionName;
 					std::string regionId;
+					std::string regionEndpoint;
+					std::string localName;
 				};
 
 

+ 3 - 0
pvtz/include/alibabacloud/pvtz/model/DescribeZoneInfoResult.h

@@ -38,6 +38,7 @@ namespace AlibabaCloud
 					std::string vpcId;
 					std::string regionName;
 					std::string vpcName;
+					std::string regionId;
 				};
 
 
@@ -46,6 +47,7 @@ namespace AlibabaCloud
 				~DescribeZoneInfoResult();
 				std::string getZoneName()const;
 				std::string getZoneId()const;
+				std::string getProxyPattern()const;
 				std::string getCreateTime()const;
 				std::string getUpdateTime()const;
 				long getUpdateTimestamp()const;
@@ -60,6 +62,7 @@ namespace AlibabaCloud
 			private:
 				std::string zoneName_;
 				std::string zoneId_;
+				std::string proxyPattern_;
 				std::string createTime_;
 				std::string updateTime_;
 				long updateTimestamp_;

+ 6 - 3
pvtz/include/alibabacloud/pvtz/model/DescribeZoneRecordsRequest.h

@@ -41,12 +41,14 @@ namespace AlibabaCloud
 				void setUserClientIp(const std::string& userClientIp);
 				std::string getZoneId()const;
 				void setZoneId(const std::string& zoneId);
+				std::string getSearchMode()const;
+				void setSearchMode(const std::string& searchMode);
 				std::string getTag()const;
 				void setTag(const std::string& tag);
-				std::string getKeyword()const;
-				void setKeyword(const std::string& keyword);
 				std::string getLang()const;
 				void setLang(const std::string& lang);
+				std::string getKeyword()const;
+				void setKeyword(const std::string& keyword);
 				int getPageNumber()const;
 				void setPageNumber(int pageNumber);
 
@@ -54,9 +56,10 @@ namespace AlibabaCloud
 				int pageSize_;
 				std::string userClientIp_;
 				std::string zoneId_;
+				std::string searchMode_;
 				std::string tag_;
-				std::string keyword_;
 				std::string lang_;
+				std::string keyword_;
 				int pageNumber_;
 
 			};

+ 9 - 0
pvtz/include/alibabacloud/pvtz/model/DescribeZonesRequest.h

@@ -35,23 +35,32 @@ namespace AlibabaCloud
 				DescribeZonesRequest();
 				~DescribeZonesRequest();
 
+				std::string getQueryVpcId()const;
+				void setQueryVpcId(const std::string& queryVpcId);
 				int getPageSize()const;
 				void setPageSize(int pageSize);
 				std::string getUserClientIp()const;
 				void setUserClientIp(const std::string& userClientIp);
+				std::string getSearchMode()const;
+				void setSearchMode(const std::string& searchMode);
 				std::string getLang()const;
 				void setLang(const std::string& lang);
 				std::string getKeyword()const;
 				void setKeyword(const std::string& keyword);
 				int getPageNumber()const;
 				void setPageNumber(int pageNumber);
+				std::string getQueryRegionId()const;
+				void setQueryRegionId(const std::string& queryRegionId);
 
             private:
+				std::string queryVpcId_;
 				int pageSize_;
 				std::string userClientIp_;
+				std::string searchMode_;
 				std::string lang_;
 				std::string keyword_;
 				int pageNumber_;
+				std::string queryRegionId_;
 
 			};
 		}

+ 1 - 0
pvtz/include/alibabacloud/pvtz/model/DescribeZonesResult.h

@@ -36,6 +36,7 @@ namespace AlibabaCloud
 				{
 					std::string zoneName;
 					std::string zoneId;
+					std::string proxyPattern;
 					std::string createTime;
 					std::string updateTime;
 					long updateTimestamp;

+ 57 - 0
pvtz/include/alibabacloud/pvtz/model/SetProxyPatternRequest.h

@@ -0,0 +1,57 @@
+/*
+ * Copyright 2009-2017 Alibaba Cloud All rights reserved.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef ALIBABACLOUD_PVTZ_MODEL_SETPROXYPATTERNREQUEST_H_
+#define ALIBABACLOUD_PVTZ_MODEL_SETPROXYPATTERNREQUEST_H_
+
+#include <string>
+#include <vector>
+#include <alibabacloud/core/RpcServiceRequest.h>
+#include <alibabacloud/pvtz/PvtzExport.h>
+
+namespace AlibabaCloud
+{
+	namespace Pvtz
+	{
+		namespace Model
+		{
+			class ALIBABACLOUD_PVTZ_EXPORT SetProxyPatternRequest : public RpcServiceRequest
+			{
+
+			public:
+				SetProxyPatternRequest();
+				~SetProxyPatternRequest();
+
+				std::string getProxyPattern()const;
+				void setProxyPattern(const std::string& proxyPattern);
+				std::string getUserClientIp()const;
+				void setUserClientIp(const std::string& userClientIp);
+				std::string getZoneId()const;
+				void setZoneId(const std::string& zoneId);
+				std::string getLang()const;
+				void setLang(const std::string& lang);
+
+            private:
+				std::string proxyPattern_;
+				std::string userClientIp_;
+				std::string zoneId_;
+				std::string lang_;
+
+			};
+		}
+	}
+}
+#endif // !ALIBABACLOUD_PVTZ_MODEL_SETPROXYPATTERNREQUEST_H_

+ 51 - 0
pvtz/include/alibabacloud/pvtz/model/SetProxyPatternResult.h

@@ -0,0 +1,51 @@
+/*
+ * Copyright 2009-2017 Alibaba Cloud All rights reserved.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef ALIBABACLOUD_PVTZ_MODEL_SETPROXYPATTERNRESULT_H_
+#define ALIBABACLOUD_PVTZ_MODEL_SETPROXYPATTERNRESULT_H_
+
+#include <string>
+#include <vector>
+#include <utility>
+#include <alibabacloud/core/ServiceResult.h>
+#include <alibabacloud/pvtz/PvtzExport.h>
+
+namespace AlibabaCloud
+{
+	namespace Pvtz
+	{
+		namespace Model
+		{
+			class ALIBABACLOUD_PVTZ_EXPORT SetProxyPatternResult : public ServiceResult
+			{
+			public:
+
+
+				SetProxyPatternResult();
+				explicit SetProxyPatternResult(const std::string &payload);
+				~SetProxyPatternResult();
+				std::string getZoneId()const;
+
+			protected:
+				void parse(const std::string &payload);
+			private:
+				std::string zoneId_;
+
+			};
+		}
+	}
+}
+#endif // !ALIBABACLOUD_PVTZ_MODEL_SETPROXYPATTERNRESULT_H_

+ 63 - 27
pvtz/src/PvtzClient.cc

@@ -339,6 +339,42 @@ PvtzClient::BindZoneVpcOutcomeCallable PvtzClient::bindZoneVpcCallable(const Bin
 	return task->get_future();
 }
 
+PvtzClient::DescribeStatisticSummaryOutcome PvtzClient::describeStatisticSummary(const DescribeStatisticSummaryRequest &request) const
+{
+	auto endpointOutcome = endpointProvider_->getEndpoint();
+	if (!endpointOutcome.isSuccess())
+		return DescribeStatisticSummaryOutcome(endpointOutcome.error());
+
+	auto outcome = makeRequest(endpointOutcome.result(), request);
+
+	if (outcome.isSuccess())
+		return DescribeStatisticSummaryOutcome(DescribeStatisticSummaryResult(outcome.result()));
+	else
+		return DescribeStatisticSummaryOutcome(outcome.error());
+}
+
+void PvtzClient::describeStatisticSummaryAsync(const DescribeStatisticSummaryRequest& request, const DescribeStatisticSummaryAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context) const
+{
+	auto fn = [this, request, handler, context]()
+	{
+		handler(this, request, describeStatisticSummary(request), context);
+	};
+
+	asyncExecute(new Runnable(fn));
+}
+
+PvtzClient::DescribeStatisticSummaryOutcomeCallable PvtzClient::describeStatisticSummaryCallable(const DescribeStatisticSummaryRequest &request) const
+{
+	auto task = std::make_shared<std::packaged_task<DescribeStatisticSummaryOutcome()>>(
+			[this, request]()
+			{
+			return this->describeStatisticSummary(request);
+			});
+
+	asyncExecute(new Runnable([task]() { (*task)(); }));
+	return task->get_future();
+}
+
 PvtzClient::DescribeRequestGraphOutcome PvtzClient::describeRequestGraph(const DescribeRequestGraphRequest &request) const
 {
 	auto endpointOutcome = endpointProvider_->getEndpoint();
@@ -375,36 +411,36 @@ PvtzClient::DescribeRequestGraphOutcomeCallable PvtzClient::describeRequestGraph
 	return task->get_future();
 }
 
-PvtzClient::DescribeStatisticSummaryOutcome PvtzClient::describeStatisticSummary(const DescribeStatisticSummaryRequest &request) const
+PvtzClient::SetProxyPatternOutcome PvtzClient::setProxyPattern(const SetProxyPatternRequest &request) const
 {
 	auto endpointOutcome = endpointProvider_->getEndpoint();
 	if (!endpointOutcome.isSuccess())
-		return DescribeStatisticSummaryOutcome(endpointOutcome.error());
+		return SetProxyPatternOutcome(endpointOutcome.error());
 
 	auto outcome = makeRequest(endpointOutcome.result(), request);
 
 	if (outcome.isSuccess())
-		return DescribeStatisticSummaryOutcome(DescribeStatisticSummaryResult(outcome.result()));
+		return SetProxyPatternOutcome(SetProxyPatternResult(outcome.result()));
 	else
-		return DescribeStatisticSummaryOutcome(outcome.error());
+		return SetProxyPatternOutcome(outcome.error());
 }
 
-void PvtzClient::describeStatisticSummaryAsync(const DescribeStatisticSummaryRequest& request, const DescribeStatisticSummaryAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context) const
+void PvtzClient::setProxyPatternAsync(const SetProxyPatternRequest& request, const SetProxyPatternAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context) const
 {
 	auto fn = [this, request, handler, context]()
 	{
-		handler(this, request, describeStatisticSummary(request), context);
+		handler(this, request, setProxyPattern(request), context);
 	};
 
 	asyncExecute(new Runnable(fn));
 }
 
-PvtzClient::DescribeStatisticSummaryOutcomeCallable PvtzClient::describeStatisticSummaryCallable(const DescribeStatisticSummaryRequest &request) const
+PvtzClient::SetProxyPatternOutcomeCallable PvtzClient::setProxyPatternCallable(const SetProxyPatternRequest &request) const
 {
-	auto task = std::make_shared<std::packaged_task<DescribeStatisticSummaryOutcome()>>(
+	auto task = std::make_shared<std::packaged_task<SetProxyPatternOutcome()>>(
 			[this, request]()
 			{
-			return this->describeStatisticSummary(request);
+			return this->setProxyPattern(request);
 			});
 
 	asyncExecute(new Runnable([task]() { (*task)(); }));
@@ -591,72 +627,72 @@ PvtzClient::DescribeRegionsOutcomeCallable PvtzClient::describeRegionsCallable(c
 	return task->get_future();
 }
 
-PvtzClient::DescribeZoneRecordsOutcome PvtzClient::describeZoneRecords(const DescribeZoneRecordsRequest &request) const
+PvtzClient::SetZoneRecordStatusOutcome PvtzClient::setZoneRecordStatus(const SetZoneRecordStatusRequest &request) const
 {
 	auto endpointOutcome = endpointProvider_->getEndpoint();
 	if (!endpointOutcome.isSuccess())
-		return DescribeZoneRecordsOutcome(endpointOutcome.error());
+		return SetZoneRecordStatusOutcome(endpointOutcome.error());
 
 	auto outcome = makeRequest(endpointOutcome.result(), request);
 
 	if (outcome.isSuccess())
-		return DescribeZoneRecordsOutcome(DescribeZoneRecordsResult(outcome.result()));
+		return SetZoneRecordStatusOutcome(SetZoneRecordStatusResult(outcome.result()));
 	else
-		return DescribeZoneRecordsOutcome(outcome.error());
+		return SetZoneRecordStatusOutcome(outcome.error());
 }
 
-void PvtzClient::describeZoneRecordsAsync(const DescribeZoneRecordsRequest& request, const DescribeZoneRecordsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context) const
+void PvtzClient::setZoneRecordStatusAsync(const SetZoneRecordStatusRequest& request, const SetZoneRecordStatusAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context) const
 {
 	auto fn = [this, request, handler, context]()
 	{
-		handler(this, request, describeZoneRecords(request), context);
+		handler(this, request, setZoneRecordStatus(request), context);
 	};
 
 	asyncExecute(new Runnable(fn));
 }
 
-PvtzClient::DescribeZoneRecordsOutcomeCallable PvtzClient::describeZoneRecordsCallable(const DescribeZoneRecordsRequest &request) const
+PvtzClient::SetZoneRecordStatusOutcomeCallable PvtzClient::setZoneRecordStatusCallable(const SetZoneRecordStatusRequest &request) const
 {
-	auto task = std::make_shared<std::packaged_task<DescribeZoneRecordsOutcome()>>(
+	auto task = std::make_shared<std::packaged_task<SetZoneRecordStatusOutcome()>>(
 			[this, request]()
 			{
-			return this->describeZoneRecords(request);
+			return this->setZoneRecordStatus(request);
 			});
 
 	asyncExecute(new Runnable([task]() { (*task)(); }));
 	return task->get_future();
 }
 
-PvtzClient::SetZoneRecordStatusOutcome PvtzClient::setZoneRecordStatus(const SetZoneRecordStatusRequest &request) const
+PvtzClient::DescribeZoneRecordsOutcome PvtzClient::describeZoneRecords(const DescribeZoneRecordsRequest &request) const
 {
 	auto endpointOutcome = endpointProvider_->getEndpoint();
 	if (!endpointOutcome.isSuccess())
-		return SetZoneRecordStatusOutcome(endpointOutcome.error());
+		return DescribeZoneRecordsOutcome(endpointOutcome.error());
 
 	auto outcome = makeRequest(endpointOutcome.result(), request);
 
 	if (outcome.isSuccess())
-		return SetZoneRecordStatusOutcome(SetZoneRecordStatusResult(outcome.result()));
+		return DescribeZoneRecordsOutcome(DescribeZoneRecordsResult(outcome.result()));
 	else
-		return SetZoneRecordStatusOutcome(outcome.error());
+		return DescribeZoneRecordsOutcome(outcome.error());
 }
 
-void PvtzClient::setZoneRecordStatusAsync(const SetZoneRecordStatusRequest& request, const SetZoneRecordStatusAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context) const
+void PvtzClient::describeZoneRecordsAsync(const DescribeZoneRecordsRequest& request, const DescribeZoneRecordsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context) const
 {
 	auto fn = [this, request, handler, context]()
 	{
-		handler(this, request, setZoneRecordStatus(request), context);
+		handler(this, request, describeZoneRecords(request), context);
 	};
 
 	asyncExecute(new Runnable(fn));
 }
 
-PvtzClient::SetZoneRecordStatusOutcomeCallable PvtzClient::setZoneRecordStatusCallable(const SetZoneRecordStatusRequest &request) const
+PvtzClient::DescribeZoneRecordsOutcomeCallable PvtzClient::describeZoneRecordsCallable(const DescribeZoneRecordsRequest &request) const
 {
-	auto task = std::make_shared<std::packaged_task<SetZoneRecordStatusOutcome()>>(
+	auto task = std::make_shared<std::packaged_task<DescribeZoneRecordsOutcome()>>(
 			[this, request]()
 			{
-			return this->setZoneRecordStatus(request);
+			return this->describeZoneRecords(request);
 			});
 
 	asyncExecute(new Runnable([task]() { (*task)(); }));

+ 11 - 0
pvtz/src/model/AddZoneRequest.cc

@@ -25,6 +25,17 @@ AddZoneRequest::AddZoneRequest() :
 AddZoneRequest::~AddZoneRequest()
 {}
 
+std::string AddZoneRequest::getProxyPattern()const
+{
+	return proxyPattern_;
+}
+
+void AddZoneRequest::setProxyPattern(const std::string& proxyPattern)
+{
+	proxyPattern_ = proxyPattern;
+	setParameter("ProxyPattern", proxyPattern);
+}
+
 std::string AddZoneRequest::getUserClientIp()const
 {
 	return userClientIp_;

+ 11 - 0
pvtz/src/model/DescribeRegionsRequest.cc

@@ -36,6 +36,17 @@ void DescribeRegionsRequest::setUserClientIp(const std::string& userClientIp)
 	setParameter("UserClientIp", userClientIp);
 }
 
+std::string DescribeRegionsRequest::getAcceptLanguage()const
+{
+	return acceptLanguage_;
+}
+
+void DescribeRegionsRequest::setAcceptLanguage(const std::string& acceptLanguage)
+{
+	acceptLanguage_ = acceptLanguage;
+	setParameter("AcceptLanguage", acceptLanguage);
+}
+
 std::string DescribeRegionsRequest::getLang()const
 {
 	return lang_;

+ 4 - 0
pvtz/src/model/DescribeRegionsResult.cc

@@ -48,6 +48,10 @@ void DescribeRegionsResult::parse(const std::string &payload)
 			regionsObject.regionId = value["RegionId"].asString();
 		if(!value["RegionName"].isNull())
 			regionsObject.regionName = value["RegionName"].asString();
+		if(!value["LocalName"].isNull())
+			regionsObject.localName = value["LocalName"].asString();
+		if(!value["RegionEndpoint"].isNull())
+			regionsObject.regionEndpoint = value["RegionEndpoint"].asString();
 		regions_.push_back(regionsObject);
 	}
 

+ 9 - 0
pvtz/src/model/DescribeZoneInfoResult.cc

@@ -52,6 +52,8 @@ void DescribeZoneInfoResult::parse(const std::string &payload)
 			bindVpcsObject.vpcName = value["VpcName"].asString();
 		if(!value["RegionName"].isNull())
 			bindVpcsObject.regionName = value["RegionName"].asString();
+		if(!value["RegionId"].isNull())
+			bindVpcsObject.regionId = value["RegionId"].asString();
 		bindVpcs_.push_back(bindVpcsObject);
 	}
 	if(!value["ZoneId"].isNull())
@@ -72,6 +74,8 @@ void DescribeZoneInfoResult::parse(const std::string &payload)
 		updateTimestamp_ = std::stol(value["UpdateTimestamp"].asString());
 	if(!value["IsPtr"].isNull())
 		isPtr_ = value["IsPtr"].asString() == "true";
+	if(!value["ProxyPattern"].isNull())
+		proxyPattern_ = value["ProxyPattern"].asString();
 
 }
 
@@ -85,6 +89,11 @@ std::string DescribeZoneInfoResult::getZoneId()const
 	return zoneId_;
 }
 
+std::string DescribeZoneInfoResult::getProxyPattern()const
+{
+	return proxyPattern_;
+}
+
 std::string DescribeZoneInfoResult::getCreateTime()const
 {
 	return createTime_;

+ 21 - 10
pvtz/src/model/DescribeZoneRecordsRequest.cc

@@ -58,26 +58,26 @@ void DescribeZoneRecordsRequest::setZoneId(const std::string& zoneId)
 	setParameter("ZoneId", zoneId);
 }
 
-std::string DescribeZoneRecordsRequest::getTag()const
+std::string DescribeZoneRecordsRequest::getSearchMode()const
 {
-	return tag_;
+	return searchMode_;
 }
 
-void DescribeZoneRecordsRequest::setTag(const std::string& tag)
+void DescribeZoneRecordsRequest::setSearchMode(const std::string& searchMode)
 {
-	tag_ = tag;
-	setParameter("Tag", tag);
+	searchMode_ = searchMode;
+	setParameter("SearchMode", searchMode);
 }
 
-std::string DescribeZoneRecordsRequest::getKeyword()const
+std::string DescribeZoneRecordsRequest::getTag()const
 {
-	return keyword_;
+	return tag_;
 }
 
-void DescribeZoneRecordsRequest::setKeyword(const std::string& keyword)
+void DescribeZoneRecordsRequest::setTag(const std::string& tag)
 {
-	keyword_ = keyword;
-	setParameter("Keyword", keyword);
+	tag_ = tag;
+	setParameter("Tag", tag);
 }
 
 std::string DescribeZoneRecordsRequest::getLang()const
@@ -91,6 +91,17 @@ void DescribeZoneRecordsRequest::setLang(const std::string& lang)
 	setParameter("Lang", lang);
 }
 
+std::string DescribeZoneRecordsRequest::getKeyword()const
+{
+	return keyword_;
+}
+
+void DescribeZoneRecordsRequest::setKeyword(const std::string& keyword)
+{
+	keyword_ = keyword;
+	setParameter("Keyword", keyword);
+}
+
 int DescribeZoneRecordsRequest::getPageNumber()const
 {
 	return pageNumber_;

+ 33 - 0
pvtz/src/model/DescribeZonesRequest.cc

@@ -25,6 +25,17 @@ DescribeZonesRequest::DescribeZonesRequest() :
 DescribeZonesRequest::~DescribeZonesRequest()
 {}
 
+std::string DescribeZonesRequest::getQueryVpcId()const
+{
+	return queryVpcId_;
+}
+
+void DescribeZonesRequest::setQueryVpcId(const std::string& queryVpcId)
+{
+	queryVpcId_ = queryVpcId;
+	setParameter("QueryVpcId", queryVpcId);
+}
+
 int DescribeZonesRequest::getPageSize()const
 {
 	return pageSize_;
@@ -47,6 +58,17 @@ void DescribeZonesRequest::setUserClientIp(const std::string& userClientIp)
 	setParameter("UserClientIp", userClientIp);
 }
 
+std::string DescribeZonesRequest::getSearchMode()const
+{
+	return searchMode_;
+}
+
+void DescribeZonesRequest::setSearchMode(const std::string& searchMode)
+{
+	searchMode_ = searchMode;
+	setParameter("SearchMode", searchMode);
+}
+
 std::string DescribeZonesRequest::getLang()const
 {
 	return lang_;
@@ -80,3 +102,14 @@ void DescribeZonesRequest::setPageNumber(int pageNumber)
 	setParameter("PageNumber", std::to_string(pageNumber));
 }
 
+std::string DescribeZonesRequest::getQueryRegionId()const
+{
+	return queryRegionId_;
+}
+
+void DescribeZonesRequest::setQueryRegionId(const std::string& queryRegionId)
+{
+	queryRegionId_ = queryRegionId;
+	setParameter("QueryRegionId", queryRegionId);
+}
+

+ 2 - 0
pvtz/src/model/DescribeZonesResult.cc

@@ -62,6 +62,8 @@ void DescribeZonesResult::parse(const std::string &payload)
 			zonesObject.updateTimestamp = std::stol(value["UpdateTimestamp"].asString());
 		if(!value["IsPtr"].isNull())
 			zonesObject.isPtr = value["IsPtr"].asString() == "true";
+		if(!value["ProxyPattern"].isNull())
+			zonesObject.proxyPattern = value["ProxyPattern"].asString();
 		zones_.push_back(zonesObject);
 	}
 	if(!value["TotalItems"].isNull())

+ 71 - 0
pvtz/src/model/SetProxyPatternRequest.cc

@@ -0,0 +1,71 @@
+/*
+ * Copyright 2009-2017 Alibaba Cloud All rights reserved.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#include <alibabacloud/pvtz/model/SetProxyPatternRequest.h>
+
+using AlibabaCloud::Pvtz::Model::SetProxyPatternRequest;
+
+SetProxyPatternRequest::SetProxyPatternRequest() :
+	RpcServiceRequest("pvtz", "2018-01-01", "SetProxyPattern")
+{}
+
+SetProxyPatternRequest::~SetProxyPatternRequest()
+{}
+
+std::string SetProxyPatternRequest::getProxyPattern()const
+{
+	return proxyPattern_;
+}
+
+void SetProxyPatternRequest::setProxyPattern(const std::string& proxyPattern)
+{
+	proxyPattern_ = proxyPattern;
+	setParameter("ProxyPattern", proxyPattern);
+}
+
+std::string SetProxyPatternRequest::getUserClientIp()const
+{
+	return userClientIp_;
+}
+
+void SetProxyPatternRequest::setUserClientIp(const std::string& userClientIp)
+{
+	userClientIp_ = userClientIp;
+	setParameter("UserClientIp", userClientIp);
+}
+
+std::string SetProxyPatternRequest::getZoneId()const
+{
+	return zoneId_;
+}
+
+void SetProxyPatternRequest::setZoneId(const std::string& zoneId)
+{
+	zoneId_ = zoneId;
+	setParameter("ZoneId", zoneId);
+}
+
+std::string SetProxyPatternRequest::getLang()const
+{
+	return lang_;
+}
+
+void SetProxyPatternRequest::setLang(const std::string& lang)
+{
+	lang_ = lang;
+	setParameter("Lang", lang);
+}
+

+ 52 - 0
pvtz/src/model/SetProxyPatternResult.cc

@@ -0,0 +1,52 @@
+/*
+ * Copyright 2009-2017 Alibaba Cloud All rights reserved.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#include <alibabacloud/pvtz/model/SetProxyPatternResult.h>
+#include <json/json.h>
+
+using namespace AlibabaCloud::Pvtz;
+using namespace AlibabaCloud::Pvtz::Model;
+
+SetProxyPatternResult::SetProxyPatternResult() :
+	ServiceResult()
+{}
+
+SetProxyPatternResult::SetProxyPatternResult(const std::string &payload) :
+	ServiceResult()
+{
+	parse(payload);
+}
+
+SetProxyPatternResult::~SetProxyPatternResult()
+{}
+
+void SetProxyPatternResult::parse(const std::string &payload)
+{
+	Json::Reader reader;
+	Json::Value value;
+	reader.parse(payload, value);
+
+	setRequestId(value["RequestId"].asString());
+	if(!value["ZoneId"].isNull())
+		zoneId_ = value["ZoneId"].asString();
+
+}
+
+std::string SetProxyPatternResult::getZoneId()const
+{
+	return zoneId_;
+}
+