Skip to content

Commit

Permalink
feat: auto generate for update_vpc
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyaming0800 committed Oct 10, 2022
1 parent 66b7db3 commit d2e7b5d
Show file tree
Hide file tree
Showing 197 changed files with 614 additions and 201 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.volcengine</groupId>
<artifactId>volcengine-java-sdk-bom</artifactId>
<version>0.1.15</version>
<version>0.1.16</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -67,12 +67,12 @@
<dependency>
<groupId>com.volcengine</groupId>
<artifactId>volcengine-java-sdk-vpc</artifactId>
<version>0.1.15</version>
<version>0.1.16</version>
</dependency>
<dependency>
<groupId>com.volcengine</groupId>
<artifactId>volcengine-java-sdk-ecs</artifactId>
<version>0.1.15</version>
<version>0.1.16</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.volcengine</groupId>
<artifactId>volcengine-java-sdk</artifactId>
<packaging>pom</packaging>
<version>0.1.15</version>
<version>0.1.16</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.source.version>1.7</java.source.version>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-alb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-autoscaling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-cen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-clb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.volcengine</groupId>
<artifactId>volcengine-java-sdk</artifactId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.volcengine.version;

public class Version {
public final static String SDK_VERSION = "0.1.15";
public final static String SDK_VERSION = "0.1.16";
public final static String SDK_NAME = "volcengine-java-sdk";
}
2 changes: 1 addition & 1 deletion volcengine-java-sdk-cr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-directconnect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-ecs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-natgateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-rdsmysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-storageebs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-vke/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion volcengine-java-sdk-vpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>volcengine-java-sdk</artifactId>
<groupId>com.volcengine</groupId>
<version>0.1.15</version>
<version>0.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@
* AllocateEipAddressRequest
*/

