tencentcloud-sdk-python 3.0.1301__py2.py3-none-any.whl → 3.0.1302__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.1301'
17
+ __version__ = '3.0.1302'
@@ -41,7 +41,7 @@ FAILEDOPERATION_APMCREDENTIALNOTEXIST = 'FailedOperation.ApmCredentialNotExist'
41
41
  # AppID 和业务系统信息不匹配。
42
42
  FAILEDOPERATION_APPIDNOTMATCHINSTANCEINFO = 'FailedOperation.AppIdNotMatchInstanceInfo'
43
43
 
44
- # 未命中白名单且业务系统id为官方demo业务系统id时,不允许修改接口。
44
+ # 未命中白名单且业务系统 ID 为官方 Demo 业务系统 ID 时,不允许修改接口。
45
45
  FAILEDOPERATION_DEMOINSTANCENOTALLOWMODIFIED = 'FailedOperation.DemoInstanceNotAllowModified'
46
46
 
47
47
  # 请勿填写重复的应用名
@@ -86,7 +86,7 @@ FAILEDOPERATION_INVALIDTOKEN = 'FailedOperation.InvalidToken'
86
86
  # 查询指标类数据查询条件缺少过滤参数。
87
87
  FAILEDOPERATION_METRICFILTERSLACKPARAMS = 'FailedOperation.MetricFiltersLackParams'
88
88
 
89
- # 非内网vpc
89
+ # 非内网 VPC
90
90
  FAILEDOPERATION_NOTINNERVPC = 'FailedOperation.NotInnerVPC'
91
91
 
92
92
  # 查询时间区间不支持。
@@ -19481,7 +19481,7 @@ class HeuristicCache(AbstractModel):
19481
19481
  r"""
19482
19482
  :param _Switch: 启发式缓存配置开关,取值有:
19483
19483
  on:开启
19484
- off:关闭
19484
+ off:关闭(默认)
19485
19485
  注意:此字段可能返回 null,表示取不到有效值。
19486
19486
  :type Switch: str
19487
19487
  :param _CacheConfig: 自定义启发式缓存时间配置
@@ -19495,7 +19495,7 @@ off:关闭
19495
19495
  def Switch(self):
19496
19496
  """启发式缓存配置开关,取值有:
19497
19497
  on:开启
19498
- off:关闭
19498
+ off:关闭(默认)
19499
19499
  注意:此字段可能返回 null,表示取不到有效值。
19500
19500
  :rtype: str
19501
19501
  """
@@ -983,6 +983,9 @@ UNSUPPORTEDOPERATION_INSTANCESTATETERMINATED = 'UnsupportedOperation.InstanceSta
983
983
  # 请求不支持正在销毁的实例
984
984
  UNSUPPORTEDOPERATION_INSTANCESTATETERMINATING = 'UnsupportedOperation.InstanceStateTerminating'
985
985
 
986
+ # 实例类型不支持设置`GridDriverService` 状态
987
+ UNSUPPORTEDOPERATION_INSTANCETYPENOTSUPPORTGRIDLICENCE = 'UnsupportedOperation.InstanceTypeNotSupportGridLicence'
988
+
986
989
  # 实例类型不支持设置`EnableJumboFrame` 状态
987
990
  UNSUPPORTEDOPERATION_INSTANCETYPENOTSUPPORTJUMBOFRAME = 'UnsupportedOperation.InstanceTypeNotSupportJumboFrame'
988
991
 
@@ -2709,12 +2709,7 @@ class DescribeInternetAddressRequest(AbstractModel):
2709
2709
  :type Offset: int
2710
2710
  :param _Limit: 返回数量,默认为20,最大值100
2711
2711
  :type Limit: int
2712
- :param _Filters: 过滤条件:
2713
- <li>AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通</li>
2714
- <li>AddrProto地址类型。0:IPv4 1:IPv6</li>
2715
- <li>Status 地址状态。 0:使用中, 1:已停用, 2:已退还</li>
2716
- <li>Subnet 互联网公网地址,数组</li>
2717
- <InstanceIds>互联网公网地址ID,数组</li>
2712
+ :param _Filters: 过滤条件: <li>AddrType,地址类型。0:BGP 1;1: 电信;2:移动;3:联通</li> <li>AddrProto,地址类型。0:IPv4;1:IPv6</li> <li>Status,地址状态。 0:使用中;1:已停用; 2:已退还</li> <li>Subnet,互联网公网地址。数组</li> <li>InstanceIds,互联网公网地址ID。数组</li>
2718
2713
  :type Filters: list of Filter
2719
2714
  """
