tencentcloud-sdk-python 3.0.1347__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.
Files changed (41) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/bh/v20230418/models.py +61 -23
  3. tencentcloud/cam/v20190116/models.py +2 -2
  4. tencentcloud/cdwdoris/v20211228/models.py +300 -0
  5. tencentcloud/cdwpg/v20201230/models.py +96 -84
  6. tencentcloud/chc/v20230418/models.py +0 -30
  7. tencentcloud/clb/v20180317/models.py +46 -16
  8. tencentcloud/dbbrain/v20210527/models.py +0 -8
  9. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  10. tencentcloud/dcdb/v20180411/models.py +0 -64
  11. tencentcloud/emr/v20190103/models.py +15 -54
  12. tencentcloud/ess/v20201111/models.py +4 -4
  13. tencentcloud/essbasic/v20210526/models.py +4 -4
  14. tencentcloud/gs/v20191118/models.py +4 -58
  15. tencentcloud/hai/v20230812/models.py +0 -44
  16. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
  17. tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
  18. tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
  19. tencentcloud/lcic/v20220817/lcic_client.py +1 -1
  20. tencentcloud/lcic/v20220817/models.py +56 -68
  21. tencentcloud/lkeap/v20240522/lkeap_client.py +5 -0
  22. tencentcloud/mariadb/v20170312/models.py +2 -70
  23. tencentcloud/mqtt/v20240516/models.py +296 -188
  24. tencentcloud/organization/v20210331/models.py +30 -0
  25. tencentcloud/tbaas/v20180416/models.py +0 -46
  26. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  27. tencentcloud/tcr/v20190924/models.py +0 -134
  28. tencentcloud/tdmq/v20200217/models.py +0 -14
  29. tencentcloud/thpc/v20230321/models.py +34 -0
  30. tencentcloud/tke/v20180525/models.py +0 -66
  31. tencentcloud/trocket/v20230308/models.py +0 -24
  32. tencentcloud/tsf/v20180326/models.py +196 -182
  33. tencentcloud/vcube/v20220410/models.py +51 -158
  34. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  35. tencentcloud/vod/v20180717/models.py +8 -46
  36. tencentcloud/wedata/v20210820/models.py +17 -0
  37. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/METADATA +1 -1
  38. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/RECORD +41 -41
  39. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/LICENSE +0 -0
  40. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/WHEEL +0 -0
  41. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/top_level.txt +0 -0
@@ -24710,7 +24710,6 @@ class ModifyRocketMQInstanceSpecResponse(AbstractModel):
24710
24710
  def __init__(self):
24711
24711
  r"""
24712
24712
  :param _OrderId: 订单号
24713
- 注意:此字段可能返回 null,表示取不到有效值。
24714
24713
  :type OrderId: str
24715
24714
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24716
24715
  :type RequestId: str
@@ -24721,7 +24720,6 @@ class ModifyRocketMQInstanceSpecResponse(AbstractModel):
24721
24720
  @property
24722
24721
  def OrderId(self):
24723
24722
  """订单号
24724
- 注意:此字段可能返回 null,表示取不到有效值。
24725
24723
  :rtype: str
24726
24724
  """
24727
24725
  return self._OrderId
@@ -34060,7 +34058,6 @@ class RocketMQVipInstance(AbstractModel):
34060
34058
  :param _InstanceName: 实例名称
34061
34059
  :type InstanceName: str
34062
34060
  :param _InstanceVersion: 实例版本
34063
- 注意:此字段可能返回 null,表示取不到有效值。
34064
34061
  :type InstanceVersion: str
34065
34062
  :param _Status: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败,6 - 变配中,7 - 变配失败
34066
34063
  :type Status: int
@@ -34086,19 +34083,14 @@ class RocketMQVipInstance(AbstractModel):
34086
34083
  :param _SpecName: 实例配置ID
34087
34084
  :type SpecName: str
34088
34085
  :param _MaxRetention: 最大可设置消息保留时间,小时为单位
34089
- 注意:此字段可能返回 null,表示取不到有效值。
34090
34086
  :type MaxRetention: int
34091
34087
  :param _MinRetention: 最小可设置消息保留时间,小时为单位
34092
- 注意:此字段可能返回 null,表示取不到有效值。
34093
34088
  :type MinRetention: int
34094
34089
  :param _Retention: 实例消息保留时间,小时为单位
34095
- 注意:此字段可能返回 null,表示取不到有效值。
34096
34090
  :type Retention: int
34097
34091
  :param _AclEnabled: 是否开启ACL鉴权
34098
- 注意:此字段可能返回 null,表示取不到有效值。
34099
34092
  :type AclEnabled: bool
34100
34093
  :param _DestroyTime: 销毁时间
34101
- 注意:此字段可能返回 null,表示取不到有效值。
34102
34094
  :type DestroyTime: int
34103
34095
  """
