tencentcloud-sdk-python 3.0.1068__py2.py3-none-any.whl → 3.0.1076__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/antiddos/v20200309/models.py +27 -1
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/errorcodes.py +6 -0
- tencentcloud/billing/v20180709/models.py +479 -0
- tencentcloud/car/v20220110/car_client.py +2 -2
- tencentcloud/cfs/v20190719/models.py +12 -0
- tencentcloud/cfw/v20190904/models.py +116 -0
- tencentcloud/clb/v20180317/errorcodes.py +3 -0
- tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +6 -6
- tencentcloud/cloudaudit/v20190319/errorcodes.py +6 -3
- tencentcloud/cloudaudit/v20190319/models.py +30 -2
- tencentcloud/cvm/v20170312/models.py +2 -2
- tencentcloud/cynosdb/v20190107/models.py +188 -0
- tencentcloud/dbbrain/v20210527/models.py +37 -0
- tencentcloud/dnspod/v20210323/models.py +12 -0
- tencentcloud/dts/v20211206/dts_client.py +511 -0
- tencentcloud/dts/v20211206/errorcodes.py +3 -0
- tencentcloud/dts/v20211206/models.py +6918 -2996
- tencentcloud/ess/v20201111/ess_client.py +64 -9
- tencentcloud/ess/v20201111/models.py +161 -42
- tencentcloud/essbasic/v20210526/essbasic_client.py +59 -11
- tencentcloud/essbasic/v20210526/models.py +253 -187
- tencentcloud/faceid/v20180301/models.py +24 -0
- tencentcloud/hai/v20230812/errorcodes.py +6 -0
- tencentcloud/hunyuan/v20230901/models.py +1 -1
- tencentcloud/monitor/v20180724/models.py +1118 -97
- tencentcloud/monitor/v20180724/monitor_client.py +118 -0
- tencentcloud/mps/v20190612/models.py +60 -1
- tencentcloud/mrs/v20200910/models.py +5 -1
- tencentcloud/ocr/v20181119/models.py +216 -1
- tencentcloud/ocr/v20181119/ocr_client.py +23 -0
- tencentcloud/rum/v20210622/models.py +0 -504
- tencentcloud/rum/v20210622/rum_client.py +0 -138
- tencentcloud/scf/v20180416/errorcodes.py +3 -0
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcb/v20180608/models.py +9 -0
- tencentcloud/tdid/v20210519/errorcodes.py +143 -2
- tencentcloud/tdid/v20210519/models.py +1424 -788
- tencentcloud/tdid/v20210519/tdid_client.py +201 -112
- tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
- tencentcloud/tdmq/v20200217/models.py +261 -0
- tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
- tencentcloud/teo/v20220901/models.py +18 -16
- tencentcloud/tione/v20211111/errorcodes.py +12 -0
- tencentcloud/tione/v20211111/models.py +190 -32
- tencentcloud/trtc/v20190722/errorcodes.py +6 -0
- tencentcloud/trtc/v20190722/models.py +34 -5
- tencentcloud/trtc/v20190722/trtc_client.py +2 -0
- tencentcloud/tse/v20201207/models.py +1 -1
- tencentcloud/tsf/v20180326/models.py +14 -1
- tencentcloud/vod/v20180717/models.py +933 -43
- tencentcloud/vod/v20180717/vod_client.py +161 -0
- tencentcloud/wedata/v20210820/models.py +0 -70
- tencentcloud/wedata/v20210820/wedata_client.py +0 -25
- {tencentcloud_sdk_python-3.0.1068.dist-info → tencentcloud_sdk_python-3.0.1076.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1068.dist-info → tencentcloud_sdk_python-3.0.1076.dist-info}/RECORD +60 -60
- {tencentcloud_sdk_python-3.0.1068.dist-info → tencentcloud_sdk_python-3.0.1076.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1068.dist-info → tencentcloud_sdk_python-3.0.1076.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1068.dist-info → tencentcloud_sdk_python-3.0.1076.dist-info}/top_level.txt +0 -0
|
@@ -15030,6 +15030,267 @@ class ExchangeQuota(AbstractModel):
|
|
|
15030
15030
|
|
|
15031
15031
|
|
|
15032
15032
|
|
|
15033
|
+
class ExportRocketMQMessageDetailRequest(AbstractModel):
|
|
15034
|
+
"""ExportRocketMQMessageDetail请求参数结构体
|
|
15035
|
+
|
|
15036
|
+
"""
|
|
15037
|
+
|
|
15038
|
+
def __init__(self):
|
|
15039
|
+
r"""
|
|
15040
|
+
:param _ClusterId: 集群id
|
|
15041
|
+
:type ClusterId: str
|
|
15042
|
+
:param _EnvironmentId: 应用命名空间
|
|
15043
|
+
:type EnvironmentId: str
|
|
15044
|
+
:param _TopicName: Topic名称
|
|
15045
|
+
如果是死信消息 isDlqMsg=true
|
|
15046
|
+
:type TopicName: str
|
|
15047
|
+
:param _MsgId: 消息id
|
|
15048
|
+
:type MsgId: str
|
|
15049
|
+
:param _IncludeMsgBody: 是否包含消息体
|
|
15050
|
+
:type IncludeMsgBody: bool
|
|
15051
|
+
:param _DeadLetterMsg: 是否死信消息
|
|
15052
|
+
:type DeadLetterMsg: bool
|
|
15053
|
+
"""
|
|
15054
|
+
self._ClusterId = None
|
|
15055
|
+
self._EnvironmentId = None
|
|
15056
|
+
self._TopicName = None
|
|
15057
|
+
self._MsgId = None
|
|
15058
|
+
self._IncludeMsgBody = None
|
|
15059
|
+
self._DeadLetterMsg = None
|
|
15060
|
+
|
|
15061
|
+
@property
|
|
15062
|
+
def ClusterId(self):
|
|
15063
|
+
return self._ClusterId
|
|
15064
|
+
|
|
15065
|
+
@ClusterId.setter
|
|
15066
|
+
def ClusterId(self, ClusterId):
|
|
15067
|
+
self._ClusterId = ClusterId
|
|
15068
|
+
|
|
15069
|
+
@property
|
|
15070
|
+
def EnvironmentId(self):
|
|
15071
|
+
return self._EnvironmentId
|
|
15072
|
+
|
|
15073
|
+
@EnvironmentId.setter
|
|
15074
|
+
def EnvironmentId(self, EnvironmentId):
|
|
15075
|
+
self._EnvironmentId = EnvironmentId
|
|
15076
|
+
|
|
15077
|
+
@property
|
|
15078
|
+
def TopicName(self):
|
|
15079
|
+
return self._TopicName
|
|
15080
|
+
|
|
15081
|
+
@TopicName.setter
|
|
15082
|
+
def TopicName(self, TopicName):
|
|
15083
|
+
self._TopicName = TopicName
|
|
15084
|
+
|
|
15085
|
+
@property
|
|
15086
|
+
def MsgId(self):
|
|
15087
|
+
return self._MsgId
|
|
15088
|
+
|
|
15089
|
+
@MsgId.setter
|
|
15090
|
+
def MsgId(self, MsgId):
|
|
15091
|
+
self._MsgId = MsgId
|
|
15092
|
+
|
|
15093
|
+
@property
|
|
15094
|
+
def IncludeMsgBody(self):
|
|
15095
|
+
return self._IncludeMsgBody
|
|
15096
|
+
|
|
15097
|
+
@IncludeMsgBody.setter
|
|
15098
|
+
def IncludeMsgBody(self, IncludeMsgBody):
|
|
15099
|
+
self._IncludeMsgBody = IncludeMsgBody
|
|
15100
|
+
|
|
15101
|
+
@property
|
|
15102
|
+
def DeadLetterMsg(self):
|
|
15103
|
+
return self._DeadLetterMsg
|
|
15104
|
+
|
|
15105
|
+
@DeadLetterMsg.setter
|
|
15106
|
+
def DeadLetterMsg(self, DeadLetterMsg):
|
|
15107
|
+
self._DeadLetterMsg = DeadLetterMsg
|
|
15108
|
+
|
|
15109
|
+
|
|
15110
|
+
def _deserialize(self, params):
|
|
15111
|
+
self._ClusterId = params.get("ClusterId")
|
|
15112
|
+
self._EnvironmentId = params.get("EnvironmentId")
|
|
15113
|
+
self._TopicName = params.get("TopicName")
|
|
15114
|
+
self._MsgId = params.get("MsgId")
|
|
15115
|
+
self._IncludeMsgBody = params.get("IncludeMsgBody")
|
|
15116
|
+
self._DeadLetterMsg = params.get("DeadLetterMsg")
|
|
15117
|
+
memeber_set = set(params.keys())
|
|
15118
|
+
for name, value in vars(self).items():
|
|
15119
|
+
property_name = name[1:]
|
|
15120
|
+
if property_name in memeber_set:
|
|
15121
|
+
memeber_set.remove(property_name)
|
|
15122
|
+
if len(memeber_set) > 0:
|
|
15123
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
15124
|
+
|
|
15125
|
+
|
|
15126
|
+
|
|
15127
|
+
class ExportRocketMQMessageDetailResponse(AbstractModel):
|
|
15128
|
+
"""ExportRocketMQMessageDetail返回参数结构体
|
|
15129
|
+
|
|
15130
|
+
"""
|
|
15131
|
+
|
|
15132
|
+
def __init__(self):
|
|
15133
|
+
r"""
|
|
15134
|
+
:param _MsgId: 消息id
|
|
15135
|
+
:type MsgId: str
|
|
15136
|
+
:param _BornTimestamp: 消息生成时间戳
|
|
15137
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15138
|
+
:type BornTimestamp: int
|
|
15139
|
+
:param _StoreTimestamp: 消息存储时间戳
|
|
15140
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15141
|
+
:type StoreTimestamp: int
|
|
15142
|
+
:param _BornHost: 消息生产客户端地址
|
|
15143
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15144
|
+
:type BornHost: str
|
|
15145
|
+
:param _MsgTag: 消息Tag
|
|
15146
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15147
|
+
:type MsgTag: str
|
|
15148
|
+
:param _MsgKey: 消息Key
|
|
15149
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15150
|
+
:type MsgKey: str
|
|
15151
|
+
:param _Properties: 消息属性
|
|
15152
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15153
|
+
:type Properties: str
|
|
15154
|
+
:param _ReConsumeTimes: 消息重试次数
|
|
15155
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15156
|
+
:type ReConsumeTimes: int
|
|
15157
|
+
:param _MsgBody: Base64编码格式字符串
|
|
15158
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15159
|
+
:type MsgBody: str
|
|
15160
|
+
:param _MsgBodyCRC: 消息内容的CRC32 Code
|
|
15161
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15162
|
+
:type MsgBodyCRC: int
|
|
15163
|
+
:param _MsgBodySize: 消息体大小(单位K)
|
|
15164
|
+
当大于2048时不返回消息
|
|
15165
|
+
:type MsgBodySize: int
|
|
15166
|
+
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
15167
|
+
:type RequestId: str
|
|
15168
|
+
"""
|
|
15169
|
+
self._MsgId = None
|
|
15170
|
+
self._BornTimestamp = None
|
|
15171
|
+
self._StoreTimestamp = None
|
|
15172
|
+
self._BornHost = None
|
|
15173
|
+
self._MsgTag = None
|
|
15174
|
+
self._MsgKey = None
|
|
15175
|
+
self._Properties = None
|
|
15176
|
+
self._ReConsumeTimes = None
|
|
15177
|
+
self._MsgBody = None
|
|
15178
|
+
self._MsgBodyCRC = None
|
|
15179
|
+
self._MsgBodySize = None
|
|
15180
|
+
self._RequestId = None
|
|
15181
|
+
|
|
15182
|
+
@property
|
|
15183
|
+
def MsgId(self):
|
|
15184
|
+
return self._MsgId
|
|
15185
|
+
|
|
15186
|
+
@MsgId.setter
|
|
15187
|
+
def MsgId(self, MsgId):
|
|
15188
|
+
self._MsgId = MsgId
|
|
15189
|
+
|
|
15190
|
+
@property
|
|
15191
|
+
def BornTimestamp(self):
|
|
15192
|
+
return self._BornTimestamp
|
|
15193
|
+
|
|
15194
|
+
@BornTimestamp.setter
|
|
15195
|
+
def BornTimestamp(self, BornTimestamp):
|
|
15196
|
+
self._BornTimestamp = BornTimestamp
|
|
15197
|
+
|
|
15198
|
+
@property
|
|
15199
|
+
def StoreTimestamp(self):
|
|
15200
|
+
return self._StoreTimestamp
|
|
15201
|
+
|
|
15202
|
+
@StoreTimestamp.setter
|
|
15203
|
+
def StoreTimestamp(self, StoreTimestamp):
|
|
15204
|
+
self._StoreTimestamp = StoreTimestamp
|
|
15205
|
+
|
|
15206
|
+
@property
|
|
15207
|
+
def BornHost(self):
|
|
15208
|
+
return self._BornHost
|
|
15209
|
+
|
|
15210
|
+
@BornHost.setter
|
|
15211
|
+
def BornHost(self, BornHost):
|
|
15212
|
+
self._BornHost = BornHost
|
|
15213
|
+
|
|
15214
|
+
@property
|
|
15215
|
+
def MsgTag(self):
|
|
15216
|
+
return self._MsgTag
|
|
15217
|
+
|
|
15218
|
+
@MsgTag.setter
|
|
15219
|
+
def MsgTag(self, MsgTag):
|
|
15220
|
+
self._MsgTag = MsgTag
|
|
15221
|
+
|
|
15222
|
+
@property
|
|
15223
|
+
def MsgKey(self):
|
|
15224
|
+
return self._MsgKey
|
|
15225
|
+
|
|
15226
|
+
@MsgKey.setter
|
|
15227
|
+
def MsgKey(self, MsgKey):
|
|
15228
|
+
self._MsgKey = MsgKey
|
|
15229
|
+
|
|
15230
|
+
@property
|
|
15231
|
+
def Properties(self):
|
|
15232
|
+
return self._Properties
|
|
15233
|
+
|
|
15234
|
+
@Properties.setter
|
|
15235
|
+
def Properties(self, Properties):
|
|
15236
|
+
self._Properties = Properties
|
|
15237
|
+
|
|
15238
|
+
@property
|
|
15239
|
+
def ReConsumeTimes(self):
|
|
15240
|
+
return self._ReConsumeTimes
|
|
15241
|
+
|
|
15242
|
+
@ReConsumeTimes.setter
|
|
15243
|
+
def ReConsumeTimes(self, ReConsumeTimes):
|
|
15244
|
+
self._ReConsumeTimes = ReConsumeTimes
|
|
15245
|
+
|
|
15246
|
+
@property
|
|
15247
|
+
def MsgBody(self):
|
|
15248
|
+
return self._MsgBody
|
|
15249
|
+
|
|
15250
|
+
@MsgBody.setter
|
|
15251
|
+
def MsgBody(self, MsgBody):
|
|
15252
|
+
self._MsgBody = MsgBody
|
|
15253
|
+
|
|
15254
|
+
@property
|
|
15255
|
+
def MsgBodyCRC(self):
|
|
15256
|
+
return self._MsgBodyCRC
|
|
15257
|
+
|
|
15258
|
+
@MsgBodyCRC.setter
|
|
15259
|
+
def MsgBodyCRC(self, MsgBodyCRC):
|
|
15260
|
+
self._MsgBodyCRC = MsgBodyCRC
|
|
15261
|
+
|
|
15262
|
+
@property
|
|
15263
|
+
def MsgBodySize(self):
|
|
15264
|
+
return self._MsgBodySize
|
|
15265
|
+
|
|
15266
|
+
@MsgBodySize.setter
|
|
15267
|
+
def MsgBodySize(self, MsgBodySize):
|
|
15268
|
+
self._MsgBodySize = MsgBodySize
|
|
15269
|
+
|
|
15270
|
+
@property
|
|
15271
|
+
def RequestId(self):
|
|
15272
|
+
return self._RequestId
|
|
15273
|
+
|
|
15274
|
+
@RequestId.setter
|
|
15275
|
+
def RequestId(self, RequestId):
|
|
15276
|
+
self._RequestId = RequestId
|
|
15277
|
+
|
|
15278
|
+
|
|
15279
|
+
def _deserialize(self, params):
|
|
15280
|
+
self._MsgId = params.get("MsgId")
|
|
15281
|
+
self._BornTimestamp = params.get("BornTimestamp")
|
|
15282
|
+
self._StoreTimestamp = params.get("StoreTimestamp")
|
|
15283
|
+
self._BornHost = params.get("BornHost")
|
|
15284
|
+
self._MsgTag = params.get("MsgTag")
|
|
15285
|
+
self._MsgKey = params.get("MsgKey")
|
|
15286
|
+
self._Properties = params.get("Properties")
|
|
15287
|
+
self._ReConsumeTimes = params.get("ReConsumeTimes")
|
|
15288
|
+
self._MsgBody = params.get("MsgBody")
|
|
15289
|
+
self._MsgBodyCRC = params.get("MsgBodyCRC")
|
|
15290
|
+
self._MsgBodySize = params.get("MsgBodySize")
|
|
15291
|
+
self._RequestId = params.get("RequestId")
|
|
15292
|
+
|
|
15293
|
+
|
|
15033
15294
|
class Filter(AbstractModel):
|
|
15034
15295
|
"""过滤参数
|
|
15035
15296
|
|
|
@@ -2190,6 +2190,29 @@ class TdmqClient(AbstractClient):
|
|
|
2190
2190
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2191
2191
|
|
|
2192
2192
|
|
|
2193
|
+
def ExportRocketMQMessageDetail(self, request):
|
|
2194
|
+
"""导出RocketMQ消息详情
|
|
2195
|
+
|
|
2196
|
+
:param request: Request instance for ExportRocketMQMessageDetail.
|
|
2197
|
+
:type request: :class:`tencentcloud.tdmq.v20200217.models.ExportRocketMQMessageDetailRequest`
|
|
2198
|
+
:rtype: :class:`tencentcloud.tdmq.v20200217.models.ExportRocketMQMessageDetailResponse`
|
|
2199
|
+
|
|
2200
|
+
"""
|
|
2201
|
+
try:
|
|
2202
|
+
params = request._serialize()
|
|
2203
|
+
headers = request.headers
|
|
2204
|
+
body = self.call("ExportRocketMQMessageDetail", params, headers=headers)
|
|
2205
|
+
response = json.loads(body)
|
|
2206
|
+
model = models.ExportRocketMQMessageDetailResponse()
|
|
2207
|
+
model._deserialize(response["Response"])
|
|
2208
|
+
return model
|
|
2209
|
+
except Exception as e:
|
|
2210
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2211
|
+
raise
|
|
2212
|
+
else:
|
|
2213
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2214
|
+
|
|
2215
|
+
|
|
2193
2216
|
def ImportRocketMQConsumerGroups(self, request):
|
|
2194
2217
|
"""输入迁移任务id和要导入的Group,导入后台
|
|
2195
2218
|
|
|
@@ -1717,10 +1717,12 @@ class ApplicationProxyRule(AbstractModel):
|
|
|
1717
1717
|
:type Port: list of str
|
|
1718
1718
|
:param _OriginType: 源站类型,取值有:
|
|
1719
1719
|
<li>custom:手动添加;</li>
|
|
1720
|
+
<li>loadbalancer:负载均衡;</li>
|
|
1720
1721
|
<li>origins:源站组。</li>
|
|
1721
1722
|
:type OriginType: str
|
|
1722
1723
|
:param _OriginValue: 源站信息:
|
|
1723
1724
|
<li>当 OriginType 为 custom 时,表示一个或多个源站,如`["8.8.8.8","9.9.9.9"]` 或 `OriginValue=["test.com"]`;</li>
|
|
1725
|
+
<li>当 OriginType 为 loadbalancer 时,表示一个负载均衡,如`["lb-xdffsfasdfs"]`;</li>
|
|
1724
1726
|
<li>当 OriginType 为 origins 时,要求有且仅有一个元素,表示源站组ID,如`["origin-537f5b41-162a-11ed-abaa-525400c5da15"]`。</li>
|
|
1725
1727
|
:type OriginValue: list of str
|
|
1726
1728
|
:param _RuleId: 规则ID。
|
|
@@ -4011,9 +4013,7 @@ class CreateApplicationProxyRequest(AbstractModel):
|
|
|
4011
4013
|
<li>0:关闭加速;</li>
|
|
4012
4014
|
<li>1:开启加速。</li>
|
|
4013
4015
|
:type AccelerateType: int
|
|
4014
|
-
:param _ProxyType: 四层代理模式,取值有:
|
|
4015
|
-
<li>hostname:表示子域名模式;</li>
|
|
4016
|
-
<li>instance:表示实例模式。</li>不填写使用默认值instance。
|
|
4016
|
+
:param _ProxyType: 四层代理模式,取值有: <li>instance:表示实例模式。</li>不填写使用默认值instance。
|
|
4017
4017
|
:type ProxyType: str
|
|
4018
4018
|
:param _SessionPersistTime: 会话保持时间,取值范围:30-3600,单位:秒。
|
|
4019
4019
|
不填写使用默认值600。
|
|
@@ -4207,10 +4207,12 @@ class CreateApplicationProxyRuleRequest(AbstractModel):
|
|
|
4207
4207
|
:type Port: list of str
|
|
4208
4208
|
:param _OriginType: 源站类型,取值有:
|
|
4209
4209
|
<li>custom:手动添加;</li>
|
|
4210
|
+
<li>loadbalancer:负载均衡;</li>
|
|
4210
4211
|
<li>origins:源站组。</li>
|
|
4211
4212
|
:type OriginType: str
|
|
4212
4213
|
:param _OriginValue: 源站信息:
|
|
4213
4214
|
<li>当 OriginType 为 custom 时,表示一个或多个源站,如`["8.8.8.8","9.9.9.9"]` 或 `OriginValue=["test.com"]`;</li>
|
|
4215
|
+
<li>当 OriginType 为 loadbalancer 时,表示一个负载均衡,如`["lb-xdffsfasdfs"]`;</li>
|
|
4214
4216
|
<li>当 OriginType 为 origins 时,要求有且仅有一个元素,表示源站组ID,如`["origin-537f5b41-162a-11ed-abaa-525400c5da15"]`。</li>
|
|
4215
4217
|
:type OriginValue: list of str
|
|
4216
4218
|
:param _ForwardClientIp: 传递客户端IP,取值有:
|
|
@@ -4876,9 +4878,9 @@ class CreatePurgeTaskRequest(AbstractModel):
|
|
|
4876
4878
|
<li>purge_all:站点下全部缓存刷新;</li>
|
|
4877
4879
|
<li>purge_cache_tag:cache-tag 刷新。</li>缓存清除类型详情请查看[清除缓存](https://cloud.tencent.com/document/product/1552/70759)。
|
|
4878
4880
|
:type Type: str
|
|
4879
|
-
:param _Method: 节点缓存清除方法,针对目录刷新、Hostname
|
|
4881
|
+
:param _Method: 节点缓存清除方法,针对目录刷新、Hostname刷新以及刷新全部缓存类型有效,取值有:<li> invalidate:仅刷新目录下产生了更新的资源;</li><li> delete:无论目录下资源是否更新都刷新节点资源。</li>默认值: invalidate。
|
|
4880
4882
|
:type Method: str
|
|
4881
|
-
:param _Targets: 要清除缓存的资源列表。每个元素格式依据清除缓存类型而定,可参考接口示例。<li
|
|
4883
|
+
:param _Targets: 要清除缓存的资源列表。每个元素格式依据清除缓存类型而定,可参考接口示例。<li>单次提交的任务数受计费套餐配额限制,请查看 [EO计费套餐](https://cloud.tencent.com/document/product/1552/77380)。</li>
|
|
4882
4884
|
:type Targets: list of str
|
|
4883
4885
|
:param _EncodeUrl: 若有编码转换,仅清除编码转换后匹配的资源。
|
|
4884
4886
|
若内容含有非 ASCII 字符集的字符,请开启此开关进行编码转换(编码规则遵循 RFC3986)。
|
|
@@ -6235,9 +6237,9 @@ class DeleteOriginGroupRequest(AbstractModel):
|
|
|
6235
6237
|
|
|
6236
6238
|
def __init__(self):
|
|
6237
6239
|
r"""
|
|
6238
|
-
:param _ZoneId: 站点ID
|
|
6240
|
+
:param _ZoneId: 站点 ID
|
|
6239
6241
|
:type ZoneId: str
|
|
6240
|
-
:param _GroupId: 源站组ID,此参数必填。
|
|
6242
|
+
:param _GroupId: 源站组 ID,此参数必填。
|
|
6241
6243
|
:type GroupId: str
|
|
6242
6244
|
"""
|
|
6243
6245
|
self._ZoneId = None
|
|
@@ -19621,34 +19623,34 @@ class SecurityConfig(AbstractModel):
|
|
|
19621
19623
|
|
|
19622
19624
|
def __init__(self):
|
|
19623
19625
|
r"""
|
|
19624
|
-
:param _WafConfig:
|
|
19626
|
+
:param _WafConfig: 托管规则。如果入参为空或不填,默认使用历史配置。
|
|
19625
19627
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19626
19628
|
:type WafConfig: :class:`tencentcloud.teo.v20220901.models.WafConfig`
|
|
19627
|
-
:param _RateLimitConfig:
|
|
19629
|
+
:param _RateLimitConfig: 速率限制。如果入参为空或不填,默认使用历史配置。
|
|
19628
19630
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19629
19631
|
:type RateLimitConfig: :class:`tencentcloud.teo.v20220901.models.RateLimitConfig`
|
|
19630
|
-
:param _AclConfig:
|
|
19632
|
+
:param _AclConfig: 自定义规则。如果入参为空或不填,默认使用历史配置。
|
|
19631
19633
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19632
19634
|
:type AclConfig: :class:`tencentcloud.teo.v20220901.models.AclConfig`
|
|
19633
|
-
:param _BotConfig: Bot
|
|
19635
|
+
:param _BotConfig: Bot配置。如果入参为空或不填,默认使用历史配置。
|
|
19634
19636
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19635
19637
|
:type BotConfig: :class:`tencentcloud.teo.v20220901.models.BotConfig`
|
|
19636
|
-
:param _SwitchConfig:
|
|
19638
|
+
:param _SwitchConfig: 七层防护总开关。如果入参为空或不填,默认使用历史配置。
|
|
19637
19639
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19638
19640
|
:type SwitchConfig: :class:`tencentcloud.teo.v20220901.models.SwitchConfig`
|
|
19639
|
-
:param _IpTableConfig:
|
|
19641
|
+
:param _IpTableConfig: 基础访问管控。如果入参为空或不填,默认使用历史配置。
|
|
19640
19642
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19641
19643
|
:type IpTableConfig: :class:`tencentcloud.teo.v20220901.models.IpTableConfig`
|
|
19642
|
-
:param _ExceptConfig:
|
|
19644
|
+
:param _ExceptConfig: 例外规则配置。如果入参为空或不填,默认使用历史配置。
|
|
19643
19645
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19644
19646
|
:type ExceptConfig: :class:`tencentcloud.teo.v20220901.models.ExceptConfig`
|
|
19645
|
-
:param _DropPageConfig:
|
|
19647
|
+
:param _DropPageConfig: 自定义拦截页面配置。如果入参为空或不填,默认使用历史配置。
|
|
19646
19648
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19647
19649
|
:type DropPageConfig: :class:`tencentcloud.teo.v20220901.models.DropPageConfig`
|
|
19648
19650
|
:param _TemplateConfig: 模板配置。此处仅出参数使用。
|
|
19649
19651
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19650
19652
|
:type TemplateConfig: :class:`tencentcloud.teo.v20220901.models.TemplateConfig`
|
|
19651
|
-
:param _SlowPostConfig:
|
|
19653
|
+
:param _SlowPostConfig: 慢速攻击配置。如果入参为空或不填,默认使用历史配置。
|
|
19652
19654
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19653
19655
|
:type SlowPostConfig: :class:`tencentcloud.teo.v20220901.models.SlowPostConfig`
|
|
19654
19656
|
"""
|
|
@@ -344,6 +344,15 @@ INVALIDPARAMETERVALUE_FRAMEWORKVERSIONNOTSUPPORT = 'InvalidParameterValue.Framew
|
|
|
344
344
|
# 获取CFS的挂载IP失败
|
|
345
345
|
INVALIDPARAMETERVALUE_GETCFSMOUNTIPFAILED = 'InvalidParameterValue.GetCFSMountIPFailed'
|
|
346
346
|
|
|
347
|
+
# 获取GooseFS实例失败
|
|
348
|
+
INVALIDPARAMETERVALUE_GETGOOSEFSFAILED = 'InvalidParameterValue.GetGooseFSFailed'
|
|
349
|
+
|
|
350
|
+
# GooseFS的配置不能为空
|
|
351
|
+
INVALIDPARAMETERVALUE_GOOSEFSCONFIGCANNOTEMPTY = 'InvalidParameterValue.GooseFSConfigCannotEmpty'
|
|
352
|
+
|
|
353
|
+
# 所选的GooseFS实例不存在
|
|
354
|
+
INVALIDPARAMETERVALUE_GOOSEFSNOTEXIST = 'InvalidParameterValue.GooseFSNotExist'
|
|
355
|
+
|
|
347
356
|
# 训练任务镜像不存在。
|
|
348
357
|
INVALIDPARAMETERVALUE_IMAGENOTFOUND = 'InvalidParameterValue.ImageNotFound'
|
|
349
358
|
|
|
@@ -389,6 +398,9 @@ INVALIDPARAMETERVALUE_TOPICNOTFOUND = 'InvalidParameterValue.TopicNotFound'
|
|
|
389
398
|
# 裸金属类型资源组不支持配置输入数据
|
|
390
399
|
INVALIDPARAMETERVALUE_UNSUPPORTEDDATACONFIG = 'InvalidParameterValue.UnsupportedDataConfig'
|
|
391
400
|
|
|
401
|
+
# 不支持使用GooseFS实例
|
|
402
|
+
INVALIDPARAMETERVALUE_UNSUPPORTEDGOOSEFSCONFIG = 'InvalidParameterValue.UnsupportedGooseFSConfig'
|
|
403
|
+
|
|
392
404
|
# Notebook卷大小只能增加,如需减小容量请重新创建实例。
|
|
393
405
|
INVALIDPARAMETERVALUE_VOLUMESHRINKNOTALLOW = 'InvalidParameterValue.VolumeShrinkNotAllow'
|
|
394
406
|
|