2720
2715
  self._Offset = None
@@ -2745,12 +2740,7 @@ class DescribeInternetAddressRequest(AbstractModel):
2745
2740
 
2746
2741
  @property
2747
2742
  def Filters(self):
2748
- """过滤条件:
2749
- <li>AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通</li>
2750
- <li>AddrProto地址类型。0:IPv4 1:IPv6</li>
2751
- <li>Status 地址状态。 0:使用中, 1:已停用, 2:已退还</li>
2752
- <li>Subnet 互联网公网地址,数组</li>
2753
- <InstanceIds>互联网公网地址ID,数组</li>
2743
+ """过滤条件: <li>AddrType,地址类型。0:BGP 1;1: 电信;2:移动;3:联通</li> <li>AddrProto,地址类型。0:IPv4;1:IPv6</li> <li>Status,地址状态。 0:使用中;1:已停用; 2:已退还</li> <li>Subnet,互联网公网地址。数组</li> <li>InstanceIds,互联网公网地址ID。数组</li>
2754
2744
  :rtype: list of Filter
2755
2745
  """
2756
2746
  return self._Filters
@@ -2789,7 +2779,6 @@ class DescribeInternetAddressResponse(AbstractModel):
2789
2779
  :param _TotalCount: 互联网公网地址数量
2790
2780
  :type TotalCount: int
2791
2781
  :param _Subnets: 互联网公网地址列表
2792
- 注意:此字段可能返回 null,表示取不到有效值。
2793
2782
  :type Subnets: list of InternetAddressDetail
2794
2783
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2795
2784
  :type RequestId: str
@@ -2812,7 +2801,6 @@ class DescribeInternetAddressResponse(AbstractModel):
2812
2801
  @property
2813
2802
  def Subnets(self):
2814
2803
  """互联网公网地址列表
2815
- 注意:此字段可能返回 null,表示取不到有效值。
2816
2804
  :rtype: list of InternetAddressDetail
2817
2805
  """
2818
2806
  return self._Subnets
@@ -4460,7 +4460,6 @@ class CreateCloudInstanceResponse(AbstractModel):
4460
4460
  def __init__(self):
4461
4461
  r"""
4462
4462
  :param _InstanceId: 实例ID
4463
- 注意:此字段可能返回 null,表示取不到有效值。
4464
4463
  :type InstanceId: str
4465
4464
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4466
4465
  :type RequestId: str
@@ -4471,7 +4470,6 @@ class CreateCloudInstanceResponse(AbstractModel):
4471
4470
  @property
4472
4471
  def InstanceId(self):
4473
4472
  """实例ID
4474
- 注意:此字段可能返回 null,表示取不到有效值。
4475
4473
  :rtype: str
4476
4474
  """
4477
4475
  return self._InstanceId
@@ -4907,7 +4905,6 @@ class CreateClusterResponse(AbstractModel):
4907
4905
  def __init__(self):
4908
4906
  r"""
4909
4907
  :param _InstanceId: 实例ID
4910
- 注意:此字段可能返回 null,表示取不到有效值。
4911
4908
  :type InstanceId: str
4912
4909
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4913
4910
  :type RequestId: str
@@ -4918,7 +4915,6 @@ class CreateClusterResponse(AbstractModel):
4918
4915
  @property
4919
4916
  def InstanceId(self):
4920
4917
  """实例ID
4921
- 注意:此字段可能返回 null,表示取不到有效值。
4922
4918
  :rtype: str
4923
4919
  """
4924
4920
  return self._InstanceId
@@ -21011,7 +21007,6 @@ class MonthRepeatStrategy(AbstractModel):
21011
21007
  def __init__(self):
21012
21008
  r"""
