tencentcloud-sdk-python 3.0.1327__py2.py3-none-any.whl → 3.0.1329__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/asr/v20190614/asr_client.py +1 -1
- tencentcloud/captcha/v20190722/models.py +0 -48
- tencentcloud/cdwch/v20200915/models.py +83 -0
- tencentcloud/cdwdoris/v20211228/models.py +30 -0
- tencentcloud/clb/v20180317/models.py +60 -0
- tencentcloud/dlc/v20210125/models.py +0 -10
- tencentcloud/dts/v20211206/models.py +2 -2
- tencentcloud/faceid/v20180301/models.py +46 -24
- tencentcloud/hunyuan/v20230901/models.py +2 -10
- tencentcloud/live/v20180801/models.py +10 -110
- tencentcloud/lke/v20231130/models.py +115 -6
- tencentcloud/lkeap/v20240522/lkeap_client.py +2 -5
- tencentcloud/lkeap/v20240522/models.py +12 -2
- tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
- tencentcloud/lowcode/v20210108/lowcode_client.py +207 -0
- tencentcloud/lowcode/v20210108/models.py +2996 -124
- tencentcloud/monitor/v20180724/models.py +333 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/ocr/v20181119/models.py +23 -0
- tencentcloud/ocr/v20181119/ocr_client.py +10 -0
- tencentcloud/organization/v20210331/models.py +30 -0
- tencentcloud/rce/v20201103/models.py +2 -24
- tencentcloud/redis/v20180412/models.py +0 -110
- tencentcloud/tcbr/v20220217/models.py +30 -0
- tencentcloud/tdid/v20210519/models.py +130 -22
- tencentcloud/tdid/v20210519/tdid_client.py +4 -1
- tencentcloud/tke/v20180525/models.py +0 -142
- tencentcloud/tke/v20220501/models.py +0 -8
- tencentcloud/tsf/v20180326/models.py +0 -88
- tencentcloud/vpc/v20170312/vpc_client.py +1 -1
- tencentcloud/waf/v20180125/models.py +2 -2
- tencentcloud/weilingwith/v20230427/models.py +0 -20
- {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/RECORD +38 -53
- tencentcloud/lp/__init__.py +0 -0
- tencentcloud/lp/v20200224/__init__.py +0 -0
- tencentcloud/lp/v20200224/errorcodes.py +0 -78
- tencentcloud/lp/v20200224/lp_client.py +0 -49
- tencentcloud/lp/v20200224/models.py +0 -748
- tencentcloud/rkp/__init__.py +0 -0
- tencentcloud/rkp/v20191209/__init__.py +0 -0
- tencentcloud/rkp/v20191209/errorcodes.py +0 -102
- tencentcloud/rkp/v20191209/models.py +0 -1007
- tencentcloud/rkp/v20191209/rkp_client.py +0 -101
- tencentcloud/rp/__init__.py +0 -0
- tencentcloud/rp/v20200224/__init__.py +0 -0
- tencentcloud/rp/v20200224/errorcodes.py +0 -78
- tencentcloud/rp/v20200224/models.py +0 -655
- tencentcloud/rp/v20200224/rp_client.py +0 -49
- {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/top_level.txt +0 -0
@@ -1394,7 +1394,6 @@ class CancelClusterReleaseResponse(AbstractModel):
|
|
1394
1394
|
def __init__(self):
|
1395
1395
|
r"""
|
1396
1396
|
:param _Release: 应用信息
|
1397
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1398
1397
|
:type Release: :class:`tencentcloud.tke.v20180525.models.PendingRelease`
|
1399
1398
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1400
1399
|
:type RequestId: str
|
@@ -1405,7 +1404,6 @@ class CancelClusterReleaseResponse(AbstractModel):
|
|
1405
1404
|
@property
|
1406
1405
|
def Release(self):
|
1407
1406
|
"""应用信息
|
1408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1409
1407
|
:rtype: :class:`tencentcloud.tke.v20180525.models.PendingRelease`
|
1410
1408
|
"""
|
1411
1409
|
return self._Release
|
@@ -1801,10 +1799,8 @@ class CheckInstancesUpgradeAbleResponse(AbstractModel):
|
|
1801
1799
|
:param _LatestVersion: 集群master对应的大版本目前最新小版本
|
1802
1800
|
:type LatestVersion: str
|
1803
1801
|
:param _UpgradeAbleInstances: 可升级节点列表
|
1804
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1805
1802
|
:type UpgradeAbleInstances: list of UpgradeAbleInstancesItem
|
1806
1803
|
:param _Total: 总数
|
1807
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1808
1804
|
:type Total: int
|
1809
1805
|
:param _UnavailableVersionReason: 不可升级原因
|
1810
1806
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1844,7 +1840,6 @@ class CheckInstancesUpgradeAbleResponse(AbstractModel):
|
|
1844
1840
|
@property
|
1845
1841
|
def UpgradeAbleInstances(self):
|
1846
1842
|
"""可升级节点列表
|
1847
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1848
1843
|
:rtype: list of UpgradeAbleInstancesItem
|
1849
1844
|
"""
|
1850
1845
|
return self._UpgradeAbleInstances
|
@@ -1856,7 +1851,6 @@ class CheckInstancesUpgradeAbleResponse(AbstractModel):
|
|
1856
1851
|
@property
|
1857
1852
|
def Total(self):
|
1858
1853
|
"""总数
|
1859
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1860
1854
|
:rtype: int
|
1861
1855
|
"""
|
1862
1856
|
return self._Total
|
@@ -6346,7 +6340,6 @@ class CreateClusterReleaseResponse(AbstractModel):
|
|
6346
6340
|
def __init__(self):
|
6347
6341
|
r"""
|
6348
6342
|
:param _Release: 应用详情
|
6349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6350
6343
|
:type Release: :class:`tencentcloud.tke.v20180525.models.PendingRelease`
|
6351
6344
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6352
6345
|
:type RequestId: str
|
@@ -6357,7 +6350,6 @@ class CreateClusterReleaseResponse(AbstractModel):
|
|
6357
6350
|
@property
|
6358
6351
|
def Release(self):
|
6359
6352
|
"""应用详情
|
6360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6361
6353
|
:rtype: :class:`tencentcloud.tke.v20180525.models.PendingRelease`
|
6362
6354
|
"""
|
6363
6355
|
return self._Release
|
@@ -11966,7 +11958,6 @@ class DeleteLogConfigsResponse(AbstractModel):
|
|
11966
11958
|
def __init__(self):
|
11967
11959
|
r"""
|
11968
11960
|
:param _Message: 删除采集规则遇到错误时返回错误原因
|
11969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11970
11961
|
:type Message: str
|
11971
11962
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11972
11963
|
:type RequestId: str
|
@@ -11977,7 +11968,6 @@ class DeleteLogConfigsResponse(AbstractModel):
|
|
11977
11968
|
@property
|
11978
11969
|
def Message(self):
|
11979
11970
|
"""删除采集规则遇到错误时返回错误原因
|
11980
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11981
11971
|
:rtype: str
|
11982
11972
|
"""
|
11983
11973
|
return self._Message
|
@@ -13202,7 +13192,6 @@ class DescribeAvailableClusterVersionResponse(AbstractModel):
|
|
13202
13192
|
注意:此字段可能返回 null,表示取不到有效值。
|
13203
13193
|
:type Versions: list of str
|
13204
13194
|
:param _Clusters: 集群信息
|
13205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13206
13195
|
:type Clusters: list of ClusterVersion
|
13207
13196
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13208
13197
|
:type RequestId: str
|
@@ -13226,7 +13215,6 @@ class DescribeAvailableClusterVersionResponse(AbstractModel):
|
|
13226
13215
|
@property
|
13227
13216
|
def Clusters(self):
|
13228
13217
|
"""集群信息
|
13229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13230
13218
|
:rtype: list of ClusterVersion
|
13231
13219
|
"""
|
13232
13220
|
return self._Clusters
|
@@ -13501,13 +13489,11 @@ class DescribeBatchModifyTagsStatusResponse(AbstractModel):
|
|
13501
13489
|
def __init__(self):
|
13502
13490
|
r"""
|
13503
13491
|
:param _FailedResources: 失败资源列表
|
13504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13505
13492
|
:type FailedResources: list of FailedResource
|
13506
13493
|
:param _Status: 任务状态:
|
13507
13494
|
- running 运行中
|
13508
13495
|
- failed 失败
|
13509
13496
|
- done 成功
|
13510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13511
13497
|
:type Status: str
|
13512
13498
|
:param _SyncSubresource: 是否同步集群内子资源标签
|
13513
13499
|
:type SyncSubresource: bool
|
@@ -13525,7 +13511,6 @@ class DescribeBatchModifyTagsStatusResponse(AbstractModel):
|
|
13525
13511
|
@property
|
13526
13512
|
def FailedResources(self):
|
13527
13513
|
"""失败资源列表
|
13528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13529
13514
|
:rtype: list of FailedResource
|
13530
13515
|
"""
|
13531
13516
|
return self._FailedResources
|
@@ -13540,7 +13525,6 @@ class DescribeBatchModifyTagsStatusResponse(AbstractModel):
|
|
13540
13525
|
- running 运行中
|
13541
13526
|
- failed 失败
|
13542
13527
|
- done 成功
|
13543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13544
13528
|
:rtype: str
|
13545
13529
|
"""
|
13546
13530
|
return self._Status
|
@@ -13645,7 +13629,6 @@ class DescribeClusterAsGroupOptionResponse(AbstractModel):
|
|
13645
13629
|
def __init__(self):
|
13646
13630
|
r"""
|
13647
13631
|
:param _ClusterAsGroupOption: 集群弹性伸缩属性
|
13648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13649
13632
|
:type ClusterAsGroupOption: :class:`tencentcloud.tke.v20180525.models.ClusterAsGroupOption`
|
13650
13633
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13651
13634
|
:type RequestId: str
|
@@ -13656,7 +13639,6 @@ class DescribeClusterAsGroupOptionResponse(AbstractModel):
|
|
13656
13639
|
@property
|
13657
13640
|
def ClusterAsGroupOption(self):
|
13658
13641
|
"""集群弹性伸缩属性
|
13659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13660
13642
|
:rtype: :class:`tencentcloud.tke.v20180525.models.ClusterAsGroupOption`
|
13661
13643
|
"""
|
13662
13644
|
return self._ClusterAsGroupOption
|
@@ -13872,13 +13854,10 @@ class DescribeClusterAuthenticationOptionsResponse(AbstractModel):
|
|
13872
13854
|
def __init__(self):
|
13873
13855
|
r"""
|
13874
13856
|
:param _ServiceAccounts: ServiceAccount认证配置
|
13875
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13876
13857
|
:type ServiceAccounts: :class:`tencentcloud.tke.v20180525.models.ServiceAccountAuthenticationOptions`
|
13877
13858
|
:param _LatestOperationState: 最近一次修改操作结果,返回值可能为:Updating,Success,Failed,TimeOut
|
13878
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13879
13859
|
:type LatestOperationState: str
|
13880
13860
|
:param _OIDCConfig: OIDC认证配置
|
13881
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13882
13861
|
:type OIDCConfig: :class:`tencentcloud.tke.v20180525.models.OIDCConfigAuthenticationOptions`
|
13883
13862
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13884
13863
|
:type RequestId: str
|
@@ -13891,7 +13870,6 @@ class DescribeClusterAuthenticationOptionsResponse(AbstractModel):
|
|
13891
13870
|
@property
|
13892
13871
|
def ServiceAccounts(self):
|
13893
13872
|
"""ServiceAccount认证配置
|
13894
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13895
13873
|
:rtype: :class:`tencentcloud.tke.v20180525.models.ServiceAccountAuthenticationOptions`
|
13896
13874
|
"""
|
13897
13875
|
return self._ServiceAccounts
|
@@ -13903,7 +13881,6 @@ class DescribeClusterAuthenticationOptionsResponse(AbstractModel):
|
|
13903
13881
|
@property
|
13904
13882
|
def LatestOperationState(self):
|
13905
13883
|
"""最近一次修改操作结果,返回值可能为:Updating,Success,Failed,TimeOut
|
13906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13907
13884
|
:rtype: str
|
13908
13885
|
"""
|
13909
13886
|
return self._LatestOperationState
|
@@ -13915,7 +13892,6 @@ class DescribeClusterAuthenticationOptionsResponse(AbstractModel):
|
|
13915
13892
|
@property
|
13916
13893
|
def OIDCConfig(self):
|
13917
13894
|
"""OIDC认证配置
|
13918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13919
13895
|
:rtype: :class:`tencentcloud.tke.v20180525.models.OIDCConfigAuthenticationOptions`
|
13920
13896
|
"""
|
13921
13897
|
return self._OIDCConfig
|
@@ -14204,10 +14180,8 @@ class DescribeClusterEndpointStatusResponse(AbstractModel):
|
|
14204
14180
|
def __init__(self):
|
14205
14181
|
r"""
|
14206
14182
|
:param _Status: 查询集群访问端口状态(Created 开启成功,Creating 开启中,NotFound 未开启)
|
14207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14208
14183
|
:type Status: str
|
14209
14184
|
:param _ErrorMsg: 开启访问入口失败信息
|
14210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14211
14185
|
:type ErrorMsg: str
|
14212
14186
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14213
14187
|
:type RequestId: str
|
@@ -14219,7 +14193,6 @@ class DescribeClusterEndpointStatusResponse(AbstractModel):
|
|
14219
14193
|
@property
|
14220
14194
|
def Status(self):
|
14221
14195
|
"""查询集群访问端口状态(Created 开启成功,Creating 开启中,NotFound 未开启)
|
14222
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14223
14196
|
:rtype: str
|
14224
14197
|
"""
|
14225
14198
|
return self._Status
|
@@ -14231,7 +14204,6 @@ class DescribeClusterEndpointStatusResponse(AbstractModel):
|
|
14231
14204
|
@property
|
14232
14205
|
def ErrorMsg(self):
|
14233
14206
|
"""开启访问入口失败信息
|
14234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14235
14207
|
:rtype: str
|
14236
14208
|
"""
|
14237
14209
|
return self._ErrorMsg
|
@@ -14304,7 +14276,6 @@ class DescribeClusterEndpointVipStatusResponse(AbstractModel):
|
|
14304
14276
|
:param _Status: 端口操作状态 (Creating 创建中 CreateFailed 创建失败 Created 创建完成 Deleting 删除中 DeletedFailed 删除失败 Deleted 已删除 NotFound 未发现操作 )
|
14305
14277
|
:type Status: str
|
14306
14278
|
:param _ErrorMsg: 操作失败的原因
|
14307
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14308
14279
|
:type ErrorMsg: str
|
14309
14280
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14310
14281
|
:type RequestId: str
|
@@ -14327,7 +14298,6 @@ class DescribeClusterEndpointVipStatusResponse(AbstractModel):
|
|
14327
14298
|
@property
|
14328
14299
|
def ErrorMsg(self):
|
14329
14300
|
"""操作失败的原因
|
14330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14331
14301
|
:rtype: str
|
14332
14302
|
"""
|
14333
14303
|
return self._ErrorMsg
|
@@ -14404,22 +14374,17 @@ class DescribeClusterEndpointsResponse(AbstractModel):
|
|
14404
14374
|
:param _ClusterIntranetEndpoint: 集群APIServer的内网访问地址
|
14405
14375
|
:type ClusterIntranetEndpoint: str
|
14406
14376
|
:param _ClusterDomain: 集群APIServer的域名
|
14407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14408
14377
|
:type ClusterDomain: str
|
14409
14378
|
:param _ClusterExternalACL: 集群APIServer的外网访问ACL列表
|
14410
14379
|
注意:此字段可能返回 null,表示取不到有效值。
|
14411
14380
|
:type ClusterExternalACL: list of str
|
14412
14381
|
:param _ClusterExternalDomain: 外网域名
|
14413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14414
14382
|
:type ClusterExternalDomain: str
|
14415
14383
|
:param _ClusterIntranetDomain: 内网域名
|
14416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14417
14384
|
:type ClusterIntranetDomain: str
|
14418
14385
|
:param _SecurityGroup: 外网安全组
|
14419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14420
14386
|
:type SecurityGroup: str
|
14421
14387
|
:param _ClusterIntranetSubnetId: 内网访问所属子网
|
14422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14423
14388
|
:type ClusterIntranetSubnetId: str
|
14424
14389
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14425
14390
|
:type RequestId: str
|
@@ -14471,7 +14436,6 @@ class DescribeClusterEndpointsResponse(AbstractModel):
|
|
14471
14436
|
@property
|
14472
14437
|
def ClusterDomain(self):
|
14473
14438
|
"""集群APIServer的域名
|
14474
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14475
14439
|
:rtype: str
|
14476
14440
|
"""
|
14477
14441
|
return self._ClusterDomain
|
@@ -14495,7 +14459,6 @@ class DescribeClusterEndpointsResponse(AbstractModel):
|
|
14495
14459
|
@property
|
14496
14460
|
def ClusterExternalDomain(self):
|
14497
14461
|
"""外网域名
|
14498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14499
14462
|
:rtype: str
|
14500
14463
|
"""
|
14501
14464
|
return self._ClusterExternalDomain
|
@@ -14507,7 +14470,6 @@ class DescribeClusterEndpointsResponse(AbstractModel):
|
|
14507
14470
|
@property
|
14508
14471
|
def ClusterIntranetDomain(self):
|
14509
14472
|
"""内网域名
|
14510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14511
14473
|
:rtype: str
|
14512
14474
|
"""
|
14513
14475
|
return self._ClusterIntranetDomain
|
@@ -14519,7 +14481,6 @@ class DescribeClusterEndpointsResponse(AbstractModel):
|
|
14519
14481
|
@property
|
14520
14482
|
def SecurityGroup(self):
|
14521
14483
|
"""外网安全组
|
14522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14523
14484
|
:rtype: str
|
14524
14485
|
"""
|
14525
14486
|
return self._SecurityGroup
|
@@ -14531,7 +14492,6 @@ class DescribeClusterEndpointsResponse(AbstractModel):
|
|
14531
14492
|
@property
|
14532
14493
|
def ClusterIntranetSubnetId(self):
|
14533
14494
|
"""内网访问所属子网
|
14534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14535
14495
|
:rtype: str
|
14536
14496
|
"""
|
14537
14497
|
return self._ClusterIntranetSubnetId
|
@@ -14609,7 +14569,6 @@ class DescribeClusterExtraArgsResponse(AbstractModel):
|
|
14609
14569
|
def __init__(self):
|
14610
14570
|
r"""
|
14611
14571
|
:param _ClusterExtraArgs: 集群自定义参数
|
14612
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14613
14572
|
:type ClusterExtraArgs: :class:`tencentcloud.tke.v20180525.models.ClusterExtraArgs`
|
14614
14573
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14615
14574
|
:type RequestId: str
|
@@ -14620,7 +14579,6 @@ class DescribeClusterExtraArgsResponse(AbstractModel):
|
|
14620
14579
|
@property
|
14621
14580
|
def ClusterExtraArgs(self):
|
14622
14581
|
"""集群自定义参数
|
14623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14624
14582
|
:rtype: :class:`tencentcloud.tke.v20180525.models.ClusterExtraArgs`
|
14625
14583
|
"""
|
14626
14584
|
return self._ClusterExtraArgs
|
@@ -15516,7 +15474,6 @@ class DescribeClusterNodePoolsResponse(AbstractModel):
|
|
15516
15474
|
def __init__(self):
|
15517
15475
|
r"""
|
15518
15476
|
:param _NodePoolSet: NodePools(节点池列表)
|
15519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15520
15477
|
:type NodePoolSet: list of NodePool
|
15521
15478
|
:param _TotalCount: 资源总数
|
15522
15479
|
:type TotalCount: int
|
@@ -15530,7 +15487,6 @@ class DescribeClusterNodePoolsResponse(AbstractModel):
|
|
15530
15487
|
@property
|
15531
15488
|
def NodePoolSet(self):
|
15532
15489
|
"""NodePools(节点池列表)
|
15533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15534
15490
|
:rtype: list of NodePool
|
15535
15491
|
"""
|
15536
15492
|
return self._NodePoolSet
|
@@ -15662,16 +15618,12 @@ class DescribeClusterPendingReleasesResponse(AbstractModel):
|
|
15662
15618
|
def __init__(self):
|
15663
15619
|
r"""
|
15664
15620
|
:param _ReleaseSet: 正在安装中应用列表
|
15665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15666
15621
|
:type ReleaseSet: list of PendingRelease
|
15667
15622
|
:param _Limit: 每页返回数量限制
|
15668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15669
15623
|
:type Limit: int
|
15670
15624
|
:param _Offset: 页偏移量
|
15671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15672
15625
|
:type Offset: int
|
15673
15626
|
:param _Total: 总数量
|
15674
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15675
15627
|
:type Total: int
|
15676
15628
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15677
15629
|
:type RequestId: str
|
@@ -15685,7 +15637,6 @@ class DescribeClusterPendingReleasesResponse(AbstractModel):
|
|
15685
15637
|
@property
|
15686
15638
|
def ReleaseSet(self):
|
15687
15639
|
"""正在安装中应用列表
|
15688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15689
15640
|
:rtype: list of PendingRelease
|
15690
15641
|
"""
|
15691
15642
|
return self._ReleaseSet
|
@@ -15697,7 +15648,6 @@ class DescribeClusterPendingReleasesResponse(AbstractModel):
|
|
15697
15648
|
@property
|
15698
15649
|
def Limit(self):
|
15699
15650
|
"""每页返回数量限制
|
15700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15701
15651
|
:rtype: int
|
15702
15652
|
"""
|
15703
15653
|
return self._Limit
|
@@ -15709,7 +15659,6 @@ class DescribeClusterPendingReleasesResponse(AbstractModel):
|
|
15709
15659
|
@property
|
15710
15660
|
def Offset(self):
|
15711
15661
|
"""页偏移量
|
15712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15713
15662
|
:rtype: int
|
15714
15663
|
"""
|
15715
15664
|
return self._Offset
|
@@ -15721,7 +15670,6 @@ class DescribeClusterPendingReleasesResponse(AbstractModel):
|
|
15721
15670
|
@property
|
15722
15671
|
def Total(self):
|
15723
15672
|
"""总数量
|
15724
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15725
15673
|
:rtype: int
|
15726
15674
|
"""
|
15727
15675
|
return self._Total
|
@@ -15844,7 +15792,6 @@ class DescribeClusterReleaseDetailsResponse(AbstractModel):
|
|
15844
15792
|
def __init__(self):
|
15845
15793
|
r"""
|
15846
15794
|
:param _Release: 应用详情
|
15847
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15848
15795
|
:type Release: :class:`tencentcloud.tke.v20180525.models.ReleaseDetails`
|
15849
15796
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15850
15797
|
:type RequestId: str
|
@@ -15855,7 +15802,6 @@ class DescribeClusterReleaseDetailsResponse(AbstractModel):
|
|
15855
15802
|
@property
|
15856
15803
|
def Release(self):
|
15857
15804
|
"""应用详情
|
15858
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15859
15805
|
:rtype: :class:`tencentcloud.tke.v20180525.models.ReleaseDetails`
|
15860
15806
|
"""
|
15861
15807
|
return self._Release
|
@@ -15972,10 +15918,8 @@ class DescribeClusterReleaseHistoryResponse(AbstractModel):
|
|
15972
15918
|
def __init__(self):
|
15973
15919
|
r"""
|
15974
15920
|
:param _ReleaseHistorySet: 已安装应用版本历史
|
15975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15976
15921
|
:type ReleaseHistorySet: list of ReleaseHistory
|
15977
15922
|
:param _Total: 总数量
|
15978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15979
15923
|
:type Total: int
|
15980
15924
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15981
15925
|
:type RequestId: str
|
@@ -15987,7 +15931,6 @@ class DescribeClusterReleaseHistoryResponse(AbstractModel):
|
|
15987
15931
|
@property
|
15988
15932
|
def ReleaseHistorySet(self):
|
15989
15933
|
"""已安装应用版本历史
|
15990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15991
15934
|
:rtype: list of ReleaseHistory
|
15992
15935
|
"""
|
15993
15936
|
return self._ReleaseHistorySet
|
@@ -15999,7 +15942,6 @@ class DescribeClusterReleaseHistoryResponse(AbstractModel):
|
|
15999
15942
|
@property
|
16000
15943
|
def Total(self):
|
16001
15944
|
"""总数量
|
16002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16003
15945
|
:rtype: int
|
16004
15946
|
"""
|
16005
15947
|
return self._Total
|
@@ -16165,16 +16107,12 @@ class DescribeClusterReleasesResponse(AbstractModel):
|
|
16165
16107
|
def __init__(self):
|
16166
16108
|
r"""
|
16167
16109
|
:param _Limit: 数量限制
|
16168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16169
16110
|
:type Limit: int
|
16170
16111
|
:param _Offset: 偏移量
|
16171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16172
16112
|
:type Offset: int
|
16173
16113
|
:param _ReleaseSet: 已安装应用列表
|
16174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16175
16114
|
:type ReleaseSet: list of Release
|
16176
16115
|
:param _Total: 已安装应用总数量
|
16177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16178
16116
|
:type Total: int
|
16179
16117
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16180
16118
|
:type RequestId: str
|
@@ -16188,7 +16126,6 @@ class DescribeClusterReleasesResponse(AbstractModel):
|
|
16188
16126
|
@property
|
16189
16127
|
def Limit(self):
|
16190
16128
|
"""数量限制
|
16191
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16192
16129
|
:rtype: int
|
16193
16130
|
"""
|
16194
16131
|
return self._Limit
|
@@ -16200,7 +16137,6 @@ class DescribeClusterReleasesResponse(AbstractModel):
|
|
16200
16137
|
@property
|
16201
16138
|
def Offset(self):
|
16202
16139
|
"""偏移量
|
16203
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16204
16140
|
:rtype: int
|
16205
16141
|
"""
|
16206
16142
|
return self._Offset
|
@@ -16212,7 +16148,6 @@ class DescribeClusterReleasesResponse(AbstractModel):
|
|
16212
16148
|
@property
|
16213
16149
|
def ReleaseSet(self):
|
16214
16150
|
"""已安装应用列表
|
16215
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16216
16151
|
:rtype: list of Release
|
16217
16152
|
"""
|
16218
16153
|
return self._ReleaseSet
|
@@ -16224,7 +16159,6 @@ class DescribeClusterReleasesResponse(AbstractModel):
|
|
16224
16159
|
@property
|
16225
16160
|
def Total(self):
|
16226
16161
|
"""已安装应用总数量
|
16227
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16228
16162
|
:rtype: int
|
16229
16163
|
"""
|
16230
16164
|
return self._Total
|
@@ -16505,7 +16439,6 @@ class DescribeClusterSecurityResponse(AbstractModel):
|
|
16505
16439
|
注意:此字段可能返回 null,表示取不到有效值。
|
16506
16440
|
:type SecurityPolicy: list of str
|
16507
16441
|
:param _Kubeconfig: 集群Kubeconfig文件
|
16508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16509
16442
|
:type Kubeconfig: str
|
16510
16443
|
:param _JnsGwEndpoint: 集群JnsGw的访问地址
|
16511
16444
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -16605,7 +16538,6 @@ class DescribeClusterSecurityResponse(AbstractModel):
|
|
16605
16538
|
@property
|
16606
16539
|
def Kubeconfig(self):
|
16607
16540
|
"""集群Kubeconfig文件
|
16608
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16609
16541
|
:rtype: str
|
16610
16542
|
"""
|
16611
16543
|
return self._Kubeconfig
|
@@ -16794,10 +16726,8 @@ class DescribeClusterVirtualNodePoolsResponse(AbstractModel):
|
|
16794
16726
|
def __init__(self):
|
16795
16727
|
r"""
|
16796
16728
|
:param _TotalCount: 节点池总数
|
16797
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16798
16729
|
:type TotalCount: int
|
16799
16730
|
:param _NodePoolSet: 虚拟节点池列表
|
16800
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16801
16731
|
:type NodePoolSet: list of VirtualNodePool
|
16802
16732
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16803
16733
|
:type RequestId: str
|
@@ -16809,7 +16739,6 @@ class DescribeClusterVirtualNodePoolsResponse(AbstractModel):
|
|
16809
16739
|
@property
|
16810
16740
|
def TotalCount(self):
|
16811
16741
|
"""节点池总数
|
16812
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16813
16742
|
:rtype: int
|
16814
16743
|
"""
|
16815
16744
|
return self._TotalCount
|
@@ -16821,7 +16750,6 @@ class DescribeClusterVirtualNodePoolsResponse(AbstractModel):
|
|
16821
16750
|
@property
|
16822
16751
|
def NodePoolSet(self):
|
16823
16752
|
"""虚拟节点池列表
|
16824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16825
16753
|
:rtype: list of VirtualNodePool
|
16826
16754
|
"""
|
16827
16755
|
return self._NodePoolSet
|
@@ -16927,10 +16855,8 @@ class DescribeClusterVirtualNodeResponse(AbstractModel):
|
|
16927
16855
|
def __init__(self):
|
16928
16856
|
r"""
|
16929
16857
|
:param _Nodes: 节点列表
|
16930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16931
16858
|
:type Nodes: list of VirtualNode
|
16932
16859
|
:param _TotalCount: 节点总数
|
16933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16934
16860
|
:type TotalCount: int
|
16935
16861
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16936
16862
|
:type RequestId: str
|
@@ -16942,7 +16868,6 @@ class DescribeClusterVirtualNodeResponse(AbstractModel):
|
|
16942
16868
|
@property
|
16943
16869
|
def Nodes(self):
|
16944
16870
|
"""节点列表
|
16945
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16946
16871
|
:rtype: list of VirtualNode
|
16947
16872
|
"""
|
16948
16873
|
return self._Nodes
|
@@ -16954,7 +16879,6 @@ class DescribeClusterVirtualNodeResponse(AbstractModel):
|
|
16954
16879
|
@property
|
16955
16880
|
def TotalCount(self):
|
16956
16881
|
"""节点总数
|
16957
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16958
16882
|
:rtype: int
|
16959
16883
|
"""
|
16960
16884
|
return self._TotalCount
|
@@ -18876,7 +18800,6 @@ class DescribeEnableVpcCniProgressResponse(AbstractModel):
|
|
18876
18800
|
:param _Status: 任务进度的描述:Running/Succeed/Failed
|
18877
18801
|
:type Status: str
|
18878
18802
|
:param _ErrorMessage: 当任务进度为Failed时,对任务状态的进一步描述,例如IPAMD组件安装失败
|
18879
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18880
18803
|
:type ErrorMessage: str
|
18881
18804
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18882
18805
|
:type RequestId: str
|
@@ -18899,7 +18822,6 @@ class DescribeEnableVpcCniProgressResponse(AbstractModel):
|
|
18899
18822
|
@property
|
18900
18823
|
def ErrorMessage(self):
|
18901
18824
|
"""当任务进度为Failed时,对任务状态的进一步描述,例如IPAMD组件安装失败
|
18902
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18903
18825
|
:rtype: str
|
18904
18826
|
"""
|
18905
18827
|
return self._ErrorMessage
|
@@ -19174,7 +19096,6 @@ class DescribeExistedInstancesResponse(AbstractModel):
|
|
19174
19096
|
def __init__(self):
|
19175
19097
|
r"""
|
19176
19098
|
:param _ExistedInstanceSet: 已经存在的实例信息数组。
|
19177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19178
19099
|
:type ExistedInstanceSet: list of ExistedInstance
|
19179
19100
|
:param _TotalCount: 符合条件的实例数量。
|
19180
19101
|
:type TotalCount: int
|
@@ -19188,7 +19109,6 @@ class DescribeExistedInstancesResponse(AbstractModel):
|
|
19188
19109
|
@property
|
19189
19110
|
def ExistedInstanceSet(self):
|
19190
19111
|
"""已经存在的实例信息数组。
|
19191
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19192
19112
|
:rtype: list of ExistedInstance
|
19193
19113
|
"""
|
19194
19114
|
return self._ExistedInstanceSet
|
@@ -19578,25 +19498,19 @@ class DescribeIPAMDResponse(AbstractModel):
|
|
19578
19498
|
:param _EnableIPAMD: 是否安装了eniipamd组件
|
19579
19499
|
:type EnableIPAMD: bool
|
19580
19500
|
:param _EnableCustomizedPodCidr: 是否开启自定义podcidr,默认为false,已安装eniipamd组件才意义
|
19581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19582
19501
|
:type EnableCustomizedPodCidr: bool
|
19583
19502
|
:param _DisableVpcCniMode: 是否不开启vpccni模式,默认为false,已安装eniipamd组件才意义
|
19584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19585
19503
|
:type DisableVpcCniMode: bool
|
19586
19504
|
:param _Phase: 组件状态,已安装eniipamd组件才会有值
|
19587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19588
19505
|
:type Phase: str
|
19589
19506
|
:param _Reason: 错误信息,已安装eniipamd组件且状态为非running才会有错误信息
|
19590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19591
19507
|
:type Reason: str
|
19592
19508
|
:param _SubnetIds: 子网信息,已安装eniipamd组件才会有值
|
19593
19509
|
注意:此字段可能返回 null,表示取不到有效值。
|
19594
19510
|
:type SubnetIds: list of str
|
19595
19511
|
:param _ClaimExpiredDuration: 固定ip回收时间,已安装eniipamd组件才会有值
|
19596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19597
19512
|
:type ClaimExpiredDuration: str
|
19598
19513
|
:param _EnableTrunkingENI: 是否开启了中继网卡模式
|
19599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19600
19514
|
:type EnableTrunkingENI: bool
|
19601
19515
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19602
19516
|
:type RequestId: str
|
@@ -19625,7 +19539,6 @@ class DescribeIPAMDResponse(AbstractModel):
|
|
19625
19539
|
@property
|
19626
19540
|
def EnableCustomizedPodCidr(self):
|
19627
19541
|
"""是否开启自定义podcidr,默认为false,已安装eniipamd组件才意义
|
19628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19629
19542
|
:rtype: bool
|
19630
19543
|
"""
|
19631
19544
|
return self._EnableCustomizedPodCidr
|
@@ -19637,7 +19550,6 @@ class DescribeIPAMDResponse(AbstractModel):
|
|
19637
19550
|
@property
|
19638
19551
|
def DisableVpcCniMode(self):
|
19639
19552
|
"""是否不开启vpccni模式,默认为false,已安装eniipamd组件才意义
|
19640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19641
19553
|
:rtype: bool
|
19642
19554
|
"""
|
19643
19555
|
return self._DisableVpcCniMode
|
@@ -19649,7 +19561,6 @@ class DescribeIPAMDResponse(AbstractModel):
|
|
19649
19561
|
@property
|
19650
19562
|
def Phase(self):
|
19651
19563
|
"""组件状态,已安装eniipamd组件才会有值
|
19652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19653
19564
|
:rtype: str
|
19654
19565
|
"""
|
19655
19566
|
return self._Phase
|
@@ -19661,7 +19572,6 @@ class DescribeIPAMDResponse(AbstractModel):
|
|
19661
19572
|
@property
|
19662
19573
|
def Reason(self):
|
19663
19574
|
"""错误信息,已安装eniipamd组件且状态为非running才会有错误信息
|
19664
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19665
19575
|
:rtype: str
|
19666
19576
|
"""
|
19667
19577
|
return self._Reason
|
@@ -19685,7 +19595,6 @@ class DescribeIPAMDResponse(AbstractModel):
|
|
19685
19595
|
@property
|
19686
19596
|
def ClaimExpiredDuration(self):
|
19687
19597
|
"""固定ip回收时间,已安装eniipamd组件才会有值
|
19688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19689
19598
|
:rtype: str
|
19690
19599
|
"""
|
19691
19600
|
return self._ClaimExpiredDuration
|
@@ -19697,7 +19606,6 @@ class DescribeIPAMDResponse(AbstractModel):
|
|
19697
19606
|
@property
|
19698
19607
|
def EnableTrunkingENI(self):
|
19699
19608
|
"""是否开启了中继网卡模式
|
19700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19701
19609
|
:rtype: bool
|
19702
19610
|
"""
|
19703
19611
|
return self._EnableTrunkingENI
|
@@ -19914,10 +19822,8 @@ class DescribeImagesResponse(AbstractModel):
|
|
19914
19822
|
def __init__(self):
|
19915
19823
|
r"""
|
19916
19824
|
:param _TotalCount: 镜像数量
|
19917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19918
19825
|
:type TotalCount: int
|
19919
19826
|
:param _ImageInstanceSet: 镜像信息列表
|
19920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19921
19827
|
:type ImageInstanceSet: list of ImageInstance
|
19922
19828
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19923
19829
|
:type RequestId: str
|
@@ -19929,7 +19835,6 @@ class DescribeImagesResponse(AbstractModel):
|
|
19929
19835
|
@property
|
19930
19836
|
def TotalCount(self):
|
19931
19837
|
"""镜像数量
|
19932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19933
19838
|
:rtype: int
|
19934
19839
|
"""
|
19935
19840
|
return self._TotalCount
|
@@ -19941,7 +19846,6 @@ class DescribeImagesResponse(AbstractModel):
|
|
19941
19846
|
@property
|
19942
19847
|
def ImageInstanceSet(self):
|
19943
19848
|
"""镜像信息列表
|
19944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19945
19849
|
:rtype: list of ImageInstance
|
19946
19850
|
"""
|
19947
19851
|
return self._ImageInstanceSet
|
@@ -20077,13 +19981,10 @@ class DescribeLogConfigsResponse(AbstractModel):
|
|
20077
19981
|
def __init__(self):
|
20078
19982
|
r"""
|
20079
19983
|
:param _Total: 分页查找时返回采集规则总数
|
20080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20081
19984
|
:type Total: int
|
20082
19985
|
:param _Message: 指定采集规则名称查找,部分失败时返回失败采集规则名称及最后一个失败原因
|
20083
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20084
19986
|
:type Message: str
|
20085
19987
|
:param _LogConfigs: 采集规则查询结果
|
20086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20087
19988
|
:type LogConfigs: str
|
20088
19989
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20089
19990
|
:type RequestId: str
|
@@ -20096,7 +19997,6 @@ class DescribeLogConfigsResponse(AbstractModel):
|
|
20096
19997
|
@property
|
20097
19998
|
def Total(self):
|
20098
19999
|
"""分页查找时返回采集规则总数
|
20099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20100
20000
|
:rtype: int
|
20101
20001
|
"""
|
20102
20002
|
return self._Total
|
@@ -20108,7 +20008,6 @@ class DescribeLogConfigsResponse(AbstractModel):
|
|
20108
20008
|
@property
|
20109
20009
|
def Message(self):
|
20110
20010
|
"""指定采集规则名称查找,部分失败时返回失败采集规则名称及最后一个失败原因
|
20111
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20112
20011
|
:rtype: str
|
20113
20012
|
"""
|
20114
20013
|
return self._Message
|
@@ -20120,7 +20019,6 @@ class DescribeLogConfigsResponse(AbstractModel):
|
|
20120
20019
|
@property
|
20121
20020
|
def LogConfigs(self):
|
20122
20021
|
"""采集规则查询结果
|
20123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20124
20022
|
:rtype: str
|
20125
20023
|
"""
|
20126
20024
|
return self._LogConfigs
|
@@ -23750,10 +23648,8 @@ class DescribeRegionsResponse(AbstractModel):
|
|
23750
23648
|
def __init__(self):
|
23751
23649
|
r"""
|
23752
23650
|
:param _TotalCount: 地域的数量
|
23753
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23754
23651
|
:type TotalCount: int
|
23755
23652
|
:param _RegionInstanceSet: 地域列表
|
23756
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23757
23653
|
:type RegionInstanceSet: list of RegionInstance
|
23758
23654
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
23759
23655
|
:type RequestId: str
|
@@ -23765,7 +23661,6 @@ class DescribeRegionsResponse(AbstractModel):
|
|
23765
23661
|
@property
|
23766
23662
|
def TotalCount(self):
|
23767
23663
|
"""地域的数量
|
23768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23769
23664
|
:rtype: int
|
23770
23665
|
"""
|
23771
23666
|
return self._TotalCount
|
@@ -23777,7 +23672,6 @@ class DescribeRegionsResponse(AbstractModel):
|
|
23777
23672
|
@property
|
23778
23673
|
def RegionInstanceSet(self):
|
23779
23674
|
"""地域列表
|
23780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23781
23675
|
:rtype: list of RegionInstance
|
23782
23676
|
"""
|
23783
23677
|
return self._RegionInstanceSet
|
@@ -24433,7 +24327,6 @@ class DescribeRouteTableConflictsResponse(AbstractModel):
|
|
24433
24327
|
:param _HasConflict: 路由表是否冲突。
|
24434
24328
|
:type HasConflict: bool
|
24435
24329
|
:param _RouteTableConflictSet: 路由表冲突列表。
|
24436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24437
24330
|
:type RouteTableConflictSet: list of RouteTableConflict
|
24438
24331
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24439
24332
|
:type RequestId: str
|
@@ -24456,7 +24349,6 @@ class DescribeRouteTableConflictsResponse(AbstractModel):
|
|
24456
24349
|
@property
|
24457
24350
|
def RouteTableConflictSet(self):
|
24458
24351
|
"""路由表冲突列表。
|
24459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24460
24352
|
:rtype: list of RouteTableConflict
|
24461
24353
|
"""
|
24462
24354
|
return self._RouteTableConflictSet
|
@@ -24532,7 +24424,6 @@ class DescribeSupportedRuntimeResponse(AbstractModel):
|
|
24532
24424
|
def __init__(self):
|
24533
24425
|
r"""
|
24534
24426
|
:param _OptionalRuntimes: 可选运行时列表
|
24535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24536
24427
|
:type OptionalRuntimes: list of OptionalRuntimes
|
24537
24428
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24538
24429
|
:type RequestId: str
|
@@ -24543,7 +24434,6 @@ class DescribeSupportedRuntimeResponse(AbstractModel):
|
|
24543
24434
|
@property
|
24544
24435
|
def OptionalRuntimes(self):
|
24545
24436
|
"""可选运行时列表
|
24546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24547
24437
|
:rtype: list of OptionalRuntimes
|
24548
24438
|
"""
|
24549
24439
|
return self._OptionalRuntimes
|
@@ -25315,10 +25205,8 @@ class DescribeVersionsResponse(AbstractModel):
|
|
25315
25205
|
def __init__(self):
|
25316
25206
|
r"""
|
25317
25207
|
:param _TotalCount: 版本数量
|
25318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25319
25208
|
:type TotalCount: int
|
25320
25209
|
:param _VersionInstanceSet: 版本列表
|
25321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25322
25210
|
:type VersionInstanceSet: list of VersionInstance
|
25323
25211
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
25324
25212
|
:type RequestId: str
|
@@ -25330,7 +25218,6 @@ class DescribeVersionsResponse(AbstractModel):
|
|
25330
25218
|
@property
|
25331
25219
|
def TotalCount(self):
|
25332
25220
|
"""版本数量
|
25333
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25334
25221
|
:rtype: int
|
25335
25222
|
"""
|
25336
25223
|
return self._TotalCount
|
@@ -25342,7 +25229,6 @@ class DescribeVersionsResponse(AbstractModel):
|
|
25342
25229
|
@property
|
25343
25230
|
def VersionInstanceSet(self):
|
25344
25231
|
"""版本列表
|
25345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25346
25232
|
:rtype: list of VersionInstance
|
25347
25233
|
"""
|
25348
25234
|
return self._VersionInstanceSet
|
@@ -25448,10 +25334,8 @@ class DescribeVpcCniPodLimitsResponse(AbstractModel):
|
|
25448
25334
|
def __init__(self):
|
25449
25335
|
r"""
|
25450
25336
|
:param _TotalCount: 机型数据数量
|
25451
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25452
25337
|
:type TotalCount: int
|
25453
25338
|
:param _PodLimitsInstanceSet: 机型信息及其可支持的最大VPC-CNI模式Pod数量信息
|
25454
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25455
25339
|
:type PodLimitsInstanceSet: list of PodLimitsInstance
|
25456
25340
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
25457
25341
|
:type RequestId: str
|
@@ -25463,7 +25347,6 @@ class DescribeVpcCniPodLimitsResponse(AbstractModel):
|
|
25463
25347
|
@property
|
25464
25348
|
def TotalCount(self):
|
25465
25349
|
"""机型数据数量
|
25466
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25467
25350
|
:rtype: int
|
25468
25351
|
"""
|
25469
25352
|
return self._TotalCount
|
@@ -25475,7 +25358,6 @@ class DescribeVpcCniPodLimitsResponse(AbstractModel):
|
|
25475
25358
|
@property
|
25476
25359
|
def PodLimitsInstanceSet(self):
|
25477
25360
|
"""机型信息及其可支持的最大VPC-CNI模式Pod数量信息
|
25478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25479
25361
|
:rtype: list of PodLimitsInstance
|
25480
25362
|
"""
|
25481
25363
|
return self._PodLimitsInstanceSet
|
@@ -33849,25 +33731,18 @@ class ModifyClusterAttributeResponse(AbstractModel):
|
|
33849
33731
|
def __init__(self):
|
33850
33732
|
r"""
|
33851
33733
|
:param _ProjectId: 集群所属项目
|
33852
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33853
33734
|
:type ProjectId: int
|
33854
33735
|
:param _ClusterName: 集群名称
|
33855
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33856
33736
|
:type ClusterName: str
|
33857
33737
|
:param _ClusterDesc: 集群描述
|
33858
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33859
33738
|
:type ClusterDesc: str
|
33860
33739
|
:param _ClusterLevel: 集群等级
|
33861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33862
33740
|
:type ClusterLevel: str
|
33863
33741
|
:param _AutoUpgradeClusterLevel: 自动变配集群等级
|
33864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33865
33742
|
:type AutoUpgradeClusterLevel: :class:`tencentcloud.tke.v20180525.models.AutoUpgradeClusterLevel`
|
33866
33743
|
:param _QGPUShareEnable: 是否开启QGPU共享
|
33867
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33868
33744
|
:type QGPUShareEnable: bool
|
33869
33745
|
:param _ClusterProperty: 集群属性
|
33870
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33871
33746
|
:type ClusterProperty: :class:`tencentcloud.tke.v20180525.models.ClusterProperty`
|
33872
33747
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
33873
33748
|
:type RequestId: str
|
@@ -33884,7 +33759,6 @@ class ModifyClusterAttributeResponse(AbstractModel):
|
|
33884
33759
|
@property
|
33885
33760
|
def ProjectId(self):
|
33886
33761
|
"""集群所属项目
|
33887
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33888
33762
|
:rtype: int
|
33889
33763
|
"""
|
33890
33764
|
return self._ProjectId
|
@@ -33896,7 +33770,6 @@ class ModifyClusterAttributeResponse(AbstractModel):
|
|
33896
33770
|
@property
|
33897
33771
|
def ClusterName(self):
|
33898
33772
|
"""集群名称
|
33899
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33900
33773
|
:rtype: str
|
33901
33774
|
"""
|
33902
33775
|
return self._ClusterName
|
@@ -33908,7 +33781,6 @@ class ModifyClusterAttributeResponse(AbstractModel):
|
|
33908
33781
|
@property
|
33909
33782
|
def ClusterDesc(self):
|
33910
33783
|
"""集群描述
|
33911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33912
33784
|
:rtype: str
|
33913
33785
|
"""
|
33914
33786
|
return self._ClusterDesc
|
@@ -33920,7 +33792,6 @@ class ModifyClusterAttributeResponse(AbstractModel):
|
|
33920
33792
|
@property
|
33921
33793
|
def ClusterLevel(self):
|
33922
33794
|
"""集群等级
|
33923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33924
33795
|
:rtype: str
|
33925
33796
|
"""
|
33926
33797
|
return self._ClusterLevel
|
@@ -33932,7 +33803,6 @@ class ModifyClusterAttributeResponse(AbstractModel):
|
|
33932
33803
|
@property
|
33933
33804
|
def AutoUpgradeClusterLevel(self):
|
33934
33805
|
"""自动变配集群等级
|
33935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33936
33806
|
:rtype: :class:`tencentcloud.tke.v20180525.models.AutoUpgradeClusterLevel`
|
33937
33807
|
"""
|
33938
33808
|
return self._AutoUpgradeClusterLevel
|
@@ -33944,7 +33814,6 @@ class ModifyClusterAttributeResponse(AbstractModel):
|
|
33944
33814
|
@property
|
33945
33815
|
def QGPUShareEnable(self):
|
33946
33816
|
"""是否开启QGPU共享
|
33947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33948
33817
|
:rtype: bool
|
33949
33818
|
"""
|
33950
33819
|
return self._QGPUShareEnable
|
@@ -33956,7 +33825,6 @@ class ModifyClusterAttributeResponse(AbstractModel):
|
|
33956
33825
|
@property
|
33957
33826
|
def ClusterProperty(self):
|
33958
33827
|
"""集群属性
|
33959
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33960
33828
|
:rtype: :class:`tencentcloud.tke.v20180525.models.ClusterProperty`
|
33961
33829
|
"""
|
33962
33830
|
return self._ClusterProperty
|
@@ -44091,7 +43959,6 @@ class RollbackClusterReleaseResponse(AbstractModel):
|
|
44091
43959
|
def __init__(self):
|
44092
43960
|
r"""
|
44093
43961
|
:param _Release: 应用详情
|
44094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
44095
43962
|
:type Release: :class:`tencentcloud.tke.v20180525.models.PendingRelease`
|
44096
43963
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
44097
43964
|
:type RequestId: str
|
@@ -44102,7 +43969,6 @@ class RollbackClusterReleaseResponse(AbstractModel):
|
|
44102
43969
|
@property
|
44103
43970
|
def Release(self):
|
44104
43971
|
"""应用详情
|
44105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
44106
43972
|
:rtype: :class:`tencentcloud.tke.v20180525.models.PendingRelease`
|
44107
43973
|
"""
|
44108
43974
|
return self._Release
|
@@ -45170,7 +45036,6 @@ class SetNodePoolNodeProtectionResponse(AbstractModel):
|
|
45170
45036
|
def __init__(self):
|
45171
45037
|
r"""
|
45172
45038
|
:param _SucceedInstanceIds: 成功设置的节点id
|
45173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
45174
45039
|
:type SucceedInstanceIds: list of str
|
45175
45040
|
:param _FailedInstanceIds: 没有成功设置的节点id
|
45176
45041
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -45185,7 +45050,6 @@ class SetNodePoolNodeProtectionResponse(AbstractModel):
|
|
45185
45050
|
@property
|
45186
45051
|
def SucceedInstanceIds(self):
|
45187
45052
|
"""成功设置的节点id
|
45188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
45189
45053
|
:rtype: list of str
|
45190
45054
|
"""
|
45191
45055
|
return self._SucceedInstanceIds
|
@@ -46468,7 +46332,6 @@ class UninstallClusterReleaseResponse(AbstractModel):
|
|
46468
46332
|
def __init__(self):
|
46469
46333
|
r"""
|
46470
46334
|
:param _Release: 应用详情
|
46471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
46472
46335
|
:type Release: :class:`tencentcloud.tke.v20180525.models.PendingRelease`
|
46473
46336
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
46474
46337
|
:type RequestId: str
|
@@ -46479,7 +46342,6 @@ class UninstallClusterReleaseResponse(AbstractModel):
|
|
46479
46342
|
@property
|
46480
46343
|
def Release(self):
|
46481
46344
|
"""应用详情
|
46482
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
46483
46345
|
:rtype: :class:`tencentcloud.tke.v20180525.models.PendingRelease`
|
46484
46346
|
"""
|
46485
46347
|
return self._Release
|
@@ -46833,7 +46695,6 @@ class UpdateClusterKubeconfigResponse(AbstractModel):
|
|
46833
46695
|
def __init__(self):
|
46834
46696
|
r"""
|
46835
46697
|
:param _UpdatedSubAccounts: 已更新的子账户Uin列表
|
46836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
46837
46698
|
:type UpdatedSubAccounts: list of str
|
46838
46699
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
46839
46700
|
:type RequestId: str
|
@@ -46844,7 +46705,6 @@ class UpdateClusterKubeconfigResponse(AbstractModel):
|
|
46844
46705
|
@property
|
46845
46706
|
def UpdatedSubAccounts(self):
|
46846
46707
|
"""已更新的子账户Uin列表
|
46847
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
46848
46708
|
:rtype: list of str
|
46849
46709
|
"""
|
46850
46710
|
return self._UpdatedSubAccounts
|
@@ -48430,7 +48290,6 @@ class UpgradeClusterReleaseResponse(AbstractModel):
|
|
48430
48290
|
def __init__(self):
|
48431
48291
|
r"""
|
48432
48292
|
:param _Release: 应用详情
|
48433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48434
48293
|
:type Release: :class:`tencentcloud.tke.v20180525.models.PendingRelease`
|
48435
48294
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
48436
48295
|
:type RequestId: str
|
@@ -48441,7 +48300,6 @@ class UpgradeClusterReleaseResponse(AbstractModel):
|
|
48441
48300
|
@property
|
48442
48301
|
def Release(self):
|
48443
48302
|
"""应用详情
|
48444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48445
48303
|
:rtype: :class:`tencentcloud.tke.v20180525.models.PendingRelease`
|
48446
48304
|
"""
|
48447
48305
|
return self._Release
|