34104
34096
  self._InstanceId = None
@@ -34146,7 +34138,6 @@ class RocketMQVipInstance(AbstractModel):
34146
34138
  @property
34147
34139
  def InstanceVersion(self):
34148
34140
  """实例版本
34149
- 注意:此字段可能返回 null,表示取不到有效值。
34150
34141
  :rtype: str
34151
34142
  """
34152
34143
  return self._InstanceVersion
@@ -34280,7 +34271,6 @@ class RocketMQVipInstance(AbstractModel):
34280
34271
  @property
34281
34272
  def MaxRetention(self):
34282
34273
  """最大可设置消息保留时间,小时为单位
34283
- 注意:此字段可能返回 null,表示取不到有效值。
34284
34274
  :rtype: int
34285
34275
  """
34286
34276
  return self._MaxRetention
@@ -34292,7 +34282,6 @@ class RocketMQVipInstance(AbstractModel):
34292
34282
  @property
34293
34283
  def MinRetention(self):
34294
34284
  """最小可设置消息保留时间,小时为单位
34295
- 注意:此字段可能返回 null,表示取不到有效值。
34296
34285
  :rtype: int
34297
34286
  """
34298
34287
  return self._MinRetention
@@ -34304,7 +34293,6 @@ class RocketMQVipInstance(AbstractModel):
34304
34293
  @property
34305
34294
  def Retention(self):
34306
34295
  """实例消息保留时间,小时为单位
34307
- 注意:此字段可能返回 null,表示取不到有效值。
34308
34296
  :rtype: int
34309
34297
  """
34310
34298
  return self._Retention
@@ -34316,7 +34304,6 @@ class RocketMQVipInstance(AbstractModel):
34316
34304
  @property
34317
34305
  def AclEnabled(self):
34318
34306
  """是否开启ACL鉴权
34319
- 注意:此字段可能返回 null,表示取不到有效值。
34320
34307
  :rtype: bool
34321
34308
  """
34322
34309
  return self._AclEnabled
@@ -34328,7 +34315,6 @@ class RocketMQVipInstance(AbstractModel):
34328
34315
  @property
34329
34316
  def DestroyTime(self):
34330
34317
  """销毁时间
34331
- 注意:此字段可能返回 null,表示取不到有效值。
34332
34318
  :rtype: int
34333
34319
  """
34334
34320
  return self._DestroyTime
@@ -3134,10 +3134,20 @@ class DescribeClustersRequest(AbstractModel):
3134
3134
  :type Offset: int
3135
3135
  :param _Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
3136
3136
  :type Limit: int
