tencentcloud-sdk-python 3.0.1391__py2.py3-none-any.whl → 3.0.1392__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.
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1391'
17
+ __version__ = '3.0.1392'
@@ -4004,7 +4004,7 @@ class DataDisk(AbstractModel):
4004
4004
  <li>CLOUD_BSSD:通用型SSD云硬盘</li>
4005
4005
  默认取值与系统盘类型(SystemDisk.DiskType)保持一致。
4006
4006
  :type DiskType: str
4007
- :param _DiskSize: 数据盘大小,单位:GB。不同数据盘类型取值范围不同,具体限制详见:[CVM实例配置](https://cloud.tencent.com/document/product/213/2177)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
4007
+ :param _DiskSize: 数据盘大小,单位:GB。不同数据盘类型取值范围不同,具体限制详见:[CVM实例配置](https://cloud.tencent.com/document/product/213/2177)。默认值为0,表示不购买数据盘。更多限制详见[产品文档](https://cloud.tencent.com/document/product/362/5145)。
4008
4008
  :type DiskSize: int
4009
4009
  :param _SnapshotId: 数据盘快照 ID,可通过 [DescribeSnapshots](https://cloud.tencent.com/document/product/362/15647) 接口获取该参数。
4010
4010
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4058,7 +4058,7 @@ class DataDisk(AbstractModel):
4058
4058
 
4059
4059
  @property
4060
4060
  def DiskSize(self):
4061
- """数据盘大小,单位:GB。不同数据盘类型取值范围不同,具体限制详见:[CVM实例配置](https://cloud.tencent.com/document/product/213/2177)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
4061
+ """数据盘大小,单位:GB。不同数据盘类型取值范围不同,具体限制详见:[CVM实例配置](https://cloud.tencent.com/document/product/213/2177)。默认值为0,表示不购买数据盘。更多限制详见[产品文档](https://cloud.tencent.com/document/product/362/5145)。
4062
4062
  :rtype: int
4063
4063
  """
4064
4064
  return self._DiskSize
@@ -722,7 +722,7 @@ class CfsClient(AbstractClient):
722
722
 
723
723
 
724
724
  def ModifyFileSystemAutoScaleUpRule(self, request):
725
- """用来设置文件系统扩容策略,,该接口只支持turbo文件系统
725
+ """用来设置文件系统扩容策略,该接口只支持turbo文件系统
726
726
 
727
727
  :param request: Request instance for ModifyFileSystemAutoScaleUpRule.
728
728
  :type request: :class:`tencentcloud.cfs.v20190719.models.ModifyFileSystemAutoScaleUpRuleRequest`
@@ -814,7 +814,7 @@ class CfsClient(AbstractClient):
814
814
 
815
815
 
816
816
  def StopMigrationTask(self, request):
817
- """用于终止迁移任务。
817
+ """用于终止迁移任务,非运行中状态不支持终止。
818
818
  此接口需提交工单,开启白名单之后才能使用。
819
819
 
820
820
  :param request: Request instance for StopMigrationTask.