Skip to content

Commit 134a853

Browse files
committed
Generate SDK unified.
1 parent fa165ba commit 134a853

File tree

55 files changed

+3449
-2907
lines changed

Some content is hidden

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

55 files changed

+3449
-2907
lines changed

aliyun-java-sdk-ecs/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-04-15 Version: 5.11.19
2+
- Generate SDK unified.
3+
14
2025-03-12 Version: 5.11.18
25
- Unified upgrade SDK.
36

aliyun-java-sdk-ecs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.aliyun</groupId>
55
<artifactId>aliyun-java-sdk-ecs</artifactId>
66
<packaging>jar</packaging>
7-
<version>5.11.18</version>
7+
<version>5.11.19</version>
88
<name>aliyun-java-sdk-ecs</name>
99
<url>http://www.aliyun.com</url>
1010
<description>Aliyun Open API SDK for Java
@@ -91,7 +91,7 @@ http://www.aliyun.com</description>
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-gpg-plugin</artifactId>
94-
<version>1.5</version>
94+
<version>3.1.0</version>
9595
<executions>
9696
<execution>
9797
<id>sign-artifacts</id>

aliyun-java-sdk-ecs/src/main/java/com/aliyuncs/ecs/model/v20140526/AuthorizeSecurityGroupEgressRequest.java

Lines changed: 128 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -32,42 +32,42 @@ public class AuthorizeSecurityGroupEgressRequest extends RpcAcsRequest<Authorize
3232

3333
private String sourcePortRange;
3434

35-
private String clientToken;
36-
3735
private String destPrefixListId;
3836

39-
private String securityGroupId;
40-
41-
private String description;
42-
4337
private List<Permissions> permissions;
4438

45-
private String policy;
46-
4739
private String ipv6DestCidrIp;
4840

49-
private String ipv6SourceCidrIp;
50-
5141
private String portRange;
5242

53-
private String resourceOwnerAccount;
54-
5543
private String ipProtocol;
5644

57-
private String ownerAccount;
58-
5945
private String sourceCidrIp;
6046

61-
private String destGroupId;
62-
6347
private Long ownerId;
6448

6549
private String priority;
6650

67-
private String destGroupOwnerAccount;
68-
6951
private String destCidrIp;
7052

53+
private String clientToken;
54+
55+
private String securityGroupId;
56+
57+
private String description;
58+
59+
private String policy;
60+
61+
private String ipv6SourceCidrIp;
62+
63+
private String resourceOwnerAccount;
64+
65+
private String ownerAccount;
66+
67+
private String destGroupId;
68+
69+
private String destGroupOwnerAccount;
70+
7171
private Long destGroupOwnerId;
7272
public AuthorizeSecurityGroupEgressRequest() {
7373
super("Ecs", "2014-05-26", "AuthorizeSecurityGroupEgress", "ecs");
@@ -111,17 +111,6 @@ public void setSourcePortRange(String sourcePortRange) {
111111
}
112112
}
113113

114-
public String getClientToken() {
115-
return this.clientToken;
116-
}
117-
118-
public void setClientToken(String clientToken) {
119-
this.clientToken = clientToken;
120-
if(clientToken != null){
121-
putQueryParameter("ClientToken", clientToken);
122-
}
123-
}
124-
125114
public String getDestPrefixListId() {
126115
return this.destPrefixListId;
127116
}
@@ -133,28 +122,6 @@ public void setDestPrefixListId(String destPrefixListId) {
133122
}
134123
}
135124