3137
+ :param _Filters: <ul>
3138
+ <li><strong>cluster-type</strong>
3139
+ <p style="padding-left: 30px;">按照【<strong>集群类型</strong>】进行过滤</p>
3140
+ <p style="padding-left: 30px;">类型:String</p>
3141
+ <p style="padding-left: 30px;">必选:否</p>
3142
+ </li>
3143
+ </ul>
3144
+ <p style="padding-left: 30px;">每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。</p>
3145
+ :type Filters: list of Filter
3137
3146
  """
3138
3147
  self._ClusterIds = None
3139
3148
  self._Offset = None
3140
3149
  self._Limit = None
3150
+ self._Filters = None
3141
3151
 
3142
3152
  @property
3143
3153
  def ClusterIds(self):
@@ -3172,11 +3182,35 @@ class DescribeClustersRequest(AbstractModel):
3172
3182
  def Limit(self, Limit):
3173
3183
  self._Limit = Limit
3174
3184
 
3185
+ @property
3186
+ def Filters(self):
3187
+ """<ul>
3188
+ <li><strong>cluster-type</strong>
3189
+ <p style="padding-left: 30px;">按照【<strong>集群类型</strong>】进行过滤</p>
3190
+ <p style="padding-left: 30px;">类型:String</p>
3191
+ <p style="padding-left: 30px;">必选:否</p>
3192
+ </li>
3193
+ </ul>
3194
+ <p style="padding-left: 30px;">每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。</p>
3195
+ :rtype: list of Filter
3196
+ """
3197
+ return self._Filters
3198
+
3199
+ @Filters.setter
3200
+ def Filters(self, Filters):
3201
+ self._Filters = Filters
3202
+
3175
3203
 
3176
3204
  def _deserialize(self, params):
3177
3205
  self._ClusterIds = params.get("ClusterIds")
3178
3206
  self._Offset = params.get("Offset")
3179
3207
  self._Limit = params.get("Limit")
3208
+ if params.get("Filters") is not None:
3209
+ self._Filters = []
3210
+ for item in params.get("Filters"):
3211
+ obj = Filter()
3212
+ obj._deserialize(item)
3213
+ self._Filters.append(obj)
3180
3214
  memeber_set = set(params.keys())
3181
3215
  for name, value in vars(self).items():
3182
3216
  property_name = name[1:]
@@ -31764,10 +31764,8 @@ class KubeJarvisStateCatalogue(AbstractModel):
31764
31764
  :param _CatalogueLevel: 目录级别,支持参数:
31765
31765
  first:一级目录
31766
31766
  second:二级目录
31767
- 注意:此字段可能返回 null,表示取不到有效值。
31768
31767
  :type CatalogueLevel: str
31769
31768
  :param _CatalogueName: 目录名
31770
- 注意:此字段可能返回 null,表示取不到有效值。
31771
31769
  :type CatalogueName: str
31772
31770
  """
31773
31771
  self._CatalogueLevel = None
@@ -31778,7 +31776,6 @@ second:二级目录
31778
31776
  """目录级别,支持参数:
31779
31777
  first:一级目录
31780
31778
  second:二级目录
31781
- 注意:此字段可能返回 null,表示取不到有效值。
31782
31779
  :rtype: str
31783
31780
  """
31784
31781
  return self._CatalogueLevel
@@ -31790,7 +31787,6 @@ second:二级目录
31790
31787
  @property
31791
31788
  def CatalogueName(self):
31792
31789
  """目录名
31793
- 注意:此字段可能返回 null,表示取不到有效值。
31794
31790
  :rtype: str
31795
31791
  """
31796
31792
  return self._CatalogueName
@@ -31821,28 +31817,20 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31821
31817
  def __init__(self):
31822
31818
  r"""
31823
31819
  :param _StartTime: 诊断开始时间
31824
- 注意:此字段可能返回 null,表示取不到有效值。
31825
31820
  :type StartTime: str
31826
31821
  :param _EndTime: 诊断结束时间
31827
- 注意:此字段可能返回 null,表示取不到有效值。
31828
31822
  :type EndTime: str
31829
31823
  :param _Catalogues: 诊断目录
31830
- 注意:此字段可能返回 null,表示取不到有效值。
31831
31824
  :type Catalogues: list of KubeJarvisStateCatalogue
31832
31825
  :param _Type: 诊断类型
31833
- 注意:此字段可能返回 null,表示取不到有效值。
31834
31826
  :type Type: str
31835
31827
  :param _Name: 诊断名称
31836
- 注意:此字段可能返回 null,表示取不到有效值。
31837
31828
  :type Name: str
31838
31829
  :param _Desc: 诊断描述
31839
- 注意:此字段可能返回 null,表示取不到有效值。
31840
31830
  :type Desc: str
31841
31831
  :param _Results: 诊断结果列表
31842
- 注意:此字段可能返回 null,表示取不到有效值。
31843
31832
  :type Results: list of KubeJarvisStateResultsItem
31844
31833
  :param _Statistics: 诊断结果统计
31845
- 注意:此字段可能返回 null,表示取不到有效值。
31846
31834
  :type Statistics: list of KubeJarvisStateStatistic
31847
31835
  """
31848
31836
  self._StartTime = None
@@ -31857,7 +31845,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31857
31845
  @property
31858
31846
  def StartTime(self):
