tencentcloud-sdk-python 3.0.1367__py2.py3-none-any.whl → 3.0.1369__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.
Files changed (36) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/autoscaling_client.py +2 -1
  3. tencentcloud/autoscaling/v20180419/models.py +198 -102
  4. tencentcloud/cbs/v20170312/cbs_client.py +1 -1
  5. tencentcloud/cbs/v20170312/models.py +41 -44
  6. tencentcloud/ccc/v20200210/models.py +15 -0
  7. tencentcloud/cdn/v20180606/cdn_client.py +45 -15
  8. tencentcloud/cfs/v20190719/models.py +15 -0
  9. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  10. tencentcloud/cvm/v20170312/errorcodes.py +1 -1
  11. tencentcloud/cvm/v20170312/models.py +83 -40
  12. tencentcloud/domain/v20180808/domain_client.py +4 -2
  13. tencentcloud/domain/v20180808/errorcodes.py +3 -0
  14. tencentcloud/domain/v20180808/models.py +254 -124
  15. tencentcloud/ioa/v20220601/models.py +19 -4
  16. tencentcloud/iotexplorer/v20190423/models.py +94 -4
  17. tencentcloud/iotvideoindustry/v20201201/models.py +15 -0
  18. tencentcloud/lcic/v20220817/errorcodes.py +1 -1
  19. tencentcloud/lke/v20231130/models.py +10 -2
  20. tencentcloud/mps/v20190612/models.py +2 -2
  21. tencentcloud/ocr/v20181119/models.py +23 -2
  22. tencentcloud/redis/v20180412/models.py +159 -6
  23. tencentcloud/tat/v20201028/errorcodes.py +6 -0
  24. tencentcloud/tat/v20201028/models.py +78 -32
  25. tencentcloud/tcss/v20201101/models.py +45 -0
  26. tencentcloud/teo/v20220901/models.py +35 -10
  27. tencentcloud/trtc/v20190722/models.py +2 -2
  28. tencentcloud/vod/v20180717/models.py +6 -6
  29. tencentcloud/vpc/v20170312/models.py +30 -74
  30. tencentcloud/wedata/v20210820/models.py +322 -0
  31. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  32. {tencentcloud_sdk_python-3.0.1367.dist-info → tencentcloud_sdk_python-3.0.1369.dist-info}/METADATA +1 -1
  33. {tencentcloud_sdk_python-3.0.1367.dist-info → tencentcloud_sdk_python-3.0.1369.dist-info}/RECORD +36 -36
  34. {tencentcloud_sdk_python-3.0.1367.dist-info → tencentcloud_sdk_python-3.0.1369.dist-info}/LICENSE +0 -0
  35. {tencentcloud_sdk_python-3.0.1367.dist-info → tencentcloud_sdk_python-3.0.1369.dist-info}/WHEEL +0 -0
  36. {tencentcloud_sdk_python-3.0.1367.dist-info → tencentcloud_sdk_python-3.0.1369.dist-info}/top_level.txt +0 -0
@@ -5673,14 +5673,14 @@ class DescribeImageSharePermissionRequest(AbstractModel):
5673
5673
 
5674
5674
  def __init__(self):
5675
5675
  r"""
5676
- :param _ImageId: 需要共享的镜像Id
5676
+ :param _ImageId: 需要共享的镜像 ID,可通过 [DescribeImages](https://cloud.tencent.com/document/api/213/15715) 接口返回的`ImageId`获取。
5677
5677
  :type ImageId: str
5678
5678
  """
5679
5679
  self._ImageId = None
5680
5680
 
5681
5681
  @property
5682
5682
  def ImageId(self):
