Skip to content

Commit ad5b87c

Browse files
committed
Generated 2014-05-26 for Ecs
1 parent a6e5873 commit ad5b87c

File tree

490 files changed

+30045
-5432
lines changed

Some content is hidden

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

490 files changed

+30045
-5432
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+
2019-05-14 Version: 1.20.1
2+
- Generated 2014-05-26 for `Ecs`
3+
14
2019-04-18 Version: 4.16.7
25
1, add ReservedInstance API.
36

aliyun-java-sdk-ecs/pom.xml

Lines changed: 101 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
12
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>com.aliyun</groupId>
45
<artifactId>aliyun-java-sdk-ecs</artifactId>
56
<packaging>jar</packaging>
6-
<version>4.16.7</version>
7-
<name>aliyun-java-sdk-ecs</name>
7+
<version>1.20.1</version>
8+
<name>aliyun-java-sdk-ecs</name>
89
<url>http://www.aliyun.com</url>
910
<description>Aliyun Open API SDK for Java
1011

@@ -14,111 +15,109 @@ All rights reserved.
1415
版权所有 (C)阿里云计算有限公司
1516

1617
http://www.aliyun.com</description>
17-
18-
<distributionManagement>
18+
<distributionManagement>
1919
<snapshotRepository>
20-
<id>sonatype-nexus-snapshots</id>
21-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
20+
<id>sonatype-nexus-snapshots</id>
21+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
2222
</snapshotRepository>
2323
<repository>
24-
<id>sonatype-nexus-staging</id>
25-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
24+
<id>sonatype-nexus-staging</id>
25+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
2626
</repository>
27-
</distributionManagement>
28-
29-
<dependencies>
30-
<dependency>
31-
<groupId>com.aliyun</groupId>
32-
<artifactId>aliyun-java-sdk-core</artifactId>
33-
<optional>true</optional>
34-
<version>[4.3.2,5.0.0)</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>com.google.code.gson</groupId>
38-
<artifactId>gson</artifactId>
39-
<version>2.8.5</version>
27+
</distributionManagement>
28+
<dependencies>
29+
<dependency>
30+
<groupId>com.aliyun</groupId>
31+
<artifactId>aliyun-java-sdk-core</artifactId>
32+
<optional>true</optional>
33+
<version>[4.3.2,5.0.0)</version>
34+
</dependency>
35+
<dependency>
36+
<groupId>com.google.code.gson</groupId>
37+
<artifactId>gson</artifactId>
38+
<version>2.8.5</version>
4039
</dependency>
4140
</dependencies>
42-
<licenses>
43-
<license>
44-
<name></name>
45-
<url></url>
46-
<distribution></distribution>
47-
</license>
48-
</licenses>
49-
<scm>
50-
<connection>scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git</connection>
51-
<developerConnection>scm:git:[email protected]:aliyun/aliyun-openapi-java-sdk.git</developerConnection>
52-
<url>https://github.com/aliyun/aliyun-openapi-java-sdk</url>
53-
</scm>
54-
<developers>
55-
<developer>
56-
<id>aliyunproducts</id>
57-
<name>Aliyun SDK</name>
58-
<email>[email protected]</email>
59-
</developer>
60-
</developers>
41+
<licenses>
42+
<license>
43+
<name/>
44+
<url/>
45+
<distribution/>
46+
</license>
47+
</licenses>
48+
<scm>
49+
<connection>scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git</connection>
50+
<developerConnection>scm:git:[email protected]:aliyun/aliyun-openapi-java-sdk.git</developerConnection>
51+
<url>https://github.com/aliyun/aliyun-openapi-java-sdk</url>
52+
</scm>
53+
<developers>
54+
<developer>
55+
<id>aliyunproducts</id>
56+
<name>Aliyun SDK</name>
57+
<email>[email protected]</email>
58+
</developer>
59+
</developers>
6160
<build>
62-
<plugins>
63-
<plugin>
64-
<artifactId>maven-compiler-plugin</artifactId>
65-
<version>2.3.2</version>
66-
<configuration>
67-
<source>1.6</source>
68-
<target>1.6</target>
69-
<encoding>UTF-8</encoding>
70-
</configuration>
71-
</plugin>
72-
<plugin>
73-
<groupId>org.apache.maven.plugins</groupId>
74-
<artifactId>maven-jar-plugin</artifactId>
75-
<version>2.3.2</version>
76-
<configuration>
77-
<excludes>
61+
<plugins>
62+
<plugin>
63+
<artifactId>maven-compiler-plugin</artifactId>
64+
<version>2.3.2</version>
65+
<configuration>
66+
<source>1.6</source>
67+
<target>1.6</target>
68+
<encoding>UTF-8</encoding>
69+
</configuration>
70+
</plugin>
71+
<plugin>
72+
<groupId>org.apache.maven.plugins</groupId>
73+
<artifactId>maven-jar-plugin</artifactId>
74+
<version>2.3.2</version>
75+
<configuration>
76+
<excludes>
7877
</excludes>
79-
</configuration>
80-
</plugin>
81-
<plugin>
82-
<groupId>org.apache.maven.plugins</groupId>
83-
<artifactId>maven-surefire-plugin</artifactId>
84-
<version>2.10</version>
85-
<configuration>
86-
<argLine>-Dfile.encoding=UTF-8</argLine>
87-
</configuration>
88-
</plugin>
89-
<plugin>
90-
<groupId>org.apache.maven.plugins</groupId>
91-
<artifactId>maven-javadoc-plugin</artifactId>
92-
<version>2.8</version>
93-
<configuration>
94-
<encoding>UTF-8</encoding>
95-
</configuration>
96-
</plugin>
97-
<plugin>
98-
<groupId>org.apache.maven.plugins</groupId>
99-
<artifactId>maven-gpg-plugin</artifactId>
100-
<version>1.5</version>
101-
<executions>
102-
<execution>
103-
<id>sign-artifacts</id>
104-
<phase>verify</phase>
105-
<goals>
106-
<goal>sign</goal>
107-
</goals>
108-
</execution>
109-
</executions>
110-
</plugin>
111-
<plugin>
112-
<groupId>org.sonatype.plugins</groupId>
113-
<artifactId>nexus-staging-maven-plugin</artifactId>
114-
<version>1.6.3</version>
115-
<extensions>true</extensions>
116-
<configuration>
117-
<serverId>sonatype-nexus-staging</serverId>
118-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
119-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
120-
</configuration>
121-
</plugin>
122-
</plugins>
123-
</build>
124-
</project>
78+
</configuration>
79+
</plugin>
80+
<plugin>
81+
<groupId>org.apache.maven.plugins</groupId>
82+
<artifactId>maven-surefire-plugin</artifactId>
83+
<version>2.10</version>
84+
<configuration>
85+
<argLine>-Dfile.encoding=UTF-8</argLine>
86+
</configuration>
87+
</plugin>
88+
<plugin>
89+
<groupId>org.apache.maven.plugins</groupId>
90+
<artifactId>maven-javadoc-plugin</artifactId>
91+
<version>2.8</version>
92+
<configuration>
93+
<encoding>UTF-8</encoding>
94+
</configuration>
95+
</plugin>
96+
<plugin>
97+
<groupId>org.apache.maven.plugins</groupId>
98+
<artifactId>maven-gpg-plugin</artifactId>
99+
<version>1.5</version>
100+
<executions>
101+
<execution>
102+
<id>sign-artifacts</id>
103+
<phase>verify</phase>
104+
<goals>
105+
<goal>sign</goal>
106+
</goals>
107+
</execution>
108+
</executions>
109+
</plugin>
110+
<plugin>
111+
<groupId>org.sonatype.plugins</groupId>
112+
<artifactId>nexus-staging-maven-plugin</artifactId>
113+
<version>1.6.3</version>
114+
<extensions>true</extensions>
115+
<configuration>
116+
<serverId>sonatype-nexus-staging</serverId>
117+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
118+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
119+
</configuration>
120+
</plugin>
121+
</plugins>
122+
</build>
123+
</project>

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ public AddBandwidthPackageIpsRequest() {
2828

2929
private Long resourceOwnerId;
3030

31+
private String clientToken;
32+
3133
private String bandwidthPackageId;
3234

3335
private String resourceOwnerAccount;
3436

35-
private String clientToken;
36-
3737
private String ownerAccount;
3838

3939
private Long ownerId;
@@ -51,6 +51,17 @@ public void setResourceOwnerId(Long resourceOwnerId) {
5151
}
5252
}
5353