21013
21009
  :param _ExecuteAtTimeOfDay: 重复任务执行的具体时刻,例如"01:02:00"
21014
- 注意:此字段可能返回 null,表示取不到有效值。
21015
21010
  :type ExecuteAtTimeOfDay: str
21016
21011
  :param _DaysOfMonthRange: 每月中的天数时间段描述,长度只能为2,例如[2,10]表示每月2-10号。
21017
21012
  注意:此字段可能返回 null,表示取不到有效值。
@@ -21023,7 +21018,6 @@ class MonthRepeatStrategy(AbstractModel):
21023
21018
  @property
21024
21019
  def ExecuteAtTimeOfDay(self):
21025
21020
  """重复任务执行的具体时刻,例如"01:02:00"
21026
- 注意:此字段可能返回 null,表示取不到有效值。
21027
21021
  :rtype: str
21028
21022
  """
21029
21023
  return self._ExecuteAtTimeOfDay
@@ -284,7 +284,7 @@ class EssClient(AbstractClient):
284
284
 
285
285
  注:
286
286
 
287
- 1. **此接口需要购买单独的实名套餐包方可调用,如有需求请联系对接人员评估**
287
+ 1. 此接口需要 <font color="red"><b>购买单独的实名套餐包</b></font>方可调用,如有需求请联系对接人员评估
288
288
 
289
289
  2. 如果生成的链接是APP链接,跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
290
290
 
@@ -1845,7 +1845,7 @@ class BillUsageDetail(AbstractModel):
1845
1845
  <li>**7**: 还没有预发起</li>
1846
1846
  <li>**8**: 等待填写</li>
1847
1847
  <li>**9**: 部分填写 </li>
1848
- <li>**10**: 拒填</li>
1848
+ <li>**10**: 拒签</li>
1849
1849
  <li>**11**: 已解除</li>
1850
1850
  </ul>
1851
1851
  :type Status: int
@@ -1954,7 +1954,7 @@ class BillUsageDetail(AbstractModel):
1954
1954
  <li>**7**: 还没有预发起</li>
1955
1955
  <li>**8**: 等待填写</li>
1956
1956
  <li>**9**: 部分填写 </li>
1957
- <li>**10**: 拒填</li>
1957
+ <li>**10**: 拒签</li>
1958
1958
  <li>**11**: 已解除</li>
1959
1959
  </ul>
1960
1960
  :rtype: int
@@ -7629,11 +7629,10 @@ class CreateFlowEvidenceReportResponse(AbstractModel):
7629
7629
 
7630
7630
  <ul><li>**EvidenceStatusExecuting**: 出证任务在执行中</li>
7631
7631
  <li>**EvidenceStatusSuccess**: 出证任务执行成功</li>
7632
- <li>**EvidenceStatusFailed** : 出征任务执行失败</li></ul>
7632
+ <li>**EvidenceStatusFailed** : 出证任务执行失败</li></ul>
7633
7633
  :type Status: str
7634
7634
  :param _ReportUrl: 此字段已经废除,不再使用.
7635
7635
  出证的PDF下载地址请调用DescribeChannelFlowEvidenceReport接口获取
7636
- 注意:此字段可能返回 null,表示取不到有效值。
7637
7636
  :type ReportUrl: str
7638
7637
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7639
7638
  :type RequestId: str
@@ -7660,7 +7659,7 @@ class CreateFlowEvidenceReportResponse(AbstractModel):
7660
7659
 
7661
7660
  <ul><li>**EvidenceStatusExecuting**: 出证任务在执行中</li>
7662
7661
  <li>**EvidenceStatusSuccess**: 出证任务执行成功</li>
7663
- <li>**EvidenceStatusFailed** : 出征任务执行失败</li></ul>
7662
+ <li>**EvidenceStatusFailed** : 出证任务执行失败</li></ul>
7664
7663
  :rtype: str
7665
7664
  """
7666
7665
  return self._Status
@@ -7675,7 +7674,6 @@ class CreateFlowEvidenceReportResponse(AbstractModel):
7675
7674
 
7676
7675
  """此字段已经废除,不再使用.