@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T12:08:25.743848+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T13:58:53.827648+08:00[Asia/Shanghai]")
public class AllocateEipAddressRequest {
@SerializedName("Bandwidth")
private Integer bandwidth = null;

@SerializedName("BillingType")
private Integer billingType = null;

@SerializedName("ClientToken")
private String clientToken = null;

@SerializedName("Description")
private String description = null;

Expand Down Expand Up @@ -96,6 +99,9 @@ public ISPEnum read(final JsonReader jsonReader) throws IOException {
@SerializedName("PeriodUnit")
private Integer periodUnit = null;

@SerializedName("ProjectName")
private String projectName = null;

@SerializedName("SecurityProtectionTypes")
private List<String> securityProtectionTypes = null;

Expand Down Expand Up @@ -142,6 +148,24 @@ public void setBillingType(Integer billingType) {
this.billingType = billingType;
}

public AllocateEipAddressRequest clientToken(String clientToken) {
this.clientToken = clientToken;
return this;
}

/**
* Get clientToken
* @return clientToken
**/
@Schema(description = "")
public String getClientToken() {
return clientToken;
}

public void setClientToken(String clientToken) {
this.clientToken = clientToken;
}

public AllocateEipAddressRequest description(String description) {
this.description = description;
return this;
Expand Down Expand Up @@ -234,6 +258,24 @@ public void setPeriodUnit(Integer periodUnit) {
this.periodUnit = periodUnit;
}

public AllocateEipAddressRequest projectName(String projectName) {
this.projectName = projectName;
return this;
}

/**
* Get projectName
* @return projectName
**/
@Schema(description = "")
public String getProjectName() {
return projectName;
}

public void setProjectName(String projectName) {
this.projectName = projectName;
}

public AllocateEipAddressRequest securityProtectionTypes(List<String> securityProtectionTypes) {
this.securityProtectionTypes = securityProtectionTypes;
return this;
Expand Down Expand Up @@ -299,18 +341,20 @@ public boolean equals(java.lang.Object o) {
AllocateEipAddressRequest allocateEipAddressRequest = (AllocateEipAddressRequest) o;
return Objects.equals(this.bandwidth, allocateEipAddressRequest.bandwidth) &&
Objects.equals(this.billingType, allocateEipAddressRequest.billingType) &&
Objects.equals(this.clientToken, allocateEipAddressRequest.clientToken) &&
Objects.equals(this.description, allocateEipAddressRequest.description) &&
Objects.equals(this.ISP, allocateEipAddressRequest.ISP) &&
Objects.equals(this.name, allocateEipAddressRequest.name) &&
Objects.equals(this.period, allocateEipAddressRequest.period) &&
Objects.equals(this.periodUnit, allocateEipAddressRequest.periodUnit) &&
Objects.equals(this.projectName, allocateEipAddressRequest.projectName) &&
Objects.equals(this.securityProtectionTypes, allocateEipAddressRequest.securityProtectionTypes) &&
Objects.equals(this.tags, allocateEipAddressRequest.tags);
}

@Override
public int hashCode() {
return Objects.hash(bandwidth, billingType, description, ISP, name, period, periodUnit, securityProtectionTypes, tags);
return Objects.hash(bandwidth, billingType, clientToken, description, ISP, name, period, periodUnit, projectName, securityProtectionTypes, tags);
}


Expand All @@ -321,11 +365,13 @@ public String toString() {

sb.append(" bandwidth: ").append(toIndentedString(bandwidth)).append("\n");
sb.append(" billingType: ").append(toIndentedString(billingType)).append("\n");
sb.append(" clientToken: ").append(toIndentedString(clientToken)).append("\n");
sb.append(" description: ").append(toIndentedString(description)).append("\n");
sb.append(" ISP: ").append(toIndentedString(ISP)).append("\n");
sb.append(" name: ").append(toIndentedString(name)).append("\n");
sb.append(" period: ").append(toIndentedString(period)).append("\n");
sb.append(" periodUnit: ").append(toIndentedString(periodUnit)).append("\n");
sb.append(" projectName: ").append(toIndentedString(projectName)).append("\n");
sb.append(" securityProtectionTypes: ").append(toIndentedString(securityProtectionTypes)).append("\n");
sb.append(" tags: ").append(toIndentedString(tags)).append("\n");
sb.append("}");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* AllocateEipAddressResponse
*/

@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T12:08:25.743848+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T13:58:53.827648+08:00[Asia/Shanghai]")
public class AllocateEipAddressResponse {
@SerializedName("AllocationId")
private String allocationId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* AssignPrivateIpAddressesRequest
*/

@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T12:08:25.743848+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T13:58:53.827648+08:00[Asia/Shanghai]")
public class AssignPrivateIpAddressesRequest {
@SerializedName("NetworkInterfaceId")
private String networkInterfaceId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* AssignPrivateIpAddressesResponse
*/

@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T12:08:25.743848+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T13:58:53.827648+08:00[Asia/Shanghai]")
public class AssignPrivateIpAddressesResponse {
@SerializedName("NetworkInterfaceId")
private String networkInterfaceId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* AssociateCenForDescribeVpcAttributesOutput
*/

@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T12:08:25.743848+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T13:58:53.827648+08:00[Asia/Shanghai]")
public class AssociateCenForDescribeVpcAttributesOutput {
@SerializedName("CenId")
private String cenId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* AssociateCenForDescribeVpcsOutput
*/

@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T12:08:25.743848+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T13:58:53.827648+08:00[Asia/Shanghai]")
public class AssociateCenForDescribeVpcsOutput {
@SerializedName("CenId")
private String cenId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* AssociateEipAddressRequest
*/

@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T12:08:25.743848+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T13:58:53.827648+08:00[Asia/Shanghai]")
public class AssociateEipAddressRequest {
@SerializedName("AllocationId")
private String allocationId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* AssociateEipAddressResponse
*/

@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T12:08:25.743848+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T13:58:53.827648+08:00[Asia/Shanghai]")
public class AssociateEipAddressResponse {
@SerializedName("RequestId")
private String requestId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* AssociateHaVipRequest
*/

@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T12:08:25.743848+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T13:58:53.827648+08:00[Asia/Shanghai]")
public class AssociateHaVipRequest {
@SerializedName("HaVipId")
private String haVipId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* AssociateHaVipResponse
*/

@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T12:08:25.743848+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T13:58:53.827648+08:00[Asia/Shanghai]")
public class AssociateHaVipResponse {
@SerializedName("RequestId")
private String requestId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* AssociateNetworkAclRequest
*/

@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T12:08:25.743848+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T13:58:53.827648+08:00[Asia/Shanghai]")
public class AssociateNetworkAclRequest {
@SerializedName("NetworkAclId")
private String networkAclId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* AssociateNetworkAclResponse
*/

@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T12:08:25.743848+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T13:58:53.827648+08:00[Asia/Shanghai]")
public class AssociateNetworkAclResponse {
@SerializedName("RequestId")
private String requestId = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* AssociateRouteTableRequest
*/

@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T12:08:25.743848+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "io.swagger.codegen.v3.generators.java.JavaClientCodegen", date = "2022-10-10T13:58:53.827648+08:00[Asia/Shanghai]")
public class AssociateRouteTableRequest {
@SerializedName("RouteTableId")
private String routeTableId = null;
Expand Down
Loading

0 comments on commit d2e7b5d

Please sign in to comment.