Skip to content

Commit 31126c8

Browse files
Tanc009欧林宝
authored andcommitted
update vm apis
1 parent 0cd8af0 commit 31126c8

File tree

136 files changed

+1447
-292
lines changed

Some content is hidden

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

136 files changed

+1447
-292
lines changed

vm/ChangeLog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2018-04-08 version 0.7.4
2+
1. 修正一些是否必填的属性
3+
4+
2018-04-08 version 0.7.2
5+
1. 实例规格列表接口变更,增加可用区售卖状态
6+
7+
2018-04-08 version 0.7.1
8+
1. 增加变配接口
9+
2. 增加重置系统接口
10+
3. 查询主机列表增加Tag过滤条件
11+
112
2018-04-08 version 0.6.1
213
1. 完善文档描述,针对逻辑不清楚的地方补充描述
314

vm/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.jdcloud.sdk</groupId>
77
<artifactId>vm</artifactId>
8-
<version>0.6.1</version>
8+
<version>0.7.4</version>
99
<packaging>jar</packaging>
1010
<name>vm</name>
1111
<url>http://www.jdcloud.com</url>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.jdcloud.sdk</groupId>
5151
<artifactId>core</artifactId>
52-
<version>1.0.0</version>
52+
<version>1.0.1</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.jdcloud.sdk</groupId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.jdcloud.sdk</groupId>
6666
<artifactId>disk</artifactId>
67-
<version>0.3.1</version>
67+
<version>0.5.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.jdcloud.sdk</groupId>

vm/src/main/java/com/jdcloud/sdk/service/vm/client/AssociateElasticIpExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2025 JDCLOUD.COM
2+
* Copyright 2018 JDCLOUD.COM
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

vm/src/main/java/com/jdcloud/sdk/service/vm/client/AttachDiskExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2025 JDCLOUD.COM
2+
* Copyright 2018 JDCLOUD.COM
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

vm/src/main/java/com/jdcloud/sdk/service/vm/client/CreateImageExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2025 JDCLOUD.COM
2+
* Copyright 2018 JDCLOUD.COM
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

vm/src/main/java/com/jdcloud/sdk/service/vm/client/CreateInstancesExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2025 JDCLOUD.COM
2+
* Copyright 2018 JDCLOUD.COM
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

vm/src/main/java/com/jdcloud/sdk/service/vm/client/DeleteImageExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2025 JDCLOUD.COM
2+
* Copyright 2018 JDCLOUD.COM
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

vm/src/main/java/com/jdcloud/sdk/service/vm/client/DeleteInstanceExecutor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2025 JDCLOUD.COM
2+
* Copyright 2018 JDCLOUD.COM
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@
3232
* &quot;删除单个实例&quot;
3333
&quot;主机状态必须为停止状态、同时主机没有未完成的任务才可删除&quot;
3434
&quot;包年包月未到期的主机不能删除&quot;
35-
&quot;如果主机中挂载了数据盘,并且设置了AutoDelete属性为True,那么数据盘会随主机一起删除&quot;
35+
&quot;如果主机中挂载了数据盘,并且设置了AutoDelete属性为true,那么数据盘会随主机一起删除&quot;
3636
3737
*/
3838
class DeleteInstanceExecutor extends JdcloudExecutor {

vm/src/main/java/com/jdcloud/sdk/service/vm/client/DescribeImageConstraintsExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2025 JDCLOUD.COM
2+
* Copyright 2018 JDCLOUD.COM
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

vm/src/main/java/com/jdcloud/sdk/service/vm/client/DescribeImageExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2025 JDCLOUD.COM
2+
* Copyright 2018 JDCLOUD.COM
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)