Skip to content

Commit 071591c

Browse files
committed
Generated 2014-05-26 for Ecs.
1 parent 6f148ad commit 071591c

File tree

867 files changed

+26321
-36639
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

867 files changed

+26321
-36639
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2020-02-13 Version 1.36.103
2+
- Generated 2014-05-26 for `Ecs`.
3+
14
2020-02-12 Version: 1.36.102
25
- Test for reactor sdk portal.
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.36.102
1+
1.36.103

ecs/CMakeLists.txt

Lines changed: 1094 additions & 2 deletions
Large diffs are not rendered by default.

ecs/include/alibabacloud/ecs/EcsClient.h

Lines changed: 2011 additions & 1843 deletions
Large diffs are not rendered by default.

ecs/include/alibabacloud/ecs/model/AcceptInquiredSystemEventRequest.h

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -39,79 +39,22 @@ namespace AlibabaCloud
3939
void setEventId(const std::string& eventId);
4040
long getResourceOwnerId()const;
4141
void setResourceOwnerId(long resourceOwnerId);
42-
long getCallerParentId()const;
43-
void setCallerParentId(long callerParentId);
44-
bool getProxy_original_security_transport()const;
45-
void setProxy_original_security_transport(bool proxy_original_security_transport);
46-
std::string getProxy_original_source_ip()const;
47-
void setProxy_original_source_ip(const std::string& proxy_original_source_ip);
48-
std::string getOwnerIdLoginEmail()const;
49-
void setOwnerIdLoginEmail(const std::string& ownerIdLoginEmail);
50-
std::string getCallerType()const;
51-
void setCallerType(const std::string& callerType);
52-
std::string getAccessKeyId()const;
53-
void setAccessKeyId(const std::string& accessKeyId);
54-
std::string getResourceGroupId()const;
55-
void setResourceGroupId(const std::string& resourceGroupId);
56-
std::string getSecurityToken()const;
57-
void setSecurityToken(const std::string& securityToken);
5842
std::string getRegionId()const;
5943
void setRegionId(const std::string& regionId);
60-
bool getEnable()const;
61-
void setEnable(bool enable);
62-
std::string getRequestContent()const;
63-
void setRequestContent(const std::string& requestContent);
64-
std::string getCallerBidEmail()const;
65-
void setCallerBidEmail(const std::string& callerBidEmail);
66-
std::string getCallerUidEmail()const;
67-
void setCallerUidEmail(const std::string& callerUidEmail);
68-
long getCallerUid()const;
69-
void setCallerUid(long callerUid);
70-
std::string getApp_ip()const;
71-
void setApp_ip(const std::string& app_ip);
7244
std::string getResourceOwnerAccount()const;
7345
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
7446
std::string getOwnerAccount()const;
7547
void setOwnerAccount(const std::string& ownerAccount);
76-
std::string getCallerBid()const;
77-
void setCallerBid(const std::string& callerBid);
7848
long getOwnerId()const;
7949
void setOwnerId(long ownerId);
80-
bool getProxy_trust_transport_info()const;
81-
void setProxy_trust_transport_info(bool proxy_trust_transport_info);
82-
bool getAk_mfa_present()const;
83-
void setAk_mfa_present(bool ak_mfa_present);
84-
bool getSecurity_transport()const;
85-
void setSecurity_transport(bool security_transport);
86-
std::string getRequestId()const;
87-
void setRequestId(const std::string& requestId);
8850

8951
private:
9052
std::string eventId_;
9153
long resourceOwnerId_;
92-
long callerParentId_;
93-
bool proxy_original_security_transport_;
94-
std::string proxy_original_source_ip_;
95-
std::string ownerIdLoginEmail_;
96-
std::string callerType_;
97-
std::string accessKeyId_;
98-
std::string resourceGroupId_;
99-
std::string securityToken_;
10054
std::string regionId_;
101-
bool enable_;
102-
std::string requestContent_;
103-
std::string callerBidEmail_;
104-
std::string callerUidEmail_;
105-
long callerUid_;
106-
std::string app_ip_;
10755
std::string resourceOwnerAccount_;
10856
std::string ownerAccount_;
109-
std::string callerBid_;
11057
long ownerId_;
111-
bool proxy_trust_transport_info_;
112-
bool ak_mfa_present_;
113-
bool security_transport_;
114-
std::string requestId_;
11558

