huaweicloudsdkims 3.1.130__py2.py3-none-any.whl → 3.1.131__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.
@@ -78,7 +78,8 @@ class ImageInfo:
78
78
  'image_displayname': 'str',
79
79
  'support_amd': 'str',
80
80
  'support_kvm_hi1822_hisriov': 'str',
81
- 'support_kvm_hi1822_hivirtionet': 'str'
81
+ 'support_kvm_hi1822_hivirtionet': 'str',
82
+ 'os_shutdown_timeout': 'str'
82
83
  }
83
84
 
84
85
  attribute_map = {
@@ -143,10 +144,11 @@ class ImageInfo:
143
144
  'image_displayname': '__image_displayname',
144
145
  'support_amd': '__support_amd',
145
146
  'support_kvm_hi1822_hisriov': '__support_kvm_hi1822_hisriov',
146
- 'support_kvm_hi1822_hivirtionet': '__support_kvm_hi1822_hivirtionet'
147
+ 'support_kvm_hi1822_hivirtionet': '__support_kvm_hi1822_hivirtionet',
148
+ 'os_shutdown_timeout': 'os_shutdown_timeout'
147
149
  }
148
150
 
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):
151
+ 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, os_shutdown_timeout=None):
150
152
  """ImageInfo
151
153
 
152
154
  The model defined in huaweicloud sdk
@@ -275,6 +277,8 @@ class ImageInfo:
275
277
  :type support_kvm_hi1822_hisriov: str
276
278
  :param support_kvm_hi1822_hivirtionet: 如果镜像支持Virtio-net直通规格,取值为true,否则无需增加该属性。
277
279
  :type support_kvm_hi1822_hivirtionet: str
280
+ :param os_shutdown_timeout: 设置虚拟机的优雅关机超时时间,设置范围为60-300,默认为60(取值为整数,单位为秒)。 云服务器在优雅关机超时后会触发强制关机,避免实例长时间处于关机状态中。 当您的云服务器关机过程中由于特定软件的状态、保存等原因导致优雅关机时间过长,会触发超时强制关机。 您可以通过设置镜像该字段,使得发放的云服务器优雅关机超时时间变长。 该字段当前只影响弹性云服务器,不影响裸金属服务器。
281
+ :type os_shutdown_timeout: str
278
282
  """
279
283
 
280
284
 
@@ -341,6 +345,7 @@ class ImageInfo:
341
345
  self._support_amd = None
342
346
  self._support_kvm_hi1822_hisriov = None
343
347
  self._support_kvm_hi1822_hivirtionet = None
348
+ self._os_shutdown_timeout = None
344
349
  self.discriminator = None
345
350
 
346
351
  if backup_id is not None:
@@ -447,6 +452,8 @@ class ImageInfo:
447
452
  self.support_kvm_hi1822_hisriov = support_kvm_hi1822_hisriov
448
453
  if support_kvm_hi1822_hivirtionet is not None:
449
454
  self.support_kvm_hi1822_hivirtionet = support_kvm_hi1822_hivirtionet
455
+ if os_shutdown_timeout is not None:
456
+ self.os_shutdown_timeout = os_shutdown_timeout
450
457
 
451
458
  @property
452
459
  def backup_id(self):
