We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da48a44 commit da41fe5Copy full SHA for da41fe5
aliyun-python-sdk-eci/ChangeLog.txt
@@ -1,5 +1,5 @@
1
-2020-12-30 Version: 1.1.4
2
-1, describe support specity resourceGroupId
+2021-01-15 Version: 1.1.4
+1, support specity resourceGroupId and custom systemdisk
3
4
2020-12-03 Version: 1.1.3
5
1, describePrice support spot
aliyun-python-sdk-eci/aliyunsdkeci/request/v20180808/CreateContainerGroupRequest.py
@@ -591,3 +591,9 @@ def get_SpotPriceLimit(self):
591
def set_SpotPriceLimit(self, SpotPriceLimit):
592
self.add_query_param('SpotPriceLimit', SpotPriceLimit)
593
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