tencentcloud-sdk-python 3.0.1346__py2.py3-none-any.whl → 3.0.1348__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/bh/v20230418/models.py +61 -23
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/models.py +300 -0
- tencentcloud/cdwpg/v20201230/models.py +180 -168
- 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 +9933 -0
- tencentcloud/ckafka/v20190819/models.py +8 -24
- tencentcloud/clb/v20180317/models.py +46 -16
- 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 +1027 -210
- tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
- tencentcloud/dcdb/v20180411/models.py +0 -64
- 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/emr/v20190103/models.py +15 -54
- 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 +4914 -477
- tencentcloud/hai/v20230812/models.py +0 -66
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +56 -68
- tencentcloud/lke/v20231130/lke_client.py +2 -2
- tencentcloud/lke/v20231130/models.py +4 -8
- tencentcloud/lkeap/v20240522/lkeap_client.py +5 -0
- tencentcloud/mariadb/v20170312/models.py +2 -70
- tencentcloud/mmps/v20200710/models.py +0 -6
- tencentcloud/mqtt/v20240516/models.py +318 -208
- tencentcloud/organization/v20210331/models.py +30 -0
- tencentcloud/tbaas/v20180416/models.py +0 -46
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/tcr/v20190924/models.py +4 -148
- tencentcloud/tdmq/v20200217/models.py +0 -14
- tencentcloud/thpc/v20220401/models.py +0 -2
- tencentcloud/thpc/v20230321/models.py +49 -32
- tencentcloud/tione/v20211111/models.py +68 -0
- tencentcloud/tke/v20180525/models.py +0 -94
- tencentcloud/trocket/v20230308/models.py +0 -24
- tencentcloud/tsf/v20180326/models.py +196 -182
- tencentcloud/vcube/v20220410/models.py +51 -158
- tencentcloud/vcube/v20220410/vcube_client.py +2 -2
- tencentcloud/vod/v20180717/models.py +8 -46
- tencentcloud/wedata/v20210820/models.py +126 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/RECORD +63 -58
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/top_level.txt +0 -0
@@ -3369,16 +3369,12 @@ class ClusterCondition(AbstractModel):
|
|
3369
3369
|
:param _Status: 集群创建过程状态
|
3370
3370
|
:type Status: str
|
3371
3371
|
:param _LastProbeTime: 最后一次探测到该状态的时间
|
3372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3373
3372
|
:type LastProbeTime: str
|
3374
3373
|
:param _LastTransitionTime: 最后一次转换到该过程的时间
|
3375
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3376
3374
|
:type LastTransitionTime: str
|
3377
3375
|
:param _Reason: 转换到该过程的简明原因
|
3378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3379
3376
|
:type Reason: str
|
3380
3377
|
:param _Message: 转换到该过程的更多信息
|
3381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3382
3378
|
:type Message: str
|
3383
3379
|
"""
|
3384
3380
|
self._Type = None
|
@@ -3413,7 +3409,6 @@ class ClusterCondition(AbstractModel):
|
|
3413
3409
|
@property
|
3414
3410
|
def LastProbeTime(self):
|
3415
3411
|
"""最后一次探测到该状态的时间
|
3416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3417
3412
|
:rtype: str
|
3418
3413
|
"""
|
3419
3414
|
return self._LastProbeTime
|
@@ -3425,7 +3420,6 @@ class ClusterCondition(AbstractModel):
|
|
3425
3420
|
@property
|
3426
3421
|
def LastTransitionTime(self):
|
3427
3422
|
"""最后一次转换到该过程的时间
|
3428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3429
3423
|
:rtype: str
|
3430
3424
|
"""
|
3431
3425
|
return self._LastTransitionTime
|
@@ -3437,7 +3431,6 @@ class ClusterCondition(AbstractModel):
|
|
3437
3431
|
@property
|
3438
3432
|
def Reason(self):
|
3439
3433
|
"""转换到该过程的简明原因
|
3440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3441
3434
|
:rtype: str
|
3442
3435
|
"""
|
3443
3436
|
return self._Reason
|
@@ -3449,7 +3442,6 @@ class ClusterCondition(AbstractModel):
|
|
3449
3442
|
@property
|
3450
3443
|
def Message(self):
|
3451
3444
|
"""转换到该过程的更多信息
|
3452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3453
3445
|
:rtype: str
|
3454
3446
|
"""
|
3455
3447
|
return self._Message
|
@@ -3624,7 +3616,6 @@ class ClusterInternalLB(AbstractModel):
|
|
3624
3616
|
def __init__(self):
|
3625
3617
|
r"""
|
3626
3618
|
:param _Enabled: 是否开启内网访问LB
|
3627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3628
3619
|
:type Enabled: bool
|
3629
3620
|
:param _SubnetId: 内网访问LB关联的子网Id
|
3630
3621
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -3636,7 +3627,6 @@ class ClusterInternalLB(AbstractModel):
|
|
3636
3627
|
@property
|
3637
3628
|
def Enabled(self):
|
3638
3629
|
"""是否开启内网访问LB
|
3639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3640
3630
|
:rtype: bool
|
3641
3631
|
"""
|
3642
3632
|
return self._Enabled
|
@@ -4277,19 +4267,14 @@ class ClusterPublicLB(AbstractModel):
|
|
4277
4267
|
def __init__(self):
|
4278
4268
|
r"""
|
4279
4269
|
:param _Enabled: 是否开启公网访问LB
|
4280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4281
4270
|
:type Enabled: bool
|
4282
4271
|
:param _AllowFromCidrs: 允许访问的来源CIDR列表
|
4283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4284
4272
|
:type AllowFromCidrs: list of str
|
4285
4273
|
:param _SecurityPolicies: 安全策略放通单个IP或CIDR(例如: "192.168.1.0/24",默认为拒绝所有)
|
4286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4287
4274
|
:type SecurityPolicies: list of str
|
4288
4275
|
:param _ExtraParam: 外网访问相关的扩展参数,格式为json
|
4289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4290
4276
|
:type ExtraParam: str
|
4291
4277
|
:param _SecurityGroup: 新内外网功能,需要传递安全组
|
4292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4293
4278
|
:type SecurityGroup: str
|
4294
4279
|
"""
|
4295
4280
|
self._Enabled = None
|
@@ -4301,7 +4286,6 @@ class ClusterPublicLB(AbstractModel):
|
|
4301
4286
|
@property
|
4302
4287
|
def Enabled(self):
|
4303
4288
|
"""是否开启公网访问LB
|
4304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4305
4289
|
:rtype: bool
|
4306
4290
|
"""
|
4307
4291
|
return self._Enabled
|
@@ -4313,7 +4297,6 @@ class ClusterPublicLB(AbstractModel):
|
|
4313
4297
|
@property
|
4314
4298
|
def AllowFromCidrs(self):
|
4315
4299
|
"""允许访问的来源CIDR列表
|
4316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4317
4300
|
:rtype: list of str
|
4318
4301
|
"""
|
4319
4302
|
return self._AllowFromCidrs
|
@@ -4325,7 +4308,6 @@ class ClusterPublicLB(AbstractModel):
|
|
4325
4308
|
@property
|
4326
4309
|
def SecurityPolicies(self):
|
4327
4310
|
"""安全策略放通单个IP或CIDR(例如: "192.168.1.0/24",默认为拒绝所有)
|
4328
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4329
4311
|
:rtype: list of str
|
4330
4312
|
"""
|
4331
4313
|
return self._SecurityPolicies
|
@@ -4337,7 +4319,6 @@ class ClusterPublicLB(AbstractModel):
|
|
4337
4319
|
@property
|
4338
4320
|
def ExtraParam(self):
|
4339
4321
|
"""外网访问相关的扩展参数,格式为json
|
4340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4341
4322
|
:rtype: str
|
4342
4323
|
"""
|
4343
4324
|
return self._ExtraParam
|
@@ -4349,7 +4330,6 @@ class ClusterPublicLB(AbstractModel):
|
|
4349
4330
|
@property
|
4350
4331
|
def SecurityGroup(self):
|
4351
4332
|
"""新内外网功能,需要传递安全组
|
4352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4353
4333
|
:rtype: str
|
4354
4334
|
"""
|
4355
4335
|
return self._SecurityGroup
|
@@ -8339,7 +8319,6 @@ class CreateEksLogConfigResponse(AbstractModel):
|
|
8339
8319
|
def __init__(self):
|
8340
8320
|
r"""
|
8341
8321
|
:param _TopicId: 日志采集topicid
|
8342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8343
8322
|
:type TopicId: str
|
8344
8323
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8345
8324
|
:type RequestId: str
|
@@ -8350,7 +8329,6 @@ class CreateEksLogConfigResponse(AbstractModel):
|
|
8350
8329
|
@property
|
8351
8330
|
def TopicId(self):
|
8352
8331
|
"""日志采集topicid
|
8353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8354
8332
|
:rtype: str
|
8355
8333
|
"""
|
8356
8334
|
return self._TopicId
|
@@ -31786,10 +31764,8 @@ class KubeJarvisStateCatalogue(AbstractModel):
|
|
31786
31764
|
:param _CatalogueLevel: 目录级别,支持参数:
|
31787
31765
|
first:一级目录
|
31788
31766
|
second:二级目录
|
31789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31790
31767
|
:type CatalogueLevel: str
|
31791
31768
|
:param _CatalogueName: 目录名
|
31792
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31793
31769
|
:type CatalogueName: str
|
31794
31770
|
"""
|
31795
31771
|
self._CatalogueLevel = None
|
@@ -31800,7 +31776,6 @@ second:二级目录
|
|
31800
31776
|
"""目录级别,支持参数:
|
31801
31777
|
first:一级目录
|
31802
31778
|
second:二级目录
|
31803
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31804
31779
|
:rtype: str
|
31805
31780
|
"""
|
31806
31781
|
return self._CatalogueLevel
|
@@ -31812,7 +31787,6 @@ second:二级目录
|
|
31812
31787
|
@property
|
31813
31788
|
def CatalogueName(self):
|
31814
31789
|
"""目录名
|
31815
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31816
31790
|
:rtype: str
|
31817
31791
|
"""
|
31818
31792
|
return self._CatalogueName
|
@@ -31843,28 +31817,20 @@ class KubeJarvisStateDiagnostic(AbstractModel):
|
|
31843
31817
|
def __init__(self):
|
31844
31818
|
r"""
|
31845
31819
|
:param _StartTime: 诊断开始时间
|
31846
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31847
31820
|
:type StartTime: str
|
31848
31821
|
:param _EndTime: 诊断结束时间
|
31849
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31850
31822
|
:type EndTime: str
|
31851
31823
|
:param _Catalogues: 诊断目录
|
31852
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31853
31824
|
:type Catalogues: list of KubeJarvisStateCatalogue
|
31854
31825
|
:param _Type: 诊断类型
|
31855
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31856
31826
|
:type Type: str
|
31857
31827
|
:param _Name: 诊断名称
|
31858
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31859
31828
|
:type Name: str
|
31860
31829
|
:param _Desc: 诊断描述
|
31861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31862
31830
|
:type Desc: str
|
31863
31831
|
:param _Results: 诊断结果列表
|
31864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31865
31832
|
:type Results: list of KubeJarvisStateResultsItem
|
31866
31833
|
:param _Statistics: 诊断结果统计
|
31867
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31868
31834
|
:type Statistics: list of KubeJarvisStateStatistic
|
31869
31835
|
"""
|
31870
31836
|
self._StartTime = None
|
@@ -31879,7 +31845,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
|
|
31879
31845
|
@property
|
31880
31846
|
def StartTime(self):
|
31881
31847
|
"""诊断开始时间
|
31882
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31883
31848
|
:rtype: str
|
31884
31849
|
"""
|
31885
31850
|
return self._StartTime
|
@@ -31891,7 +31856,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
|
|
31891
31856
|
@property
|
31892
31857
|
def EndTime(self):
|
31893
31858
|
"""诊断结束时间
|
31894
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31895
31859
|
:rtype: str
|
31896
31860
|
"""
|
31897
31861
|
return self._EndTime
|
@@ -31903,7 +31867,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
|
|
31903
31867
|
@property
|
31904
31868
|
def Catalogues(self):
|
31905
31869
|
"""诊断目录
|
31906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31907
31870
|
:rtype: list of KubeJarvisStateCatalogue
|
31908
31871
|
"""
|
31909
31872
|
return self._Catalogues
|
@@ -31915,7 +31878,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
|
|
31915
31878
|
@property
|
31916
31879
|
def Type(self):
|
31917
31880
|
"""诊断类型
|
31918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31919
31881
|
:rtype: str
|
31920
31882
|
"""
|
31921
31883
|
return self._Type
|
@@ -31927,7 +31889,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
|
|
31927
31889
|
@property
|
31928
31890
|
def Name(self):
|
31929
31891
|
"""诊断名称
|
31930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31931
31892
|
:rtype: str
|
31932
31893
|
"""
|
31933
31894
|
return self._Name
|
@@ -31939,7 +31900,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
|
|
31939
31900
|
@property
|
31940
31901
|
def Desc(self):
|
31941
31902
|
"""诊断描述
|
31942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31943
31903
|
:rtype: str
|
31944
31904
|
"""
|
31945
31905
|
return self._Desc
|
@@ -31951,7 +31911,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
|
|
31951
31911
|
@property
|
31952
31912
|
def Results(self):
|
31953
31913
|
"""诊断结果列表
|
31954
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31955
31914
|
:rtype: list of KubeJarvisStateResultsItem
|
31956
31915
|
"""
|
31957
31916
|
return self._Results
|
@@ -31963,7 +31922,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
|
|
31963
31922
|
@property
|
31964
31923
|
def Statistics(self):
|
31965
31924
|
"""诊断结果统计
|
31966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31967
31925
|
:rtype: list of KubeJarvisStateStatistic
|
31968
31926
|
"""
|
31969
31927
|
return self._Statistics
|
@@ -32015,10 +31973,8 @@ class KubeJarvisStateDiagnosticOverview(AbstractModel):
|
|
32015
31973
|
def __init__(self):
|
32016
31974
|
r"""
|
32017
31975
|
:param _Catalogues: 诊断目录
|
32018
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32019
31976
|
:type Catalogues: list of KubeJarvisStateCatalogue
|
32020
31977
|
:param _Statistics: 诊断结果统计
|
32021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32022
31978
|
:type Statistics: list of KubeJarvisStateStatistic
|
32023
31979
|
"""
|
32024
31980
|
self._Catalogues = None
|
@@ -32027,7 +31983,6 @@ class KubeJarvisStateDiagnosticOverview(AbstractModel):
|
|
32027
31983
|
@property
|
32028
31984
|
def Catalogues(self):
|
32029
31985
|
"""诊断目录
|
32030
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32031
31986
|
:rtype: list of KubeJarvisStateCatalogue
|
32032
31987
|
"""
|
32033
31988
|
return self._Catalogues
|
@@ -32039,7 +31994,6 @@ class KubeJarvisStateDiagnosticOverview(AbstractModel):
|
|
32039
31994
|
@property
|
32040
31995
|
def Statistics(self):
|
32041
31996
|
"""诊断结果统计
|
32042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32043
31997
|
:rtype: list of KubeJarvisStateStatistic
|
32044
31998
|
"""
|
32045
31999
|
return self._Statistics
|
@@ -32080,13 +32034,10 @@ class KubeJarvisStateInspectionOverview(AbstractModel):
|
|
32080
32034
|
def __init__(self):
|
32081
32035
|
r"""
|
32082
32036
|
:param _ClusterId: 集群ID
|
32083
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32084
32037
|
:type ClusterId: str
|
32085
32038
|
:param _Statistics: 诊断结果统计
|
32086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32087
32039
|
:type Statistics: list of KubeJarvisStateStatistic
|
32088
32040
|
:param _Diagnostics: 诊断结果详情
|
32089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32090
32041
|
:type Diagnostics: list of KubeJarvisStateDiagnosticOverview
|
32091
32042
|
"""
|
32092
32043
|
self._ClusterId = None
|
@@ -32096,7 +32047,6 @@ class KubeJarvisStateInspectionOverview(AbstractModel):
|
|
32096
32047
|
@property
|
32097
32048
|
def ClusterId(self):
|
32098
32049
|
"""集群ID
|
32099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32100
32050
|
:rtype: str
|
32101
32051
|
"""
|
32102
32052
|
return self._ClusterId
|
@@ -32108,7 +32058,6 @@ class KubeJarvisStateInspectionOverview(AbstractModel):
|
|
32108
32058
|
@property
|
32109
32059
|
def Statistics(self):
|
32110
32060
|
"""诊断结果统计
|
32111
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32112
32061
|
:rtype: list of KubeJarvisStateStatistic
|
32113
32062
|
"""
|
32114
32063
|
return self._Statistics
|
@@ -32120,7 +32069,6 @@ class KubeJarvisStateInspectionOverview(AbstractModel):
|
|
32120
32069
|
@property
|
32121
32070
|
def Diagnostics(self):
|
32122
32071
|
"""诊断结果详情
|
32123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32124
32072
|
:rtype: list of KubeJarvisStateDiagnosticOverview
|
32125
32073
|
"""
|
32126
32074
|
return self._Diagnostics
|
@@ -32162,22 +32110,16 @@ class KubeJarvisStateInspectionResult(AbstractModel):
|
|
32162
32110
|
def __init__(self):
|
32163
32111
|
r"""
|
32164
32112
|
:param _ClusterId: 集群ID
|
32165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32166
32113
|
:type ClusterId: str
|
32167
32114
|
:param _StartTime: 诊断开始时间
|
32168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32169
32115
|
:type StartTime: str
|
32170
32116
|
:param _EndTime: 诊断结束时间
|
32171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32172
32117
|
:type EndTime: str
|
32173
32118
|
:param _Statistics: 诊断结果统计
|
32174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32175
32119
|
:type Statistics: list of KubeJarvisStateStatistic
|
32176
32120
|
:param _Diagnostics: 诊断结果详情
|
32177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32178
32121
|
:type Diagnostics: list of KubeJarvisStateDiagnostic
|
32179
32122
|
:param _Error: 查询巡检报告相关报错
|
32180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32181
32123
|
:type Error: str
|
32182
32124
|
"""
|
32183
32125
|
self._ClusterId = None
|
@@ -32190,7 +32132,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
|
|
32190
32132
|
@property
|
32191
32133
|
def ClusterId(self):
|
32192
32134
|
"""集群ID
|
32193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32194
32135
|
:rtype: str
|
32195
32136
|
"""
|
32196
32137
|
return self._ClusterId
|
@@ -32202,7 +32143,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
|
|
32202
32143
|
@property
|
32203
32144
|
def StartTime(self):
|
32204
32145
|
"""诊断开始时间
|
32205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32206
32146
|
:rtype: str
|
32207
32147
|
"""
|
32208
32148
|
return self._StartTime
|
@@ -32214,7 +32154,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
|
|
32214
32154
|
@property
|
32215
32155
|
def EndTime(self):
|
32216
32156
|
"""诊断结束时间
|
32217
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32218
32157
|
:rtype: str
|
32219
32158
|
"""
|
32220
32159
|
return self._EndTime
|
@@ -32226,7 +32165,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
|
|
32226
32165
|
@property
|
32227
32166
|
def Statistics(self):
|
32228
32167
|
"""诊断结果统计
|
32229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32230
32168
|
:rtype: list of KubeJarvisStateStatistic
|
32231
32169
|
"""
|
32232
32170
|
return self._Statistics
|
@@ -32238,7 +32176,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
|
|
32238
32176
|
@property
|
32239
32177
|
def Diagnostics(self):
|
32240
32178
|
"""诊断结果详情
|
32241
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32242
32179
|
:rtype: list of KubeJarvisStateDiagnostic
|
32243
32180
|
"""
|
32244
32181
|
return self._Diagnostics
|
@@ -32250,7 +32187,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
|
|
32250
32187
|
@property
|
32251
32188
|
def Error(self):
|
32252
32189
|
"""查询巡检报告相关报错
|
32253
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32254
32190
|
:rtype: str
|
32255
32191
|
"""
|
32256
32192
|
return self._Error
|
@@ -32295,10 +32231,8 @@ class KubeJarvisStateInspectionResultsItem(AbstractModel):
|
|
32295
32231
|
def __init__(self):
|
32296
32232
|
r"""
|
32297
32233
|
:param _Name: 巡检结果名称
|
32298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32299
32234
|
:type Name: str
|
32300
32235
|
:param _Statistics: 诊断结果统计
|
32301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32302
32236
|
:type Statistics: list of KubeJarvisStateStatistic
|
32303
32237
|
"""
|
32304
32238
|
self._Name = None
|
@@ -32307,7 +32241,6 @@ class KubeJarvisStateInspectionResultsItem(AbstractModel):
|
|
32307
32241
|
@property
|
32308
32242
|
def Name(self):
|
32309
32243
|
"""巡检结果名称
|
32310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32311
32244
|
:rtype: str
|
32312
32245
|
"""
|
32313
32246
|
return self._Name
|
@@ -32319,7 +32252,6 @@ class KubeJarvisStateInspectionResultsItem(AbstractModel):
|
|
32319
32252
|
@property
|
32320
32253
|
def Statistics(self):
|
32321
32254
|
"""诊断结果统计
|
32322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32323
32255
|
:rtype: list of KubeJarvisStateStatistic
|
32324
32256
|
"""
|
32325
32257
|
return self._Statistics
|
@@ -32355,10 +32287,8 @@ class KubeJarvisStateResultObjInfo(AbstractModel):
|
|
32355
32287
|
def __init__(self):
|
32356
32288
|
r"""
|
32357
32289
|
:param _PropertyName: 对象属性名称
|
32358
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32359
32290
|
:type PropertyName: str
|
32360
32291
|
:param _PropertyValue: 对象属性值
|
32361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32362
32292
|
:type PropertyValue: str
|
32363
32293
|
"""
|
32364
32294
|
self._PropertyName = None
|
@@ -32367,7 +32297,6 @@ class KubeJarvisStateResultObjInfo(AbstractModel):
|
|
32367
32297
|
@property
|
32368
32298
|
def PropertyName(self):
|
32369
32299
|
"""对象属性名称
|
32370
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32371
32300
|
:rtype: str
|
32372
32301
|
"""
|
32373
32302
|
return self._PropertyName
|
@@ -32379,7 +32308,6 @@ class KubeJarvisStateResultObjInfo(AbstractModel):
|
|
32379
32308
|
@property
|
32380
32309
|
def PropertyValue(self):
|
32381
32310
|
"""对象属性值
|
32382
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32383
32311
|
:rtype: str
|
32384
32312
|
"""
|
32385
32313
|
return self._PropertyValue
|
@@ -32410,28 +32338,22 @@ class KubeJarvisStateResultsItem(AbstractModel):
|
|
32410
32338
|
def __init__(self):
|
32411
32339
|
r"""
|
32412
32340
|
:param _Level: 诊断结果级别
|
32413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32414
32341
|
:type Level: str
|
32415
32342
|
:param _ObjName: 诊断对象名
|
32416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32417
32343
|
:type ObjName: str
|
32418
32344
|
:param _ObjInfo: 诊断对象信息
|
32419
32345
|
注意:此字段可能返回 null,表示取不到有效值。
|
32420
32346
|
:type ObjInfo: list of KubeJarvisStateResultObjInfo
|
32421
32347
|
:param _Title: 诊断项标题
|
32422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32423
32348
|
:type Title: str
|
32424
32349
|
:param _Desc: 诊断项描述
|
32425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32426
32350
|
:type Desc: str
|
32427
32351
|
:param _Proposal: 诊断建议
|
32428
32352
|
注意:此字段可能返回 null,表示取不到有效值。
|
32429
32353
|
:type Proposal: str
|
32430
32354
|
:param _ProposalDocUrl: 诊断建议文档链接
|
32431
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32432
32355
|
:type ProposalDocUrl: str
|
32433
32356
|
:param _ProposalDocName: 诊断建议文档名称
|
32434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32435
32357
|
:type ProposalDocName: str
|
32436
32358
|
"""
|
32437
32359
|
self._Level = None
|
@@ -32446,7 +32368,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
|
|
32446
32368
|
@property
|
32447
32369
|
def Level(self):
|
32448
32370
|
"""诊断结果级别
|
32449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32450
32371
|
:rtype: str
|
32451
32372
|
"""
|
32452
32373
|
return self._Level
|
@@ -32458,7 +32379,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
|
|
32458
32379
|
@property
|
32459
32380
|
def ObjName(self):
|
32460
32381
|
"""诊断对象名
|
32461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32462
32382
|
:rtype: str
|
32463
32383
|
"""
|
32464
32384
|
return self._ObjName
|
@@ -32482,7 +32402,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
|
|
32482
32402
|
@property
|
32483
32403
|
def Title(self):
|
32484
32404
|
"""诊断项标题
|
32485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32486
32405
|
:rtype: str
|
32487
32406
|
"""
|
32488
32407
|
return self._Title
|
@@ -32494,7 +32413,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
|
|
32494
32413
|
@property
|
32495
32414
|
def Desc(self):
|
32496
32415
|
"""诊断项描述
|
32497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32498
32416
|
:rtype: str
|
32499
32417
|
"""
|
32500
32418
|
return self._Desc
|
@@ -32518,7 +32436,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
|
|
32518
32436
|
@property
|
32519
32437
|
def ProposalDocUrl(self):
|
32520
32438
|
"""诊断建议文档链接
|
32521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32522
32439
|
:rtype: str
|
32523
32440
|
"""
|
32524
32441
|
return self._ProposalDocUrl
|
@@ -32530,7 +32447,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
|
|
32530
32447
|
@property
|
32531
32448
|
def ProposalDocName(self):
|
32532
32449
|
"""诊断建议文档名称
|
32533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32534
32450
|
:rtype: str
|
32535
32451
|
"""
|
32536
32452
|
return self._ProposalDocName
|
@@ -32572,10 +32488,8 @@ class KubeJarvisStateStatistic(AbstractModel):
|
|
32572
32488
|
def __init__(self):
|
32573
32489
|
r"""
|
32574
32490
|
:param _HealthyLevel: 诊断结果的健康水平
|
32575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32576
32491
|
:type HealthyLevel: str
|
32577
32492
|
:param _Count: 诊断结果的统计
|
32578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32579
32493
|
:type Count: int
|
32580
32494
|
"""
|
32581
32495
|
self._HealthyLevel = None
|
@@ -32584,7 +32498,6 @@ class KubeJarvisStateStatistic(AbstractModel):
|
|
32584
32498
|
@property
|
32585
32499
|
def HealthyLevel(self):
|
32586
32500
|
"""诊断结果的健康水平
|
32587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32588
32501
|
:rtype: str
|
32589
32502
|
"""
|
32590
32503
|
return self._HealthyLevel
|
@@ -32596,7 +32509,6 @@ class KubeJarvisStateStatistic(AbstractModel):
|
|
32596
32509
|
@property
|
32597
32510
|
def Count(self):
|
32598
32511
|
"""诊断结果的统计
|
32599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32600
32512
|
:rtype: int
|
32601
32513
|
"""
|
32602
32514
|
return self._Count
|
@@ -36628,13 +36540,10 @@ class OpenConstraintInfo(AbstractModel):
|
|
36628
36540
|
def __init__(self):
|
36629
36541
|
r"""
|
36630
36542
|
:param _Name: 策略实例名称
|
36631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36632
36543
|
:type Name: str
|
36633
36544
|
:param _EventNums: 策略实例关联事件数
|
36634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36635
36545
|
:type EventNums: int
|
36636
36546
|
:param _YamlDetail: 实例yaml详情base64编码
|
36637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36638
36547
|
:type YamlDetail: str
|
36639
36548
|
"""
|
36640
36549
|
self._Name = None
|
@@ -36644,7 +36553,6 @@ class OpenConstraintInfo(AbstractModel):
|
|
36644
36553
|
@property
|
36645
36554
|
def Name(self):
|
36646
36555
|
"""策略实例名称
|
36647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36648
36556
|
:rtype: str
|
36649
36557
|
"""
|
36650
36558
|
return self._Name
|
@@ -36656,7 +36564,6 @@ class OpenConstraintInfo(AbstractModel):
|
|
36656
36564
|
@property
|
36657
36565
|
def EventNums(self):
|
36658
36566
|
"""策略实例关联事件数
|
36659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36660
36567
|
:rtype: int
|
36661
36568
|
"""
|
36662
36569
|
return self._EventNums
|
@@ -36668,7 +36575,6 @@ class OpenConstraintInfo(AbstractModel):
|
|
36668
36575
|
@property
|
36669
36576
|
def YamlDetail(self):
|
36670
36577
|
"""实例yaml详情base64编码
|
36671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36672
36578
|
:rtype: str
|
36673
36579
|
"""
|
36674
36580
|
return self._YamlDetail
|