11659
};
11760
}

ecs/include/alibabacloud/ecs/model/ActivateRouterInterfaceRequest.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ namespace AlibabaCloud
3939
void setResourceOwnerId(long resourceOwnerId);
4040
std::string getResourceOwnerAccount()const;
4141
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
42-
std::string getRegionId()const;
43-
void setRegionId(const std::string& regionId);
4442
long getOwnerId()const;
4543
void setOwnerId(long ownerId);
4644
std::string getRouterInterfaceId()const;
4745
void setRouterInterfaceId(const std::string& routerInterfaceId);
46+
std::string getRegionId()const;
47+
void setRegionId(const std::string& regionId);
4848

4949
private:
5050
long resourceOwnerId_;
5151
std::string resourceOwnerAccount_;
52-
std::string regionId_;
5352
long ownerId_;
5453
std::string routerInterfaceId_;
54+
std::string regionId_;
5555

5656
};
5757
}

ecs/include/alibabacloud/ecs/model/AddBandwidthPackageIpsRequest.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ namespace AlibabaCloud
3737

3838
long getResourceOwnerId()const;
3939
void setResourceOwnerId(long resourceOwnerId);
40+
std::string getClientToken()const;
41+
void setClientToken(const std::string& clientToken);
42+
std::string getRegionId()const;
43+
void setRegionId(const std::string& regionId);
4044
std::string getBandwidthPackageId()const;
4145
void setBandwidthPackageId(const std::string& bandwidthPackageId);
4246
std::string getResourceOwnerAccount()const;
4347
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
44-
std::string getRegionId()const;
45-
void setRegionId(const std::string& regionId);
46-
std::string getClientToken()const;
47-
void setClientToken(const std::string& clientToken);
4848
std::string getOwnerAccount()const;
4949
void setOwnerAccount(const std::string& ownerAccount);
5050
long getOwnerId()const;
@@ -54,10 +54,10 @@ namespace AlibabaCloud
5454

5555
private:
5656
long resourceOwnerId_;
57+
std::string clientToken_;
58+
std::string regionId_;
5759
std::string bandwidthPackageId_;
5860
std::string resourceOwnerAccount_;
59-
std::string regionId_;
60-
std::string clientToken_;
6161
std::string ownerAccount_;
6262
long ownerId_;
6363
std::string ipCount_;

