Skip to content

Commit

Permalink
sdk: rolling update for 1.2.19-release (#73)
Browse files Browse the repository at this point in the history
* sdk: rolling update for 1.2.19-release

* Update pom.xml

---------

Co-authored-by: Renzheng Wang <[email protected]>
  • Loading branch information
ucloud-bot and wangrzneu committed Nov 6, 2023
1 parent 038ff7a commit 24e6dbb
Show file tree
Hide file tree
Showing 43 changed files with 206 additions and 123 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.18-release
1.2.19-release
4 changes: 2 additions & 2 deletions examples/generic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions examples/uhost/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-uhost</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java</artifactId>
<packaging>pom</packaging>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
<modules>
<module>ucloud-sdk-java-common</module>
<module>ucloud-sdk-java-cube</module>
Expand Down
4 changes: 2 additions & 2 deletions ucloud-sdk-java-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>

<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions ucloud-sdk-java-cube/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ucloud-sdk-java-cube</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>

<dependencies>
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions ucloud-sdk-java-ipsecvpn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ucloud-sdk-java-ipsecvpn</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>

<dependencies>
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions ucloud-sdk-java-pathx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ucloud-sdk-java-pathx</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>

<dependencies>
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions ucloud-sdk-java-sts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ucloud-sdk-java-sts</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>

<dependencies>
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions ucloud-sdk-java-uaccount/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ucloud-sdk-java-uaccount</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>

<dependencies>
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions ucloud-sdk-java-ubill/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ucloud-sdk-java-ubill</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>

<dependencies>
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions ucloud-sdk-java-ucdn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ucloud-sdk-java-ucdn</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>

<dependencies>
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions ucloud-sdk-java-ucompshare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ucloud-sdk-java-ucompshare</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>

<dependencies>
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,21 @@ public class CreateULHostInstanceRequest extends Request {
@UCloudParam("Quantity")
private Integer quantity;

/** VPC ID。默认为当前地域的默认VPC。 */
@UCloudParam("VPCId")
private String vpcId;

/** 子网 ID。默认为当前地域的默认子网。 */
@UCloudParam("SubnetId")
private String subnetId;

/**
* 防火墙ID,默认:Web推荐防火墙。如何查询SecurityGroupId请参见
* [DescribeFirewall](api/unet-api/describe_firewall.html)。
*/
@UCloudParam("SecurityGroupId")
private String securityGroupId;

/** 主机代金券ID。请通过DescribeCoupon接口查询,或登录用户中心查看 */
@UCloudParam("CouponId")
private String couponId;
Expand Down Expand Up @@ -130,6 +145,30 @@ public void setQuantity(Integer quantity) {
this.quantity = quantity;
}

public String getVPCId() {
return vpcId;
}

public void setVPCId(String vpcId) {
this.vpcId = vpcId;
}

public String getSubnetId() {
return subnetId;
}

public void setSubnetId(String subnetId) {
this.subnetId = subnetId;
}

public String getSecurityGroupId() {
return securityGroupId;
}

public void setSecurityGroupId(String securityGroupId) {
this.securityGroupId = securityGroupId;
}

public String getCouponId() {
return couponId;
}
Expand Down
6 changes: 3 additions & 3 deletions ucloud-sdk-java-udb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<parent>
<artifactId>ucloud-sdk-java</artifactId>
<groupId>cn.ucloud</groupId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ucloud-sdk-java-udb</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>

<dependencies>
<dependency>
<groupId>cn.ucloud</groupId>
<artifactId>ucloud-sdk-java-common</artifactId>
<version>1.2.18-release</version>
<version>1.2.19-release</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@

public class DescribeUDBTypeRequest extends Request {

/** 地域。 参见 [地域和可用区列表](../summary/regionlist.html) */
/** 地域。 参见 [地域和可用区列表](https://docs.ucloud.cn/api/summary/regionlist) */
@NotEmpty
@UCloudParam("Region")
private String region;

/** 可用区。参见 [可用区列表](../summary/regionlist.html) */
/** 可用区。参见 [可用区列表](https://docs.ucloud.cn/api/summary/regionlist) */
@NotEmpty
@UCloudParam("Zone")
private String zone;

/** 跨可用区高可用DB的备库所在区域,仅当该可用区支持跨可用区高可用时填入。参见 [可用区列表](../summary/regionlist.html) */
/**
* 跨可用区高可用DB的备库所在区域,仅当该可用区支持跨可用区高可用时填入。参见 [可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*/
@UCloudParam("BackupZone")
private String backupZone;

Expand All @@ -50,6 +52,10 @@ public class DescribeUDBTypeRequest extends Request {
@UCloudParam("CompatibleWithDBType")
private String compatibleWithDBType;

/** 返回从备份创建实例时,该小版本号所支持的备份创建小版本。如果没传,则表示不是从备份创建。 */
@UCloudParam("DBSubVersion")
private String dbSubVersion;

public String getRegion() {
return region;
}
Expand Down Expand Up @@ -105,4 +111,12 @@ public String getCompatibleWithDBType() {
public void setCompatibleWithDBType(String compatibleWithDBType) {
this.compatibleWithDBType = compatibleWithDBType;
}

public String getDBSubVersion() {
return dbSubVersion;
}

public void setDBSubVersion(String dbSubVersion) {
this.dbSubVersion = dbSubVersion;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,24 @@ public static class UDBTypeSet extends Response {
@SerializedName("DBTypeId")
private String dbTypeId;

/** mysql子版本,如mysql-8.0.25,mysql-8.0.16 */
@SerializedName("DBSubVersion")
private String dbSubVersion;

public String getDBTypeId() {
return dbTypeId;
}

public void setDBTypeId(String dbTypeId) {
this.dbTypeId = dbTypeId;
}

public String getDBSubVersion() {
return dbSubVersion;
}

public void setDBSubVersion(String dbSubVersion) {
this.dbSubVersion = dbSubVersion;
}
}
}
Loading

0 comments on commit 24e6dbb

Please sign in to comment.