31859
31847
  """诊断开始时间
31860
- 注意:此字段可能返回 null,表示取不到有效值。
31861
31848
  :rtype: str
31862
31849
  """
31863
31850
  return self._StartTime
@@ -31869,7 +31856,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31869
31856
  @property
31870
31857
  def EndTime(self):
31871
31858
  """诊断结束时间
31872
- 注意:此字段可能返回 null,表示取不到有效值。
31873
31859
  :rtype: str
31874
31860
  """
31875
31861
  return self._EndTime
@@ -31881,7 +31867,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31881
31867
  @property
31882
31868
  def Catalogues(self):
31883
31869
  """诊断目录
31884
- 注意:此字段可能返回 null,表示取不到有效值。
31885
31870
  :rtype: list of KubeJarvisStateCatalogue
31886
31871
  """
31887
31872
  return self._Catalogues
@@ -31893,7 +31878,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31893
31878
  @property
31894
31879
  def Type(self):
31895
31880
  """诊断类型
31896
- 注意:此字段可能返回 null,表示取不到有效值。
31897
31881
  :rtype: str
31898
31882
  """
31899
31883
  return self._Type
@@ -31905,7 +31889,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31905
31889
  @property
31906
31890
  def Name(self):
31907
31891
  """诊断名称
31908
- 注意:此字段可能返回 null,表示取不到有效值。
31909
31892
  :rtype: str
31910
31893
  """
31911
31894
  return self._Name
@@ -31917,7 +31900,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31917
31900
  @property
31918
31901
  def Desc(self):
31919
31902
  """诊断描述
31920
- 注意:此字段可能返回 null,表示取不到有效值。
31921
31903
  :rtype: str
31922
31904
  """
31923
31905
  return self._Desc
@@ -31929,7 +31911,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31929
31911
  @property
31930
31912
  def Results(self):
31931
31913
  """诊断结果列表
31932
- 注意:此字段可能返回 null,表示取不到有效值。
31933
31914
  :rtype: list of KubeJarvisStateResultsItem
31934
31915
  """
31935
31916
  return self._Results
@@ -31941,7 +31922,6 @@ class KubeJarvisStateDiagnostic(AbstractModel):
31941
31922
  @property
31942
31923
  def Statistics(self):
31943
31924
  """诊断结果统计
31944
- 注意:此字段可能返回 null,表示取不到有效值。
31945
31925
  :rtype: list of KubeJarvisStateStatistic
31946
31926
  """
31947
31927
  return self._Statistics
@@ -31993,10 +31973,8 @@ class KubeJarvisStateDiagnosticOverview(AbstractModel):
31993
31973
  def __init__(self):
31994
31974
  r"""
31995
31975
  :param _Catalogues: 诊断目录
31996
- 注意:此字段可能返回 null,表示取不到有效值。
31997
31976
  :type Catalogues: list of KubeJarvisStateCatalogue
31998
31977
  :param _Statistics: 诊断结果统计
31999
- 注意:此字段可能返回 null,表示取不到有效值。
32000
31978
  :type Statistics: list of KubeJarvisStateStatistic
32001
31979
  """
32002
31980
  self._Catalogues = None
@@ -32005,7 +31983,6 @@ class KubeJarvisStateDiagnosticOverview(AbstractModel):
32005
31983
  @property
32006
31984
  def Catalogues(self):
32007
31985
  """诊断目录
32008
- 注意:此字段可能返回 null,表示取不到有效值。
32009
31986
  :rtype: list of KubeJarvisStateCatalogue
32010
31987
  """
32011
31988
  return self._Catalogues
@@ -32017,7 +31994,6 @@ class KubeJarvisStateDiagnosticOverview(AbstractModel):
32017
31994
  @property
32018
31995
  def Statistics(self):
32019
31996
  """诊断结果统计
32020
- 注意:此字段可能返回 null,表示取不到有效值。
32021
31997
  :rtype: list of KubeJarvisStateStatistic
32022
31998
  """
32023
31999
  return self._Statistics
@@ -32058,13 +32034,10 @@ class KubeJarvisStateInspectionOverview(AbstractModel):
32058
32034
  def __init__(self):
