tencentcloud-sdk-python 3.0.1275__py2.py3-none-any.whl → 3.0.1276__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/autoscaling/v20180419/models.py +15 -0
- tencentcloud/batch/v20170312/models.py +48 -68
- tencentcloud/billing/v20180709/models.py +45 -0
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/models.py +732 -48
- tencentcloud/cdwdoris/v20211228/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +490 -324
- tencentcloud/cloudapp/v20220530/models.py +4 -4
- tencentcloud/cvm/v20170312/models.py +48 -68
- tencentcloud/cwp/v20180228/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +46 -0
- tencentcloud/cynosdb/v20190107/models.py +226 -4
- tencentcloud/dts/v20211206/models.py +30 -0
- tencentcloud/emr/v20190103/models.py +33 -16
- tencentcloud/ess/v20201111/models.py +242 -0
- tencentcloud/essbasic/v20210526/models.py +241 -6
- tencentcloud/faceid/v20180301/models.py +0 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +23 -0
- tencentcloud/hunyuan/v20230901/models.py +591 -0
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +286 -6
- tencentcloud/ivld/v20210903/ivld_client.py +0 -1
- tencentcloud/ivld/v20210903/models.py +133 -15
- tencentcloud/lcic/v20220817/models.py +2 -8
- tencentcloud/live/v20180801/errorcodes.py +18 -0
- tencentcloud/live/v20180801/live_client.py +208 -0
- tencentcloud/live/v20180801/models.py +1649 -255
- tencentcloud/lke/v20231130/lke_client.py +161 -0
- tencentcloud/lke/v20231130/models.py +1517 -187
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +377 -17
- tencentcloud/mrs/v20200910/models.py +0 -2652
- tencentcloud/ocr/v20181119/models.py +0 -273
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +2 -24
- tencentcloud/privatedns/v20201028/models.py +47 -0
- tencentcloud/rce/v20201103/models.py +2 -2
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/scf/v20180416/models.py +2 -2
- tencentcloud/teo/v20220901/models.py +366 -18
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20220501/models.py +200 -0
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +24 -24
- tencentcloud/trtc/v20190722/models.py +230 -0
- tencentcloud/tsf/v20180326/models.py +2405 -334
- tencentcloud/tsf/v20180326/tsf_client.py +3 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vclm/v20240523/models.py +156 -10
- tencentcloud/vclm/v20240523/vclm_client.py +23 -0
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vod/v20180717/errorcodes.py +6 -0
- tencentcloud/vod/v20180717/models.py +62 -2
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +272 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/RECORD +71 -66
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/top_level.txt +0 -0
@@ -2290,6 +2290,186 @@ class Filter(AbstractModel):
|
|
2290
2290
|
|
2291
2291
|
|
2292
2292
|
|
2293
|
+
class GPUConfig(AbstractModel):
|
2294
|
+
"""机型名称与GPU相关的参数,包括驱动版本,CUDA版本,cuDNN版本,是否开启MIG以及是否开启Fabric等相关配置信息
|
2295
|
+
|
2296
|
+
"""
|
2297
|
+
|
2298
|
+
def __init__(self):
|
2299
|
+
r"""
|
2300
|
+
:param _InstanceType: 机型名称
|
2301
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2302
|
+
:type InstanceType: str
|
2303
|
+
:param _GPUParams: GPU相关的参数,包括驱动版本,CUDA版本,cuDNN版本,是否开启MIG以及是否开启Fabric等
|
2304
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2305
|
+
:type GPUParams: :class:`tencentcloud.tke.v20220501.models.GPUParams`
|
2306
|
+
"""
|
2307
|
+
self._InstanceType = None
|
2308
|
+
self._GPUParams = None
|
2309
|
+
|
2310
|
+
@property
|
2311
|
+
def InstanceType(self):
|
2312
|
+
"""机型名称
|
2313
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2314
|
+
:rtype: str
|
2315
|
+
"""
|
2316
|
+
return self._InstanceType
|
2317
|
+
|
2318
|
+
@InstanceType.setter
|
2319
|
+
def InstanceType(self, InstanceType):
|
2320
|
+
self._InstanceType = InstanceType
|
2321
|
+
|
2322
|
+
@property
|
2323
|
+
def GPUParams(self):
|
2324
|
+
"""GPU相关的参数,包括驱动版本,CUDA版本,cuDNN版本,是否开启MIG以及是否开启Fabric等
|
2325
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2326
|
+
:rtype: :class:`tencentcloud.tke.v20220501.models.GPUParams`
|
2327
|
+
"""
|
2328
|
+
return self._GPUParams
|
2329
|
+
|
2330
|
+
@GPUParams.setter
|
2331
|
+
def GPUParams(self, GPUParams):
|
2332
|
+
self._GPUParams = GPUParams
|
2333
|
+
|
2334
|
+
|
2335
|
+
def _deserialize(self, params):
|
2336
|
+
self._InstanceType = params.get("InstanceType")
|
2337
|
+
if params.get("GPUParams") is not None:
|
2338
|
+
self._GPUParams = GPUParams()
|
2339
|
+
self._GPUParams._deserialize(params.get("GPUParams"))
|
2340
|
+
memeber_set = set(params.keys())
|
2341
|
+
for name, value in vars(self).items():
|
2342
|
+
property_name = name[1:]
|
2343
|
+
if property_name in memeber_set:
|
2344
|
+
memeber_set.remove(property_name)
|
2345
|
+
if len(memeber_set) > 0:
|
2346
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
2347
|
+
|
2348
|
+
|
2349
|
+
|
2350
|
+
class GPUParams(AbstractModel):
|
2351
|
+
"""GPU相关的参数,包括驱动版本,CUDA版本,cuDNN版本,是否开启MIG以及是否开启Fabric
|
2352
|
+
|
2353
|
+
"""
|
2354
|
+
|
2355
|
+
def __init__(self):
|
2356
|
+
r"""
|
2357
|
+
:param _Driver: GPU驱动版本
|
2358
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2359
|
+
:type Driver: str
|
2360
|
+
:param _CUDA: CUDA版本
|
2361
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2362
|
+
:type CUDA: str
|
2363
|
+
:param _CUDNN: CUDNN版本
|
2364
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2365
|
+
:type CUDNN: str
|
2366
|
+
:param _MIGEnable: 是否启用MIG特性
|
2367
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2368
|
+
:type MIGEnable: bool
|
2369
|
+
:param _Fabric: 是否启用Fabric特性
|
2370
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2371
|
+
:type Fabric: bool
|
2372
|
+
:param _CustomGPUDriver: 自定义驱动下载地址
|
2373
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2374
|
+
:type CustomGPUDriver: str
|
2375
|
+
"""
|
2376
|
+
self._Driver = None
|
2377
|
+
self._CUDA = None
|
2378
|
+
self._CUDNN = None
|
2379
|
+
self._MIGEnable = None
|
2380
|
+
self._Fabric = None
|
2381
|
+
self._CustomGPUDriver = None
|
2382
|
+
|
2383
|
+
@property
|
2384
|
+
def Driver(self):
|
2385
|
+
"""GPU驱动版本
|
2386
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2387
|
+
:rtype: str
|
2388
|
+
"""
|
2389
|
+
return self._Driver
|
2390
|
+
|
2391
|
+
@Driver.setter
|
2392
|
+
def Driver(self, Driver):
|
2393
|
+
self._Driver = Driver
|
2394
|
+
|
2395
|
+
@property
|
2396
|
+
def CUDA(self):
|
2397
|
+
"""CUDA版本
|
2398
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2399
|
+
:rtype: str
|
2400
|
+
"""
|
2401
|
+
return self._CUDA
|
2402
|
+
|
2403
|
+
@CUDA.setter
|
2404
|
+
def CUDA(self, CUDA):
|
2405
|
+
self._CUDA = CUDA
|
2406
|
+
|
2407
|
+
@property
|
2408
|
+
def CUDNN(self):
|
2409
|
+
"""CUDNN版本
|
2410
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2411
|
+
:rtype: str
|
2412
|
+
"""
|
2413
|
+
return self._CUDNN
|
2414
|
+
|
2415
|
+
@CUDNN.setter
|
2416
|
+
def CUDNN(self, CUDNN):
|
2417
|
+
self._CUDNN = CUDNN
|
2418
|
+
|
2419
|
+
@property
|
2420
|
+
def MIGEnable(self):
|
2421
|
+
"""是否启用MIG特性
|
2422
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2423
|
+
:rtype: bool
|
2424
|
+
"""
|
2425
|
+
return self._MIGEnable
|
2426
|
+
|
2427
|
+
@MIGEnable.setter
|
2428
|
+
def MIGEnable(self, MIGEnable):
|
2429
|
+
self._MIGEnable = MIGEnable
|
2430
|
+
|
2431
|
+
@property
|
2432
|
+
def Fabric(self):
|
2433
|
+
"""是否启用Fabric特性
|
2434
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2435
|
+
:rtype: bool
|
2436
|
+
"""
|
2437
|
+
return self._Fabric
|
2438
|
+
|
2439
|
+
@Fabric.setter
|
2440
|
+
def Fabric(self, Fabric):
|
2441
|
+
self._Fabric = Fabric
|
2442
|
+
|
2443
|
+
@property
|
2444
|
+
def CustomGPUDriver(self):
|
2445
|
+
"""自定义驱动下载地址
|
2446
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2447
|
+
:rtype: str
|
2448
|
+
"""
|
2449
|
+
return self._CustomGPUDriver
|
2450
|
+
|
2451
|
+
@CustomGPUDriver.setter
|
2452
|
+
def CustomGPUDriver(self, CustomGPUDriver):
|
2453
|
+
self._CustomGPUDriver = CustomGPUDriver
|
2454
|
+
|
2455
|
+
|
2456
|
+
def _deserialize(self, params):
|
2457
|
+
self._Driver = params.get("Driver")
|
2458
|
+
self._CUDA = params.get("CUDA")
|
2459
|
+
self._CUDNN = params.get("CUDNN")
|
2460
|
+
self._MIGEnable = params.get("MIGEnable")
|
2461
|
+
self._Fabric = params.get("Fabric")
|
2462
|
+
self._CustomGPUDriver = params.get("CustomGPUDriver")
|
2463
|
+
memeber_set = set(params.keys())
|
2464
|
+
for name, value in vars(self).items():
|
2465
|
+
property_name = name[1:]
|
2466
|
+
if property_name in memeber_set:
|
2467
|
+
memeber_set.remove(property_name)
|
2468
|
+
if len(memeber_set) > 0:
|
2469
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
2470
|
+
|
2471
|
+
|
2472
|
+
|
2293
2473
|
class HealthCheckPolicy(AbstractModel):
|
2294
2474
|
"""健康检测规则
|
2295
2475
|
|
@@ -6306,6 +6486,8 @@ class UpdateNativeNodePoolParam(AbstractModel):
|
|
6306
6486
|
:type DataDisks: list of DataDisk
|
6307
6487
|
:param _KeyIds: ssh公钥id数组
|
6308
6488
|
:type KeyIds: list of str
|
6489
|
+
:param _GPUConfigs: 节点池 GPU 配置
|
6490
|
+
:type GPUConfigs: list of GPUConfig
|
6309
6491
|
"""
|
6310
6492
|
self._Scaling = None
|
6311
6493
|
self._SubnetIds = None
|
@@ -6326,6 +6508,7 @@ class UpdateNativeNodePoolParam(AbstractModel):
|
|
6326
6508
|
self._Replicas = None
|
6327
6509
|
self._DataDisks = None
|
6328
6510
|
self._KeyIds = None
|
6511
|
+
self._GPUConfigs = None
|
6329
6512
|
|
6330
6513
|
@property
|
6331
6514
|
def Scaling(self):
|
@@ -6539,6 +6722,17 @@ class UpdateNativeNodePoolParam(AbstractModel):
|
|
6539
6722
|
def KeyIds(self, KeyIds):
|
6540
6723
|
self._KeyIds = KeyIds
|
6541
6724
|
|
6725
|
+
@property
|
6726
|
+
def GPUConfigs(self):
|
6727
|
+
"""节点池 GPU 配置
|
6728
|
+
:rtype: list of GPUConfig
|
6729
|
+
"""
|
6730
|
+
return self._GPUConfigs
|
6731
|
+
|
6732
|
+
@GPUConfigs.setter
|
6733
|
+
def GPUConfigs(self, GPUConfigs):
|
6734
|
+
self._GPUConfigs = GPUConfigs
|
6735
|
+
|
6542
6736
|
|
6543
6737
|
def _deserialize(self, params):
|
6544
6738
|
if params.get("Scaling") is not None:
|
@@ -6577,6 +6771,12 @@ class UpdateNativeNodePoolParam(AbstractModel):
|
|
6577
6771
|
obj._deserialize(item)
|
6578
6772
|
self._DataDisks.append(obj)
|
6579
6773
|
self._KeyIds = params.get("KeyIds")
|
6774
|
+
if params.get("GPUConfigs") is not None:
|
6775
|
+
self._GPUConfigs = []
|
6776
|
+
for item in params.get("GPUConfigs"):
|
6777
|
+
obj = GPUConfig()
|
6778
|
+
obj._deserialize(item)
|
6779
|
+
self._GPUConfigs.append(obj)
|
6580
6780
|
memeber_set = set(params.keys())
|
6581
6781
|
for name, value in vars(self).items():
|
6582
6782
|
property_name = name[1:]
|
@@ -173,7 +173,7 @@ class TmtClient(AbstractClient):
|
|
173
173
|
|
174
174
|
|
175
175
|
def TextTranslateBatch(self, request):
|
176
|
-
"""
|
176
|
+
"""批量翻译文本的接口
|
177
177
|
|
178
178
|
:param request: Request instance for TextTranslateBatch.
|
179
179
|
:type request: :class:`tencentcloud.tmt.v20180321.models.TextTranslateBatchRequest`
|
@@ -1949,9 +1949,9 @@ class DeleteMQTTTopicRequest(AbstractModel):
|
|
1949
1949
|
|
1950
1950
|
def __init__(self):
|
1951
1951
|
r"""
|
1952
|
-
:param _InstanceId:
|
1952
|
+
:param _InstanceId: 集群ID
|
1953
1953
|
:type InstanceId: str
|
1954
|
-
:param _Topic:
|
1954
|
+
:param _Topic: 主题名称
|
1955
1955
|
:type Topic: str
|
1956
1956
|
"""
|
1957
1957
|
self._InstanceId = None
|
@@ -1959,7 +1959,7 @@ class DeleteMQTTTopicRequest(AbstractModel):
|
|
1959
1959
|
|
1960
1960
|
@property
|
1961
1961
|
def InstanceId(self):
|
1962
|
-
"""
|
1962
|
+
"""集群ID
|
1963
1963
|
:rtype: str
|
1964
1964
|
"""
|
1965
1965
|
return self._InstanceId
|
@@ -1970,7 +1970,7 @@ class DeleteMQTTTopicRequest(AbstractModel):
|
|
1970
1970
|
|
1971
1971
|
@property
|
1972
1972
|
def Topic(self):
|
1973
|
-
"""
|
1973
|
+
"""主题名称
|
1974
1974
|
:rtype: str
|
1975
1975
|
"""
|
1976
1976
|
return self._Topic
|
@@ -4673,9 +4673,9 @@ class DescribeMQTTMessageListRequest(AbstractModel):
|
|
4673
4673
|
|
4674
4674
|
def __init__(self):
|
4675
4675
|
r"""
|
4676
|
-
:param _InstanceId:
|
4676
|
+
:param _InstanceId: 集群ID
|
4677
4677
|
:type InstanceId: str
|
4678
|
-
:param _Topic:
|
4678
|
+
:param _Topic: 主题名称
|
4679
4679
|
:type Topic: str
|
4680
4680
|
:param _StartTime: 开始时间
|
4681
4681
|
:type StartTime: int
|
@@ -4698,7 +4698,7 @@ class DescribeMQTTMessageListRequest(AbstractModel):
|
|
4698
4698
|
|
4699
4699
|
@property
|
4700
4700
|
def InstanceId(self):
|
4701
|
-
"""
|
4701
|
+
"""集群ID
|
4702
4702
|
:rtype: str
|
4703
4703
|
"""
|
4704
4704
|
return self._InstanceId
|
@@ -4709,7 +4709,7 @@ class DescribeMQTTMessageListRequest(AbstractModel):
|
|
4709
4709
|
|
4710
4710
|
@property
|
4711
4711
|
def Topic(self):
|
4712
|
-
"""
|
4712
|
+
"""主题名称
|
4713
4713
|
:rtype: str
|
4714
4714
|
"""
|
4715
4715
|
return self._Topic
|
@@ -5145,7 +5145,7 @@ class DescribeMQTTTopicListRequest(AbstractModel):
|
|
5145
5145
|
|
5146
5146
|
def __init__(self):
|
5147
5147
|
r"""
|
5148
|
-
:param _InstanceId:
|
5148
|
+
:param _InstanceId: 集群ID
|
5149
5149
|
:type InstanceId: str
|
5150
5150
|
:param _Filters: 查询条件列表
|
5151
5151
|
:type Filters: list of Filter
|
@@ -5161,7 +5161,7 @@ class DescribeMQTTTopicListRequest(AbstractModel):
|
|
5161
5161
|
|
5162
5162
|
@property
|
5163
5163
|
def InstanceId(self):
|
5164
|
-
"""
|
5164
|
+
"""集群ID
|
5165
5165
|
:rtype: str
|
5166
5166
|
"""
|
5167
5167
|
return self._InstanceId
|
@@ -5296,9 +5296,9 @@ class DescribeMQTTTopicRequest(AbstractModel):
|
|
5296
5296
|
|
5297
5297
|
def __init__(self):
|
5298
5298
|
r"""
|
5299
|
-
:param _InstanceId:
|
5299
|
+
:param _InstanceId: 集群ID
|
5300
5300
|
:type InstanceId: str
|
5301
|
-
:param _Topic:
|
5301
|
+
:param _Topic: 主题名称
|
5302
5302
|
:type Topic: str
|
5303
5303
|
"""
|
5304
5304
|
self._InstanceId = None
|
@@ -5306,7 +5306,7 @@ class DescribeMQTTTopicRequest(AbstractModel):
|
|
5306
5306
|
|
5307
5307
|
@property
|
5308
5308
|
def InstanceId(self):
|
5309
|
-
"""
|
5309
|
+
"""集群ID
|
5310
5310
|
:rtype: str
|
5311
5311
|
"""
|
5312
5312
|
return self._InstanceId
|
@@ -5317,7 +5317,7 @@ class DescribeMQTTTopicRequest(AbstractModel):
|
|
5317
5317
|
|
5318
5318
|
@property
|
5319
5319
|
def Topic(self):
|
5320
|
-
"""
|
5320
|
+
"""主题名称
|
5321
5321
|
:rtype: str
|
5322
5322
|
"""
|
5323
5323
|
return self._Topic
|
@@ -6414,7 +6414,7 @@ class Filter(AbstractModel):
|
|
6414
6414
|
|
6415
6415
|
def __init__(self):
|
6416
6416
|
r"""
|
6417
|
-
:param _Name:
|
6417
|
+
:param _Name: 过滤条件参数名
|
6418
6418
|
:type Name: str
|
6419
6419
|
:param _Values: 过滤条件的值
|
6420
6420
|
:type Values: list of str
|
@@ -6424,7 +6424,7 @@ class Filter(AbstractModel):
|
|
6424
6424
|
|
6425
6425
|
@property
|
6426
6426
|
def Name(self):
|
6427
|
-
"""
|
6427
|
+
"""过滤条件参数名
|
6428
6428
|
:rtype: str
|
6429
6429
|
"""
|
6430
6430
|
return self._Name
|
@@ -7405,13 +7405,13 @@ class InstanceItemExtraInfo(AbstractModel):
|
|
7405
7405
|
:param _MaxStorage: 专享集群最大存储
|
7406
7406
|
注意:此字段可能返回 null,表示取不到有效值。
|
7407
7407
|
:type MaxStorage: int
|
7408
|
-
:param _MaxRetention:
|
7408
|
+
:param _MaxRetention: 专享集群最大保留时间,单位:小时
|
7409
7409
|
注意:此字段可能返回 null,表示取不到有效值。
|
7410
7410
|
:type MaxRetention: int
|
7411
|
-
:param _MinRetention:
|
7411
|
+
:param _MinRetention: 专项集群最大保留时间,单位:小时
|
7412
7412
|
注意:此字段可能返回 null,表示取不到有效值。
|
7413
7413
|
:type MinRetention: int
|
7414
|
-
:param _InstanceStatus: 4.0
|
7414
|
+
:param _InstanceStatus: 4.0共享集群状态
|
7415
7415
|
注意:此字段可能返回 null,表示取不到有效值。
|
7416
7416
|
:type InstanceStatus: int
|
7417
7417
|
"""
|
@@ -7499,7 +7499,7 @@ class InstanceItemExtraInfo(AbstractModel):
|
|
7499
7499
|
|
7500
7500
|
@property
|
7501
7501
|
def MaxRetention(self):
|
7502
|
-
"""
|
7502
|
+
"""专享集群最大保留时间,单位:小时
|
7503
7503
|
注意:此字段可能返回 null,表示取不到有效值。
|
7504
7504
|
:rtype: int
|
7505
7505
|
"""
|
@@ -7511,7 +7511,7 @@ class InstanceItemExtraInfo(AbstractModel):
|
|
7511
7511
|
|
7512
7512
|
@property
|
7513
7513
|
def MinRetention(self):
|
7514
|
-
"""
|
7514
|
+
"""专项集群最大保留时间,单位:小时
|
7515
7515
|
注意:此字段可能返回 null,表示取不到有效值。
|
7516
7516
|
:rtype: int
|
7517
7517
|
"""
|
@@ -7523,7 +7523,7 @@ class InstanceItemExtraInfo(AbstractModel):
|
|
7523
7523
|
|
7524
7524
|
@property
|
7525
7525
|
def InstanceStatus(self):
|
7526
|
-
"""4.0
|
7526
|
+
"""4.0共享集群状态
|
7527
7527
|
注意:此字段可能返回 null,表示取不到有效值。
|
7528
7528
|
:rtype: int
|
7529
7529
|
"""
|
@@ -9068,7 +9068,7 @@ class ModifyMQTTInstanceCertBindingRequest(AbstractModel):
|
|
9068
9068
|
|
9069
9069
|
def __init__(self):
|
9070
9070
|
r"""
|
9071
|
-
:param _InstanceId:
|
9071
|
+
:param _InstanceId: 集群ID
|
9072
9072
|
:type InstanceId: str
|
9073
9073
|
:param _SSLServerCertId: 服务端证书id
|
9074
9074
|
:type SSLServerCertId: str
|
@@ -9081,7 +9081,7 @@ class ModifyMQTTInstanceCertBindingRequest(AbstractModel):
|
|
9081
9081
|
|
9082
9082
|
@property
|
9083
9083
|
def InstanceId(self):
|
9084
|
-
"""
|
9084
|
+
"""集群ID
|
9085
9085
|
:rtype: str
|
9086
9086
|
"""
|
9087
9087
|
return self._InstanceId
|