Skip to content

Commit 3c4a030

Browse files
committed
由楚俊发起的ECS SDK自动发布, BUILD_ID=270, 版本号:4.5.0
发布日志: 1, Add three interfaces DescribeInstancesFullStatus DescribeInstanceHistoryEvents DescribeDisksFullStatus
1 parent b76df50 commit 3c4a030

16 files changed

+477
-272
lines changed

aliyun-python-sdk-ecs/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2017-12-14 Version: 4.5.0
2+
1, Add three interfaces DescribeInstancesFullStatus DescribeInstanceHistoryEvents DescribeDisksFullStatus
3+
14
2017-12-05 Version: 4.4.3
25
1, RenewInstance add parameter PeriodUnit
36

aliyun-python-sdk-ecs/aliyun_python_sdk_ecs.egg-info/PKG-INFO

Lines changed: 0 additions & 33 deletions
This file was deleted.

aliyun-python-sdk-ecs/aliyun_python_sdk_ecs.egg-info/SOURCES.txt

Lines changed: 0 additions & 234 deletions
This file was deleted.

aliyun-python-sdk-ecs/aliyun_python_sdk_ecs.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

aliyun-python-sdk-ecs/aliyun_python_sdk_ecs.egg-info/requires.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

aliyun-python-sdk-ecs/aliyun_python_sdk_ecs.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.4.3"
1+
__version__ = "4.5.0"

aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ def get_OwnerAccount(self):
4747
def set_OwnerAccount(self,OwnerAccount):
4848
self.add_query_param('OwnerAccount',OwnerAccount)
4949

50+
def get_TerminateSubscription(self):
51+
return self.get_query_params().get('TerminateSubscription')
52+
53+
def set_TerminateSubscription(self,TerminateSubscription):
54+
self.add_query_param('TerminateSubscription',TerminateSubscription)
55+
5056
def get_Force(self):
5157
return self.get_query_params().get('Force')
5258

0 commit comments

Comments
 (0)