ecs/include/alibabacloud/ecs/model/AddTagsRequest.h

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ namespace AlibabaCloud
3030
{
3131
class ALIBABACLOUD_ECS_EXPORT AddTagsRequest : public RpcServiceRequest
3232
{
33+
public:
3334
struct Tag
3435
{
3536
std::string value;
@@ -40,30 +41,27 @@ namespace AlibabaCloud
4041
AddTagsRequest();
4142
~AddTagsRequest();
4243

43-
std::string getSourceRegionId()const;
44-
void setSourceRegionId(const std::string& sourceRegionId);
4544
long getResourceOwnerId()const;
4645
void setResourceOwnerId(long resourceOwnerId);
47-
std::string getResourceId()const;
48-
void setResourceId(const std::string& resourceId);
49-
std::string getResourceOwnerAccount()const;
50-
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
5146
std::string getRegionId()const;
5247
void setRegionId(const std::string& regionId);
5348
std::vector<Tag> getTag()const;
5449
void setTag(const std::vector<Tag>& tag);
50+
std::string getResourceId()const;
51+
void setResourceId(const std::string& resourceId);
52+
std::string getResourceOwnerAccount()const;
53+
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
5554
long getOwnerId()const;
5655
void setOwnerId(long ownerId);
5756
std::string getResourceType()const;
5857
void setResourceType(const std::string& resourceType);
5958

6059
private:
61-
std::string sourceRegionId_;
6260
long resourceOwnerId_;
63-
std::string resourceId_;
64-
std::string resourceOwnerAccount_;
6561
std::string regionId_;
6662
std::vector<Tag> tag_;
63+
std::string resourceId_;
64+
std::string resourceOwnerAccount_;
6765
long ownerId_;
6866
std::string resourceType_;
6967

ecs/include/alibabacloud/ecs/model/AllocateDedicatedHostsRequest.h

Lines changed: 4 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ namespace AlibabaCloud
3030
{
3131
class ALIBABACLOUD_ECS_EXPORT AllocateDedicatedHostsRequest : public RpcServiceRequest
3232
{
33+
public:
3334
struct Tag
3435
{
3536
std::string key;
@@ -44,46 +45,18 @@ namespace AlibabaCloud
4445
void setResourceOwnerId(long resourceOwnerId);
4546
std::string getClientToken()const;
4647
void setClientToken(const std::string& clientToken);
47-
long getCallerParentId()const;
48-
void setCallerParentId(long callerParentId);
49-
bool getProxy_original_security_transport()const;
50-
void setProxy_original_security_transport(bool proxy_original_security_transport);
5148
std::string getDescription()const;
5249
void setDescription(const std::string& description);
53-
std::string getProxy_original_source_ip()const;
54-
void setProxy_original_source_ip(const std::string& proxy_original_source_ip);
55-
std::string getOwnerIdLoginEmail()const;
56-
void setOwnerIdLoginEmail(const std::string& ownerIdLoginEmail);
57-
std::string getCallerType()const;
58-
void setCallerType(const std::string& callerType);
59-
std::string getAccessKeyId()const;
60-
void setAccessKeyId(const std::string& accessKeyId);
61-
std::string getSourceRegionId()const;
62-
void setSourceRegionId(const std::string& sourceRegionId);
6350
std::string getResourceGroupId()const;
6451
void setResourceGroupId(const std::string& resourceGroupId);
65-
std::string getSecurityToken()const;
66-
void setSecurityToken(const std::string& securityToken);
6752
std::string getRegionId()const;
6853
void setRegionId(const std::string& regionId);
69-
bool getEnable()const;
70-
void setEnable(bool enable);
71-
std::string getRequestContent()const;
72-
void setRequestContent(const std::string& requestContent);
7354
std::string getActionOnMaintenance()const;
7455
void setActionOnMaintenance(const std::string& actionOnMaintenance);
75-
std::string getCallerBidEmail()const;
76-
void setCallerBidEmail(const std::string& callerBidEmail);
7756
std::vector<Tag> getTag()const;
7857
void setTag(const std::vector<Tag>& tag);
7958
std::string getDedicatedHostType()const;
8059
void setDedicatedHostType(const std::string& dedicatedHostType);
81-
std::string getCallerUidEmail()const;
82-
void setCallerUidEmail(const std::string& callerUidEmail);
83-
long getCallerUid()const;
84-
void setCallerUid(long callerUid);
85-
std::string getApp_ip()const;
86-
void setApp_ip(const std::string& app_ip);
8760
int getAutoRenewPeriod()const;
8861
void setAutoRenewPeriod(int autoRenewPeriod);
8962
int getPeriod()const;
@@ -98,26 +71,18 @@ namespace AlibabaCloud
9871
void setOwnerAccount(const std::string& ownerAccount);
9972
std::string getAutoReleaseTime()const;
10073
void setAutoReleaseTime(const std::string& autoReleaseTime);
101-
std::string getCallerBid()const;
102-
void setCallerBid(const std::string& callerBid);
10374
long getOwnerId()const;
10475
void setOwnerId(long ownerId);
105-
bool getProxy_trust_transport_info()const;
106-
void setProxy_trust_transport_info(bool proxy_trust_transport_info);
107-
bool getAk_mfa_present()const;
108-
void setAk_mfa_present(bool ak_mfa_present);
109-
bool getSecurity_transport()const;
110-
void setSecurity_transport(bool security_transport);
11176
std::string getPeriodUnit()const;
11277
void setPeriodUnit(const std::string& periodUnit);
11378
bool getAutoRenew()const;
11479
void setAutoRenew(bool autoRenew);
115-
std::string getRequestId()const;
116-
void setRequestId(const std::string& requestId);
11780
int getNetworkAttributesSlbUdpTimeout()const;
11881
void setNetworkAttributesSlbUdpTimeout(int networkAttributesSlbUdpTimeout);
11982
std::string getZoneId()const;
12083
void setZoneId(const std::string& zoneId);
84+
std::string getAutoPlacement()const;
85+
void setAutoPlacement(const std::string& autoPlacement);
12186
std::string getChargeType()const;
12287
void setChargeType(const std::string& chargeType);
12388
int getNetworkAttributesUdpTimeout()const;
@@ -126,43 +91,25 @@ namespace AlibabaCloud
12691
private:
12792
long resourceOwnerId_;
12893
std::string clientToken_;
129-
long callerParentId_;
130-
bool proxy_original_security_transport_;
13194
std::string description_;
132-
std::string proxy_original_source_ip_;
133-
std::string ownerIdLoginEmail_;
134-
std::string callerType_;
135-
std::string accessKeyId_;
136-
std::string sourceRegionId_;
13795
std::string resourceGroupId_;
138-
std::string securityToken_;
13996
std::string regionId_;
140-
bool enable_;
141-
std::string requestContent_;
14297
std::string actionOnMaintenance_;
143-
std::string callerBidEmail_;
14498
std::vector<Tag> tag_;
14599
std::string dedicatedHostType_;
146-
std::string callerUidEmail_;
147-
long callerUid_;
148-
std::string app_ip_;
149100
int autoRenewPeriod_;
150101
int period_;
151102
int quantity_;
152103
std::string dedicatedHostName_;
153104
std::string resourceOwnerAccount_;
154105
std::string ownerAccount_;
155106
std::string autoReleaseTime_;
156-
std::string callerBid_;
157107
long ownerId_;
158-
bool proxy_trust_transport_info_;
159-
bool ak_mfa_present_;
160-
bool security_transport_;
161108
std::string periodUnit_;
162109
bool autoRenew_;
163-
std::string requestId_;
164110
int networkAttributesSlbUdpTimeout_;
165111
std::string zoneId_;
112+
std::string autoPlacement_;
166113
std::string chargeType_;
167114
int networkAttributesUdpTimeout_;
168115

ecs/include/alibabacloud/ecs/model/AllocateEipAddressRequest.h

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,33 +37,36 @@ namespace AlibabaCloud
3737

3838
long getResourceOwnerId()const;
3939
void setResourceOwnerId(long resourceOwnerId);
40-
std::string getResourceOwnerAccount()const;
41-
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
42-
std::string getRegionId()const;
43-
void setRegionId(const std::string& regionId);
44-
std::string getBandwidth()const;
45-
void setBandwidth(const std::string& bandwidth);
4640
std::string getClientToken()const;
4741
void setClientToken(const std::string& clientToken);
48-
std::string getInternetChargeType()const;
49-
void setInternetChargeType(const std::string& internetChargeType);
5042
std::string getISP()const;
5143
void setISP(const std::string& iSP);
44+
std::string getRegionId()const;
45+
void setRegionId(const std::string& regionId);
46+
std::string getResourceOwnerAccount()const;
47+
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
48+
std::string getBandwidth()const;
49+
void setBandwidth(const std::string& bandwidth);
5250
std::string getOwnerAccount()const;
5351
void setOwnerAccount(const std::string& ownerAccount);
5452
long getOwnerId()const;
5553
void setOwnerId(long ownerId);
54+
long getActivityId()const;
55+
void setActivityId(long activityId);
56+
std::string getInternetChargeType()const;
57+
void setInternetChargeType(const std::string& internetChargeType);
5658

5759
private:
5860
long resourceOwnerId_;
59-
std::string resourceOwnerAccount_;
60-
std::string regionId_;
61-
std::string bandwidth_;
6261
std::string clientToken_;
63-
std::string internetChargeType_;
6462
std::string iSP_;
63+
std::string regionId_;
64+
std::string resourceOwnerAccount_;
65+
std::string bandwidth_;
6566
std::string ownerAccount_;
6667
long ownerId_;
68+
long activityId_;
69+
std::string internetChargeType_;
6770

6871
};
6972
}

0 commit comments

Comments
 (0)