32059
32035
  r"""
32060
32036
  :param _ClusterId: 集群ID
32061
- 注意:此字段可能返回 null,表示取不到有效值。
32062
32037
  :type ClusterId: str
32063
32038
  :param _Statistics: 诊断结果统计
32064
- 注意:此字段可能返回 null,表示取不到有效值。
32065
32039
  :type Statistics: list of KubeJarvisStateStatistic
32066
32040
  :param _Diagnostics: 诊断结果详情
32067
- 注意:此字段可能返回 null,表示取不到有效值。
32068
32041
  :type Diagnostics: list of KubeJarvisStateDiagnosticOverview
32069
32042
  """
32070
32043
  self._ClusterId = None
@@ -32074,7 +32047,6 @@ class KubeJarvisStateInspectionOverview(AbstractModel):
32074
32047
  @property
32075
32048
  def ClusterId(self):
32076
32049
  """集群ID
32077
- 注意:此字段可能返回 null,表示取不到有效值。
32078
32050
  :rtype: str
32079
32051
  """
32080
32052
  return self._ClusterId
@@ -32086,7 +32058,6 @@ class KubeJarvisStateInspectionOverview(AbstractModel):
32086
32058
  @property
32087
32059
  def Statistics(self):
32088
32060
  """诊断结果统计
32089
- 注意:此字段可能返回 null,表示取不到有效值。
32090
32061
  :rtype: list of KubeJarvisStateStatistic
32091
32062
  """
32092
32063
  return self._Statistics
@@ -32098,7 +32069,6 @@ class KubeJarvisStateInspectionOverview(AbstractModel):
32098
32069
  @property
32099
32070
  def Diagnostics(self):
32100
32071
  """诊断结果详情
32101
- 注意:此字段可能返回 null,表示取不到有效值。
32102
32072
  :rtype: list of KubeJarvisStateDiagnosticOverview
32103
32073
  """
32104
32074
  return self._Diagnostics
@@ -32140,22 +32110,16 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32140
32110
  def __init__(self):
32141
32111
  r"""
32142
32112
  :param _ClusterId: 集群ID
32143
- 注意:此字段可能返回 null,表示取不到有效值。
32144
32113
  :type ClusterId: str
32145
32114
  :param _StartTime: 诊断开始时间
32146
- 注意:此字段可能返回 null,表示取不到有效值。
32147
32115
  :type StartTime: str
32148
32116
  :param _EndTime: 诊断结束时间
32149
- 注意:此字段可能返回 null,表示取不到有效值。
32150
32117
  :type EndTime: str
32151
32118
  :param _Statistics: 诊断结果统计
32152
- 注意:此字段可能返回 null,表示取不到有效值。
32153
32119
  :type Statistics: list of KubeJarvisStateStatistic
32154
32120
  :param _Diagnostics: 诊断结果详情
32155
- 注意:此字段可能返回 null,表示取不到有效值。
32156
32121
  :type Diagnostics: list of KubeJarvisStateDiagnostic
32157
32122
  :param _Error: 查询巡检报告相关报错
32158
- 注意:此字段可能返回 null,表示取不到有效值。
32159
32123
  :type Error: str
32160
32124
  """
32161
32125
  self._ClusterId = None
@@ -32168,7 +32132,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32168
32132
  @property
32169
32133
  def ClusterId(self):
32170
32134
  """集群ID
32171
- 注意:此字段可能返回 null,表示取不到有效值。
32172
32135
  :rtype: str
32173
32136
  """
32174
32137
  return self._ClusterId
@@ -32180,7 +32143,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32180
32143
  @property
32181
32144
  def StartTime(self):
32182
32145
  """诊断开始时间
32183
- 注意:此字段可能返回 null,表示取不到有效值。
32184
32146
  :rtype: str
32185
32147
  """
32186
32148
  return self._StartTime
@@ -32192,7 +32154,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32192
32154
  @property
32193
32155
  def EndTime(self):
32194
32156
  """诊断结束时间
32195
- 注意:此字段可能返回 null,表示取不到有效值。
32196
32157
  :rtype: str
32197
32158
  """
32198
32159
  return self._EndTime
@@ -32204,7 +32165,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32204
32165
  @property
32205
32166
  def Statistics(self):
32206
32167
  """诊断结果统计
32207
- 注意:此字段可能返回 null,表示取不到有效值。
32208
32168
  :rtype: list of KubeJarvisStateStatistic
32209
32169
  """