7677
7676
  出证的PDF下载地址请调用DescribeChannelFlowEvidenceReport接口获取
7678
- 注意:此字段可能返回 null,表示取不到有效值。
7679
7677
  :rtype: str
7680
7678
  """
7681
7679
  return self._ReportUrl
@@ -18638,7 +18636,7 @@ class DescribeFlowEvidenceReportResponse(AbstractModel):
18638
18636
 
18639
18637
  <ul><li>**EvidenceStatusExecuting**: 出证任务在执行中</li>
18640
18638
  <li>**EvidenceStatusSuccess**: 出证任务执行成功</li>
18641
- <li>**EvidenceStatusFailed** : 出征任务执行失败</li></ul>
18639
+ <li>**EvidenceStatusFailed** : 出证任务执行失败</li></ul>
18642
18640
  :type Status: str
18643
18641
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18644
18642
  :type RequestId: str
@@ -18664,7 +18662,7 @@ class DescribeFlowEvidenceReportResponse(AbstractModel):
18664
18662
 
18665
18663
  <ul><li>**EvidenceStatusExecuting**: 出证任务在执行中</li>
18666
18664
  <li>**EvidenceStatusSuccess**: 出证任务执行成功</li>
18667
- <li>**EvidenceStatusFailed** : 出征任务执行失败</li></ul>
18665
+ <li>**EvidenceStatusFailed** : 出证任务执行失败</li></ul>
18668
18666
  :rtype: str
18669
18667
  """
18670
18668
  return self._Status
@@ -24611,7 +24609,6 @@ class FlowGroupInfo(AbstractModel):
24611
24609
  可登录腾讯电子签控制台,在 "模板"->"模板中心"->"列表展示设置"选中模板 ID 中查看某个模板的TemplateId(在页面中展示为模板ID)。
24612
24610
  :type TemplateId: str
24613
24611
  :param _FlowType: 签署流程的类型(如销售合同/入职合同等),最大长度200个字符
24614
- 示例值:劳务合同
24615
24612
  :type FlowType: str
24616
24613
  :param _FlowDescription: 签署流程描述,最大长度1000个字符
24617
24614
  :type FlowDescription: str
@@ -24647,7 +24644,7 @@ false:有序签
24647
24644
  示例值:true
24648
24645
  :type NeedSignReview: bool
24649
24646
  :param _AutoSignScene: 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
24650
- 示例值:E_PRESCRIPTION_AUTO_SIGN
24647
+
24651
24648
  :type AutoSignScene: str
24652
24649
  :param _FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
24653
24650
  :type FlowDisplayType: int
@@ -24719,7 +24716,6 @@ false:有序签
24719
24716
  @property
24720
24717
  def FlowType(self):
24721
24718
  """签署流程的类型(如销售合同/入职合同等),最大长度200个字符
24722
- 示例值:劳务合同
24723
24719
  :rtype: str
24724
24720
  """
24725
24721
  return self._FlowType
@@ -24831,7 +24827,7 @@ false:有序签
24831
24827
  @property
24832
24828
  def AutoSignScene(self):
24833
24829
  """个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
24834
- 示例值:E_PRESCRIPTION_AUTO_SIGN
24830
+
24835
24831
  :rtype: str
24836
24832
  """
24837
24833
  return self._AutoSignScene
@@ -31207,7 +31203,6 @@ class SuccessUpdateStaffData(AbstractModel):
31207
31203
  可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。
31208
31204
  :type UserId: str
31209
31205
  :param _Url: H5端员工实名链接
31210
-
31211
31206
  只有入参 InvitationNotifyType = H5的时候才会进行返回。
31212
31207
  :type Url: str
31213
31208
  """
@@ -31253,7 +31248,6 @@ class SuccessUpdateStaffData(AbstractModel):
31253
31248
  @property
31254
31249
  def Url(self):
31255
31250
  """H5端员工实名链接
31256
-
31257
31251
  只有入参 InvitationNotifyType = H5的时候才会进行返回。
31258
31252
  :rtype: str
31259
31253
  """