@@ -1812,6 +1819,28 @@ class ImageInfo:
1812
1819
  """
1813
1820
  self._support_kvm_hi1822_hivirtionet = support_kvm_hi1822_hivirtionet
1814
1821
 
1822
+ @property
1823
+ def os_shutdown_timeout(self):
1824
+ """Gets the os_shutdown_timeout of this ImageInfo.
1825
+
1826
+ 设置虚拟机的优雅关机超时时间,设置范围为60-300,默认为60(取值为整数,单位为秒)。 云服务器在优雅关机超时后会触发强制关机,避免实例长时间处于关机状态中。 当您的云服务器关机过程中由于特定软件的状态、保存等原因导致优雅关机时间过长,会触发超时强制关机。 您可以通过设置镜像该字段,使得发放的云服务器优雅关机超时时间变长。 该字段当前只影响弹性云服务器,不影响裸金属服务器。
1827
+
1828
+ :return: The os_shutdown_timeout of this ImageInfo.
1829
+ :rtype: str
1830
+ """
1831
+ return self._os_shutdown_timeout
1832
+
1833
+ @os_shutdown_timeout.setter
1834
+ def os_shutdown_timeout(self, os_shutdown_timeout):
1835
+ """Sets the os_shutdown_timeout of this ImageInfo.
1836
+
1837
+ 设置虚拟机的优雅关机超时时间,设置范围为60-300,默认为60(取值为整数,单位为秒)。 云服务器在优雅关机超时后会触发强制关机,避免实例长时间处于关机状态中。 当您的云服务器关机过程中由于特定软件的状态、保存等原因导致优雅关机时间过长,会触发超时强制关机。 您可以通过设置镜像该字段,使得发放的云服务器优雅关机超时时间变长。 该字段当前只影响弹性云服务器,不影响裸金属服务器。
1838
+
1839
+ :param os_shutdown_timeout: The os_shutdown_timeout of this ImageInfo.
1840
+ :type os_shutdown_timeout: str
1841
+ """
1842
+ self._os_shutdown_timeout = os_shutdown_timeout
1843
+
1815
1844
  def to_dict(self):
1816
1845
  """Returns the model properties as a dict"""
1817
1846
  result = {}
@@ -79,7 +79,8 @@ class UpdateImageResponse(SdkResponse):
79
79
  'image_displayname': 'str',
80
80
  'support_amd': 'str',
81
81
  'support_kvm_hi1822_hisriov': 'str',
82
- 'support_kvm_hi1822_hivirtionet': 'str'
82
+ 'support_kvm_hi1822_hivirtionet': 'str',
83
+ 'os_shutdown_timeout': 'str'
83
84
  }
84
85
 
85
86
  attribute_map = {
@@ -144,10 +145,11 @@ class UpdateImageResponse(SdkResponse):
144
145
  'image_displayname': '__image_displayname',
145
146
  'support_amd': '__support_amd',
146
147
  'support_kvm_hi1822_hisriov': '__support_kvm_hi1822_hisriov',
147
- 'support_kvm_hi1822_hivirtionet': '__support_kvm_hi1822_hivirtionet'
148
+ 'support_kvm_hi1822_hivirtionet': '__support_kvm_hi1822_hivirtionet',
149
+ 'os_shutdown_timeout': 'os_shutdown_timeout'
148
150
  }
149
151
 
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):
152
+ 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, os_shutdown_timeout=None):
151
153
  """UpdateImageResponse
152
154
 
153
155
  The model defined in huaweicloud sdk
@@ -276,6 +278,8 @@ class UpdateImageResponse(SdkResponse):
276
278
  :type support_kvm_hi1822_hisriov: str
277
279
  :param support_kvm_hi1822_hivirtionet: 如果镜像支持Virtio-net直通规格,取值为true,否则无需增加该属性。
278
280
  :type support_kvm_hi1822_hivirtionet: str
281
+ :param os_shutdown_timeout: 设置虚拟机的优雅关机超时时间,设置范围为60-300,默认为60(取值为整数,单位为秒)。 云服务器在优雅关机超时后会触发强制关机,避免实例长时间处于关机状态中。 当您的云服务器关机过程中由于特定软件的状态、保存等原因导致优雅关机时间过长,会触发超时强制关机。 您可以通过设置镜像该字段,使得发放的云服务器优雅关机超时时间变长。 该字段当前只影响弹性云服务器,不影响裸金属服务器。
282
+ :type os_shutdown_timeout: str
279
283
  """
280
284
 
281
285
  super(UpdateImageResponse, self).__init__()
@@ -342,6 +346,7 @@ class UpdateImageResponse(SdkResponse):
342
346
  self._support_amd = None
343
347
  self._support_kvm_hi1822_hisriov = None
344
348
  self._support_kvm_hi1822_hivirtionet = None
349
+ self._os_shutdown_timeout = None
345
350
  self.discriminator = None
346
351
 
347
352
  if backup_id is not None:
@@ -468,6 +473,8 @@ class UpdateImageResponse(SdkResponse):
468
473
  self.support_kvm_hi1822_hisriov = support_kvm_hi1822_hisriov
469
474
  if support_kvm_hi1822_hivirtionet is not None:
470
475
  self.support_kvm_hi1822_hivirtionet = support_kvm_hi1822_hivirtionet
476
+ if os_shutdown_timeout is not None:
477
+ self.os_shutdown_timeout = os_shutdown_timeout
471
478
 
472
479
  @property
473
480
  def backup_id(self):
@@ -1833,6 +1840,28 @@ class UpdateImageResponse(SdkResponse):
1833
1840
  """
