Skip to content

Commit da41fe5

Browse files
wb-hxh549296peze
authored andcommitted
支持自定义系统盘
1 parent da48a44 commit da41fe5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

aliyun-python-sdk-eci/ChangeLog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
2020-12-30 Version: 1.1.4
2-
1, describe support specity resourceGroupId
1+
2021-01-15 Version: 1.1.4
2+
1, support specity resourceGroupId and custom systemdisk
33

44
2020-12-03 Version: 1.1.3
55
1, describePrice support spot

aliyun-python-sdk-eci/aliyunsdkeci/request/v20180808/CreateContainerGroupRequest.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,3 +591,9 @@ def get_SpotPriceLimit(self):
591591
def set_SpotPriceLimit(self, SpotPriceLimit):
592592
self.add_query_param('SpotPriceLimit', SpotPriceLimit)
593593

594+
def get_EphemeralStorage(self):
595+
return self.get_query_params().get('EphemeralStorage')
596+
597+
def set_EphemeralStorage(self, EphemeralStorage):
598+
self.add_query_param('EphemeralStorage', EphemeralStorage)
599+

0 commit comments

Comments
 (0)