136-
public String getSecurityGroupId() {
137-
return this.securityGroupId;
138-
}
139-
140-
public void setSecurityGroupId(String securityGroupId) {
141-
this.securityGroupId = securityGroupId;
142-
if(securityGroupId != null){
143-
putQueryParameter("SecurityGroupId", securityGroupId);
144-
}
145-
}
146-
147-
public String getDescription() {
148-
return this.description;
149-
}
150-
151-
public void setDescription(String description) {
152-
this.description = description;
153-
if(description != null){
154-
putQueryParameter("Description", description);
155-
}
156-
}
157-
158125
public List<Permissions> getPermissions() {
159126
return this.permissions;
160127
}
@@ -180,22 +147,12 @@ public void setPermissions(List<Permissions> permissions) {
180147
putQueryParameter("Permissions." + (depth1 + 1) + ".DestGroupOwnerId" , permissions.get(depth1).getDestGroupOwnerId());
181148
putQueryParameter("Permissions." + (depth1 + 1) + ".NicType" , permissions.get(depth1).getNicType());
182149
putQueryParameter("Permissions." + (depth1 + 1) + ".Description" , permissions.get(depth1).getDescription());
150+
putQueryParameter("Permissions." + (depth1 + 1) + ".PortRangeListId" , permissions.get(depth1).getPortRangeListId());
183151
}
184152
}
185153
}
186154
}
187155

188-
public String getPolicy() {
189-
return this.policy;
190-
}
191-
192-
public void setPolicy(String policy) {
193-
this.policy = policy;
194-
if(policy != null){
195-
putQueryParameter("Policy", policy);
196-
}
197-
}
198-
199156
public String getIpv6DestCidrIp() {
200157
return this.ipv6DestCidrIp;
201158
}
@@ -207,17 +164,6 @@ public void setIpv6DestCidrIp(String ipv6DestCidrIp) {
207164
}
208165
}
209166

210-
public String getIpv6SourceCidrIp() {
211-
return this.ipv6SourceCidrIp;
212-
}
213-
214-
public void setIpv6SourceCidrIp(String ipv6SourceCidrIp) {
215-
this.ipv6SourceCidrIp = ipv6SourceCidrIp;
216-
if(ipv6SourceCidrIp != null){
217-
putQueryParameter("Ipv6SourceCidrIp", ipv6SourceCidrIp);
218-
}
219-
}
220-
221167
public String getPortRange() {
222168
return this.portRange;
223169
}
@@ -229,17 +175,6 @@ public void setPortRange(String portRange) {
229175
}
230176
}
231177

232-
public String getResourceOwnerAccount() {
233-
return this.resourceOwnerAccount;
234-
}
235-
236-
public void setResourceOwnerAccount(String resourceOwnerAccount) {
237-
this.resourceOwnerAccount = resourceOwnerAccount;
238-
if(resourceOwnerAccount != null){
239-
putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount);
240-
}
241-
}
242-
243178
public String getIpProtocol() {
244179
return this.ipProtocol;
245180
}
@@ -251,17 +186,6 @@ public void setIpProtocol(String ipProtocol) {
251186
}
252187
}
253188

254-
public String getOwnerAccount() {
255-
return this.ownerAccount;
256-
}
257-
258-
public void setOwnerAccount(String ownerAccount) {
259-
this.ownerAccount = ownerAccount;
260-
if(ownerAccount != null){
261-
putQueryParameter("OwnerAccount", ownerAccount);
262-
}
263-
}
264-
265189
public String getSourceCidrIp() {
266190
return this.sourceCidrIp;
267191
}
@@ -273,17 +197,6 @@ public void setSourceCidrIp(String sourceCidrIp) {
273197
}
274198
}
275199

276-
public String getDestGroupId() {
277-
return this.destGroupId;
278-
}
279-
280-
public void setDestGroupId(String destGroupId) {
281-
this.destGroupId = destGroupId;
282-
if(destGroupId != null){
283-
putQueryParameter("DestGroupId", destGroupId);
284-
}
285-
}
286-
287200
public Long getOwnerId() {
288201
return this.ownerId;
289202
}
@@ -306,17 +219,6 @@ public void setPriority(String priority) {
306219
}
307220
}
308221

309-
public String getDestGroupOwnerAccount() {
310-
return this.destGroupOwnerAccount;
311-
}
312-
313-
public void setDestGroupOwnerAccount(String destGroupOwnerAccount) {
314-
this.destGroupOwnerAccount = destGroupOwnerAccount;
315-
if(destGroupOwnerAccount != null){
316-
putQueryParameter("DestGroupOwnerAccount", destGroupOwnerAccount);
317-
}
318-
}
319-
320222
public String getDestCidrIp() {
321223
return this.destCidrIp;
322224
}
@@ -328,6 +230,105 @@ public void setDestCidrIp(String destCidrIp) {
328230
}
329231
}
330232