32210
32170
  return self._Statistics
@@ -32216,7 +32176,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32216
32176
  @property
32217
32177
  def Diagnostics(self):
32218
32178
  """诊断结果详情
32219
- 注意:此字段可能返回 null,表示取不到有效值。
32220
32179
  :rtype: list of KubeJarvisStateDiagnostic
32221
32180
  """
32222
32181
  return self._Diagnostics
@@ -32228,7 +32187,6 @@ class KubeJarvisStateInspectionResult(AbstractModel):
32228
32187
  @property
32229
32188
  def Error(self):
32230
32189
  """查询巡检报告相关报错
32231
- 注意:此字段可能返回 null,表示取不到有效值。
32232
32190
  :rtype: str
32233
32191
  """
32234
32192
  return self._Error
@@ -32273,10 +32231,8 @@ class KubeJarvisStateInspectionResultsItem(AbstractModel):
32273
32231
  def __init__(self):
32274
32232
  r"""
32275
32233
  :param _Name: 巡检结果名称
32276
- 注意:此字段可能返回 null,表示取不到有效值。
32277
32234
  :type Name: str
32278
32235
  :param _Statistics: 诊断结果统计
32279
- 注意:此字段可能返回 null,表示取不到有效值。
32280
32236
  :type Statistics: list of KubeJarvisStateStatistic
32281
32237
  """
32282
32238
  self._Name = None
@@ -32285,7 +32241,6 @@ class KubeJarvisStateInspectionResultsItem(AbstractModel):
32285
32241
  @property
32286
32242
  def Name(self):
32287
32243
  """巡检结果名称
32288
- 注意:此字段可能返回 null,表示取不到有效值。
32289
32244
  :rtype: str
32290
32245
  """
32291
32246
  return self._Name
@@ -32297,7 +32252,6 @@ class KubeJarvisStateInspectionResultsItem(AbstractModel):
32297
32252
  @property
32298
32253
  def Statistics(self):
32299
32254
  """诊断结果统计
32300
- 注意:此字段可能返回 null,表示取不到有效值。
32301
32255
  :rtype: list of KubeJarvisStateStatistic
32302
32256
  """
32303
32257
  return self._Statistics
@@ -32333,10 +32287,8 @@ class KubeJarvisStateResultObjInfo(AbstractModel):
32333
32287
  def __init__(self):
32334
32288
  r"""
32335
32289
  :param _PropertyName: 对象属性名称
32336
- 注意:此字段可能返回 null,表示取不到有效值。
32337
32290
  :type PropertyName: str
32338
32291
  :param _PropertyValue: 对象属性值
32339
- 注意:此字段可能返回 null,表示取不到有效值。
32340
32292
  :type PropertyValue: str
32341
32293
  """
32342
32294
  self._PropertyName = None
@@ -32345,7 +32297,6 @@ class KubeJarvisStateResultObjInfo(AbstractModel):
32345
32297
  @property
32346
32298
  def PropertyName(self):
32347
32299
  """对象属性名称
32348
- 注意:此字段可能返回 null,表示取不到有效值。
32349
32300
  :rtype: str
32350
32301
  """
32351
32302
  return self._PropertyName
@@ -32357,7 +32308,6 @@ class KubeJarvisStateResultObjInfo(AbstractModel):
32357
32308
  @property
32358
32309
  def PropertyValue(self):
32359
32310
  """对象属性值
32360
- 注意:此字段可能返回 null,表示取不到有效值。
32361
32311
  :rtype: str
32362
32312
  """
32363
32313
  return self._PropertyValue
@@ -32388,28 +32338,22 @@ class KubeJarvisStateResultsItem(AbstractModel):
32388
32338
  def __init__(self):
