tencentcloud-sdk-python 3.0.1346__py2.py3-none-any.whl → 3.0.1347__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/advisor/v20200721/models.py +0 -26
- tencentcloud/batch/v20170312/models.py +8 -8
- tencentcloud/cdwpg/v20201230/models.py +84 -84
- tencentcloud/chc/__init__.py +0 -0
- tencentcloud/chc/v20230418/__init__.py +0 -0
- tencentcloud/chc/v20230418/chc_client.py +854 -0
- tencentcloud/chc/v20230418/errorcodes.py +15 -0
- tencentcloud/chc/v20230418/models.py +9963 -0
- tencentcloud/ckafka/v20190819/models.py +8 -24
- tencentcloud/cls/v20201016/models.py +0 -198
- tencentcloud/dbbrain/v20191016/models.py +0 -4
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +92 -0
- tencentcloud/dbbrain/v20210527/models.py +1024 -199
- tencentcloud/domain/v20180808/models.py +0 -2
- tencentcloud/ecdn/v20191012/ecdn_client.py +0 -217
- tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
- tencentcloud/ecdn/v20191012/models.py +4 -1047
- tencentcloud/ess/v20201111/models.py +27 -6
- tencentcloud/essbasic/v20210526/models.py +21 -0
- tencentcloud/gs/v20191118/errorcodes.py +9 -0
- tencentcloud/gs/v20191118/gs_client.py +775 -12
- tencentcloud/gs/v20191118/models.py +4968 -477
- tencentcloud/hai/v20230812/models.py +0 -22
- tencentcloud/lke/v20231130/lke_client.py +2 -2
- tencentcloud/lke/v20231130/models.py +4 -8
- tencentcloud/mmps/v20200710/models.py +0 -6
- tencentcloud/mqtt/v20240516/models.py +24 -22
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/tcr/v20190924/models.py +4 -14
- tencentcloud/thpc/v20220401/models.py +0 -2
- tencentcloud/thpc/v20230321/models.py +15 -32
- tencentcloud/tione/v20211111/models.py +68 -0
- tencentcloud/tke/v20180525/models.py +0 -28
- tencentcloud/wedata/v20210820/models.py +109 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/RECORD +40 -35
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/top_level.txt +0 -0
@@ -942,7 +942,6 @@ class DescribeRegionsResponse(AbstractModel):
|
|
942
942
|
def __init__(self):
|
943
943
|
r"""
|
944
944
|
:param _RegionSet: 地域列表
|
945
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
946
945
|
:type RegionSet: list of RegionInfo
|
947
946
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
948
947
|
:type RequestId: str
|
@@ -953,7 +952,6 @@ class DescribeRegionsResponse(AbstractModel):
|
|
953
952
|
@property
|
954
953
|
def RegionSet(self):
|
955
954
|
"""地域列表
|
956
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
957
955
|
:rtype: list of RegionInfo
|
958
956
|
"""
|
959
957
|
return self._RegionSet
|
@@ -1028,7 +1026,6 @@ class DescribeScenesResponse(AbstractModel):
|
|
1028
1026
|
def __init__(self):
|
1029
1027
|
r"""
|
1030
1028
|
:param _SceneSet: 场景详情
|
1031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1032
1029
|
:type SceneSet: list of SceneInfo
|
1033
1030
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1034
1031
|
:type RequestId: str
|
@@ -1039,7 +1036,6 @@ class DescribeScenesResponse(AbstractModel):
|
|
1039
1036
|
@property
|
1040
1037
|
def SceneSet(self):
|
1041
1038
|
"""场景详情
|
1042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1043
1039
|
:rtype: list of SceneInfo
|
1044
1040
|
"""
|
1045
1041
|
return self._SceneSet
|
@@ -2408,7 +2404,6 @@ class NetworkStatus(AbstractModel):
|
|
2408
2404
|
def __init__(self):
|
2409
2405
|
r"""
|
2410
2406
|
:param _InstanceId: HAI 的实例 ID
|
2411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2412
2407
|
:type InstanceId: str
|
2413
2408
|
:param _AddressIp: 公网 IP 地址
|
2414
2409
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2417,10 +2412,8 @@ class NetworkStatus(AbstractModel):
|
|
2417
2412
|
注意:此字段可能返回 null,表示取不到有效值。
|
2418
2413
|
:type Bandwidth: int
|
2419
2414
|
:param _TotalTrafficAmount: 流量包总量,单位GB
|
2420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2421
2415
|
:type TotalTrafficAmount: float
|
2422
2416
|
:param _RemainingTrafficAmount: 流量包剩余量,单位GB
|
2423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2424
2417
|
:type RemainingTrafficAmount: float
|
2425
2418
|
"""
|
2426
2419
|
self._InstanceId = None
|
@@ -2432,7 +2425,6 @@ class NetworkStatus(AbstractModel):
|
|
2432
2425
|
@property
|
2433
2426
|
def InstanceId(self):
|
2434
2427
|
"""HAI 的实例 ID
|
2435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2436
2428
|
:rtype: str
|
2437
2429
|
"""
|
2438
2430
|
return self._InstanceId
|
@@ -2468,7 +2460,6 @@ class NetworkStatus(AbstractModel):
|
|
2468
2460
|
@property
|
2469
2461
|
def TotalTrafficAmount(self):
|
2470
2462
|
"""流量包总量,单位GB
|
2471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2472
2463
|
:rtype: float
|
2473
2464
|
"""
|
2474
2465
|
return self._TotalTrafficAmount
|
@@ -2480,7 +2471,6 @@ class NetworkStatus(AbstractModel):
|
|
2480
2471
|
@property
|
2481
2472
|
def RemainingTrafficAmount(self):
|
2482
2473
|
"""流量包剩余量,单位GB
|
2483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2484
2474
|
:rtype: float
|
2485
2475
|
"""
|
2486
2476
|
return self._RemainingTrafficAmount
|
@@ -2596,19 +2586,15 @@ class RegionInfo(AbstractModel):
|
|
2596
2586
|
r"""
|
2597
2587
|
:param _Region: ap-guangzhou
|
2598
2588
|
|
2599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2600
2589
|
:type Region: str
|
2601
2590
|
:param _RegionName: 华南地区(广州)
|
2602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2603
2591
|
:type RegionName: str
|
2604
2592
|
:param _RegionState: 地域是否可用状态
|
2605
2593
|
AVAILABLE:可用
|
2606
2594
|
|
2607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2608
2595
|
:type RegionState: str
|
2609
2596
|
:param _ScholarRocketSupportState: 学术加速是否支持:
|
2610
2597
|
NO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_SUPPORT表示已经支持。对于ALREADY_SUPPORT的地域才需进一步调用DescribeScholarRocketStatus查看学术加速是开启还是关闭
|
2611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2612
2598
|
:type ScholarRocketSupportState: str
|
2613
2599
|
"""
|
2614
2600
|
self._Region = None
|
@@ -2620,7 +2606,6 @@ NO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_
|
|
2620
2606
|
def Region(self):
|
2621
2607
|
"""ap-guangzhou
|
2622
2608
|
|
2623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2624
2609
|
:rtype: str
|
2625
2610
|
"""
|
2626
2611
|
return self._Region
|
@@ -2632,7 +2617,6 @@ NO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_
|
|
2632
2617
|
@property
|
2633
2618
|
def RegionName(self):
|
2634
2619
|
"""华南地区(广州)
|
2635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2636
2620
|
:rtype: str
|
2637
2621
|
"""
|
2638
2622
|
return self._RegionName
|
@@ -2646,7 +2630,6 @@ NO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_
|
|
2646
2630
|
"""地域是否可用状态
|
2647
2631
|
AVAILABLE:可用
|
2648
2632
|
|
2649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2650
2633
|
:rtype: str
|
2651
2634
|
"""
|
2652
2635
|
return self._RegionState
|
@@ -2659,7 +2642,6 @@ AVAILABLE:可用
|
|
2659
2642
|
def ScholarRocketSupportState(self):
|
2660
2643
|
"""学术加速是否支持:
|
2661
2644
|
NO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_SUPPORT表示已经支持。对于ALREADY_SUPPORT的地域才需进一步调用DescribeScholarRocketStatus查看学术加速是开启还是关闭
|
2662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2663
2645
|
:rtype: str
|
2664
2646
|
"""
|
2665
2647
|
return self._ScholarRocketSupportState
|
@@ -2864,11 +2846,9 @@ class SceneInfo(AbstractModel):
|
|
2864
2846
|
r"""
|
2865
2847
|
:param _SceneId: 场景id
|
2866
2848
|
|
2867
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2868
2849
|
:type SceneId: str
|
2869
2850
|
:param _SceneName: 场景名
|
2870
2851
|
|
2871
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2872
2852
|
:type SceneName: str
|
2873
2853
|
"""
|
2874
2854
|
self._SceneId = None
|
@@ -2878,7 +2858,6 @@ class SceneInfo(AbstractModel):
|
|
2878
2858
|
def SceneId(self):
|
2879
2859
|
"""场景id
|
2880
2860
|
|
2881
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2882
2861
|
:rtype: str
|
2883
2862
|
"""
|
2884
2863
|
return self._SceneId
|
@@ -2891,7 +2870,6 @@ class SceneInfo(AbstractModel):
|
|
2891
2870
|
def SceneName(self):
|
2892
2871
|
"""场景名
|
2893
2872
|
|
2894
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2895
2873
|
:rtype: str
|
2896
2874
|
"""
|
2897
2875
|
return self._SceneName
|
@@ -2200,8 +2200,8 @@ class LkeClient(AbstractClient):
|
|
2200
2200
|
def SaveDoc(self, request):
|
2201
2201
|
"""知识库文档问答保存。
|
2202
2202
|
将文件存储到应用的知识库内需要三步:
|
2203
|
-
1.获取临时密钥,参考[接口文档](https://cloud.tencent.com/document/product/1759/105050)
|
2204
|
-
2.调用腾讯云提供的 cos 存储接口,将文件存储到知识引擎 cos
|
2203
|
+
1.获取临时密钥,参考[接口文档](https://cloud.tencent.com/document/product/1759/105050)。获取临时密钥不同参数组合权限不一样,可参考 [知识引擎操作 cos 指南](https://cloud.tencent.com/document/product/1759/116238)
|
2204
|
+
2.调用腾讯云提供的 cos 存储接口,将文件存储到知识引擎 cos 中:具体可参考[ COS SDK 概览](https://cloud.tencent.com/document/product/436/6474), 注意使用的是临时密钥的方式操作 COS
|
2205
2205
|
3.调用本接口,将文件的基础信息存储到知识引擎中。
|
2206
2206
|
以上步骤可参考[文档](https://cloud.tencent.com/document/product/1759/108903),文档最后有[代码demo](https://cloud.tencent.com/document/product/1759/108903#demo),可作为参考。
|
2207
2207
|
|
@@ -7074,8 +7074,7 @@ class DescribeQAResponse(AbstractModel):
|
|
7074
7074
|
:type Answer: str
|
7075
7075
|
:param _CustomParam: 自定义参数
|
7076
7076
|
:type CustomParam: str
|
7077
|
-
:param _Source: 来源
|
7078
|
-
|
7077
|
+
:param _Source: 来源 1-文档生成问答对 2-批量导入问答对 3-单条手动录入问答对
|
7079
7078
|
:type Source: int
|
7080
7079
|
:param _SourceDesc: 来源描述
|
7081
7080
|
|
@@ -7083,8 +7082,7 @@ class DescribeQAResponse(AbstractModel):
|
|
7083
7082
|
:param _UpdateTime: 更新时间
|
7084
7083
|
|
7085
7084
|
:type UpdateTime: str
|
7086
|
-
:param _Status: 状态
|
7087
|
-
|
7085
|
+
:param _Status: 状态 <br>1-未校验 2-未发布 3-发布中 4-已发布 5-发布失败 6-不采纳 7-审核中 8-审核失败 9-审核失败申诉后人工审核中 11-审核失败申诉后人工审核不通过 12-已过期 13-超量失效 14-超量失效恢复 19-学习中 20-学习失败
|
7088
7086
|
:type Status: int
|
7089
7087
|
:param _StatusDesc: 状态描述
|
7090
7088
|
|
@@ -7221,8 +7219,7 @@ class DescribeQAResponse(AbstractModel):
|
|
7221
7219
|
|
7222
7220
|
@property
|
7223
7221
|
def Source(self):
|
7224
|
-
"""来源
|
7225
|
-
|
7222
|
+
"""来源 1-文档生成问答对 2-批量导入问答对 3-单条手动录入问答对
|
7226
7223
|
:rtype: int
|
7227
7224
|
"""
|
7228
7225
|
return self._Source
|
@@ -7257,8 +7254,7 @@ class DescribeQAResponse(AbstractModel):
|
|
7257
7254
|
|
7258
7255
|
@property
|
7259
7256
|
def Status(self):
|
7260
|
-
"""状态
|
7261
|
-
|
7257
|
+
"""状态 <br>1-未校验 2-未发布 3-发布中 4-已发布 5-发布失败 6-不采纳 7-审核中 8-审核失败 9-审核失败申诉后人工审核中 11-审核失败申诉后人工审核不通过 12-已过期 13-超量失效 14-超量失效恢复 19-学习中 20-学习失败
|
7262
7258
|
:rtype: int
|
7263
7259
|
"""
|
7264
7260
|
return self._Status
|
@@ -1988,13 +1988,10 @@ class DescribeFlySecMiniAppScanTaskParamResponse(AbstractModel):
|
|
1988
1988
|
:param _Mode: 诊断模式 1:基础诊断,2:深度诊断
|
1989
1989
|
:type Mode: int
|
1990
1990
|
:param _MiniAppTestAccount: 小程序测试账号(自有账号体系需提供,其他情况不需要)
|
1991
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1992
1991
|
:type MiniAppTestAccount: str
|
1993
1992
|
:param _MiniAppTestPwd: 小程序测试密码(自有账号体系需提供,其他情况不需要)
|
1994
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1995
1993
|
:type MiniAppTestPwd: str
|
1996
1994
|
:param _ScanVersion: 诊断扫描版本 0:正式版 1:体验版
|
1997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1998
1995
|
:type ScanVersion: int
|
1999
1996
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2000
1997
|
:type RequestId: str
|
@@ -2043,7 +2040,6 @@ class DescribeFlySecMiniAppScanTaskParamResponse(AbstractModel):
|
|
2043
2040
|
@property
|
2044
2041
|
def MiniAppTestAccount(self):
|
2045
2042
|
"""小程序测试账号(自有账号体系需提供,其他情况不需要)
|
2046
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2047
2043
|
:rtype: str
|
2048
2044
|
"""
|
2049
2045
|
return self._MiniAppTestAccount
|
@@ -2055,7 +2051,6 @@ class DescribeFlySecMiniAppScanTaskParamResponse(AbstractModel):
|
|
2055
2051
|
@property
|
2056
2052
|
def MiniAppTestPwd(self):
|
2057
2053
|
"""小程序测试密码(自有账号体系需提供,其他情况不需要)
|
2058
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2059
2054
|
:rtype: str
|
2060
2055
|
"""
|
2061
2056
|
return self._MiniAppTestPwd
|
@@ -2067,7 +2062,6 @@ class DescribeFlySecMiniAppScanTaskParamResponse(AbstractModel):
|
|
2067
2062
|
@property
|
2068
2063
|
def ScanVersion(self):
|
2069
2064
|
"""诊断扫描版本 0:正式版 1:体验版
|
2070
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2071
2065
|
:rtype: int
|
2072
2066
|
"""
|
2073
2067
|
return self._ScanVersion
|
@@ -4345,14 +4345,14 @@ class DescribeInstanceListRequest(AbstractModel):
|
|
4345
4345
|
|
4346
4346
|
def __init__(self):
|
4347
4347
|
r"""
|
4348
|
-
:param _Filters:
|
4348
|
+
:param _Filters: 查询条件列表,支持以下字段
|
4349
4349
|
InstanceName:集群名模糊搜索
|
4350
4350
|
InstanceId:集群id精确搜索
|
4351
|
-
InstanceStatus
|
4351
|
+
InstanceStatus:集群状态搜索(RUNNING-运行中,CREATING-创建中,MODIFYING-变配中,DELETING-删除中)
|
4352
4352
|
:type Filters: list of Filter
|
4353
|
-
:param _Offset:
|
4353
|
+
:param _Offset: 查询起始位置,默认0
|
4354
4354
|
:type Offset: int
|
4355
|
-
:param _Limit:
|
4355
|
+
:param _Limit: 查询结果限制数量,默认20,最大100
|
4356
4356
|
:type Limit: int
|
4357
4357
|
:param _TagFilters: 标签过滤器
|
4358
4358
|
:type TagFilters: list of TagFilter
|
@@ -4364,10 +4364,10 @@ InstanceStatus:集群状态搜索
|
|
4364
4364
|
|
4365
4365
|
@property
|
4366
4366
|
def Filters(self):
|
4367
|
-
"""
|
4367
|
+
"""查询条件列表,支持以下字段
|
4368
4368
|
InstanceName:集群名模糊搜索
|
4369
4369
|
InstanceId:集群id精确搜索
|
4370
|
-
InstanceStatus
|
4370
|
+
InstanceStatus:集群状态搜索(RUNNING-运行中,CREATING-创建中,MODIFYING-变配中,DELETING-删除中)
|
4371
4371
|
:rtype: list of Filter
|
4372
4372
|
"""
|
4373
4373
|
return self._Filters
|
@@ -4378,7 +4378,7 @@ InstanceStatus:集群状态搜索
|
|
4378
4378
|
|
4379
4379
|
@property
|
4380
4380
|
def Offset(self):
|
4381
|
-
"""
|
4381
|
+
"""查询起始位置,默认0
|
4382
4382
|
:rtype: int
|
4383
4383
|
"""
|
4384
4384
|
return self._Offset
|
@@ -4389,7 +4389,7 @@ InstanceStatus:集群状态搜索
|
|
4389
4389
|
|
4390
4390
|
@property
|
4391
4391
|
def Limit(self):
|
4392
|
-
"""
|
4392
|
+
"""查询结果限制数量,默认20,最大100
|
4393
4393
|
:rtype: int
|
4394
4394
|
"""
|
4395
4395
|
return self._Limit
|
@@ -5289,7 +5289,7 @@ class DescribeTopicListRequest(AbstractModel):
|
|
5289
5289
|
|
5290
5290
|
def __init__(self):
|
5291
5291
|
r"""
|
5292
|
-
:param _InstanceId: 实例ID
|
5292
|
+
:param _InstanceId: 实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
5293
5293
|
:type InstanceId: str
|
5294
5294
|
:param _Filters: 查询条件列表:
|
5295
5295
|
支持TopicName模糊查询
|
@@ -5306,7 +5306,7 @@ class DescribeTopicListRequest(AbstractModel):
|
|
5306
5306
|
|
5307
5307
|
@property
|
5308
5308
|
def InstanceId(self):
|
5309
|
-
"""实例ID
|
5309
|
+
"""实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
5310
5310
|
:rtype: str
|
5311
5311
|
"""
|
5312
5312
|
return self._InstanceId
|
@@ -6626,8 +6626,7 @@ class MQTTInstanceItem(AbstractModel):
|
|
6626
6626
|
:type InstanceName: str
|
6627
6627
|
:param _Version: 实例版本
|
6628
6628
|
:type Version: str
|
6629
|
-
:param _InstanceType:
|
6630
|
-
EXPERIMENT,体验版
|
6629
|
+
:param _InstanceType: 实例类型
|
6631
6630
|
BASIC,基础版
|
6632
6631
|
PRO,专业版
|
6633
6632
|
PLATINUM,铂金版
|
@@ -6654,19 +6653,21 @@ DELETING,删除中
|
|
6654
6653
|
:type SkuCode: str
|
6655
6654
|
:param _TpsLimit: 弹性TPS限流值
|
6656
6655
|
:type TpsLimit: int
|
6657
|
-
:param _CreateTime:
|
6656
|
+
:param _CreateTime: 创建时间,毫秒级时间戳
|
6658
6657
|
:type CreateTime: int
|
6659
6658
|
:param _MaxSubscriptionPerClient: 单客户端最大订阅数量
|
6660
6659
|
:type MaxSubscriptionPerClient: int
|
6661
6660
|
:param _ClientNumLimit: 客户端连接数上线
|
6662
6661
|
:type ClientNumLimit: int
|
6663
|
-
:param _RenewFlag:
|
6662
|
+
:param _RenewFlag: 是否自动续费。仅包年包月就去那生效。
|
6663
|
+
1:自动续费
|
6664
|
+
0:非自动续费
|
6664
6665
|
:type RenewFlag: int
|
6665
6666
|
:param _PayMode: 计费模式, POSTPAID,按量计费 PREPAID,包年包月
|
6666
6667
|
:type PayMode: str
|
6667
|
-
:param _ExpiryTime:
|
6668
|
+
:param _ExpiryTime: 到期时间,毫秒级时间戳
|
6668
6669
|
:type ExpiryTime: int
|
6669
|
-
:param _DestroyTime:
|
6670
|
+
:param _DestroyTime: 预销毁时间,毫秒级时间戳
|
6670
6671
|
:type DestroyTime: int
|
6671
6672
|
:param _AuthorizationPolicyLimit: 授权规则条数限制
|
6672
6673
|
:type AuthorizationPolicyLimit: int
|
@@ -6731,8 +6732,7 @@ DELETING,删除中
|
|
6731
6732
|
|
6732
6733
|
@property
|
6733
6734
|
def InstanceType(self):
|
6734
|
-
"""
|
6735
|
-
EXPERIMENT,体验版
|
6735
|
+
"""实例类型
|
6736
6736
|
BASIC,基础版
|
6737
6737
|
PRO,专业版
|
6738
6738
|
PLATINUM,铂金版
|
@@ -6822,7 +6822,7 @@ DELETING,删除中
|
|
6822
6822
|
|
6823
6823
|
@property
|
6824
6824
|
def CreateTime(self):
|
6825
|
-
"""
|
6825
|
+
"""创建时间,毫秒级时间戳
|
6826
6826
|
:rtype: int
|
6827
6827
|
"""
|
6828
6828
|
return self._CreateTime
|
@@ -6855,7 +6855,9 @@ DELETING,删除中
|
|
6855
6855
|
|
6856
6856
|
@property
|
6857
6857
|
def RenewFlag(self):
|
6858
|
-
"""
|
6858
|
+
"""是否自动续费。仅包年包月就去那生效。
|
6859
|
+
1:自动续费
|
6860
|
+
0:非自动续费
|
6859
6861
|
:rtype: int
|
6860
6862
|
"""
|
6861
6863
|
return self._RenewFlag
|
@@ -6877,7 +6879,7 @@ DELETING,删除中
|
|
6877
6879
|
|
6878
6880
|
@property
|
6879
6881
|
def ExpiryTime(self):
|
6880
|
-
"""
|
6882
|
+
"""到期时间,毫秒级时间戳
|
6881
6883
|
:rtype: int
|
6882
6884
|
"""
|
6883
6885
|
return self._ExpiryTime
|
@@ -6888,7 +6890,7 @@ DELETING,删除中
|
|
6888
6890
|
|
6889
6891
|
@property
|
6890
6892
|
def DestroyTime(self):
|
6891
|
-
"""
|
6893
|
+
"""预销毁时间,毫秒级时间戳
|
6892
6894
|
:rtype: int
|
6893
6895
|
"""
|
6894
6896
|
return self._DestroyTime
|
@@ -414,7 +414,6 @@ class TotalStatus(AbstractModel):
|
|
414
414
|
:param _NotifyCount: 通知状态的数目
|
415
415
|
:type NotifyCount: int
|
416
416
|
:param _AbnormalCount: 异常状态的数目
|
417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
418
417
|
:type AbnormalCount: int
|
419
418
|
"""
|
420
419
|
self._NormalCount = None
|
@@ -446,7 +445,6 @@ class TotalStatus(AbstractModel):
|
|
446
445
|
@property
|
447
446
|
def AbnormalCount(self):
|
448
447
|
"""异常状态的数目
|
449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
450
448
|
:rtype: int
|
451
449
|
"""
|
452
450
|
return self._AbnormalCount
|
@@ -8709,9 +8709,9 @@ class DescribeRepositoriesRequest(AbstractModel):
|
|
8709
8709
|
:type NamespaceName: str
|
8710
8710
|
:param _RepositoryName: 指定镜像仓库,不填写默认查询指定命名空间下所有镜像仓库
|
8711
8711
|
:type RepositoryName: str
|
8712
|
-
:param _Offset:
|
8712
|
+
:param _Offset: 页数,第几页,用于分页
|
8713
8713
|
:type Offset: int
|
8714
|
-
:param _Limit:
|
8714
|
+
:param _Limit: 每页个数,用于分页,最大值为100
|
8715
8715
|
:type Limit: int
|
8716
8716
|
:param _SortBy: 基于字段排序,支持的值有-creation_time,-name, -update_time
|
8717
8717
|
:type SortBy: str
|
@@ -8758,7 +8758,7 @@ class DescribeRepositoriesRequest(AbstractModel):
|
|
8758
8758
|
|
8759
8759
|
@property
|
8760
8760
|
def Offset(self):
|
8761
|
-
"""
|
8761
|
+
"""页数,第几页,用于分页
|
8762
8762
|
:rtype: int
|
8763
8763
|
"""
|
8764
8764
|
return self._Offset
|
@@ -8769,7 +8769,7 @@ class DescribeRepositoriesRequest(AbstractModel):
|
|
8769
8769
|
|
8770
8770
|
@property
|
8771
8771
|
def Limit(self):
|
8772
|
-
"""
|
8772
|
+
"""每页个数,用于分页,最大值为100
|
8773
8773
|
:rtype: int
|
8774
8774
|
"""
|
8775
8775
|
return self._Limit
|
@@ -15783,10 +15783,8 @@ class RetentionRule(AbstractModel):
|
|
15783
15783
|
def __init__(self):
|
15784
15784
|
r"""
|
15785
15785
|
:param _Key: 支持的策略,可选值为latestPushedK(保留最新推送多少个版本)nDaysSinceLastPush(保留近天内推送)
|
15786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15787
15786
|
:type Key: str
|
15788
15787
|
:param _Value: 规则设置下的对应值
|
15789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15790
15788
|
:type Value: int
|
15791
15789
|
"""
|
15792
15790
|
self._Key = None
|
@@ -15795,7 +15793,6 @@ class RetentionRule(AbstractModel):
|
|
15795
15793
|
@property
|
15796
15794
|
def Key(self):
|
15797
15795
|
"""支持的策略,可选值为latestPushedK(保留最新推送多少个版本)nDaysSinceLastPush(保留近天内推送)
|
15798
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15799
15796
|
:rtype: str
|
15800
15797
|
"""
|
15801
15798
|
return self._Key
|
@@ -15807,7 +15804,6 @@ class RetentionRule(AbstractModel):
|
|
15807
15804
|
@property
|
15808
15805
|
def Value(self):
|
15809
15806
|
"""规则设置下的对应值
|
15810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15811
15807
|
:rtype: int
|
15812
15808
|
"""
|
15813
15809
|
return self._Value
|
@@ -17350,10 +17346,8 @@ class TcrRepositoryInfo(AbstractModel):
|
|
17350
17346
|
:param _Public: 是否公开
|
17351
17347
|
:type Public: bool
|
17352
17348
|
:param _Description: 仓库详细描述
|
17353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17354
17349
|
:type Description: str
|
17355
17350
|
:param _BriefDescription: 简单描述
|
17356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17357
17351
|
:type BriefDescription: str
|
17358
17352
|
:param _UpdateTime: 更新时间,格式"2006-01-02 15:04:05.999999999 -0700 MST"
|
17359
17353
|
:type UpdateTime: str
|
@@ -17413,7 +17407,6 @@ class TcrRepositoryInfo(AbstractModel):
|
|
17413
17407
|
@property
|
17414
17408
|
def Description(self):
|
17415
17409
|
"""仓库详细描述
|
17416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17417
17410
|
:rtype: str
|
17418
17411
|
"""
|
17419
17412
|
return self._Description
|
@@ -17425,7 +17418,6 @@ class TcrRepositoryInfo(AbstractModel):
|
|
17425
17418
|
@property
|
17426
17419
|
def BriefDescription(self):
|
17427
17420
|
"""简单描述
|
17428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17429
17421
|
:rtype: str
|
17430
17422
|
"""
|
17431
17423
|
return self._BriefDescription
|
@@ -18431,7 +18423,6 @@ class WebhookTrigger(AbstractModel):
|
|
18431
18423
|
:param _NamespaceId: 触发器所属命名空间 Id
|
18432
18424
|
:type NamespaceId: int
|
18433
18425
|
:param _NamespaceName: 触发器所属命名空间名称
|
18434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18435
18426
|
:type NamespaceName: str
|
18436
18427
|
"""
|
18437
18428
|
self._Name = None
|
@@ -18535,7 +18526,6 @@ class WebhookTrigger(AbstractModel):
|
|
18535
18526
|
@property
|
18536
18527
|
def NamespaceName(self):
|
18537
18528
|
"""触发器所属命名空间名称
|
18538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18539
18529
|
:rtype: str
|
18540
18530
|
"""
|
18541
18531
|
return self._NamespaceName
|
@@ -4547,7 +4547,6 @@ class QueueOverview(AbstractModel):
|
|
4547
4547
|
def __init__(self):
|
4548
4548
|
r"""
|
4549
4549
|
:param _QueueName: 队列名称。
|
4550
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4551
4550
|
:type QueueName: str
|
4552
4551
|
"""
|
4553
4552
|
self._QueueName = None
|
@@ -4555,7 +4554,6 @@ class QueueOverview(AbstractModel):
|
|
4555
4554
|
@property
|
4556
4555
|
def QueueName(self):
|
4557
4556
|
"""队列名称。
|
4558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4559
4557
|
:rtype: str
|
4560
4558
|
"""
|
4561
4559
|
return self._QueueName
|