tencentcloud-sdk-python 3.0.1249__py2.py3-none-any.whl → 3.0.1251__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 +1 -1
- tencentcloud/batch/v20170312/models.py +8 -1
- tencentcloud/ccc/v20200210/models.py +117 -0
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +797 -28
- tencentcloud/cynosdb/v20190107/models.py +13 -0
- tencentcloud/dc/v20180410/dc_client.py +23 -0
- tencentcloud/dc/v20180410/models.py +426 -0
- tencentcloud/dlc/v20210125/dlc_client.py +23 -0
- tencentcloud/dlc/v20210125/models.py +388 -0
- tencentcloud/emr/v20190103/errorcodes.py +1 -1
- tencentcloud/emr/v20190103/models.py +2 -94
- tencentcloud/ess/v20201111/ess_client.py +35 -6
- tencentcloud/ess/v20201111/models.py +32 -10
- tencentcloud/essbasic/v20210526/models.py +2 -3
- tencentcloud/faceid/v20180301/models.py +28 -1
- tencentcloud/gwlb/__init__.py +0 -0
- tencentcloud/gwlb/v20240906/__init__.py +0 -0
- tencentcloud/gwlb/v20240906/errorcodes.py +48 -0
- tencentcloud/gwlb/v20240906/gwlb_client.py +448 -0
- tencentcloud/gwlb/v20240906/models.py +2834 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +18 -0
- tencentcloud/privatedns/v20201028/models.py +142 -0
- tencentcloud/privatedns/v20201028/privatedns_client.py +23 -0
- tencentcloud/sms/v20190711/errorcodes.py +3 -0
- tencentcloud/sms/v20210111/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +8 -5
- tencentcloud/tke/v20180525/models.py +2 -108
- tencentcloud/tke/v20180525/tke_client.py +0 -25
- tencentcloud/vclm/v20240523/models.py +12 -0
- tencentcloud/vod/v20180717/vod_client.py +1 -0
- tencentcloud/vpc/v20170312/errorcodes.py +6 -0
- tencentcloud/vpc/v20170312/models.py +16 -4
- tencentcloud/vpc/v20170312/vpc_client.py +1 -1
- tencentcloud/vtc/v20240223/models.py +12 -0
- {tencentcloud_sdk_python-3.0.1249.dist-info → tencentcloud_sdk_python-3.0.1251.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1249.dist-info → tencentcloud_sdk_python-3.0.1251.dist-info}/RECORD +40 -35
- {tencentcloud_sdk_python-3.0.1249.dist-info → tencentcloud_sdk_python-3.0.1251.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1249.dist-info → tencentcloud_sdk_python-3.0.1251.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1249.dist-info → tencentcloud_sdk_python-3.0.1251.dist-info}/top_level.txt +0 -0
@@ -32,6 +32,12 @@ FAILEDOPERATION_BINDZONEVPCFAILED = 'FailedOperation.BindZoneVpcFailed'
|
|
32
32
|
# 记录创建失败。
|
33
33
|
FAILEDOPERATION_CREATERECORDFAILED = 'FailedOperation.CreateRecordFailed'
|
34
34
|
|
35
|
+
# 创建终端节点异常。
|
36
|
+
FAILEDOPERATION_CREATEVPCENDPOINTERROR = 'FailedOperation.CreateVpcEndPointError'
|
37
|
+
|
38
|
+
# 创建终端节点失败。
|
39
|
+
FAILEDOPERATION_CREATEVPCENDPOINTFAILED = 'FailedOperation.CreateVpcEndPointFailed'
|
40
|
+
|
35
41
|
# 私有域创建失败。
|
36
42
|
FAILEDOPERATION_CREATEZONEFAILED = 'FailedOperation.CreateZoneFailed'
|
37
43
|
|
@@ -50,6 +56,9 @@ FAILEDOPERATION_DELETEVPCENDPOINTFAILED = 'FailedOperation.DeleteVpcEndPointFail
|
|
50
56
|
# 解析域删除失败。
|
51
57
|
FAILEDOPERATION_DELETEZONEFAILED = 'FailedOperation.DeleteZoneFailed'
|
52
58
|
|
59
|
+
# 获取临时凭证失败
|
60
|
+
FAILEDOPERATION_GETTMPCREDFAILED = 'FailedOperation.GetTmpCredFailed'
|
61
|
+
|
53
62
|
# 记录修改失败。
|
54
63
|
FAILEDOPERATION_MODIFYRECORDFAILED = 'FailedOperation.ModifyRecordFailed'
|
55
64
|
|
@@ -77,6 +86,9 @@ INVALIDPARAMETER_ENDPOINTBINDFORWARDRULE = 'InvalidParameter.EndPointBindForward
|
|
77
86
|
# 终端节点不存在。
|
78
87
|
INVALIDPARAMETER_ENDPOINTNOTEXISTS = 'InvalidParameter.EndPointNotExists'
|
79
88
|
|
89
|
+
# 终端节点服务不存在。
|
90
|
+
INVALIDPARAMETER_ENDPOINTSERVICENOTEXIST = 'InvalidParameter.EndPointServiceNotExist'
|
91
|
+
|
80
92
|
# 非法CIDR。
|
81
93
|
INVALIDPARAMETER_ILLEGALCIDR = 'InvalidParameter.IllegalCidr'
|
82
94
|
|
@@ -164,6 +176,9 @@ INVALIDPARAMETERVALUE_ILLEGALTTLVALUE = 'InvalidParameterValue.IllegalTTLValue'
|
|
164
176
|
# 内部保留域名,不支持创建。
|
165
177
|
INVALIDPARAMETERVALUE_RESERVEDDOMAIN = 'InvalidParameterValue.ReservedDomain'
|
166
178
|
|
179
|
+
# uin没有录入白名单,无权限访问
|
180
|
+
INVALIDPARAMETERVALUE_UINNOTINWHITELIST = 'InvalidParameterValue.UinNotInWhiteList'
|
181
|
+
|
167
182
|
# 超过配额限制。
|
168
183
|
LIMITEXCEEDED = 'LimitExceeded'
|
169
184
|
|
@@ -203,6 +218,9 @@ RESOURCENOTFOUND_SERVICENOTSUBSCRIBED = 'ResourceNotFound.ServiceNotSubscribed'
|
|
203
218
|
# 资源不可用。
|
204
219
|
RESOURCEUNAVAILABLE = 'ResourceUnavailable'
|
205
220
|
|
221
|
+
# 未添加平台账号到当前终端节点服务的白名单内。
|
222
|
+
RESOURCEUNAVAILABLE_SERVICEWHITELISTNOTADDED = 'ResourceUnavailable.ServiceWhiteListNotAdded'
|
223
|
+
|
206
224
|
# TLD增值包已过期。
|
207
225
|
RESOURCEUNAVAILABLE_TLDPACKAGEEXPIRED = 'ResourceUnavailable.TldPackageExpired'
|
208
226
|
|
@@ -510,6 +510,148 @@ class AuditLogInfo(AbstractModel):
|
|
510
510
|
|
511
511
|
|
512
512
|
|
513
|
+
class CreateEndPointRequest(AbstractModel):
|
514
|
+
"""CreateEndPoint请求参数结构体
|
515
|
+
|
516
|
+
"""
|
517
|
+
|
518
|
+
def __init__(self):
|
519
|
+
r"""
|
520
|
+
:param _EndPointName: 终端节点名称
|
521
|
+
:type EndPointName: str
|
522
|
+
:param _EndPointServiceId: 终端节点服务ID(vpc终端节点服务ID)
|
523
|
+
:type EndPointServiceId: str
|
524
|
+
:param _EndPointRegion: 终端节点地域,必须要和终端节点服务所属地域一致
|
525
|
+
:type EndPointRegion: str
|
526
|
+
:param _IpNum: 终端节点ip数量
|
527
|
+
:type IpNum: int
|
528
|
+
"""
|
529
|
+
self._EndPointName = None
|
530
|
+
self._EndPointServiceId = None
|
531
|
+
self._EndPointRegion = None
|
532
|
+
self._IpNum = None
|
533
|
+
|
534
|
+
@property
|
535
|
+
def EndPointName(self):
|
536
|
+
return self._EndPointName
|
537
|
+
|
538
|
+
@EndPointName.setter
|
539
|
+
def EndPointName(self, EndPointName):
|
540
|
+
self._EndPointName = EndPointName
|
541
|
+
|
542
|
+
@property
|
543
|
+
def EndPointServiceId(self):
|
544
|
+
return self._EndPointServiceId
|
545
|
+
|
546
|
+
@EndPointServiceId.setter
|
547
|
+
def EndPointServiceId(self, EndPointServiceId):
|
548
|
+
self._EndPointServiceId = EndPointServiceId
|
549
|
+
|
550
|
+
@property
|
551
|
+
def EndPointRegion(self):
|
552
|
+
return self._EndPointRegion
|
553
|
+
|
554
|
+
@EndPointRegion.setter
|
555
|
+
def EndPointRegion(self, EndPointRegion):
|
556
|
+
self._EndPointRegion = EndPointRegion
|
557
|
+
|
558
|
+
@property
|
559
|
+
def IpNum(self):
|
560
|
+
return self._IpNum
|
561
|
+
|
562
|
+
@IpNum.setter
|
563
|
+
def IpNum(self, IpNum):
|
564
|
+
self._IpNum = IpNum
|
565
|
+
|
566
|
+
|
567
|
+
def _deserialize(self, params):
|
568
|
+
self._EndPointName = params.get("EndPointName")
|
569
|
+
self._EndPointServiceId = params.get("EndPointServiceId")
|
570
|
+
self._EndPointRegion = params.get("EndPointRegion")
|
571
|
+
self._IpNum = params.get("IpNum")
|
572
|
+
memeber_set = set(params.keys())
|
573
|
+
for name, value in vars(self).items():
|
574
|
+
property_name = name[1:]
|
575
|
+
if property_name in memeber_set:
|
576
|
+
memeber_set.remove(property_name)
|
577
|
+
if len(memeber_set) > 0:
|
578
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
579
|
+
|
580
|
+
|
581
|
+
|
582
|
+
class CreateEndPointResponse(AbstractModel):
|
583
|
+
"""CreateEndPoint返回参数结构体
|
584
|
+
|
585
|
+
"""
|
586
|
+
|
587
|
+
def __init__(self):
|
588
|
+
r"""
|
589
|
+
:param _EndPointId: 终端节点id
|
590
|
+
:type EndPointId: str
|
591
|
+
:param _EndPointName: 终端节点名称
|
592
|
+
:type EndPointName: str
|
593
|
+
:param _EndPointServiceId: 终端节点服务ID
|
594
|
+
:type EndPointServiceId: str
|
595
|
+
:param _EndPointVipSet: 终端节点的IP列表
|
596
|
+
:type EndPointVipSet: list of str
|
597
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
598
|
+
:type RequestId: str
|
599
|
+
"""
|
600
|
+
self._EndPointId = None
|
601
|
+
self._EndPointName = None
|
602
|
+
self._EndPointServiceId = None
|
603
|
+
self._EndPointVipSet = None
|
604
|
+
self._RequestId = None
|
605
|
+
|
606
|
+
@property
|
607
|
+
def EndPointId(self):
|
608
|
+
return self._EndPointId
|
609
|
+
|
610
|
+
@EndPointId.setter
|
611
|
+
def EndPointId(self, EndPointId):
|
612
|
+
self._EndPointId = EndPointId
|
613
|
+
|
614
|
+
@property
|
615
|
+
def EndPointName(self):
|
616
|
+
return self._EndPointName
|
617
|
+
|
618
|
+
@EndPointName.setter
|
619
|
+
def EndPointName(self, EndPointName):
|
620
|
+
self._EndPointName = EndPointName
|
621
|
+
|
622
|
+
@property
|
623
|
+
def EndPointServiceId(self):
|
624
|
+
return self._EndPointServiceId
|
625
|
+
|
626
|
+
@EndPointServiceId.setter
|
627
|
+
def EndPointServiceId(self, EndPointServiceId):
|
628
|
+
self._EndPointServiceId = EndPointServiceId
|
629
|
+
|
630
|
+
@property
|
631
|
+
def EndPointVipSet(self):
|
632
|
+
return self._EndPointVipSet
|
633
|
+
|
634
|
+
@EndPointVipSet.setter
|
635
|
+
def EndPointVipSet(self, EndPointVipSet):
|
636
|
+
self._EndPointVipSet = EndPointVipSet
|
637
|
+
|
638
|
+
@property
|
639
|
+
def RequestId(self):
|
640
|
+
return self._RequestId
|
641
|
+
|
642
|
+
@RequestId.setter
|
643
|
+
def RequestId(self, RequestId):
|
644
|
+
self._RequestId = RequestId
|
645
|
+
|
646
|
+
|
647
|
+
def _deserialize(self, params):
|
648
|
+
self._EndPointId = params.get("EndPointId")
|
649
|
+
self._EndPointName = params.get("EndPointName")
|
650
|
+
self._EndPointServiceId = params.get("EndPointServiceId")
|
651
|
+
self._EndPointVipSet = params.get("EndPointVipSet")
|
652
|
+
self._RequestId = params.get("RequestId")
|
653
|
+
|
654
|
+
|
513
655
|
class CreatePrivateDNSAccountRequest(AbstractModel):
|
514
656
|
"""CreatePrivateDNSAccount请求参数结构体
|
515
657
|
|
@@ -49,6 +49,29 @@ class PrivatednsClient(AbstractClient):
|
|
49
49
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
50
50
|
|
51
51
|
|
52
|
+
def CreateEndPoint(self, request):
|
53
|
+
"""创建终端节点
|
54
|
+
|
55
|
+
:param request: Request instance for CreateEndPoint.
|
56
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.CreateEndPointRequest`
|
57
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.CreateEndPointResponse`
|
58
|
+
|
59
|
+
"""
|
60
|
+
try:
|
61
|
+
params = request._serialize()
|
62
|
+
headers = request.headers
|
63
|
+
body = self.call("CreateEndPoint", params, headers=headers)
|
64
|
+
response = json.loads(body)
|
65
|
+
model = models.CreateEndPointResponse()
|
66
|
+
model._deserialize(response["Response"])
|
67
|
+
return model
|
68
|
+
except Exception as e:
|
69
|
+
if isinstance(e, TencentCloudSDKException):
|
70
|
+
raise
|
71
|
+
else:
|
72
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
73
|
+
|
74
|
+
|
52
75
|
def CreatePrivateDNSAccount(self, request):
|
53
76
|
"""创建私有域解析账号
|
54
77
|
|
@@ -248,6 +248,9 @@ UNAUTHORIZEDOPERATION_SERVICESUSPENDDUETOARREARS = 'UnauthorizedOperation.Servic
|
|
248
248
|
# SmsSdkAppId 校验失败,请检查 [SmsSdkAppId](https://console.cloud.tencent.com/smsv2/app-manage) 是否属于 [云API密钥](https://console.cloud.tencent.com/cam/capi) 的关联账户。
|
249
249
|
UNAUTHORIZEDOPERATION_SMSSDKAPPIDVERIFYFAIL = 'UnauthorizedOperation.SmsSdkAppIdVerifyFail'
|
250
250
|
|
251
|
+
# 操作不支持。
|
252
|
+
UNSUPPORTEDOPERATION = 'UnsupportedOperation'
|
253
|
+
|
251
254
|
# 不支持该请求。
|
252
255
|
UNSUPPORTEDOPERATION_ = 'UnsupportedOperation.'
|
253
256
|
|
@@ -266,6 +266,9 @@ UNAUTHORIZEDOPERATION_SERVICESUSPENDDUETOARREARS = 'UnauthorizedOperation.Servic
|
|
266
266
|
# SmsSdkAppId 校验失败,请检查 [SmsSdkAppId](https://console.cloud.tencent.com/smsv2/app-manage) 是否属于 [云API密钥](https://console.cloud.tencent.com/cam/capi) 的关联账户。
|
267
267
|
UNAUTHORIZEDOPERATION_SMSSDKAPPIDVERIFYFAIL = 'UnauthorizedOperation.SmsSdkAppIdVerifyFail'
|
268
268
|
|
269
|
+
# 操作不支持。
|
270
|
+
UNSUPPORTEDOPERATION = 'UnsupportedOperation'
|
271
|
+
|
269
272
|
# 不支持该请求。
|
270
273
|
UNSUPPORTEDOPERATION_ = 'UnsupportedOperation.'
|
271
274
|
|
@@ -6031,7 +6031,7 @@ class CreateRealtimeLogDeliveryTaskRequest(AbstractModel):
|
|
6031
6031
|
:type Area: str
|
6032
6032
|
:param _Fields: 投递的预设字段列表。
|
6033
6033
|
:type Fields: list of str
|
6034
|
-
:param _CustomFields: 投递的自定义字段列表,支持在 HTTP 请求头、响应头、Cookie
|
6034
|
+
:param _CustomFields: 投递的自定义字段列表,支持在 HTTP 请求头、响应头、Cookie、请求正文中提取指定内容。自定义字段名称不能重复,且最多不能超过 200 个字段。单个实时日志推送任务最多添加 5 个请求正文类型的自定义字段。目前仅站点加速日志(LogType=domain)支持添加自定义字段。
|
6035
6035
|
:type CustomFields: list of CustomField
|
6036
6036
|
:param _DeliveryConditions: 日志投递的过滤条件,不填表示投递全量日志。
|
6037
6037
|
:type DeliveryConditions: list of DeliveryCondition
|
@@ -6977,13 +6977,16 @@ class CustomField(AbstractModel):
|
|
6977
6977
|
|
6978
6978
|
def __init__(self):
|
6979
6979
|
r"""
|
6980
|
-
:param _Name:
|
6980
|
+
:param _Name: 自定义日志字段类型。从 HTTP 请求和响应中的指定位置提取数据,取值有:
|
6981
6981
|
<li>ReqHeader:从 HTTP 请求头中提取指定字段值;</li>
|
6982
6982
|
<li>RspHeader:从 HTTP 响应头中提取指定字段值;</li>
|
6983
|
-
<li>Cookie: 从 Cookie
|
6983
|
+
<li>Cookie: 从 Cookie 中提取指定字段值;</li>
|
6984
|
+
<li>ReqBody: 从 HTTP 请求正文中通过 Google RE2 正则表达式提取指定内容。</li>
|
6984
6985
|
注意:此字段可能返回 null,表示取不到有效值。
|
6985
6986
|
:type Name: str
|
6986
|
-
:param _Value:
|
6987
|
+
:param _Value: 根据字段类型(Name)填入字段值的定义。需要区分大小写。
|
6988
|
+
<li>当字段类型为 ReqHeader、RspHeader、Cookie 时,填入需要提取值的参数名称,例如:Accept-Language。可输入 1-100 个字符,允许的字符开头为字母,中间为字母、数字、-,结尾为字母、数字;</li>
|
6989
|
+
<li>当字段类型为 ReqBody 时,填入 Google RE2 正则表达式,正则表达式长度上限为 4KB。</li>
|
6987
6990
|
注意:此字段可能返回 null,表示取不到有效值。
|
6988
6991
|
:type Value: str
|
6989
6992
|
:param _Enabled: 是否投递该字段,不填表示不投递此字段。
|
@@ -20744,7 +20747,7 @@ class ModifyRealtimeLogDeliveryTaskRequest(AbstractModel):
|
|
20744
20747
|
:type EntityList: list of str
|
20745
20748
|
:param _Fields: 投递的预设字段列表。不填保持原有配置。
|
20746
20749
|
:type Fields: list of str
|
20747
|
-
:param _CustomFields: 投递的自定义字段列表,支持在 HTTP 请求头、响应头、Cookie
|
20750
|
+
:param _CustomFields: 投递的自定义字段列表,支持在 HTTP 请求头、响应头、Cookie、请求正文中提取指定内容。不填保持原有配置。自定义字段名称不能重复,且最多不能超过 200 个字段。单个实时日志推送任务最多添加 5 个请求正文类型的自定义字段。目前仅站点加速日志(LogType=domain)支持添加自定义字段。
|
20748
20751
|
:type CustomFields: list of CustomField
|
20749
20752
|
:param _DeliveryConditions: 日志投递的过滤条件。不填表示投递全量日志。
|
20750
20753
|
:type DeliveryConditions: list of DeliveryCondition
|
@@ -16147,112 +16147,6 @@ class DescribeExistedInstancesResponse(AbstractModel):
|
|
16147
16147
|
self._RequestId = params.get("RequestId")
|
16148
16148
|
|
16149
16149
|
|
16150
|
-
class DescribeExternalClusterSpecRequest(AbstractModel):
|
16151
|
-
"""DescribeExternalClusterSpec请求参数结构体
|
16152
|
-
|
16153
|
-
"""
|
16154
|
-
|
16155
|
-
def __init__(self):
|
16156
|
-
r"""
|
16157
|
-
:param _ClusterId: 注册集群ID
|
16158
|
-
:type ClusterId: str
|
16159
|
-
:param _IsExtranet: 默认false 获取内网,是否获取外网版注册命令
|
16160
|
-
:type IsExtranet: bool
|
16161
|
-
:param _IsRefreshExpirationTime: 默认false 不刷新有效时间 ,true刷新有效时间
|
16162
|
-
:type IsRefreshExpirationTime: bool
|
16163
|
-
"""
|
16164
|
-
self._ClusterId = None
|
16165
|
-
self._IsExtranet = None
|
16166
|
-
self._IsRefreshExpirationTime = None
|
16167
|
-
|
16168
|
-
@property
|
16169
|
-
def ClusterId(self):
|
16170
|
-
return self._ClusterId
|
16171
|
-
|
16172
|
-
@ClusterId.setter
|
16173
|
-
def ClusterId(self, ClusterId):
|
16174
|
-
self._ClusterId = ClusterId
|
16175
|
-
|
16176
|
-
@property
|
16177
|
-
def IsExtranet(self):
|
16178
|
-
return self._IsExtranet
|
16179
|
-
|
16180
|
-
@IsExtranet.setter
|
16181
|
-
def IsExtranet(self, IsExtranet):
|
16182
|
-
self._IsExtranet = IsExtranet
|
16183
|
-
|
16184
|
-
@property
|
16185
|
-
def IsRefreshExpirationTime(self):
|
16186
|
-
return self._IsRefreshExpirationTime
|
16187
|
-
|
16188
|
-
@IsRefreshExpirationTime.setter
|
16189
|
-
def IsRefreshExpirationTime(self, IsRefreshExpirationTime):
|
16190
|
-
self._IsRefreshExpirationTime = IsRefreshExpirationTime
|
16191
|
-
|
16192
|
-
|
16193
|
-
def _deserialize(self, params):
|
16194
|
-
self._ClusterId = params.get("ClusterId")
|
16195
|
-
self._IsExtranet = params.get("IsExtranet")
|
16196
|
-
self._IsRefreshExpirationTime = params.get("IsRefreshExpirationTime")
|
16197
|
-
memeber_set = set(params.keys())
|
16198
|
-
for name, value in vars(self).items():
|
16199
|
-
property_name = name[1:]
|
16200
|
-
if property_name in memeber_set:
|
16201
|
-
memeber_set.remove(property_name)
|
16202
|
-
if len(memeber_set) > 0:
|
16203
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
16204
|
-
|
16205
|
-
|
16206
|
-
|
16207
|
-
class DescribeExternalClusterSpecResponse(AbstractModel):
|
16208
|
-
"""DescribeExternalClusterSpec返回参数结构体
|
16209
|
-
|
16210
|
-
"""
|
16211
|
-
|
16212
|
-
def __init__(self):
|
16213
|
-
r"""
|
16214
|
-
:param _Spec: 导入第三方集群YAML定义
|
16215
|
-
:type Spec: str
|
16216
|
-
:param _Expiration: agent.yaml文件过期时间字符串,时区UTC
|
16217
|
-
:type Expiration: str
|
16218
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16219
|
-
:type RequestId: str
|
16220
|
-
"""
|
16221
|
-
self._Spec = None
|
16222
|
-
self._Expiration = None
|
16223
|
-
self._RequestId = None
|
16224
|
-
|
16225
|
-
@property
|
16226
|
-
def Spec(self):
|
16227
|
-
return self._Spec
|
16228
|
-
|
16229
|
-
@Spec.setter
|
16230
|
-
def Spec(self, Spec):
|
16231
|
-
self._Spec = Spec
|
16232
|
-
|
16233
|
-
@property
|
16234
|
-
def Expiration(self):
|
16235
|
-
return self._Expiration
|
16236
|
-
|
16237
|
-
@Expiration.setter
|
16238
|
-
def Expiration(self, Expiration):
|
16239
|
-
self._Expiration = Expiration
|
16240
|
-
|
16241
|
-
@property
|
16242
|
-
def RequestId(self):
|
16243
|
-
return self._RequestId
|
16244
|
-
|
16245
|
-
@RequestId.setter
|
16246
|
-
def RequestId(self, RequestId):
|
16247
|
-
self._RequestId = RequestId
|
16248
|
-
|
16249
|
-
|
16250
|
-
def _deserialize(self, params):
|
16251
|
-
self._Spec = params.get("Spec")
|
16252
|
-
self._Expiration = params.get("Expiration")
|
16253
|
-
self._RequestId = params.get("RequestId")
|
16254
|
-
|
16255
|
-
|
16256
16150
|
class DescribeExternalNodeSupportConfigRequest(AbstractModel):
|
16257
16151
|
"""DescribeExternalNodeSupportConfig请求参数结构体
|
16258
16152
|
|
@@ -31118,7 +31012,7 @@ class OpenPolicyInfo(AbstractModel):
|
|
31118
31012
|
:param _Name: 策略英文名称
|
31119
31013
|
注意:此字段可能返回 null,表示取不到有效值。
|
31120
31014
|
:type Name: str
|
31121
|
-
:param _Kind:
|
31015
|
+
:param _Kind: 策略模板类型
|
31122
31016
|
注意:此字段可能返回 null,表示取不到有效值。
|
31123
31017
|
:type Kind: str
|
31124
31018
|
:param _EnabledStatus: 策略开关状态:open打开,close关闭
|
@@ -31260,7 +31154,7 @@ class OpenPolicySwitch(AbstractModel):
|
|
31260
31154
|
:type EnforcementAction: str
|
31261
31155
|
:param _Name: 策略英文名称
|
31262
31156
|
:type Name: str
|
31263
|
-
:param _Kind:
|
31157
|
+
:param _Kind: 策略模板类型
|
31264
31158
|
:type Kind: str
|
31265
31159
|
:param _EnabledStatus: 策略开关状态:open打开,close关闭
|
31266
31160
|
:type EnabledStatus: str
|
@@ -2694,31 +2694,6 @@ class TkeClient(AbstractClient):
|
|
2694
2694
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2695
2695
|
|
2696
2696
|
|
2697
|
-
def DescribeExternalClusterSpec(self, request):
|
2698
|
-
"""tdcc接口已迁移至tdcc产品下,tke下的接口下线
|
2699
|
-
|
2700
|
-
获取导入第三方集群YAML定义
|
2701
|
-
|
2702
|
-
:param request: Request instance for DescribeExternalClusterSpec.
|
2703
|
-
:type request: :class:`tencentcloud.tke.v20180525.models.DescribeExternalClusterSpecRequest`
|
2704
|
-
:rtype: :class:`tencentcloud.tke.v20180525.models.DescribeExternalClusterSpecResponse`
|
2705
|
-
|
2706
|
-
"""
|
2707
|
-
try:
|
2708
|
-
params = request._serialize()
|
2709
|
-
headers = request.headers
|
2710
|
-
body = self.call("DescribeExternalClusterSpec", params, headers=headers)
|
2711
|
-
response = json.loads(body)
|
2712
|
-
model = models.DescribeExternalClusterSpecResponse()
|
2713
|
-
model._deserialize(response["Response"])
|
2714
|
-
return model
|
2715
|
-
except Exception as e:
|
2716
|
-
if isinstance(e, TencentCloudSDKException):
|
2717
|
-
raise
|
2718
|
-
else:
|
2719
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2720
|
-
|
2721
|
-
|
2722
2697
|
def DescribeExternalNodeSupportConfig(self, request):
|
2723
2698
|
"""查看开启第三方节点池配置信息
|
2724
2699
|
|
@@ -1138,6 +1138,8 @@ zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)
|
|
1138
1138
|
时长要求:【10~300】秒
|
1139
1139
|
大小要求:不超过 100M。
|
1140
1140
|
:type AudioUrl: str
|
1141
|
+
:param _RemoveVocal: 是否需要去除VideoUrl或AudioUrl中背景音,取值范围:0-不需要,1-需要,默认0 。
|
1142
|
+
:type RemoveVocal: int
|
1141
1143
|
:param _Confirm: 是否需要确认翻译结果0:不需要,1:需要
|
1142
1144
|
:type Confirm: int
|
1143
1145
|
:param _LipSync: 是否开启口型驱动,0:不开启,1:开启。默认开启。
|
@@ -1153,6 +1155,7 @@ zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)
|
|
1153
1155
|
self._SrcLang = None
|
1154
1156
|
self._DstLang = None
|
1155
1157
|
self._AudioUrl = None
|
1158
|
+
self._RemoveVocal = None
|
1156
1159
|
self._Confirm = None
|
1157
1160
|
self._LipSync = None
|
1158
1161
|
self._VoiceType = None
|
@@ -1189,6 +1192,14 @@ zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)
|
|
1189
1192
|
def AudioUrl(self, AudioUrl):
|
1190
1193
|
self._AudioUrl = AudioUrl
|
1191
1194
|
|
1195
|
+
@property
|
1196
|
+
def RemoveVocal(self):
|
1197
|
+
return self._RemoveVocal
|
1198
|
+
|
1199
|
+
@RemoveVocal.setter
|
1200
|
+
def RemoveVocal(self, RemoveVocal):
|
1201
|
+
self._RemoveVocal = RemoveVocal
|
1202
|
+
|
1192
1203
|
@property
|
1193
1204
|
def Confirm(self):
|
1194
1205
|
return self._Confirm
|
@@ -1219,6 +1230,7 @@ zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)
|
|
1219
1230
|
self._SrcLang = params.get("SrcLang")
|
1220
1231
|
self._DstLang = params.get("DstLang")
|
1221
1232
|
self._AudioUrl = params.get("AudioUrl")
|
1233
|
+
self._RemoveVocal = params.get("RemoveVocal")
|
1222
1234
|
self._Confirm = params.get("Confirm")
|
1223
1235
|
self._LipSync = params.get("LipSync")
|
1224
1236
|
self._VoiceType = params.get("VoiceType")
|
@@ -2951,6 +2951,7 @@ class VodClient(AbstractClient):
|
|
2951
2951
|
def ForbidMediaDistribution(self, request):
|
2952
2952
|
"""* 对媒体禁播后,除了点播控制台预览,其他场景访问视频各种资源的 URL(原始文件、转码输出文件、截图等)均会返回 403。
|
2953
2953
|
禁播/解禁操作全网生效时间约 5~10 分钟。
|
2954
|
+
* 注意:禁播媒体仅能操作标准存储和低频存储的媒体。低频存储媒体,必须存储至少 30 天,提前删除或变更存储类型,仍旧按照 30 天计费;如果禁播低频存储媒体,该媒体低频存储的时长不足 30 天,会产生提前删除计费;同时,禁播后该媒体的低频存储时长会从当前时间重新开始计算,如果不满 30 天继续对该媒体进行删除或变更存储类型,也将产生提前删除计费。例:媒体 001 已经低频存储了 10 天,此时对 001 进行禁播,低频存储的计费仍旧按 30 天计算(提前删除计费时长为 30 - 10 = 20 天);禁播后 001 的低频存储时长重新开始计算,如果禁播后第 5 天删除了 001,低频存储计费也会按 30 天计算(提前删除计费时长为 30 - 5 = 25 天);001 实际的低频存储时长为 10 + 5 = 15 天,低频存储计费时长为 10 + 20(提前删除计费)+ 5 + 25(提前删除计费) = 60 天。
|
2954
2955
|
|
2955
2956
|
:param request: Request instance for ForbidMediaDistribution.
|
2956
2957
|
:type request: :class:`tencentcloud.vod.v20180717.models.ForbidMediaDistributionRequest`
|
@@ -746,6 +746,9 @@ UNSUPPORTEDOPERATION_BANDWIDTHPACKAGEIDNOTSUPPORTED = 'UnsupportedOperation.Band
|
|
746
746
|
# 已绑定EIP。
|
747
747
|
UNSUPPORTEDOPERATION_BINDEIP = 'UnsupportedOperation.BindEIP'
|
748
748
|
|
749
|
+
# 添加 community 时,传播条件只支持 vpg 类型或 vpg 实例
|
750
|
+
UNSUPPORTEDOPERATION_BROADCASTCONDITIONMUSTBEVPGTYPEORVPGINSTANCE = 'UnsupportedOperation.BroadcastConditionMustBeVpgTypeOrVpgInstance'
|
751
|
+
|
749
752
|
# 指定VPC CIDR范围不支持私有网络和基础网络设备互通。
|
750
753
|
UNSUPPORTEDOPERATION_CIDRUNSUPPORTEDCLASSICLINK = 'UnsupportedOperation.CIDRUnSupportedClassicLink'
|
751
754
|
|
@@ -770,6 +773,9 @@ UNSUPPORTEDOPERATION_CCNNOTATTACHED = 'UnsupportedOperation.CcnNotAttached'
|
|
770
773
|
# 当前云联网未开启路由传播策略。
|
771
774
|
UNSUPPORTEDOPERATION_CCNNOTENABLEBROADCASTPOLICY = 'UnsupportedOperation.CcnNotEnableBroadcastPolicy'
|
772
775
|
|
776
|
+
# 添加 community 时,vpg 需要开通传播 community 白名单
|
777
|
+
UNSUPPORTEDOPERATION_CCNNOTENABLECOMMUNITY = 'UnsupportedOperation.CcnNotEnableCommunity'
|
778
|
+
|
773
779
|
# 跨账号场景下不支持自驾云账号实例 关联普通账号云联网。
|
774
780
|
UNSUPPORTEDOPERATION_CCNORDINARYACCOUNTREFUSEATTACH = 'UnsupportedOperation.CcnOrdinaryAccountRefuseAttach'
|
775
781
|
|
@@ -2388,12 +2388,15 @@ class AssociateAddressRequest(AbstractModel):
|
|
2388
2388
|
:type PrivateIpAddress: str
|
2389
2389
|
:param _EipDirectConnection: 指定绑定时是否设置直通。弹性公网 IP 直通请参见 [EIP 直通](https://cloud.tencent.com/document/product/1199/41709)。取值:True、False,默认值为 False。当绑定 CVM 实例、EKS 弹性集群时,可设定此参数为 True。此参数目前处于内测中,如需使用,请提交 [工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20CLB&level3_id=1071&queue=96&scene_code=34639&step=2)。
|
2390
2390
|
:type EipDirectConnection: bool
|
2391
|
+
:param _InstanceRegion: 要绑定的实例所在的地域
|
2392
|
+
:type InstanceRegion: str
|
2391
2393
|
"""
|
2392
2394
|
self._AddressId = None
|
2393
2395
|
self._InstanceId = None
|
2394
2396
|
self._NetworkInterfaceId = None
|
2395
2397
|
self._PrivateIpAddress = None
|
2396
2398
|
self._EipDirectConnection = None
|
2399
|
+
self._InstanceRegion = None
|
2397
2400
|
|
2398
2401
|
@property
|
2399
2402
|
def AddressId(self):
|
@@ -2435,6 +2438,14 @@ class AssociateAddressRequest(AbstractModel):
|
|
2435
2438
|
def EipDirectConnection(self, EipDirectConnection):
|
2436
2439
|
self._EipDirectConnection = EipDirectConnection
|
2437
2440
|
|
2441
|
+
@property
|
2442
|
+
def InstanceRegion(self):
|
2443
|
+
return self._InstanceRegion
|
2444
|
+
|
2445
|
+
@InstanceRegion.setter
|
2446
|
+
def InstanceRegion(self, InstanceRegion):
|
2447
|
+
self._InstanceRegion = InstanceRegion
|
2448
|
+
|
2438
2449
|
|
2439
2450
|
def _deserialize(self, params):
|
2440
2451
|
self._AddressId = params.get("AddressId")
|
@@ -2442,6 +2453,7 @@ class AssociateAddressRequest(AbstractModel):
|
|
2442
2453
|
self._NetworkInterfaceId = params.get("NetworkInterfaceId")
|
2443
2454
|
self._PrivateIpAddress = params.get("PrivateIpAddress")
|
2444
2455
|
self._EipDirectConnection = params.get("EipDirectConnection")
|
2456
|
+
self._InstanceRegion = params.get("InstanceRegion")
|
2445
2457
|
memeber_set = set(params.keys())
|
2446
2458
|
for name, value in vars(self).items():
|
2447
2459
|
property_name = name[1:]
|
@@ -30404,7 +30416,7 @@ class DisableCcnRoutesRequest(AbstractModel):
|
|
30404
30416
|
r"""
|
30405
30417
|
:param _CcnId: CCN实例ID。形如:ccn-f49l6u0z。
|
30406
30418
|
:type CcnId: str
|
30407
|
-
:param _RouteIds: CCN路由策略唯一ID。形如:ccnr-f49l6u0z
|
30419
|
+
:param _RouteIds: CCN路由策略唯一ID。形如:ccnr-f49l6u0z。可通过DescribeCcnRoutes获取。
|
30408
30420
|
:type RouteIds: list of str
|
30409
30421
|
"""
|
30410
30422
|
self._CcnId = None
|
@@ -31560,7 +31572,7 @@ class EnableCcnRoutesRequest(AbstractModel):
|
|
31560
31572
|
r"""
|
31561
31573
|
:param _CcnId: CCN实例ID。形如:ccn-f49l6u0z。
|
31562
31574
|
:type CcnId: str
|
31563
|
-
:param _RouteIds: CCN路由策略唯一ID。形如:ccnr-f49l6u0z
|
31575
|
+
:param _RouteIds: CCN路由策略唯一ID。形如:ccnr-f49l6u0z。可通过DescribeCcnRoutes接口获取。
|
31564
31576
|
:type RouteIds: list of str
|
31565
31577
|
"""
|
31566
31578
|
self._CcnId = None
|
@@ -39787,9 +39799,9 @@ class ModifyRouteTableInfo(AbstractModel):
|
|
39787
39799
|
r"""
|
39788
39800
|
:param _RouteTableId: 云联网路由表id。
|
39789
39801
|
:type RouteTableId: str
|
39790
|
-
:param _Name: 云联网路由表名称。
|
39802
|
+
:param _Name: 云联网路由表名称。Name和Description 两者必传一个。
|
39791
39803
|
:type Name: str
|
39792
|
-
:param _Description: 云联网路由表描述。
|
39804
|
+
:param _Description: 云联网路由表描述。Name和Description 两者必传一个。
|
39793
39805
|
:type Description: str
|
39794
39806
|
"""
|
39795
39807
|
self._RouteTableId = None
|
@@ -8181,7 +8181,7 @@ class VpcClient(AbstractClient):
|
|
8181
8181
|
|
8182
8182
|
**路由条件支持以下四种:**
|
8183
8183
|
|
8184
|
-
- 实例类型: `instance-type`,可选值:私有网络 `VPC`、专线网关 `DIRECTCONNECT
|
8184
|
+
- 实例类型: `instance-type`,可选值:私有网络 `VPC`、专线网关 `DIRECTCONNECT`、VPN网关 `VPNGW`
|
8185
8185
|
- 实例ID: `instance-id`,例如:`dcg-8zljkrft`、`vpc-jdevjrup`,暂不支持 `Edge` 实例
|
8186
8186
|
- 实例地域: `instance-region`,例如:`ap-guangzhou`<br />产品支持的所有地域列表可通过接口 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930) 查询,其中参数 `Product` 设置为 `ccn`
|
8187
8187
|
- 路由前缀: `cidr-block`,例如:`10.1.0.0/16`
|
@@ -507,6 +507,8 @@ zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)
|
|
507
507
|
大小要求:不超过 100M。
|
508
508
|
示例值:http://xxx/audio.mp3
|
509
509
|
:type AudioUrl: str
|
510
|
+
:param _RemoveVocal: 是否需要去除VideoUrl或AudioUrl中背景音,取值范围:0-不需要,1-需要,默认0 。
|
511
|
+
:type RemoveVocal: int
|
510
512
|
:param _Confirm: 是否需要确认翻译结果0:不需要,1:需要
|
511
513
|
:type Confirm: int
|
512
514
|
:param _LipSync: 是否开启口型驱动,0:不开启,1:开启。默认开启。
|
@@ -522,6 +524,7 @@ zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)
|
|
522
524
|
self._SrcLang = None
|
523
525
|
self._DstLang = None
|
524
526
|
self._AudioUrl = None
|
527
|
+
self._RemoveVocal = None
|
525
528
|
self._Confirm = None
|
526
529
|
self._LipSync = None
|
527
530
|
self._VoiceType = None
|
@@ -558,6 +561,14 @@ zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)
|
|
558
561
|
def AudioUrl(self, AudioUrl):
|
559
562
|
self._AudioUrl = AudioUrl
|
560
563
|
|
564
|
+
@property
|
565
|
+
def RemoveVocal(self):
|
566
|
+
return self._RemoveVocal
|
567
|
+
|
568
|
+
@RemoveVocal.setter
|
569
|
+
def RemoveVocal(self, RemoveVocal):
|
570
|
+
self._RemoveVocal = RemoveVocal
|
571
|
+
|
561
572
|
@property
|
562
573
|
def Confirm(self):
|
563
574
|
return self._Confirm
|
@@ -588,6 +599,7 @@ zh(简体中文)、en(英语)、ar(阿拉伯语)、de(德语)、es(西班牙语)
|
|
588
599
|
self._SrcLang = params.get("SrcLang")
|
589
600
|
self._DstLang = params.get("DstLang")
|
590
601
|
self._AudioUrl = params.get("AudioUrl")
|
602
|
+
self._RemoveVocal = params.get("RemoveVocal")
|
591
603
|
self._Confirm = params.get("Confirm")
|
592
604
|
self._LipSync = params.get("LipSync")
|
593
605
|
self._VoiceType = params.get("VoiceType")
|