233+
public String getClientToken() {
234+
return this.clientToken;
235+
}
236+
237+
public void setClientToken(String clientToken) {
238+
this.clientToken = clientToken;
239+
if(clientToken != null){
240+
putQueryParameter("ClientToken", clientToken);
241+
}
242+
}
243+
244+
public String getSecurityGroupId() {
245+
return this.securityGroupId;
246+
}
247+
248+
public void setSecurityGroupId(String securityGroupId) {
249+
this.securityGroupId = securityGroupId;
250+
if(securityGroupId != null){
251+
putQueryParameter("SecurityGroupId", securityGroupId);
252+
}
253+
}
254+
255+
public String getDescription() {
256+
return this.description;
257+
}
258+
259+
public void setDescription(String description) {
260+
this.description = description;
261+
if(description != null){
262+
putQueryParameter("Description", description);
263+
}
264+
}
265+
266+
public String getPolicy() {
267+
return this.policy;
268+
}
269+
270+
public void setPolicy(String policy) {
271+
this.policy = policy;
272+
if(policy != null){
273+
putQueryParameter("Policy", policy);
274+
}
275+
}
276+
277+
public String getIpv6SourceCidrIp() {
278+
return this.ipv6SourceCidrIp;
279+
}
280+
281+
public void setIpv6SourceCidrIp(String ipv6SourceCidrIp) {
282+
this.ipv6SourceCidrIp = ipv6SourceCidrIp;
283+
if(ipv6SourceCidrIp != null){
284+
putQueryParameter("Ipv6SourceCidrIp", ipv6SourceCidrIp);
285+
}
286+
}
287+
288+
public String getResourceOwnerAccount() {
289+
return this.resourceOwnerAccount;
290+
}
291+
292+
public void setResourceOwnerAccount(String resourceOwnerAccount) {
293+
this.resourceOwnerAccount = resourceOwnerAccount;
294+
if(resourceOwnerAccount != null){
295+
putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount);
296+
}
297+
}
298+
299+
public String getOwnerAccount() {
300+
return this.ownerAccount;
301+
}
302+
303+
public void setOwnerAccount(String ownerAccount) {
304+
this.ownerAccount = ownerAccount;
305+
if(ownerAccount != null){
306+
putQueryParameter("OwnerAccount", ownerAccount);
307+
}
308+
}
309+
310+
public String getDestGroupId() {
311+
return this.destGroupId;
312+
}
313+
314+
public void setDestGroupId(String destGroupId) {
315+
this.destGroupId = destGroupId;
316+
if(destGroupId != null){
317+
putQueryParameter("DestGroupId", destGroupId);
318+
}
319+
}
320+
321+
public String getDestGroupOwnerAccount() {
322+
return this.destGroupOwnerAccount;
323+
}
324+
325+
public void setDestGroupOwnerAccount(String destGroupOwnerAccount) {
326+
this.destGroupOwnerAccount = destGroupOwnerAccount;
327+
if(destGroupOwnerAccount != null){
328+
putQueryParameter("DestGroupOwnerAccount", destGroupOwnerAccount);
329+
}
330+
}
331+
331332
public Long getDestGroupOwnerId() {
332333
return this.destGroupOwnerId;
333334
}
@@ -371,6 +372,8 @@ public static class Permissions {
371372

372373
private String description;
373374

375+
private String portRangeListId;
376+
374377
public String getPolicy() {
375378
return this.policy;
376379
}
@@ -490,6 +493,14 @@ public String getDescription() {
490493
public void setDescription(String description) {
491494
this.description = description;
492495
}
496+
497+
public String getPortRangeListId() {
498+
return this.portRangeListId;
499+
}
500+
501+
public void setPortRangeListId(String portRangeListId) {
502+
this.portRangeListId = portRangeListId;
503+
}
493504
}
494505

495506
@Override

0 commit comments

Comments
 (0)