PVTZ SDK Auto Released By shenshi,Version:1.34.28
Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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_;
|
||||
|
||||
@@ -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_;
|
||||
|
||||
};
|
||||
|
||||
@@ -36,6 +36,8 @@ namespace AlibabaCloud
|
||||
{
|
||||
std::string regionName;
|
||||
std::string regionId;
|
||||
std::string regionEndpoint;
|
||||
std::string localName;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -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_;
|
||||
|
||||
@@ -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_;
|
||||
|
||||
};
|
||||
|
||||
@@ -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_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,6 +36,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
std::string zoneName;
|
||||
std::string zoneId;
|
||||
std::string proxyPattern;
|
||||
std::string createTime;
|
||||
std::string updateTime;
|
||||
long updateTimestamp;
|
||||
|
||||
@@ -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
pvtz/include/alibabacloud/pvtz/model/SetProxyPatternResult.h
Normal file
51
pvtz/include/alibabacloud/pvtz/model/SetProxyPatternResult.h
Normal file
@@ -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_
|
||||
Reference in New Issue
Block a user