54+
public String getClientToken() {
55+
return this.clientToken;
56+
}
57+
58+
public void setClientToken(String clientToken) {
59+
this.clientToken = clientToken;
60+
if(clientToken != null){
61+
putQueryParameter("ClientToken", clientToken);
62+
}
63+
}
64+
5465
public String getBandwidthPackageId() {
5566
return this.bandwidthPackageId;
5667
}
@@ -73,17 +84,6 @@ public void setResourceOwnerAccount(String resourceOwnerAccount) {
7384
}
7485
}
7586

76-
public String getClientToken() {
77-
return this.clientToken;
78-
}
79-
80-
public void setClientToken(String clientToken) {
81-
this.clientToken = clientToken;
82-
if(clientToken != null){
83-
putQueryParameter("ClientToken", clientToken);
84-
}
85-
}
86-
8787
public String getOwnerAccount() {
8888
return this.ownerAccount;
8989
}
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
* limitations under the License.
13+
*/
14+
15+
package com.aliyuncs.ecs.model.v20140526;
16+
17+
import com.aliyuncs.RpcAcsRequest;
18+
19+
/**
20+
* @author auto create
21+
* @version
22+
*/
23+
public class AddIpRangeRequest extends RpcAcsRequest<AddIpRangeResponse> {
24+
25+
public AddIpRangeRequest() {
26+
super("Ecs", "2014-05-26", "AddIpRange", "ecs");
27+
}
28+
29+
private String ipAddress;
30+
31+
private Long resourceOwnerId;
32+
33+
private String resourceOwnerAccount;
34+
35+
private String ownerAccount;
36+
37+
private Long ownerId;
38+
39+
private String zoneId;
40+
41+
public String getIpAddress() {
42+
return this.ipAddress;
43+
}
44+
45+
public void setIpAddress(String ipAddress) {
46+
this.ipAddress = ipAddress;
47+
if(ipAddress != null){
48+
putQueryParameter("IpAddress", ipAddress);
49+
}
50+
}
51+
52+
public Long getResourceOwnerId() {
53+
return this.resourceOwnerId;
54+
}
55+
56+
public void setResourceOwnerId(Long resourceOwnerId) {
57+
this.resourceOwnerId = resourceOwnerId;
58+
if(resourceOwnerId != null){
59+
putQueryParameter("ResourceOwnerId", resourceOwnerId.toString());
60+
}
61+
}
62+
63+
public String getResourceOwnerAccount() {
64+
return this.resourceOwnerAccount;
65+
}
66+
67+
public void setResourceOwnerAccount(String resourceOwnerAccount) {
68+
this.resourceOwnerAccount = resourceOwnerAccount;
69+
if(resourceOwnerAccount != null){
70+
putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount);
71+
}
72+
}
73+
74+
public String getOwnerAccount() {
75+
return this.ownerAccount;
76+
}
77+
78+
public void setOwnerAccount(String ownerAccount) {
79+
this.ownerAccount = ownerAccount;
80+
if(ownerAccount != null){
81+
putQueryParameter("OwnerAccount", ownerAccount);
82+
}
83+
}
84+
85+
public Long getOwnerId() {
86+
return this.ownerId;
87+
}
88+
89+
public void setOwnerId(Long ownerId) {
90+
this.ownerId = ownerId;
91+
if(ownerId != null){
92+
putQueryParameter("OwnerId", ownerId.toString());
93+
}
94+
}
95+
96+
public String getZoneId() {
97+
return this.zoneId;
98+
}
99+
100+
public void setZoneId(String zoneId) {
101+
this.zoneId = zoneId;
102+
if(zoneId != null){
103+
putQueryParameter("ZoneId", zoneId);
104+
}
105+
}
106+
107+
@Override
108+
public Class<AddIpRangeResponse> getResponseClass() {
109+
return AddIpRangeResponse.class;
110+
}
111+
112+
}

0 commit comments

Comments
 (0)