1834
1841
  self._support_kvm_hi1822_hivirtionet = support_kvm_hi1822_hivirtionet
1835
1842
 
1843
+ @property
1844
+ def os_shutdown_timeout(self):
1845
+ """Gets the os_shutdown_timeout of this UpdateImageResponse.
1846
+
1847
+ 设置虚拟机的优雅关机超时时间,设置范围为60-300,默认为60(取值为整数,单位为秒)。 云服务器在优雅关机超时后会触发强制关机,避免实例长时间处于关机状态中。 当您的云服务器关机过程中由于特定软件的状态、保存等原因导致优雅关机时间过长,会触发超时强制关机。 您可以通过设置镜像该字段,使得发放的云服务器优雅关机超时时间变长。 该字段当前只影响弹性云服务器,不影响裸金属服务器。
1848
+
1849
+ :return: The os_shutdown_timeout of this UpdateImageResponse.
1850
+ :rtype: str
1851
+ """
1852
+ return self._os_shutdown_timeout
1853
+
1854
+ @os_shutdown_timeout.setter
1855
+ def os_shutdown_timeout(self, os_shutdown_timeout):
1856
+ """Sets the os_shutdown_timeout of this UpdateImageResponse.
1857
+
1858
+ 设置虚拟机的优雅关机超时时间,设置范围为60-300,默认为60(取值为整数,单位为秒)。 云服务器在优雅关机超时后会触发强制关机,避免实例长时间处于关机状态中。 当您的云服务器关机过程中由于特定软件的状态、保存等原因导致优雅关机时间过长,会触发超时强制关机。 您可以通过设置镜像该字段,使得发放的云服务器优雅关机超时时间变长。 该字段当前只影响弹性云服务器,不影响裸金属服务器。
1859
+
1860
+ :param os_shutdown_timeout: The os_shutdown_timeout of this UpdateImageResponse.
1861
+ :type os_shutdown_timeout: str
1862
+ """
1863
+ self._os_shutdown_timeout = os_shutdown_timeout
1864
+
1836
1865
  def to_dict(self):
1837
1866
  """Returns the model properties as a dict"""
1838
1867
  result = {}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: huaweicloudsdkims
3
- Version: 3.1.130
3
+ Version: 3.1.131
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.130
25
+ Requires-Dist: huaweicloudsdkcore>=3.1.131
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=8eeAaJnFXrsZUT4H6DLKhbv0y4FPMPtuQY1L7uwAJp0,65710
84
+ huaweicloudsdkims/v2/model/image_info.py,sha256=uP96BQRDJp10UQmOvUK8vpQGLapoI9bKFByVYbKnpVk,68284
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=AMmpUvGUj0Fy8K5kZN1c2TQQZSclmszwXliedM80GwM,69088
133
+ huaweicloudsdkims/v2/model/update_image_response.py,sha256=s_DPNHPj9gIxgXUKaICeHAc2yo8FZ_wUWmT9MMlnwn0,71702
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.130.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
137
- huaweicloudsdkims-3.1.130.dist-info/METADATA,sha256=2ZZacURY9FBwJajScUHqKJDdJhVyYADpyU8wmmPqlLA,1135
138
- huaweicloudsdkims-3.1.130.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
139
- huaweicloudsdkims-3.1.130.dist-info/top_level.txt,sha256=beY7g3KzOOg2_S8f1Fa3GKquy1uP3gPs0mkVWNNL21g,18
140
- huaweicloudsdkims-3.1.130.dist-info/RECORD,,
136
+ huaweicloudsdkims-3.1.131.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
137
+ huaweicloudsdkims-3.1.131.dist-info/METADATA,sha256=XKKcSZdZIXpzrMyvy391TGWHQMvO94oNQDak5aZo_fw,1135
138
+ huaweicloudsdkims-3.1.131.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
139
+ huaweicloudsdkims-3.1.131.dist-info/top_level.txt,sha256=beY7g3KzOOg2_S8f1Fa3GKquy1uP3gPs0mkVWNNL21g,18
140
+ huaweicloudsdkims-3.1.131.dist-info/RECORD,,