tencentcloud-sdk-python 3.0.1362__py2.py3-none-any.whl → 3.0.1363__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 (45) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/batch/v20170312/models.py +12 -18
  3. tencentcloud/ccc/v20200210/ccc_client.py +23 -0
  4. tencentcloud/ccc/v20200210/errorcodes.py +3 -0
  5. tencentcloud/ccc/v20200210/models.py +91 -4
  6. tencentcloud/cdwch/v20200915/models.py +0 -12
  7. tencentcloud/cfw/v20190904/models.py +115 -12
  8. tencentcloud/chc/v20230418/models.py +15 -0
  9. tencentcloud/cme/v20191029/errorcodes.py +3 -0
  10. tencentcloud/common/abstract_client.py +29 -24
  11. tencentcloud/common/abstract_model.py +5 -1
  12. tencentcloud/common/common_client.py +14 -15
  13. tencentcloud/common/credential.py +68 -65
  14. tencentcloud/common/exception/tencent_cloud_sdk_exception.py +1 -1
  15. tencentcloud/common/profile/client_profile.py +32 -30
  16. tencentcloud/common/profile/http_profile.py +20 -12
  17. tencentcloud/common/retry.py +18 -0
  18. tencentcloud/cvm/v20170312/cvm_client.py +7 -1
  19. tencentcloud/cvm/v20170312/models.py +88 -68
  20. tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
  21. tencentcloud/cynosdb/v20190107/models.py +318 -0
  22. tencentcloud/dc/v20180410/models.py +2 -2
  23. tencentcloud/dlc/v20210125/models.py +0 -16
  24. tencentcloud/dts/v20211206/models.py +10 -6
  25. tencentcloud/es/v20250101/models.py +2 -6
  26. tencentcloud/ess/v20201111/models.py +15 -0
  27. tencentcloud/lcic/v20220817/models.py +30 -0
  28. tencentcloud/lkeap/v20240522/models.py +2 -2
  29. tencentcloud/monitor/v20180724/models.py +169 -0
  30. tencentcloud/monitor/v20180724/monitor_client.py +23 -0
  31. tencentcloud/mps/v20190612/models.py +20 -20
  32. tencentcloud/tcbr/v20220217/models.py +30 -0
  33. tencentcloud/tts/v20190823/models.py +15 -15
  34. tencentcloud/tts/v20190823/tts_client.py +4 -3
  35. tencentcloud/vpc/v20170312/vpc_client.py +1 -1
  36. tencentcloud/vrs/v20200824/models.py +17 -0
  37. tencentcloud/waf/v20180125/errorcodes.py +9 -0
  38. tencentcloud/waf/v20180125/models.py +3041 -114
  39. tencentcloud/waf/v20180125/waf_client.py +138 -0
  40. tencentcloud/wedata/v20210820/models.py +55 -0
  41. {tencentcloud_sdk_python-3.0.1362.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/METADATA +1 -1
  42. {tencentcloud_sdk_python-3.0.1362.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/RECORD +45 -45
  43. {tencentcloud_sdk_python-3.0.1362.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/LICENSE +0 -0
  44. {tencentcloud_sdk_python-3.0.1362.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/WHEEL +0 -0
  45. {tencentcloud_sdk_python-3.0.1362.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1362'
17
+ __version__ = '3.0.1363'
@@ -1660,7 +1660,7 @@ class DataDisk(AbstractModel):
1660
1660
 
1661
1661
  def __init__(self):
1662
1662
  r"""
1663
- :param _DiskSize: 数据盘大小,单位:GB。最小调整步长为10G,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
1663
+ :param _DiskSize: 数据盘大小,单位:GiB。最小调整步长为10GiB,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
1664
1664
  :type DiskSize: int
1665
1665
  :param _DiskType: 数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br /><li>LOCAL_BASIC:本地硬盘<br /> <li>LOCAL_SSD:本地SSD硬盘<br /><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br /><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定<br /><li>CLOUD_BASIC:普通云硬盘<br /><li> CLOUD_PREMIUM:高性能云硬盘<br /><li>CLOUD_SSD:SSD云硬盘<br /><li> CLOUD_HSSD:增强型SSD云硬盘<br /> <li>CLOUD_TSSD:极速型SSD云硬盘<br /><li>CLOUD_BSSD:通用型SSD云硬盘<br /><br />默认取值:LOCAL_BASIC。<br /><br />该参数对`ResizeInstanceDisk`接口无效。</li></li></li> </li> </li></li></li></li></li></li>
1666
1666
  :type DiskType: str
@@ -1677,7 +1677,8 @@ class DataDisk(AbstractModel):
1677
1677
 
1678
1678
  该参数目前仅用于 `RunInstances` 接口。
1679
1679
  :type KmsKeyId: str
1680
- :param _ThroughputPerformance: 云硬盘性能,单位:MB/s
1680
+ :param _ThroughputPerformance: 云硬盘性能,单位:MiB/s。使用此参数可给云硬盘购买额外的性能。
1681
+ 当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)
1681
1682
  :type ThroughputPerformance: int
1682
1683
  :param _CdcId: 所属的独享集群ID。
1683
1684
  :type CdcId: str
@@ -1686,8 +1687,6 @@ class DataDisk(AbstractModel):
1686
1687
  <b>注:内测中。</b>
1687
1688
  :type BurstPerformance: bool
1688
1689
  :param _DiskName: 磁盘名称,长度不超过128 个字符。
1689
-
1690
- 该参数正在邀测中,暂未开放使用。
1691
1690
  :type DiskName: str
1692
1691
  """
1693
1692
  self._DiskSize = None
@@ -1704,7 +1703,7 @@ class DataDisk(AbstractModel):
1704
1703
 
1705
1704
  @property
1706
1705
  def DiskSize(self):
1707
- """数据盘大小,单位:GB。最小调整步长为10G,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
1706
+ """数据盘大小,单位:GiB。最小调整步长为10GiB,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
1708
1707
  :rtype: int
1709
1708
  """
1710
1709
  return self._DiskSize
@@ -1784,7 +1783,8 @@ class DataDisk(AbstractModel):
1784
1783
 
1785
1784
  @property
1786
1785
  def ThroughputPerformance(self):
1787
- """云硬盘性能,单位:MB/s
1786
+ """云硬盘性能,单位:MiB/s。使用此参数可给云硬盘购买额外的性能。
1787
+ 当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)
1788
1788
  :rtype: int
1789
1789
  """
1790
1790
  return self._ThroughputPerformance
@@ -1820,8 +1820,6 @@ class DataDisk(AbstractModel):
1820
1820
  @property
1821
1821
  def DiskName(self):
1822
1822
  """磁盘名称,长度不超过128 个字符。
1823
-
1824
- 该参数正在邀测中,暂未开放使用。
1825
1823
  :rtype: str
1826
1824
  """
1827
1825
  return self._DiskName
@@ -6190,7 +6188,7 @@ class InternetAccessible(AbstractModel):
6190
6188
  :type InternetMaxBandwidthOut: int
6191
6189
  :param _PublicIpAssigned: 是否分配公网IP。取值范围:<br><li>true:表示分配公网IP</li><li>false:表示不分配公网IP</li><br>当公网带宽大于0Mbps时,可自由选择开通与否,默认开通公网IP;当公网带宽为0,则不允许分配公网IP。该参数仅在RunInstances接口中作为入参使用。
6192
6190
  :type PublicIpAssigned: bool
6193
- :param _BandwidthPackageId: 带宽包ID。可通过[`DescribeBandwidthPackages`](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。该参数仅在RunInstances接口中作为入参使用。
6191
+ :param _BandwidthPackageId: 带宽包ID。可通过[ DescribeBandwidthPackages ](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。该参数仅在RunInstances接口中作为入参使用。
6194
6192
  :type BandwidthPackageId: str
6195
6193
  """
6196
6194
  self._InternetChargeType = None
@@ -6233,7 +6231,7 @@ class InternetAccessible(AbstractModel):
6233
6231
 
6234
6232
  @property
6235
6233
  def BandwidthPackageId(self):
6236
- """带宽包ID。可通过[`DescribeBandwidthPackages`](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。该参数仅在RunInstances接口中作为入参使用。
6234
+ """带宽包ID。可通过[ DescribeBandwidthPackages ](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。该参数仅在RunInstances接口中作为入参使用。
6237
6235
  :rtype: str
6238
6236
  """
6239
6237
  return self._BandwidthPackageId
@@ -8558,13 +8556,11 @@ class SystemDisk(AbstractModel):
8558
8556
  :param _DiskId: 系统盘ID。
8559
8557
  该参数目前仅用于`DescribeInstances`等查询类接口的返回参数,不可用于`RunInstances`等写接口的入参。
8560
8558
  :type DiskId: str
8561
- :param _DiskSize: 系统盘大小,单位:GB。默认值为 50
8559
+ :param _DiskSize: 系统盘大小,单位:GiB。默认值为 50
8562
8560
  :type DiskSize: int
8563
8561
  :param _CdcId: 所属的独享集群ID。
8564
8562
  :type CdcId: str
8565
8563
  :param _DiskName: 磁盘名称,长度不超过128 个字符。
8566
-
8567
- 该参数正在邀测中,暂未开放使用。
8568
8564
  :type DiskName: str
8569
8565
  """
8570
8566
  self._DiskType = None
@@ -8607,7 +8603,7 @@ class SystemDisk(AbstractModel):
8607
8603
 
8608
8604
  @property
8609
8605
  def DiskSize(self):
8610
- """系统盘大小,单位:GB。默认值为 50
8606
+ """系统盘大小,单位:GiB。默认值为 50
8611
8607
  :rtype: int
8612
8608
  """
8613
8609
  return self._DiskSize
@@ -8630,8 +8626,6 @@ class SystemDisk(AbstractModel):
8630
8626
  @property
8631
8627
  def DiskName(self):
8632
8628
  """磁盘名称,长度不超过128 个字符。
8633
-
8634
- 该参数正在邀测中,暂未开放使用。
8635
8629
  :rtype: str
8636
8630
  """
8637
8631
  return self._DiskName
@@ -10170,7 +10164,7 @@ class VirtualPrivateCloud(AbstractModel):
10170
10164
  r"""
10171
10165
  :param _VpcId: 私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [DescribeVpcEx](/document/api/215/1372) ,从接口返回中的`unVpcId`字段获取。若在创建子机时VpcId与SubnetId同时传入`DEFAULT`,则强制使用默认vpc网络。
10172
10166
  :type VpcId: str
10173
- :param _SubnetId: 私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](/document/api/215/15784) ,从接口返回中的`unSubnetId`字段获取。若在创建子机时SubnetId与VpcId同时传入`DEFAULT`,则强制使用默认vpc网络。
10167
+ :param _SubnetId: 私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/product/215/15784) ,从接口返回中的`SubnetId `字段获取。若在创建子机时SubnetId与VpcId同时传入`DEFAULT`,则强制使用默认vpc网络。
10174
10168
  :type SubnetId: str
10175
10169
  :param _AsVpcGateway: 是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<li>true:表示用作公网网关</li><li>false:表示不作为公网网关</li>默认取值:false。
10176
10170
  :type AsVpcGateway: bool
@@ -10198,7 +10192,7 @@ class VirtualPrivateCloud(AbstractModel):
10198
10192
 
10199
10193
  @property
10200
10194
  def SubnetId(self):
10201
- """私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](/document/api/215/15784) ,从接口返回中的`unSubnetId`字段获取。若在创建子机时SubnetId与VpcId同时传入`DEFAULT`,则强制使用默认vpc网络。
10195
+ """私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/product/215/15784) ,从接口返回中的`SubnetId `字段获取。若在创建子机时SubnetId与VpcId同时传入`DEFAULT`,则强制使用默认vpc网络。
10202
10196
  :rtype: str
10203
10197
  """
10204
10198
  return self._SubnetId
@@ -494,6 +494,29 @@ class CccClient(AbstractClient):
494
494
  raise TencentCloudSDKException(type(e).__name__, str(e))
495
495
 
496
496
 
497
+ def DeleteCCCSkillGroup(self, request):
498
+ """删除技能组
499
+
500
+ :param request: Request instance for DeleteCCCSkillGroup.
501
+ :type request: :class:`tencentcloud.ccc.v20200210.models.DeleteCCCSkillGroupRequest`
502
+ :rtype: :class:`tencentcloud.ccc.v20200210.models.DeleteCCCSkillGroupResponse`
503
+
504
+ """
505
+ try:
506
+ params = request._serialize()
507
+ headers = request.headers
508
+ body = self.call("DeleteCCCSkillGroup", params, headers=headers)
509
+ response = json.loads(body)
510
+ model = models.DeleteCCCSkillGroupResponse()
511
+ model._deserialize(response["Response"])
512
+ return model
513
+ except Exception as e:
514
+ if isinstance(e, TencentCloudSDKException):
515
+ raise
516
+ else:
517
+ raise TencentCloudSDKException(type(e).__name__, str(e))
518
+
519
+
497
520
  def DeleteExtension(self, request):
498
521
  """删除话机账号
499
522
 
@@ -179,6 +179,9 @@ OPERATIONDENIED_UINDISABLED = 'OperationDenied.UinDisabled'
179
179
  # 资源不存在。
180
180
  RESOURCENOTFOUND = 'ResourceNotFound'
181
181
 
182
+ # 资源不可用。
183
+ RESOURCEUNAVAILABLE = 'ResourceUnavailable'
184
+
182
185
  # 未知参数错误。
183
186
  UNKNOWNPARAMETER = 'UnknownParameter'
184
187
 
@@ -2540,7 +2540,7 @@ class CreateAIAgentCallRequest(AbstractModel):
2540
2540
  :type Callers: list of str
2541
2541
  :param _PromptVariables: 提示词变量
2542
2542
  :type PromptVariables: list of Variable
2543
- :param _Variables: 通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> dify变量</p>
2543
+ :param _Variables: 通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> 欢迎语延迟播放(秒级):welcome-message-delay</p> <p> dify变量</p>
2544
2544
 
2545
2545
  1. dify-inputs-xxx 为dify的inputs变量
2546
2546
  2. dify-inputs-user 为dify的user值
@@ -2600,6 +2600,8 @@ class CreateAIAgentCallRequest(AbstractModel):
2600
2600
 
2601
2601
  @property
2602
2602
  def PromptVariables(self):
2603
+ warnings.warn("parameter `PromptVariables` is deprecated", DeprecationWarning)
2604
+
2603
2605
  """提示词变量
2604
2606
  :rtype: list of Variable
2605
2607
  """
@@ -2607,11 +2609,13 @@ class CreateAIAgentCallRequest(AbstractModel):
2607
2609
 
2608
2610
  @PromptVariables.setter
2609
2611
  def PromptVariables(self, PromptVariables):
2612
+ warnings.warn("parameter `PromptVariables` is deprecated", DeprecationWarning)
2613
+
2610
2614
  self._PromptVariables = PromptVariables
2611
2615
 
2612
2616
  @property
2613
2617
  def Variables(self):
2614
- """通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> dify变量</p>
2618
+ """通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> 欢迎语延迟播放(秒级):welcome-message-delay</p> <p> dify变量</p>
2615
2619
 
2616
2620
  1. dify-inputs-xxx 为dify的inputs变量
2617
2621
  2. dify-inputs-user 为dify的user值
@@ -2925,7 +2929,7 @@ HoaiMy
2925
2929
  :type ExtractConfig: list of AICallExtractConfigElement
2926
2930
  :param _Temperature: 模型温度控制
2927
2931
  :type Temperature: float
2928
- :param _Variables: 通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> dify变量</p>
2932
+ :param _Variables: 通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> 欢迎语延迟播放(秒级):welcome-message-delay</p> <p> dify变量</p>
2929
2933
 
2930
2934
  1. dify-inputs-xxx 为dify的inputs变量
2931
2935
  2. dify-inputs-user 为dify的user值
@@ -3395,6 +3399,8 @@ HoaiMy
3395
3399
 
3396
3400
  @property
3397
3401
  def PromptVariables(self):
3402
+ warnings.warn("parameter `PromptVariables` is deprecated", DeprecationWarning)
3403
+
3398
3404
  """提示词变量
3399
3405
  :rtype: list of Variable
3400
3406
  """
@@ -3402,6 +3408,8 @@ HoaiMy
3402
3408
 
3403
3409
  @PromptVariables.setter
3404
3410
  def PromptVariables(self, PromptVariables):
3411
+ warnings.warn("parameter `PromptVariables` is deprecated", DeprecationWarning)
3412
+
3405
3413
  self._PromptVariables = PromptVariables
3406
3414
 
3407
3415
  @property
@@ -3439,7 +3447,7 @@ HoaiMy
3439
3447
 
3440
3448
  @property
3441
3449
  def Variables(self):
3442
- """通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> dify变量</p>
3450
+ """通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> 欢迎语延迟播放(秒级):welcome-message-delay</p> <p> dify变量</p>
3443
3451
 
3444
3452
  1. dify-inputs-xxx 为dify的inputs变量
3445
3453
  2. dify-inputs-user 为dify的user值
@@ -5830,6 +5838,85 @@ class CreateUserSigResponse(AbstractModel):
5830
5838
  self._RequestId = params.get("RequestId")
5831
5839
 
5832
5840
 
5841
+ class DeleteCCCSkillGroupRequest(AbstractModel):
5842
+ """DeleteCCCSkillGroup请求参数结构体
5843
+
5844
+ """
5845
+
5846
+ def __init__(self):
5847
+ r"""
5848
+ :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
5849
+ :type SdkAppId: int
5850
+ :param _SkillGroupId: 技能组ID
5851
+ :type SkillGroupId: int
5852
+ """
5853
+ self._SdkAppId = None
5854
+ self._SkillGroupId = None
5855
+
5856
+ @property
5857
+ def SdkAppId(self):
5858
+ """应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
5859
+ :rtype: int
5860
+ """
5861
+ return self._SdkAppId
5862
+
5863
+ @SdkAppId.setter
5864
+ def SdkAppId(self, SdkAppId):
5865
+ self._SdkAppId = SdkAppId
5866
+
5867
+ @property
5868
+ def SkillGroupId(self):
5869
+ """技能组ID
5870
+ :rtype: int
5871
+ """
5872
+ return self._SkillGroupId
5873
+
5874
+ @SkillGroupId.setter
5875
+ def SkillGroupId(self, SkillGroupId):
5876
+ self._SkillGroupId = SkillGroupId
5877
+
5878
+
5879
+ def _deserialize(self, params):
5880
+ self._SdkAppId = params.get("SdkAppId")
5881
+ self._SkillGroupId = params.get("SkillGroupId")
5882
+ memeber_set = set(params.keys())
5883
+ for name, value in vars(self).items():
5884
+ property_name = name[1:]
5885
+ if property_name in memeber_set:
5886
+ memeber_set.remove(property_name)
5887
+ if len(memeber_set) > 0:
5888
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
5889
+
5890
+
5891
+
5892
+ class DeleteCCCSkillGroupResponse(AbstractModel):
5893
+ """DeleteCCCSkillGroup返回参数结构体
5894
+
5895
+ """
5896
+
5897
+ def __init__(self):
5898
+ r"""
5899
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5900
+ :type RequestId: str
5901
+ """
5902
+ self._RequestId = None
5903
+
5904
+ @property
5905
+ def RequestId(self):
5906
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5907
+ :rtype: str
5908
+ """
5909
+ return self._RequestId
5910
+
5911
+ @RequestId.setter
5912
+ def RequestId(self, RequestId):
5913
+ self._RequestId = RequestId
5914
+
5915
+
5916
+ def _deserialize(self, params):
5917
+ self._RequestId = params.get("RequestId")
5918
+
5919
+
5833
5920
  class DeleteExtensionRequest(AbstractModel):
5834
5921
  """DeleteExtension请求参数结构体
5835
5922
 
@@ -1359,7 +1359,6 @@ class CreateInstanceNewResponse(AbstractModel):
1359
1359
  :param _InstanceId: 实例ID
1360
1360
  :type InstanceId: str
1361
1361
  :param _ErrorMsg: 错误信息
1362
- 注意:此字段可能返回 null,表示取不到有效值。
1363
1362
  :type ErrorMsg: str
1364
1363
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1365
1364
  :type RequestId: str
@@ -1394,7 +1393,6 @@ class CreateInstanceNewResponse(AbstractModel):
1394
1393
  @property
1395
1394
  def ErrorMsg(self):
1396
1395
  """错误信息
1397
- 注意:此字段可能返回 null,表示取不到有效值。
1398
1396
  :rtype: str
1399
1397
  """
1400
1398
  return self._ErrorMsg
@@ -1906,18 +1904,14 @@ class DescribeBackUpScheduleResponse(AbstractModel):
1906
1904
  :param _BackUpOpened: 备份是否开启
1907
1905
  :type BackUpOpened: bool
1908
1906
  :param _MetaStrategy: 元数据备份策略
1909
- 注意:此字段可能返回 null,表示取不到有效值。
1910
1907
  :type MetaStrategy: :class:`tencentcloud.cdwch.v20200915.models.ScheduleStrategy`
1911
1908
  :param _DataStrategy: 表数据备份策略
1912
- 注意:此字段可能返回 null,表示取不到有效值。
1913
1909
  :type DataStrategy: :class:`tencentcloud.cdwch.v20200915.models.ScheduleStrategy`
1914
1910
  :param _BackUpContents: 备份表列表
1915
- 注意:此字段可能返回 null,表示取不到有效值。
1916
1911
  :type BackUpContents: list of BackupTableContent
1917
1912
  :param _BackUpStatus: 备份的状态
1918
1913
  :type BackUpStatus: int
1919
1914
  :param _ErrorMsg: 错误信息
1920
- 注意:此字段可能返回 null,表示取不到有效值。
1921
1915
  :type ErrorMsg: str
1922
1916
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1923
1917
  :type RequestId: str
@@ -1944,7 +1938,6 @@ class DescribeBackUpScheduleResponse(AbstractModel):
1944
1938
  @property
1945
1939
  def MetaStrategy(self):
1946
1940
  """元数据备份策略
1947
- 注意:此字段可能返回 null,表示取不到有效值。
1948
1941
  :rtype: :class:`tencentcloud.cdwch.v20200915.models.ScheduleStrategy`
1949
1942
  """
1950
1943
  return self._MetaStrategy
@@ -1956,7 +1949,6 @@ class DescribeBackUpScheduleResponse(AbstractModel):
1956
1949
  @property
1957
1950
  def DataStrategy(self):
1958
1951
  """表数据备份策略
1959
- 注意:此字段可能返回 null,表示取不到有效值。
1960
1952
  :rtype: :class:`tencentcloud.cdwch.v20200915.models.ScheduleStrategy`
1961
1953
  """
1962
1954
  return self._DataStrategy
@@ -1968,7 +1960,6 @@ class DescribeBackUpScheduleResponse(AbstractModel):
1968
1960
  @property
1969
1961
  def BackUpContents(self):
1970
1962
  """备份表列表
1971
- 注意:此字段可能返回 null,表示取不到有效值。
1972
1963
  :rtype: list of BackupTableContent
1973
1964
  """
1974
1965
  return self._BackUpContents
@@ -1991,7 +1982,6 @@ class DescribeBackUpScheduleResponse(AbstractModel):
1991
1982
  @property
1992
1983
  def ErrorMsg(self):
1993
1984
  """错误信息
1994
- 注意:此字段可能返回 null,表示取不到有效值。
1995
1985
  :rtype: str
1996
1986
  """
1997
1987
  return self._ErrorMsg
@@ -2526,7 +2516,6 @@ class DescribeInstanceKeyValConfigsResponse(AbstractModel):
2526
2516
  注意:此字段可能返回 null,表示取不到有效值。
2527
2517
  :type MapConfigItems: list of MapConfigItem
2528
2518
  :param _ErrorMsg: 错误信息
2529
- 注意:此字段可能返回 null,表示取不到有效值。
2530
2519
  :type ErrorMsg: str
2531
2520
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2532
2521
  :type RequestId: str
@@ -2575,7 +2564,6 @@ class DescribeInstanceKeyValConfigsResponse(AbstractModel):
2575
2564
  @property
2576
2565
  def ErrorMsg(self):
2577
2566
  """错误信息
2578
- 注意:此字段可能返回 null,表示取不到有效值。
2579
2567
  :rtype: str
2580
2568
  """
2581
2569
  return self._ErrorMsg