huaweicloudsdkims 3.1.125__py2.py3-none-any.whl → 3.1.126__py2.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.
- huaweicloudsdkims/v2/model/image_info.py +61 -3
- huaweicloudsdkims/v2/model/update_image_response.py +61 -3
- {huaweicloudsdkims-3.1.125.dist-info → huaweicloudsdkims-3.1.126.dist-info}/METADATA +2 -2
- {huaweicloudsdkims-3.1.125.dist-info → huaweicloudsdkims-3.1.126.dist-info}/RECORD +7 -7
- {huaweicloudsdkims-3.1.125.dist-info → huaweicloudsdkims-3.1.126.dist-info}/LICENSE +0 -0
- {huaweicloudsdkims-3.1.125.dist-info → huaweicloudsdkims-3.1.126.dist-info}/WHEEL +0 -0
- {huaweicloudsdkims-3.1.125.dist-info → huaweicloudsdkims-3.1.126.dist-info}/top_level.txt +0 -0
@@ -76,7 +76,9 @@ class ImageInfo:
|
|
76
76
|
'active_at': 'str',
|
77
77
|
'support_agent_list': 'str',
|
78
78
|
'image_displayname': 'str',
|
79
|
-
'support_amd': 'str'
|
79
|
+
'support_amd': 'str',
|
80
|
+
'support_kvm_hi1822_hisriov': 'str',
|
81
|
+
'support_kvm_hi1822_hivirtionet': 'str'
|
80
82
|
}
|
81
83
|
|
82
84
|
attribute_map = {
|
@@ -139,10 +141,12 @@ class ImageInfo:
|
|
139
141
|
'active_at': 'active_at',
|
140
142
|
'support_agent_list': '__support_agent_list',
|
141
143
|
'image_displayname': '__image_displayname',
|
142
|
-
'support_amd': '__support_amd'
|
144
|
+
'support_amd': '__support_amd',
|
145
|
+
'support_kvm_hi1822_hisriov': '__support_kvm_hi1822_hisriov',
|
146
|
+
'support_kvm_hi1822_hivirtionet': '__support_kvm_hi1822_hivirtionet'
|
143
147
|
}
|
144
148
|
|
145
|
-
def __init__(self, backup_id=None, data_origin=None, description=None, image_size=None, image_source_type=None, imagetype=None, isregistered=None, originalimagename=None, os_bit=None, os_type=None, os_version=None, platform=None, productcode=None, support_diskintensive=None, support_highperformance=None, support_kvm=None, support_kvm_gpu_type=None, support_kvm_infiniband=None, support_largememory=None, support_xen=None, support_xen_gpu_type=None, support_xen_hana=None, system_support_market=None, checksum=None, container_format=None, created_at=None, disk_format=None, enterprise_project_id=None, file=None, id=None, min_disk=None, min_ram=None, name=None, owner=None, protected=None, schema=None, _self=None, size=None, status=None, tags=None, updated_at=None, virtual_env_type=None, virtual_size=None, visibility=None, support_fc_inject=None, hw_firmware_type=None, support_arm=None, max_ram=None, system__cmkid=None, os_feature_list=None, account_code=None, hw_vif_multiqueue_enabled=None, is_offshelved=None, lazyloading=None, root_origin=None, sequence_num=None, active_at=None, support_agent_list=None, image_displayname=None, support_amd=None):
|
149
|
+
def __init__(self, backup_id=None, data_origin=None, description=None, image_size=None, image_source_type=None, imagetype=None, isregistered=None, originalimagename=None, os_bit=None, os_type=None, os_version=None, platform=None, productcode=None, support_diskintensive=None, support_highperformance=None, support_kvm=None, support_kvm_gpu_type=None, support_kvm_infiniband=None, support_largememory=None, support_xen=None, support_xen_gpu_type=None, support_xen_hana=None, system_support_market=None, checksum=None, container_format=None, created_at=None, disk_format=None, enterprise_project_id=None, file=None, id=None, min_disk=None, min_ram=None, name=None, owner=None, protected=None, schema=None, _self=None, size=None, status=None, tags=None, updated_at=None, virtual_env_type=None, virtual_size=None, visibility=None, support_fc_inject=None, hw_firmware_type=None, support_arm=None, max_ram=None, system__cmkid=None, os_feature_list=None, account_code=None, hw_vif_multiqueue_enabled=None, is_offshelved=None, lazyloading=None, root_origin=None, sequence_num=None, active_at=None, support_agent_list=None, image_displayname=None, support_amd=None, support_kvm_hi1822_hisriov=None, support_kvm_hi1822_hivirtionet=None):
|
146
150
|
"""ImageInfo
|
147
151
|
|
148
152
|
The model defined in huaweicloud sdk
|
@@ -267,6 +271,10 @@ class ImageInfo:
|
|
267
271
|
:type image_displayname: str
|
268
272
|
:param support_amd: 是否是AMD架构类型的镜像。取值为“true”或者“false”。
|
269
273
|
:type support_amd: str
|
274
|
+
:param support_kvm_hi1822_hisriov: 如果镜像支持sriov直通,取值为true,否则无需增加该属性。
|
275
|
+
:type support_kvm_hi1822_hisriov: str
|
276
|
+
:param support_kvm_hi1822_hivirtionet: 如果镜像支持Virtio-net直通规格,取值为true,否则无需增加该属性。
|
277
|
+
:type support_kvm_hi1822_hivirtionet: str
|
270
278
|
"""
|
271
279
|
|
272
280
|
|
@@ -331,6 +339,8 @@ class ImageInfo:
|
|
331
339
|
self._support_agent_list = None
|
332
340
|
self._image_displayname = None
|
333
341
|
self._support_amd = None
|
342
|
+
self._support_kvm_hi1822_hisriov = None
|
343
|
+
self._support_kvm_hi1822_hivirtionet = None
|
334
344
|
self.discriminator = None
|
335
345
|
|
336
346
|
if backup_id is not None:
|
@@ -433,6 +443,10 @@ class ImageInfo:
|
|
433
443
|
self.image_displayname = image_displayname
|
434
444
|
if support_amd is not None:
|
435
445
|
self.support_amd = support_amd
|
446
|
+
if support_kvm_hi1822_hisriov is not None:
|
447
|
+
self.support_kvm_hi1822_hisriov = support_kvm_hi1822_hisriov
|
448
|
+
if support_kvm_hi1822_hivirtionet is not None:
|
449
|
+
self.support_kvm_hi1822_hivirtionet = support_kvm_hi1822_hivirtionet
|
436
450
|
|
437
451
|
@property
|
438
452
|
def backup_id(self):
|
@@ -1754,6 +1768,50 @@ class ImageInfo:
|
|
1754
1768
|
"""
|
1755
1769
|
self._support_amd = support_amd
|
1756
1770
|
|
1771
|
+
@property
|
1772
|
+
def support_kvm_hi1822_hisriov(self):
|
1773
|
+
"""Gets the support_kvm_hi1822_hisriov of this ImageInfo.
|
1774
|
+
|
1775
|
+
如果镜像支持sriov直通,取值为true,否则无需增加该属性。
|
1776
|
+
|
1777
|
+
:return: The support_kvm_hi1822_hisriov of this ImageInfo.
|
1778
|
+
:rtype: str
|
1779
|
+
"""
|
1780
|
+
return self._support_kvm_hi1822_hisriov
|
1781
|
+
|
1782
|
+
@support_kvm_hi1822_hisriov.setter
|
1783
|
+
def support_kvm_hi1822_hisriov(self, support_kvm_hi1822_hisriov):
|
1784
|
+
"""Sets the support_kvm_hi1822_hisriov of this ImageInfo.
|
1785
|
+
|
1786
|
+
如果镜像支持sriov直通,取值为true,否则无需增加该属性。
|
1787
|
+
|
1788
|
+
:param support_kvm_hi1822_hisriov: The support_kvm_hi1822_hisriov of this ImageInfo.
|
1789
|
+
:type support_kvm_hi1822_hisriov: str
|
1790
|
+
"""
|
1791
|
+
self._support_kvm_hi1822_hisriov = support_kvm_hi1822_hisriov
|
1792
|
+
|
1793
|
+
@property
|
1794
|
+
def support_kvm_hi1822_hivirtionet(self):
|
1795
|
+
"""Gets the support_kvm_hi1822_hivirtionet of this ImageInfo.
|
1796
|
+
|
1797
|
+
如果镜像支持Virtio-net直通规格,取值为true,否则无需增加该属性。
|
1798
|
+
|
1799
|
+
:return: The support_kvm_hi1822_hivirtionet of this ImageInfo.
|
1800
|
+
:rtype: str
|
1801
|
+
"""
|
1802
|
+
return self._support_kvm_hi1822_hivirtionet
|
1803
|
+
|
1804
|
+
@support_kvm_hi1822_hivirtionet.setter
|
1805
|
+
def support_kvm_hi1822_hivirtionet(self, support_kvm_hi1822_hivirtionet):
|
1806
|
+
"""Sets the support_kvm_hi1822_hivirtionet of this ImageInfo.
|
1807
|
+
|
1808
|
+
如果镜像支持Virtio-net直通规格,取值为true,否则无需增加该属性。
|
1809
|
+
|
1810
|
+
:param support_kvm_hi1822_hivirtionet: The support_kvm_hi1822_hivirtionet of this ImageInfo.
|
1811
|
+
:type support_kvm_hi1822_hivirtionet: str
|
1812
|
+
"""
|
1813
|
+
self._support_kvm_hi1822_hivirtionet = support_kvm_hi1822_hivirtionet
|
1814
|
+
|
1757
1815
|
def to_dict(self):
|
1758
1816
|
"""Returns the model properties as a dict"""
|
1759
1817
|
result = {}
|
@@ -77,7 +77,9 @@ class UpdateImageResponse(SdkResponse):
|
|
77
77
|
'active_at': 'str',
|
78
78
|
'support_agent_list': 'str',
|
79
79
|
'image_displayname': 'str',
|
80
|
-
'support_amd': 'str'
|
80
|
+
'support_amd': 'str',
|
81
|
+
'support_kvm_hi1822_hisriov': 'str',
|
82
|
+
'support_kvm_hi1822_hivirtionet': 'str'
|
81
83
|
}
|
82
84
|
|
83
85
|
attribute_map = {
|
@@ -140,10 +142,12 @@ class UpdateImageResponse(SdkResponse):
|
|
140
142
|
'active_at': 'active_at',
|
141
143
|
'support_agent_list': '__support_agent_list',
|
142
144
|
'image_displayname': '__image_displayname',
|
143
|
-
'support_amd': '__support_amd'
|
145
|
+
'support_amd': '__support_amd',
|
146
|
+
'support_kvm_hi1822_hisriov': '__support_kvm_hi1822_hisriov',
|
147
|
+
'support_kvm_hi1822_hivirtionet': '__support_kvm_hi1822_hivirtionet'
|
144
148
|
}
|
145
149
|
|
146
|
-
def __init__(self, backup_id=None, data_origin=None, description=None, image_size=None, image_source_type=None, imagetype=None, isregistered=None, originalimagename=None, os_bit=None, os_type=None, os_version=None, platform=None, productcode=None, support_diskintensive=None, support_highperformance=None, support_kvm=None, support_kvm_gpu_type=None, support_kvm_infiniband=None, support_largememory=None, support_xen=None, support_xen_gpu_type=None, support_xen_hana=None, system_support_market=None, checksum=None, container_format=None, created_at=None, disk_format=None, enterprise_project_id=None, file=None, id=None, min_disk=None, min_ram=None, name=None, owner=None, protected=None, schema=None, _self=None, size=None, status=None, tags=None, updated_at=None, virtual_env_type=None, virtual_size=None, visibility=None, support_fc_inject=None, hw_firmware_type=None, support_arm=None, max_ram=None, system__cmkid=None, os_feature_list=None, account_code=None, hw_vif_multiqueue_enabled=None, is_offshelved=None, lazyloading=None, root_origin=None, sequence_num=None, active_at=None, support_agent_list=None, image_displayname=None, support_amd=None):
|
150
|
+
def __init__(self, backup_id=None, data_origin=None, description=None, image_size=None, image_source_type=None, imagetype=None, isregistered=None, originalimagename=None, os_bit=None, os_type=None, os_version=None, platform=None, productcode=None, support_diskintensive=None, support_highperformance=None, support_kvm=None, support_kvm_gpu_type=None, support_kvm_infiniband=None, support_largememory=None, support_xen=None, support_xen_gpu_type=None, support_xen_hana=None, system_support_market=None, checksum=None, container_format=None, created_at=None, disk_format=None, enterprise_project_id=None, file=None, id=None, min_disk=None, min_ram=None, name=None, owner=None, protected=None, schema=None, _self=None, size=None, status=None, tags=None, updated_at=None, virtual_env_type=None, virtual_size=None, visibility=None, support_fc_inject=None, hw_firmware_type=None, support_arm=None, max_ram=None, system__cmkid=None, os_feature_list=None, account_code=None, hw_vif_multiqueue_enabled=None, is_offshelved=None, lazyloading=None, root_origin=None, sequence_num=None, active_at=None, support_agent_list=None, image_displayname=None, support_amd=None, support_kvm_hi1822_hisriov=None, support_kvm_hi1822_hivirtionet=None):
|
147
151
|
"""UpdateImageResponse
|
148
152
|
|
149
153
|
The model defined in huaweicloud sdk
|
@@ -268,6 +272,10 @@ class UpdateImageResponse(SdkResponse):
|
|
268
272
|
:type image_displayname: str
|
269
273
|
:param support_amd: 是否是AMD架构类型的镜像。取值为“true”或者“false”。
|
270
274
|
:type support_amd: str
|
275
|
+
:param support_kvm_hi1822_hisriov: 如果镜像支持sriov直通,取值为true,否则无需增加该属性。
|
276
|
+
:type support_kvm_hi1822_hisriov: str
|
277
|
+
:param support_kvm_hi1822_hivirtionet: 如果镜像支持Virtio-net直通规格,取值为true,否则无需增加该属性。
|
278
|
+
:type support_kvm_hi1822_hivirtionet: str
|
271
279
|
"""
|
272
280
|
|
273
281
|
super(UpdateImageResponse, self).__init__()
|
@@ -332,6 +340,8 @@ class UpdateImageResponse(SdkResponse):
|
|
332
340
|
self._support_agent_list = None
|
333
341
|
self._image_displayname = None
|
334
342
|
self._support_amd = None
|
343
|
+
self._support_kvm_hi1822_hisriov = None
|
344
|
+
self._support_kvm_hi1822_hivirtionet = None
|
335
345
|
self.discriminator = None
|
336
346
|
|
337
347
|
if backup_id is not None:
|
@@ -454,6 +464,10 @@ class UpdateImageResponse(SdkResponse):
|
|
454
464
|
self.image_displayname = image_displayname
|
455
465
|
if support_amd is not None:
|
456
466
|
self.support_amd = support_amd
|
467
|
+
if support_kvm_hi1822_hisriov is not None:
|
468
|
+
self.support_kvm_hi1822_hisriov = support_kvm_hi1822_hisriov
|
469
|
+
if support_kvm_hi1822_hivirtionet is not None:
|
470
|
+
self.support_kvm_hi1822_hivirtionet = support_kvm_hi1822_hivirtionet
|
457
471
|
|
458
472
|
@property
|
459
473
|
def backup_id(self):
|
@@ -1775,6 +1789,50 @@ class UpdateImageResponse(SdkResponse):
|
|
1775
1789
|
"""
|
1776
1790
|
self._support_amd = support_amd
|
1777
1791
|
|
1792
|
+
@property
|
1793
|
+
def support_kvm_hi1822_hisriov(self):
|
1794
|
+
"""Gets the support_kvm_hi1822_hisriov of this UpdateImageResponse.
|
1795
|
+
|
1796
|
+
如果镜像支持sriov直通,取值为true,否则无需增加该属性。
|
1797
|
+
|
1798
|
+
:return: The support_kvm_hi1822_hisriov of this UpdateImageResponse.
|
1799
|
+
:rtype: str
|
1800
|
+
"""
|
1801
|
+
return self._support_kvm_hi1822_hisriov
|
1802
|
+
|
1803
|
+
@support_kvm_hi1822_hisriov.setter
|
1804
|
+
def support_kvm_hi1822_hisriov(self, support_kvm_hi1822_hisriov):
|
1805
|
+
"""Sets the support_kvm_hi1822_hisriov of this UpdateImageResponse.
|
1806
|
+
|
1807
|
+
如果镜像支持sriov直通,取值为true,否则无需增加该属性。
|
1808
|
+
|
1809
|
+
:param support_kvm_hi1822_hisriov: The support_kvm_hi1822_hisriov of this UpdateImageResponse.
|
1810
|
+
:type support_kvm_hi1822_hisriov: str
|
1811
|
+
"""
|
1812
|
+
self._support_kvm_hi1822_hisriov = support_kvm_hi1822_hisriov
|
1813
|
+
|
1814
|
+
@property
|
1815
|
+
def support_kvm_hi1822_hivirtionet(self):
|
1816
|
+
"""Gets the support_kvm_hi1822_hivirtionet of this UpdateImageResponse.
|
1817
|
+
|
1818
|
+
如果镜像支持Virtio-net直通规格,取值为true,否则无需增加该属性。
|
1819
|
+
|
1820
|
+
:return: The support_kvm_hi1822_hivirtionet of this UpdateImageResponse.
|
1821
|
+
:rtype: str
|
1822
|
+
"""
|
1823
|
+
return self._support_kvm_hi1822_hivirtionet
|
1824
|
+
|
1825
|
+
@support_kvm_hi1822_hivirtionet.setter
|
1826
|
+
def support_kvm_hi1822_hivirtionet(self, support_kvm_hi1822_hivirtionet):
|
1827
|
+
"""Sets the support_kvm_hi1822_hivirtionet of this UpdateImageResponse.
|
1828
|
+
|
1829
|
+
如果镜像支持Virtio-net直通规格,取值为true,否则无需增加该属性。
|
1830
|
+
|
1831
|
+
:param support_kvm_hi1822_hivirtionet: The support_kvm_hi1822_hivirtionet of this UpdateImageResponse.
|
1832
|
+
:type support_kvm_hi1822_hivirtionet: str
|
1833
|
+
"""
|
1834
|
+
self._support_kvm_hi1822_hivirtionet = support_kvm_hi1822_hivirtionet
|
1835
|
+
|
1778
1836
|
def to_dict(self):
|
1779
1837
|
"""Returns the model properties as a dict"""
|
1780
1838
|
result = {}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: huaweicloudsdkims
|
3
|
-
Version: 3.1.
|
3
|
+
Version: 3.1.126
|
4
4
|
Summary: IMS
|
5
5
|
Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
|
6
6
|
Author: HuaweiCloud SDK
|
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
|
|
22
22
|
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
|
23
23
|
Description-Content-Type: text/markdown
|
24
24
|
License-File: LICENSE
|
25
|
-
Requires-Dist: huaweicloudsdkcore>=3.1.
|
25
|
+
Requires-Dist: huaweicloudsdkcore>=3.1.126
|
26
26
|
|
27
27
|
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
|
@@ -81,7 +81,7 @@ huaweicloudsdkims/v2/model/glance_update_image_member_response.py,sha256=iPG95PE
|
|
81
81
|
huaweicloudsdkims/v2/model/glance_update_image_request.py,sha256=axksW2mdaWSiwDIarz-4dKnVIDE8cU4Wt4dyjuD3XKg,3941
|
82
82
|
huaweicloudsdkims/v2/model/glance_update_image_request_body.py,sha256=xjLDcLdLIjtUp-Cnbv_uqQKtXN5VzgJHqqz_comVeoU,5225
|
83
83
|
huaweicloudsdkims/v2/model/glance_update_image_response.py,sha256=zf2DME27jUcH6CMh6mi5kpvDOvNoaKbnhxK8ZwfOHwU,67372
|
84
|
-
huaweicloudsdkims/v2/model/image_info.py,sha256=
|
84
|
+
huaweicloudsdkims/v2/model/image_info.py,sha256=8eeAaJnFXrsZUT4H6DLKhbv0y4FPMPtuQY1L7uwAJp0,65710
|
85
85
|
huaweicloudsdkims/v2/model/image_tag.py,sha256=aNEQgBnmdpm8mmTZcThjrL4MpDHPyOsQ3Kf_7MdYXPI,3534
|
86
86
|
huaweicloudsdkims/v2/model/import_image_quick_request.py,sha256=LJbeMAzluckhAFFPeICwQUa9cDJgbI0fydo8hxG1P2c,3199
|
87
87
|
huaweicloudsdkims/v2/model/import_image_quick_response.py,sha256=EIJlOunAmXAK7BDbJmTVimbVUwZbnPucCauG0ilnWH8,3195
|
@@ -130,11 +130,11 @@ huaweicloudsdkims/v2/model/tag_key_value.py,sha256=1eLKgJt3X53Rbtb2T8ivNVHJaHWSt
|
|
130
130
|
huaweicloudsdkims/v2/model/tags.py,sha256=00Vwa7cLcbr0UxQoSTRwZioSVWWl-D1kKVQ5d3QjtgE,4100
|
131
131
|
huaweicloudsdkims/v2/model/update_image_request.py,sha256=92a2wgzJf3MxsG04sk82GuB-ZfPvxvM15D152-IyegY,3845
|
132
132
|
huaweicloudsdkims/v2/model/update_image_request_body.py,sha256=32HRyr3YHgzKpWcmZLFAaJ3IcxoE7x1GYVzGcCgl7Gc,4579
|
133
|
-
huaweicloudsdkims/v2/model/update_image_response.py,sha256=
|
133
|
+
huaweicloudsdkims/v2/model/update_image_response.py,sha256=AMmpUvGUj0Fy8K5kZN1c2TQQZSclmszwXliedM80GwM,69088
|
134
134
|
huaweicloudsdkims/v2/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
135
135
|
huaweicloudsdkims/v2/region/ims_region.py,sha256=zhZVEJZaG9RZa3M2sahEa52aLbWBPxoNAQprGWF8N-M,5141
|
136
|
-
huaweicloudsdkims-3.1.
|
137
|
-
huaweicloudsdkims-3.1.
|
138
|
-
huaweicloudsdkims-3.1.
|
139
|
-
huaweicloudsdkims-3.1.
|
140
|
-
huaweicloudsdkims-3.1.
|
136
|
+
huaweicloudsdkims-3.1.126.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
|
137
|
+
huaweicloudsdkims-3.1.126.dist-info/METADATA,sha256=fC-tKcyve0F68990foQUs21oqRS3JPKC-xizMVEq-T4,1135
|
138
|
+
huaweicloudsdkims-3.1.126.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
139
|
+
huaweicloudsdkims-3.1.126.dist-info/top_level.txt,sha256=beY7g3KzOOg2_S8f1Fa3GKquy1uP3gPs0mkVWNNL21g,18
|
140
|
+
huaweicloudsdkims-3.1.126.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|