alibabacloud-ehpcinstant20230701 1.1.0__py3-none-any.whl → 1.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of alibabacloud-ehpcinstant20230701 might be problematic. Click here for more details.

@@ -1 +1 @@
1
- __version__ = '1.1.0'
1
+ __version__ = '1.1.1'
@@ -3408,6 +3408,7 @@ class ListImagesResponseBodyImages(TeaModel):
3408
3408
  image_id: str = None,
3409
3409
  image_type: str = None,
3410
3410
  name: str = None,
3411
+ os_tag: str = None,
3411
3412
  version: str = None,
3412
3413
  ):
3413
3414
  # This parameter is required.
@@ -3419,6 +3420,7 @@ class ListImagesResponseBodyImages(TeaModel):
3419
3420
  # This parameter is required.
3420
3421
  self.image_type = image_type
3421
3422
  self.name = name
3423
+ self.os_tag = os_tag
3422
3424
  self.version = version
3423
3425
 
3424
3426
  def validate(self):
@@ -3442,6 +3444,8 @@ class ListImagesResponseBodyImages(TeaModel):
3442
3444
  result['ImageType'] = self.image_type
3443
3445
  if self.name is not None:
3444
3446
  result['Name'] = self.name
3447
+ if self.os_tag is not None:
3448
+ result['OsTag'] = self.os_tag
3445
3449
  if self.version is not None:
3446
3450
  result['Version'] = self.version
3447
3451
  return result
@@ -3460,6 +3464,8 @@ class ListImagesResponseBodyImages(TeaModel):
3460
3464
  self.image_type = m.get('ImageType')
3461
3465
  if m.get('Name') is not None:
3462
3466
  self.name = m.get('Name')
3467
+ if m.get('OsTag') is not None:
3468
+ self.os_tag = m.get('OsTag')
3463
3469
  if m.get('Version') is not None:
3464
3470
  self.version = m.get('Version')
3465
3471
  return self
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud-ehpcinstant20230701
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Alibaba Cloud EhpcInstant (20230701) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -0,0 +1,8 @@
1
+ alibabacloud_ehpcinstant20230701/__init__.py,sha256=53GVpdbXWKClDfDcMCbYGRJD9bu0Au5mGW3n_hBqP3w,21
2
+ alibabacloud_ehpcinstant20230701/client.py,sha256=AvzjZsO6C6ZTX7rYHFBzZGdiP0XtTkfXTzyvt46m8yU,67906
3
+ alibabacloud_ehpcinstant20230701/models.py,sha256=SCRgl0TE9kA743XbGC72lFIVZJr-jU38C6ho67p098o,155802
4
+ alibabacloud_ehpcinstant20230701-1.1.1.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
5
+ alibabacloud_ehpcinstant20230701-1.1.1.dist-info/METADATA,sha256=-00oceQ2n9F8W9ltFbpjxMff5VDzQF6WEyeX-qj9k4g,2368
6
+ alibabacloud_ehpcinstant20230701-1.1.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
+ alibabacloud_ehpcinstant20230701-1.1.1.dist-info/top_level.txt,sha256=2xOp8gwGZyTr4yO4gb1EEvC7CFiyZnvob-AgjZHkZJc,33
8
+ alibabacloud_ehpcinstant20230701-1.1.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- alibabacloud_ehpcinstant20230701/__init__.py,sha256=XIz3qAg9G9YysQi3Ryp0CN3rtc_JiecHZ9L2vEzcM6s,21
2
- alibabacloud_ehpcinstant20230701/client.py,sha256=AvzjZsO6C6ZTX7rYHFBzZGdiP0XtTkfXTzyvt46m8yU,67906
3
- alibabacloud_ehpcinstant20230701/models.py,sha256=t1TefUvvlU2eyyVyNuF2ZxQeAFFjobN0lv5GiyLUubo,155587
4
- alibabacloud_ehpcinstant20230701-1.1.0.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
5
- alibabacloud_ehpcinstant20230701-1.1.0.dist-info/METADATA,sha256=Vfv6frjusSHVJPD5upfd6yr3zc5W2CshaB1EwnsO0cw,2368
6
- alibabacloud_ehpcinstant20230701-1.1.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
- alibabacloud_ehpcinstant20230701-1.1.0.dist-info/top_level.txt,sha256=2xOp8gwGZyTr4yO4gb1EEvC7CFiyZnvob-AgjZHkZJc,33
8
- alibabacloud_ehpcinstant20230701-1.1.0.dist-info/RECORD,,