5683
- """需要共享的镜像Id
5683
+ """需要共享的镜像 ID,可通过 [DescribeImages](https://cloud.tencent.com/document/api/213/15715) 接口返回的`ImageId`获取。
5684
5684
  :rtype: str
5685
5685
  """
5686
5686
  return self._ImageId
@@ -5764,23 +5764,23 @@ class DescribeImagesRequest(AbstractModel):
5764
5764
  <li><strong>image-id</strong></li>
5765
5765
  <p style="padding-left: 30px;">按照【<strong>镜像ID</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5766
5766
  <li><strong>image-type</strong></li>
5767
- <p style="padding-left: 30px;">按照【<strong>镜像类型</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:</p><p style="padding-left: 30px;">PRIVATE_IMAGE: 私有镜像 (本账户创建的镜像)</p><p style="padding-left: 30px;">PUBLIC_IMAGE: 公共镜像 (腾讯云官方镜像)</p><p style="padding-left: 30px;">SHARED_IMAGE: 共享镜像(其他账户共享给本账户的镜像)</p>
5767
+ <p style="padding-left: 30px;">按照【<strong>镜像类型</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:</p><p style="padding-left: 30px;">PRIVATE_IMAGE: 自定义镜像 (本账户创建的镜像)</p><p style="padding-left: 30px;">PUBLIC_IMAGE: 公共镜像 (腾讯云官方镜像)</p><p style="padding-left: 30px;">SHARED_IMAGE: 共享镜像(其他账户共享给本账户的镜像)</p>
5768
5768
  <li><strong>image-name</strong></li>
5769
- <p style="padding-left: 30px;">按照【<strong>镜像名称</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5769
+ <p style="padding-left: 30px;">按照【<strong>镜像名称</strong>】进行过滤。支持模糊查询。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5770
5770
  <li><strong>platform</strong></li>
5771
- <p style="padding-left: 30px;">按照【<strong>镜像平台</strong>】进行过滤,如CentOS。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5771
+ <p style="padding-left: 30px;">按照【<strong>镜像平台</strong>】进行过滤,如 CentOS,支持模糊匹配。可通过 <a href="https://cloud.tencent.com/document/api/213/15715" target="_blank">DescribeImages</a> 接口返回的<code> Platform </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5772
5772
  <li><strong>tag-key</strong></li>
5773
- <p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5773
+ <p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤。可通过 <a href="https://cloud.tencent.com/document/product/651/72275" target="_blank"> GetTags </a> 接口返回的<code> TagKey </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5774
5774
  <li><strong>tag-value</strong></li>
5775
- <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5775
+ <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤。可通过 <a href="https://cloud.tencent.com/document/product/651/72275" target="_blank"> GetTags </a> 接口返回的<code> TagValue </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5776
5776
  <li><strong>tag:tag-key</strong></li>
5777
- <p style="padding-left: 30px;">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5777
+ <p style="padding-left: 30px;">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。可通过 <a href="https://cloud.tencent.com/document/product/651/72275" target="_blank"> GetTags </a> 接口返回的<code> TagKey 和 TagValue </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5778
5778
  :type Filters: list of Filter
5779
5779
  :param _Offset: 偏移量,默认为0。关于Offset详见[API简介](/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)。
5780
5780
  :type Offset: int
5781
5781
  :param _Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)。
5782
5782
  :type Limit: int
5783
- :param _InstanceType: 实例类型,如 `S1.SMALL1`
5783
+ :param _InstanceType: 实例类型,如 `S1.SMALL1`。可通过 [DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/product/213/15749) 接口返回的 `InstanceType` 获取。
5784
5784
  :type InstanceType: str
5785
5785
  """
5786
5786
  self._ImageIds = None
@@ -5807,17 +5807,17 @@ class DescribeImagesRequest(AbstractModel):
5807
5807
  <li><strong>image-id</strong></li>
5808
5808
  <p style="padding-left: 30px;">按照【<strong>镜像ID</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5809
5809
  <li><strong>image-type</strong></li>
5810
- <p style="padding-left: 30px;">按照【<strong>镜像类型</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:</p><p style="padding-left: 30px;">PRIVATE_IMAGE: 私有镜像 (本账户创建的镜像)</p><p style="padding-left: 30px;">PUBLIC_IMAGE: 公共镜像 (腾讯云官方镜像)</p><p style="padding-left: 30px;">SHARED_IMAGE: 共享镜像(其他账户共享给本账户的镜像)</p>
5810
+ <p style="padding-left: 30px;">按照【<strong>镜像类型</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:</p><p style="padding-left: 30px;">PRIVATE_IMAGE: 自定义镜像 (本账户创建的镜像)</p><p style="padding-left: 30px;">PUBLIC_IMAGE: 公共镜像 (腾讯云官方镜像)</p><p style="padding-left: 30px;">SHARED_IMAGE: 共享镜像(其他账户共享给本账户的镜像)</p>
5811
5811
  <li><strong>image-name</strong></li>
5812
- <p style="padding-left: 30px;">按照【<strong>镜像名称</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5812
+ <p style="padding-left: 30px;">按照【<strong>镜像名称</strong>】进行过滤。支持模糊查询。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5813
5813
  <li><strong>platform</strong></li>
5814
- <p style="padding-left: 30px;">按照【<strong>镜像平台</strong>】进行过滤,如CentOS。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5814
+ <p style="padding-left: 30px;">按照【<strong>镜像平台</strong>】进行过滤,如 CentOS,支持模糊匹配。可通过 <a href="https://cloud.tencent.com/document/api/213/15715" target="_blank">DescribeImages</a> 接口返回的<code> Platform </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5815
5815
  <li><strong>tag-key</strong></li>
5816
- <p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5816
+ <p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤。可通过 <a href="https://cloud.tencent.com/document/product/651/72275" target="_blank"> GetTags </a> 接口返回的<code> TagKey </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5817
5817
  <li><strong>tag-value</strong></li>
5818
- <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5818
+ <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤。可通过 <a href="https://cloud.tencent.com/document/product/651/72275" target="_blank"> GetTags </a> 接口返回的<code> TagValue </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5819
5819
  <li><strong>tag:tag-key</strong></li>
5820
- <p style="padding-left: 30px;">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5820
+ <p style="padding-left: 30px;">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。可通过 <a href="https://cloud.tencent.com/document/product/651/72275" target="_blank"> GetTags </a> 接口返回的<code> TagKey 和 TagValue </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
5821
5821
  :rtype: list of Filter
5822
5822
  """
5823
5823
  return self._Filters
@@ -5850,7 +5850,7 @@ class DescribeImagesRequest(AbstractModel):
5850
5850
 
5851
5851
  @property
5852
5852
  def InstanceType(self):
5853
- """实例类型,如 `S1.SMALL1`
5853
+ """实例类型,如 `S1.SMALL1`。可通过 [DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/product/213/15749) 接口返回的 `InstanceType` 获取。
5854
5854
  :rtype: str
5855
5855
  """
5856
5856
  return self._InstanceType
@@ -9118,9 +9118,10 @@ class EnterRescueModeRequest(AbstractModel):
9118
9118
 
9119
9119
  def __init__(self):
9120
9120
  r"""
9121
- :param _InstanceId: 需要进入救援模式的实例id
9121
+ :param _InstanceId: 需要进入救援模式的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。
9122
+
9122
9123
  :type InstanceId: str
9123
- :param _Password: 救援模式下系统密码
9124
+ :param _Password: 救援模式下系统密码。不同操作系统类型密码复杂度限制不一样,具体如下:<li>Linux实例密码必须8到30位,至少包括两项[a-z],[A-Z]、[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。</li><li>Windows实例密码必须12到30位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? /]中的特殊符号。</li>
9124
9125
  :type Password: str
9125
9126
  :param _Username: 救援模式下系统用户名
9126
9127
  :type Username: str
@@ -9137,7 +9138,8 @@ class EnterRescueModeRequest(AbstractModel):
9137
9138
 
9138
9139
  @property
9139
9140
  def InstanceId(self):
9140
- """需要进入救援模式的实例id
9141
+ """需要进入救援模式的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。
9142
+
9141
9143
  :rtype: str
9142
9144
  """
9143
9145
  return self._InstanceId
@@ -9148,7 +9150,7 @@ class EnterRescueModeRequest(AbstractModel):
9148
9150
 
9149
9151
  @property
9150
9152
  def Password(self):
9151
- """救援模式下系统密码
9153
+ """救援模式下系统密码。不同操作系统类型密码复杂度限制不一样,具体如下:<li>Linux实例密码必须8到30位,至少包括两项[a-z],[A-Z]、[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。</li><li>Windows实例密码必须12到30位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? /]中的特殊符号。</li>
9152
9154
  :rtype: str
9153
9155
  """
9154
9156
  return self._Password
@@ -10363,17 +10365,24 @@ class Image(AbstractModel):
10363
10365
  :type ImageId: str
10364
10366
  :param _OsName: 镜像操作系统
10365
10367
  :type OsName: str
10366
- :param _ImageType: 镜像类型
10368
+ :param _ImageType: 镜像类型。镜像类型返回值包括:
10369
+ * `PUBLIC_IMAGE` 公共镜像
10370
+ * `PRIVATE_IMAGE` 自定义镜像
10371
+ * `SHARED_IMAGE` 共享镜像
10367
10372
  :type ImageType: str
10368
- :param _CreatedTime: 镜像创建时间
10373
+ :param _CreatedTime: 镜像创建时间。
10374
+ 按照 ISO8601 标准表示,并且使用 UTC 时间,格式为:YYYY-MM-DDThh:mm:ssZ。
10369
10375
  :type CreatedTime: str
10370
10376
  :param _ImageName: 镜像名称
10371
10377
  :type ImageName: str
10372
10378
  :param _ImageDescription: 镜像描述
10373
10379
  :type ImageDescription: str
10374
- :param _ImageSize: 镜像大小
10380
+ :param _ImageSize: 镜像大小,单位 GiB。
10375
10381
  :type ImageSize: int
10376
- :param _Architecture: 镜像架构
10382
+ :param _Architecture: 镜像架构。镜像架构返回值包括:
10383
+ * `x86_64`
10384
+ * `arm`
10385
+ * `i386`
10377
10386
  :type Architecture: str
10378
10387
  :param _ImageState: 镜像状态:
10379
10388
  CREATING-创建中
@@ -10388,7 +10397,10 @@ IMPORTFAILED-导入失败
10388
10397
  :type Platform: str
10389
10398
  :param _ImageCreator: 镜像创建者
10390
10399
  :type ImageCreator: str
10391
- :param _ImageSource: 镜像来源
10400
+ :param _ImageSource: 镜像来源。镜像来源返回值包括:
10401
+ * `OFFICIAL` 官方镜像
10402
+ * `CREATE_IMAGE` 用户自建镜像
10403
+ * `EXTERNAL_IMPORT` 用户外部导入镜像
10392
10404
  :type ImageSource: str
10393
10405
  :param _SyncPercent: 同步百分比
10394
10406
  注意:此字段可能返回 null,表示取不到有效值。
@@ -10399,12 +10411,16 @@ IMPORTFAILED-导入失败
10399
10411
  :type SnapshotSet: list of Snapshot
10400
10412
  :param _Tags: 镜像关联的标签列表。
10401
10413
  :type Tags: list of Tag
10402
- :param _LicenseType: 镜像许可类型
10414
+ :param _LicenseType: 镜像许可类型。镜像许可类型返回值包括:
10415
+ * `TencentCloud` 腾讯云官方许可
10416
+ * `BYOL` 用户自带许可
10403
10417
  :type LicenseType: str
10404
10418
  :param _ImageFamily: 镜像族
10405
10419
  :type ImageFamily: str
10406
10420
  :param _ImageDeprecated: 镜像是否废弃
10407
10421
  :type ImageDeprecated: bool
10422
+ :param _CdcCacheStatus: CDC镜像缓存状态
10423
+ :type CdcCacheStatus: str
10408
10424
  """
10409
10425
  self._ImageId = None
10410
10426
  self._OsName = None
@@ -10425,6 +10441,7 @@ IMPORTFAILED-导入失败
10425
10441
  self._LicenseType = None
10426
10442
  self._ImageFamily = None
10427
10443
  self._ImageDeprecated = None
10444
+ self._CdcCacheStatus = None
10428
10445
 
10429
10446
  @property
10430
10447
  def ImageId(self):
@@ -10450,7 +10467,10 @@ IMPORTFAILED-导入失败
10450
10467
 
10451
10468
  @property
10452
10469
  def ImageType(self):
10453
- """镜像类型
10470
+ """镜像类型。镜像类型返回值包括:
10471
+ * `PUBLIC_IMAGE` 公共镜像
10472
+ * `PRIVATE_IMAGE` 自定义镜像
10473
+ * `SHARED_IMAGE` 共享镜像
10454
10474
  :rtype: str
10455
10475
  """
10456
10476
  return self._ImageType
@@ -10461,7 +10481,8 @@ IMPORTFAILED-导入失败
10461
10481
 
10462
10482
  @property
10463
10483
  def CreatedTime(self):
10464
- """镜像创建时间
10484
+ """镜像创建时间。
10485
+ 按照 ISO8601 标准表示,并且使用 UTC 时间,格式为:YYYY-MM-DDThh:mm:ssZ。
10465
10486
  :rtype: str
10466
10487
  """
10467
10488
  return self._CreatedTime
@@ -10494,7 +10515,7 @@ IMPORTFAILED-导入失败
10494
10515
 
10495
10516
  @property
10496
10517
  def ImageSize(self):
10497
- """镜像大小
10518
+ """镜像大小,单位 GiB。
10498
10519
  :rtype: int
10499
10520
  """
10500
10521
  return self._ImageSize
@@ -10505,7 +10526,10 @@ IMPORTFAILED-导入失败
10505
10526
 
10506
10527
  @property
10507
10528
  def Architecture(self):
10508
- """镜像架构
10529
+ """镜像架构。镜像架构返回值包括:
10530
+ * `x86_64`
10531
+ * `arm`
10532
+ * `i386`
10509
10533
  :rtype: str
10510
10534
  """
10511
10535
  return self._Architecture
@@ -10556,7 +10580,10 @@ IMPORTFAILED-导入失败
10556
10580
 
10557
10581
  @property
10558
10582
  def ImageSource(self):
10559
- """镜像来源
10583
+ """镜像来源。镜像来源返回值包括:
10584
+ * `OFFICIAL` 官方镜像
10585
+ * `CREATE_IMAGE` 用户自建镜像
10586
+ * `EXTERNAL_IMPORT` 用户外部导入镜像
10560
10587
  :rtype: str
10561
10588
  """
10562
10589
  return self._ImageSource
@@ -10612,7 +10639,9 @@ IMPORTFAILED-导入失败
10612
10639
 
10613
10640
  @property
10614
10641
  def LicenseType(self):
10615
- """镜像许可类型
10642
+ """镜像许可类型。镜像许可类型返回值包括:
10643
+ * `TencentCloud` 腾讯云官方许可
10644
+ * `BYOL` 用户自带许可
10616
10645
  :rtype: str
10617
10646
  """
10618
10647
  return self._LicenseType
@@ -10643,6 +10672,17 @@ IMPORTFAILED-导入失败
10643
10672
  def ImageDeprecated(self, ImageDeprecated):
10644
10673
  self._ImageDeprecated = ImageDeprecated
10645
10674
 
10675
+ @property
10676
+ def CdcCacheStatus(self):
10677
+ """CDC镜像缓存状态
10678
+ :rtype: str
10679
+ """
10680
+ return self._CdcCacheStatus
10681
+
10682
+ @CdcCacheStatus.setter
10683
+ def CdcCacheStatus(self, CdcCacheStatus):
10684
+ self._CdcCacheStatus = CdcCacheStatus
10685
+
10646
10686
 
10647
10687
  def _deserialize(self, params):
10648
10688
  self._ImageId = params.get("ImageId")
@@ -10674,6 +10714,7 @@ IMPORTFAILED-导入失败
10674
10714
  self._LicenseType = params.get("LicenseType")
10675
10715
  self._ImageFamily = params.get("ImageFamily")
10676
10716
  self._ImageDeprecated = params.get("ImageDeprecated")
10717
+ self._CdcCacheStatus = params.get("CdcCacheStatus")
10677
10718
  memeber_set = set(params.keys())
10678
10719
  for name, value in vars(self).items():
10679
10720
  property_name = name[1:]
@@ -18329,9 +18370,9 @@ class RebootInstancesRequest(AbstractModel):
18329
18370
  r"""
18330
18371
  :param _InstanceIds: 一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
18331
18372
  :type InstanceIds: list of str
18332
- :param _ForceReboot: 本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常重启失败后选择强制重启实例。取值范围:<br><li>true:表示在正常重启失败后进行强制重启<br><li>false:表示在正常重启失败后不进行强制重启<br><br>默认取值:false。
18373
+ :param _ForceReboot: 本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常重启失败后选择强制重启实例。取值范围:<br><li>true:表示在正常重启失败后进行强制重启</li><li>false:表示在正常重启失败后不进行强制重启</li><br>默认取值:false。
18333
18374
  :type ForceReboot: bool
18334
- :param _StopType: 关机类型。取值范围:<br><li>SOFT:表示软关机<br><li>HARD:表示硬关机<br><li>SOFT_FIRST:表示优先软关机,失败再执行硬关机<br><br>默认取值:SOFT。
18375
+ :param _StopType: 关机类型。取值范围:<br><li>SOFT:表示软关机</li><li>HARD:表示硬关机</li><li>SOFT_FIRST:表示优先软关机,失败再执行硬关机</li><br>默认取值:SOFT。
18335
18376
  :type StopType: str
18336
18377
  """
18337
18378
  self._InstanceIds = None
@@ -18351,7 +18392,7 @@ class RebootInstancesRequest(AbstractModel):
18351
18392
 
18352
18393
  @property
18353
18394
  def ForceReboot(self):
18354
- """本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常重启失败后选择强制重启实例。取值范围:<br><li>true:表示在正常重启失败后进行强制重启<br><li>false:表示在正常重启失败后不进行强制重启<br><br>默认取值:false。
18395
+ """本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常重启失败后选择强制重启实例。取值范围:<br><li>true:表示在正常重启失败后进行强制重启</li><li>false:表示在正常重启失败后不进行强制重启</li><br>默认取值:false。
18355
18396
  :rtype: bool
18356
18397
  """
18357
18398
  return self._ForceReboot
@@ -18362,7 +18403,7 @@ class RebootInstancesRequest(AbstractModel):
18362
18403
 
18363
18404
  @property
18364
18405
  def StopType(self):
18365
- """关机类型。取值范围:<br><li>SOFT:表示软关机<br><li>HARD:表示硬关机<br><li>SOFT_FIRST:表示优先软关机,失败再执行硬关机<br><br>默认取值:SOFT。
18406
+ """关机类型。取值范围:<br><li>SOFT:表示软关机</li><li>HARD:表示硬关机</li><li>SOFT_FIRST:表示优先软关机,失败再执行硬关机</li><br>默认取值:SOFT。
18366
18407
  :rtype: str
18367
18408
  """
18368
18409
  return self._StopType
@@ -21555,7 +21596,8 @@ class SharePermission(AbstractModel):
21555
21596
 
21556
21597
  def __init__(self):
21557
21598
  r"""
21558
- :param _CreatedTime: 镜像分享时间
21599
+ :param _CreatedTime: 镜像分享时间。
21600
+ 按照 ISO8601 标准表示,并且使用 UTC 时间,格式为:YYYY-MM-DDThh:mm:ssZ。
21559
21601
  :type CreatedTime: str
21560
21602
  :param _AccountId: 镜像分享的账户ID
21561
21603
  :type AccountId: str
@@ -21565,7 +21607,8 @@ class SharePermission(AbstractModel):
21565
21607
 
21566
21608
  @property
21567
21609
  def CreatedTime(self):
21568
- """镜像分享时间
21610
+ """镜像分享时间。
21611
+ 按照 ISO8601 标准表示,并且使用 UTC 时间,格式为:YYYY-MM-DDThh:mm:ssZ。
21569
21612
  :rtype: str
21570
21613
  """
21571
21614
  return self._CreatedTime
@@ -21612,7 +21655,7 @@ class Snapshot(AbstractModel):
21612
21655
  SYSTEM_DISK:系统盘
21613
21656
  DATA_DISK:数据盘。
21614
21657
  :type DiskUsage: str
21615
- :param _DiskSize: 创建此快照的云硬盘大小,单位GB
21658
+ :param _DiskSize: 创建此快照的云硬盘大小,单位 GiB
21616
21659
  :type DiskSize: int
21617
21660
  """
21618
21661
  self._SnapshotId = None
@@ -21645,7 +21688,7 @@ DATA_DISK:数据盘。
21645
21688
 
21646
21689
  @property
21647
21690
  def DiskSize(self):
21648
- """创建此快照的云硬盘大小,单位GB
21691
+ """创建此快照的云硬盘大小,单位 GiB
21649
21692
  :rtype: int
21650
21693
  """
21651
21694
  return self._DiskSize
@@ -211,7 +211,7 @@ class DomainClient(AbstractClient):
211
211
 
212
212
 
213
213
  def CreateDomainRedemption(self, request):
214
- """创建赎回订单。
214
+ """创建赎回订单。需要域名状态为:RedemptionPending:赎回期
215
215
 
216
216
  :param request: Request instance for CreateDomainRedemption.
217
217
  :type request: :class:`tencentcloud.domain.v20180808.models.CreateDomainRedemptionRequest`
@@ -603,6 +603,7 @@ class DomainClient(AbstractClient):
603
603
 
604
604
  def DescribeCustomDnsHostSet(self, request):
605
605
  """查询自定义DNS Host
606
+ 当前域名在任意状态下均可获取(根据域名当前状态,不一定能获取到具体数据)
606
607
 
607
608
  :param request: Request instance for DescribeCustomDnsHostSet.
608
609
  :type request: :class:`tencentcloud.domain.v20180808.models.DescribeCustomDnsHostSetRequest`
@@ -1155,6 +1156,7 @@ class DomainClient(AbstractClient):
1155
1156
 
1156
1157
  def SetDomainAutoRenew(self, request):
1157
1158
  """本接口 ( SetDomainAutoRenew ) 用于设置域名自动续费。
1159
+ 当前操作暂不受域名状态限制
1158
1160
 
1159
1161
  :param request: Request instance for SetDomainAutoRenew.
1160
1162
  :type request: :class:`tencentcloud.domain.v20180808.models.SetDomainAutoRenewRequest`
@@ -1177,7 +1179,7 @@ class DomainClient(AbstractClient):
1177
1179
 
1178
1180
 
1179
1181
  def SyncCustomDnsHost(self, request):
1180
- """同步自定义DNS Host
1182
+ """同步自定义DNS Host,将域名已经设置的host配置数据从注册局同步下来
1181
1183
 
1182
1184
  :param request: Request instance for SyncCustomDnsHost.
1183
1185
  :type request: :class:`tencentcloud.domain.v20180808.models.SyncCustomDnsHostRequest`
@@ -356,6 +356,9 @@ UNSUPPORTEDOPERATION_CUSTOMHOSTOVERLIMIT = 'UnsupportedOperation.CustomHostOverL
356
356
  # 当前域名未完成实名认证,无法完成该操作。
357
357
  UNSUPPORTEDOPERATION_DOMAINNOTVERIFIED = 'UnsupportedOperation.DomainNotVerified'
358
358
 
359
+ # 当前域名存在安全锁,禁止修改
360
+ UNSUPPORTEDOPERATION_DOMAINUPDATESECURITYLOCKPROHIBIT = 'UnsupportedOperation.DomainUpdateSecurityLockProhibit'
361
+
359
362
  # 当前域名状态暂不支持该操作。
360
363
  UNSUPPORTEDOPERATION_MODIFYDOMAININFOOPERATEUNSUPPORTED = 'UnsupportedOperation.ModifyDomainInfoOperateUnsupported'
361
364