32389
32339
  r"""
32390
32340
  :param _Level: 诊断结果级别
32391
- 注意:此字段可能返回 null,表示取不到有效值。
32392
32341
  :type Level: str
32393
32342
  :param _ObjName: 诊断对象名
32394
- 注意:此字段可能返回 null,表示取不到有效值。
32395
32343
  :type ObjName: str
32396
32344
  :param _ObjInfo: 诊断对象信息
32397
32345
  注意:此字段可能返回 null,表示取不到有效值。
32398
32346
  :type ObjInfo: list of KubeJarvisStateResultObjInfo
32399
32347
  :param _Title: 诊断项标题
32400
- 注意:此字段可能返回 null,表示取不到有效值。
32401
32348
  :type Title: str
32402
32349
  :param _Desc: 诊断项描述
32403
- 注意:此字段可能返回 null,表示取不到有效值。
32404
32350
  :type Desc: str
32405
32351
  :param _Proposal: 诊断建议
32406
32352
  注意:此字段可能返回 null,表示取不到有效值。
32407
32353
  :type Proposal: str
32408
32354
  :param _ProposalDocUrl: 诊断建议文档链接
32409
- 注意:此字段可能返回 null,表示取不到有效值。
32410
32355
  :type ProposalDocUrl: str
32411
32356
  :param _ProposalDocName: 诊断建议文档名称
32412
- 注意:此字段可能返回 null,表示取不到有效值。
32413
32357
  :type ProposalDocName: str
32414
32358
  """
32415
32359
  self._Level = None
@@ -32424,7 +32368,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
32424
32368
  @property
32425
32369
  def Level(self):
32426
32370
  """诊断结果级别
32427
- 注意:此字段可能返回 null,表示取不到有效值。
32428
32371
  :rtype: str
32429
32372
  """
32430
32373
  return self._Level
@@ -32436,7 +32379,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
32436
32379
  @property
32437
32380
  def ObjName(self):
32438
32381
  """诊断对象名
32439
- 注意:此字段可能返回 null,表示取不到有效值。
32440
32382
  :rtype: str
32441
32383
  """
32442
32384
  return self._ObjName
@@ -32460,7 +32402,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
32460
32402
  @property
32461
32403
  def Title(self):
32462
32404
  """诊断项标题
32463
- 注意:此字段可能返回 null,表示取不到有效值。
32464
32405
  :rtype: str
32465
32406
  """
32466
32407
  return self._Title
@@ -32472,7 +32413,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
32472
32413
  @property
32473
32414
  def Desc(self):
32474
32415
  """诊断项描述
32475
- 注意:此字段可能返回 null,表示取不到有效值。
32476
32416
  :rtype: str
32477
32417
  """
32478
32418
  return self._Desc
@@ -32496,7 +32436,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
32496
32436
  @property
32497
32437
  def ProposalDocUrl(self):
32498
32438
  """诊断建议文档链接
32499
- 注意:此字段可能返回 null,表示取不到有效值。
32500
32439
  :rtype: str
32501
32440
  """
32502
32441
  return self._ProposalDocUrl
@@ -32508,7 +32447,6 @@ class KubeJarvisStateResultsItem(AbstractModel):
32508
32447
  @property
32509
32448
  def ProposalDocName(self):
32510
32449
  """诊断建议文档名称
32511
- 注意:此字段可能返回 null,表示取不到有效值。
32512
32450
  :rtype: str
32513
32451
  """
32514
32452
  return self._ProposalDocName
@@ -32550,10 +32488,8 @@ class KubeJarvisStateStatistic(AbstractModel):
32550
32488
  def __init__(self):
32551
32489
  r"""
32552
32490
  :param _HealthyLevel: 诊断结果的健康水平
32553
- 注意:此字段可能返回 null,表示取不到有效值。
32554
32491
  :type HealthyLevel: str
32555
32492
  :param _Count: 诊断结果的统计
32556
- 注意:此字段可能返回 null,表示取不到有效值。
32557
32493
  :type Count: int
32558
32494
  """
32559
32495
  self._HealthyLevel = None
@@ -32562,7 +32498,6 @@ class KubeJarvisStateStatistic(AbstractModel):
32562
32498
  @property
32563
32499
  def HealthyLevel(self):
32564
32500
  """诊断结果的健康水平
32565
- 注意:此字段可能返回 null,表示取不到有效值。
32566
32501
  :rtype: str
32567
32502
  """
32568
32503
  return self._HealthyLevel
@@ -32574,7 +32509,6 @@ class KubeJarvisStateStatistic(AbstractModel):
32574
32509
  @property
32575
32510
  def Count(self):
32576
32511
  """诊断结果的统计
32577
- 注意:此字段可能返回 null,表示取不到有效值。
32578
32512
  :rtype: int
32579
32513
  """
32580
32514
  return self._Count