tencentcloud-sdk-python 3.0.1360__py2.py3-none-any.whl → 3.0.1362__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 (51) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/bh/v20230418/bh_client.py +23 -0
  3. tencentcloud/bh/v20230418/models.py +139 -0
  4. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  5. tencentcloud/cdb/v20170320/models.py +6 -6
  6. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  7. tencentcloud/cdwpg/v20201230/models.py +22 -334
  8. tencentcloud/cvm/v20170312/models.py +20 -10
  9. tencentcloud/cwp/v20180228/models.py +138 -12
  10. tencentcloud/cynosdb/v20190107/models.py +45 -0
  11. tencentcloud/dlc/v20210125/models.py +107 -566
  12. tencentcloud/dsgc/v20190723/models.py +30 -0
  13. tencentcloud/emr/v20190103/emr_client.py +23 -0
  14. tencentcloud/emr/v20190103/models.py +214 -0
  15. tencentcloud/es/v20250101/es_client.py +23 -0
  16. tencentcloud/es/v20250101/models.py +356 -1
  17. tencentcloud/ess/v20201111/models.py +256 -0
  18. tencentcloud/essbasic/v20210526/models.py +281 -13
  19. tencentcloud/gaap/v20180529/gaap_client.py +1 -1
  20. tencentcloud/gaap/v20180529/models.py +2 -186
  21. tencentcloud/gs/v20191118/gs_client.py +46 -0
  22. tencentcloud/gs/v20191118/models.py +385 -8
  23. tencentcloud/ioa/v20220601/ioa_client.py +46 -0
  24. tencentcloud/ioa/v20220601/models.py +358 -0
  25. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +115 -0
  26. tencentcloud/iotexplorer/v20190423/models.py +1228 -50
  27. tencentcloud/kms/v20190118/models.py +71 -0
  28. tencentcloud/lcic/v20220817/models.py +64 -0
  29. tencentcloud/lighthouse/v20200324/errorcodes.py +0 -6
  30. tencentcloud/lighthouse/v20200324/lighthouse_client.py +4 -57
  31. tencentcloud/lighthouse/v20200324/models.py +14 -168
  32. tencentcloud/monitor/v20180724/models.py +2 -2
  33. tencentcloud/monitor/v20180724/monitor_client.py +1 -1
  34. tencentcloud/mps/v20190612/models.py +168 -17
  35. tencentcloud/oceanus/v20190422/models.py +2 -2
  36. tencentcloud/privatedns/v20201028/models.py +6 -6
  37. tencentcloud/tan/v20220420/tan_client.py +3 -1
  38. tencentcloud/tcbr/v20220217/models.py +15 -0
  39. tencentcloud/tione/v20211111/models.py +91 -0
  40. tencentcloud/trocket/v20230308/models.py +1451 -66
  41. tencentcloud/trocket/v20230308/trocket_client.py +215 -0
  42. tencentcloud/vcube/v20220410/models.py +15 -0
  43. tencentcloud/vdb/v20230616/models.py +15 -0
  44. tencentcloud/vpc/v20170312/models.py +307 -78
  45. tencentcloud/vpc/v20170312/vpc_client.py +31 -3
  46. tencentcloud/wedata/v20210820/models.py +6 -6
  47. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/METADATA +1 -1
  48. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/RECORD +51 -51
  49. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/LICENSE +0 -0
  50. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/WHEEL +0 -0
  51. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/top_level.txt +0 -0
@@ -81,7 +81,6 @@ class AccountInfo(AbstractModel):
81
81
  :param _UserName: 账号名
82
82
  :type UserName: str
83
83
  :param _Perms: 账户属性
84
- 注意:此字段可能返回 null,表示取不到有效值。
85
84
  :type Perms: list of str
86
85
  """
87
86
  self._InstanceId = None
@@ -113,7 +112,6 @@ class AccountInfo(AbstractModel):
113
112
  @property
114
113
  def Perms(self):
115
114
  """账户属性
116
- 注意:此字段可能返回 null,表示取不到有效值。
117
115
  :rtype: list of str
118
116
  """
119
117
  return self._Perms
@@ -217,13 +215,10 @@ class CBSSpecInfo(AbstractModel):
217
215
  def __init__(self):
218
216
  r"""
219
217
  :param _DiskType: 盘类型
220
- 注意:此字段可能返回 null,表示取不到有效值。
221
218
  :type DiskType: str
222
219
  :param _DiskSize: 大小
223
- 注意:此字段可能返回 null,表示取不到有效值。
224
220
  :type DiskSize: int
225
221
  :param _DiskCount: 个数
226
- 注意:此字段可能返回 null,表示取不到有效值。
227
222
  :type DiskCount: int
228
223
  """
229
224
  self._DiskType = None
@@ -233,7 +228,6 @@ class CBSSpecInfo(AbstractModel):
233
228
  @property
234
229
  def DiskType(self):
235
230
  """盘类型
236
- 注意:此字段可能返回 null,表示取不到有效值。
237
231
  :rtype: str
238
232
  """
239
233
  return self._DiskType
@@ -245,7 +239,6 @@ class CBSSpecInfo(AbstractModel):
245
239
  @property
246
240
  def DiskSize(self):
247
241
  """大小
248
- 注意:此字段可能返回 null,表示取不到有效值。
249
242
  :rtype: int
250
243
  """
251
244
  return self._DiskSize
@@ -257,7 +250,6 @@ class CBSSpecInfo(AbstractModel):
257
250
  @property
258
251
  def DiskCount(self):
259
252
  """个数
260
- 注意:此字段可能返回 null,表示取不到有效值。
261
253
  :rtype: int
262
254
  """
263
255
  return self._DiskCount
@@ -372,19 +364,14 @@ class ChargeProperties(AbstractModel):
372
364
  def __init__(self):
373
365
  r"""
374
366
  :param _RenewFlag: 1-需要自动续期
375
- 注意:此字段可能返回 null,表示取不到有效值。
376
367
  :type RenewFlag: int
377
368
  :param _TimeSpan: 订单时间范围
378
- 注意:此字段可能返回 null,表示取不到有效值。
379
369
  :type TimeSpan: int
380
370
  :param _TimeUnit: 时间单位,一般为h和m
381
- 注意:此字段可能返回 null,表示取不到有效值。
382
371
  :type TimeUnit: str
383
372
  :param _PayMode: 计费类型0-按量计费,1-包年包月
384
- 注意:此字段可能返回 null,表示取不到有效值。
385
373
  :type PayMode: int
386
374
  :param _ChargeType: PREPAID、POSTPAID_BY_HOUR
387
- 注意:此字段可能返回 null,表示取不到有效值。
388
375
  :type ChargeType: str
389
376
  """
390
377
  self._RenewFlag = None
@@ -396,7 +383,6 @@ class ChargeProperties(AbstractModel):
396
383
  @property
397
384
  def RenewFlag(self):
398
385
  """1-需要自动续期
399
- 注意:此字段可能返回 null,表示取不到有效值。
400
386
  :rtype: int
401
387
  """
402
388
  return self._RenewFlag
@@ -408,7 +394,6 @@ class ChargeProperties(AbstractModel):
408
394
  @property
409
395
  def TimeSpan(self):
410
396
  """订单时间范围
411
- 注意:此字段可能返回 null,表示取不到有效值。
412
397
  :rtype: int
413
398
  """
414
399
  return self._TimeSpan
@@ -420,7 +405,6 @@ class ChargeProperties(AbstractModel):
420
405
  @property
421
406
  def TimeUnit(self):
422
407
  """时间单位,一般为h和m
423
- 注意:此字段可能返回 null,表示取不到有效值。
424
408
  :rtype: str
425
409
  """
426
410
  return self._TimeUnit
@@ -432,7 +416,6 @@ class ChargeProperties(AbstractModel):
432
416
  @property
433
417
  def PayMode(self):
434
418
  """计费类型0-按量计费,1-包年包月
435
- 注意:此字段可能返回 null,表示取不到有效值。
436
419
  :rtype: int
437
420
  """
438
421
  return self._PayMode
@@ -444,7 +427,6 @@ class ChargeProperties(AbstractModel):
444
427
  @property
445
428
  def ChargeType(self):
446
429
  """PREPAID、POSTPAID_BY_HOUR
447
- 注意:此字段可能返回 null,表示取不到有效值。
448
430
  :rtype: str
449
431
  """
450
432
  return self._ChargeType
@@ -719,10 +701,12 @@ class CreateInstanceByApiRequest(AbstractModel):
719
701
  :type AdminPassword: str
720
702
  :param _Resources: 资源信息
721
703
  :type Resources: list of ResourceSpecNew
722
- :param _Tags: 标签列表
704
+ :param _Tags: 废弃,用TagItems
723
705
  :type Tags: :class:`tencentcloud.cdwpg.v20201230.models.Tag`
724
706
  :param _ProductVersion: 版本
725
707
  :type ProductVersion: str
708
+ :param _TagItems: 标签列表
709
+ :type TagItems: list of Tag
726
710
  """
727
711
  self._InstanceName = None
728
712
  self._Zone = None
@@ -733,6 +717,7 @@ class CreateInstanceByApiRequest(AbstractModel):
733
717
  self._Resources = None
734
718
  self._Tags = None
735
719
  self._ProductVersion = None
720
+ self._TagItems = None
736
721
 
737
722
  @property
738
723
  def InstanceName(self):
@@ -813,7 +798,7 @@ class CreateInstanceByApiRequest(AbstractModel):
813
798
 
814
799
  @property
815
800
  def Tags(self):
816
- """标签列表
801
+ """废弃,用TagItems
817
802
  :rtype: :class:`tencentcloud.cdwpg.v20201230.models.Tag`
818
803
  """
819
804
  return self._Tags
@@ -833,6 +818,17 @@ class CreateInstanceByApiRequest(AbstractModel):
833
818
  def ProductVersion(self, ProductVersion):
834
819
  self._ProductVersion = ProductVersion
835
820
 
821
+ @property
822
+ def TagItems(self):
823
+ """标签列表
824
+ :rtype: list of Tag
825
+ """
826
+ return self._TagItems
827
+
828
+ @TagItems.setter
829
+ def TagItems(self, TagItems):
830
+ self._TagItems = TagItems
831
+
836
832
 
837
833
  def _deserialize(self, params):
838
834
  self._InstanceName = params.get("InstanceName")
@@ -853,6 +849,12 @@ class CreateInstanceByApiRequest(AbstractModel):
853
849
  self._Tags = Tag()
854
850
  self._Tags._deserialize(params.get("Tags"))
855
851
  self._ProductVersion = params.get("ProductVersion")
852
+ if params.get("TagItems") is not None:
853
+ self._TagItems = []
854
+ for item in params.get("TagItems"):
855
+ obj = Tag()
856
+ obj._deserialize(item)
857
+ self._TagItems.append(obj)
856
858
  memeber_set = set(params.keys())
857
859
  for name, value in vars(self).items():
858
860
  property_name = name[1:]
@@ -875,7 +877,6 @@ class CreateInstanceByApiResponse(AbstractModel):
875
877
  :param _InstanceId: 实例ID
876
878
  :type InstanceId: str
877
879
  :param _ErrorMsg: 错误信息
878
- 注意:此字段可能返回 null,表示取不到有效值。
879
880
  :type ErrorMsg: str
880
881
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
881
882
  :type RequestId: str
@@ -910,7 +911,6 @@ class CreateInstanceByApiResponse(AbstractModel):
910
911
  @property
911
912
  def ErrorMsg(self):
912
913
  """错误信息
913
- 注意:此字段可能返回 null,表示取不到有效值。
914
914
  :rtype: str
915
915
  """
916
916
  return self._ErrorMsg
@@ -1012,10 +1012,8 @@ class DescribeAccountsResponse(AbstractModel):
1012
1012
  def __init__(self):
1013
1013
  r"""
1014
1014
  :param _TotalCount: 实例总数
1015
- 注意:此字段可能返回 null,表示取不到有效值。
1016
1015
  :type TotalCount: int
1017
1016
  :param _Accounts: 账号数组
1018
- 注意:此字段可能返回 null,表示取不到有效值。
1019
1017
  :type Accounts: list of AccountInfo
1020
1018
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1021
1019
  :type RequestId: str
@@ -1027,7 +1025,6 @@ class DescribeAccountsResponse(AbstractModel):
1027
1025
  @property
1028
1026
  def TotalCount(self):
1029
1027
  """实例总数
1030
- 注意:此字段可能返回 null,表示取不到有效值。
1031
1028
  :rtype: int
1032
1029
  """
1033
1030
  return self._TotalCount
@@ -1039,7 +1036,6 @@ class DescribeAccountsResponse(AbstractModel):
1039
1036
  @property
1040
1037
  def Accounts(self):
1041
1038
  """账号数组
1042
- 注意:此字段可能返回 null,表示取不到有效值。
1043
1039
  :rtype: list of AccountInfo
1044
1040
  """
1045
1041
  return self._Accounts
@@ -1643,7 +1639,6 @@ class DescribeInstanceNodesResponse(AbstractModel):
1643
1639
  def __init__(self):
1644
1640
  r"""
1645
1641
  :param _ErrorMsg: error msg
1646
- 注意:此字段可能返回 null,表示取不到有效值。
1647
1642
  :type ErrorMsg: str
1648
1643
  :param _InstanceNodes: 节点列表
1649
1644
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1658,7 +1653,6 @@ class DescribeInstanceNodesResponse(AbstractModel):
1658
1653
  @property
1659
1654
  def ErrorMsg(self):
1660
1655
  """error msg
1661
- 注意:此字段可能返回 null,表示取不到有效值。
1662
1656
  :rtype: str
1663
1657
  """
1664
1658
  return self._ErrorMsg
@@ -1990,25 +1984,18 @@ class DescribeInstanceStateResponse(AbstractModel):
1990
1984
  :param _InstanceState: 集群状态,例如:Serving
1991
1985
  :type InstanceState: str
1992
1986
  :param _FlowCreateTime: 集群操作创建时间
1993
- 注意:此字段可能返回 null,表示取不到有效值。
1994
1987
  :type FlowCreateTime: str
1995
1988
  :param _FlowName: 集群操作名称
1996
- 注意:此字段可能返回 null,表示取不到有效值。
1997
1989
  :type FlowName: str
1998
1990
  :param _FlowProgress: 集群操作进度
1999
- 注意:此字段可能返回 null,表示取不到有效值。
2000
1991
  :type FlowProgress: float
2001
1992
  :param _InstanceStateDesc: 集群状态描述,例如:运行中
2002
- 注意:此字段可能返回 null,表示取不到有效值。
2003
1993
  :type InstanceStateDesc: str
2004
1994
  :param _FlowMsg: 集群流程错误信息,例如:“创建失败,资源不足”
2005
- 注意:此字段可能返回 null,表示取不到有效值。
2006
1995
  :type FlowMsg: str
2007
1996
  :param _ProcessName: 当前步骤的名称,例如:”购买资源中“
2008
- 注意:此字段可能返回 null,表示取不到有效值。
2009
1997
  :type ProcessName: str
2010
1998
  :param _BackupStatus: 集群备份任务开启状态
2011
- 注意:此字段可能返回 null,表示取不到有效值。
2012
1999
  :type BackupStatus: int
2013
2000
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2014
2001
  :type RequestId: str
@@ -2037,7 +2024,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2037
2024
  @property
2038
2025
  def FlowCreateTime(self):
2039
2026
  """集群操作创建时间
2040
- 注意:此字段可能返回 null,表示取不到有效值。
2041
2027
  :rtype: str
2042
2028
  """
2043
2029
  return self._FlowCreateTime
@@ -2049,7 +2035,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2049
2035
  @property
2050
2036
  def FlowName(self):
2051
2037
  """集群操作名称
2052
- 注意:此字段可能返回 null,表示取不到有效值。
2053
2038
  :rtype: str
2054
2039
  """
2055
2040
  return self._FlowName
@@ -2061,7 +2046,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2061
2046
  @property
2062
2047
  def FlowProgress(self):
2063
2048
  """集群操作进度
2064
- 注意:此字段可能返回 null,表示取不到有效值。
2065
2049
  :rtype: float
2066
2050
  """
2067
2051
  return self._FlowProgress
@@ -2073,7 +2057,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2073
2057
  @property
2074
2058
  def InstanceStateDesc(self):
2075
2059
  """集群状态描述,例如:运行中
2076
- 注意:此字段可能返回 null,表示取不到有效值。
2077
2060
  :rtype: str
2078
2061
  """
2079
2062
  return self._InstanceStateDesc
@@ -2085,7 +2068,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2085
2068
  @property
2086
2069
  def FlowMsg(self):
2087
2070
  """集群流程错误信息,例如:“创建失败,资源不足”
2088
- 注意:此字段可能返回 null,表示取不到有效值。
2089
2071
  :rtype: str
2090
2072
  """
2091
2073
  return self._FlowMsg
@@ -2097,7 +2079,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2097
2079
  @property
2098
2080
  def ProcessName(self):
2099
2081
  """当前步骤的名称,例如:”购买资源中“
2100
- 注意:此字段可能返回 null,表示取不到有效值。
2101
2082
  :rtype: str
2102
2083
  """
2103
2084
  return self._ProcessName
@@ -2109,7 +2090,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2109
2090
  @property
2110
2091
  def BackupStatus(self):
2111
2092
  """集群备份任务开启状态
2112
- 注意:此字段可能返回 null,表示取不到有效值。
2113
2093
  :rtype: int
2114
2094
  """
2115
2095
  return self._BackupStatus
@@ -2251,13 +2231,11 @@ class DescribeInstancesResponse(AbstractModel):
2251
2231
  def __init__(self):
2252
2232
  r"""
2253
2233
  :param _TotalCount: 实例总数
2254
- 注意:此字段可能返回 null,表示取不到有效值。
2255
2234
  :type TotalCount: int
2256
2235
  :param _InstancesList: 实例数组
2257
2236
  注意:此字段可能返回 null,表示取不到有效值。
2258
2237
  :type InstancesList: list of InstanceInfo
2259
2238
  :param _ErrorMsg: 错误信息
2260
- 注意:此字段可能返回 null,表示取不到有效值。
2261
2239
  :type ErrorMsg: str
2262
2240
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2263
2241
  :type RequestId: str
@@ -2270,7 +2248,6 @@ class DescribeInstancesResponse(AbstractModel):
2270
2248
  @property
2271
2249
  def TotalCount(self):
2272
2250
  """实例总数
2273
- 注意:此字段可能返回 null,表示取不到有效值。
2274
2251
  :rtype: int
2275
2252
  """
2276
2253
  return self._TotalCount
@@ -2294,7 +2271,6 @@ class DescribeInstancesResponse(AbstractModel):
2294
2271
  @property
2295
2272
  def ErrorMsg(self):
2296
2273
  """错误信息
2297
- 注意:此字段可能返回 null,表示取不到有效值。
2298
2274
  :rtype: str
2299
2275
  """
2300
2276
  return self._ErrorMsg
@@ -2431,13 +2407,10 @@ class DescribeSimpleInstancesResponse(AbstractModel):
2431
2407
  def __init__(self):
2432
2408
  r"""
2433
2409
  :param _TotalCount: 集群列表总数
2434
- 注意:此字段可能返回 null,表示取不到有效值。
2435
2410
  :type TotalCount: int
2436
2411
  :param _InstancesList: 集群列表详情
2437
- 注意:此字段可能返回 null,表示取不到有效值。
2438
2412
  :type InstancesList: list of InstanceSimpleInfoNew
2439
2413
  :param _ErrorMsg: 错误信息
2440
- 注意:此字段可能返回 null,表示取不到有效值。
2441
2414
  :type ErrorMsg: str
2442
2415
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2443
2416
  :type RequestId: str
@@ -2450,7 +2423,6 @@ class DescribeSimpleInstancesResponse(AbstractModel):
2450
2423
  @property
2451
2424
  def TotalCount(self):
2452
2425
  """集群列表总数
2453
- 注意:此字段可能返回 null,表示取不到有效值。
2454
2426
  :rtype: int
2455
2427
  """
2456
2428
  return self._TotalCount
@@ -2462,7 +2434,6 @@ class DescribeSimpleInstancesResponse(AbstractModel):
2462
2434
  @property
2463
2435
  def InstancesList(self):
2464
2436
  """集群列表详情
2465
- 注意:此字段可能返回 null,表示取不到有效值。
2466
2437
  :rtype: list of InstanceSimpleInfoNew
2467
2438
  """
2468
2439
  return self._InstancesList
@@ -2474,7 +2445,6 @@ class DescribeSimpleInstancesResponse(AbstractModel):
2474
2445
  @property
2475
2446
  def ErrorMsg(self):
2476
2447
  """错误信息
2477
- 注意:此字段可能返回 null,表示取不到有效值。
2478
2448
  :rtype: str
2479
2449
  """
2480
2450
  return self._ErrorMsg
@@ -2898,10 +2868,8 @@ class DescribeUserHbaConfigResponse(AbstractModel):
2898
2868
  def __init__(self):
2899
2869
  r"""
2900
2870
  :param _TotalCount: 实例总数
2901
- 注意:此字段可能返回 null,表示取不到有效值。
2902
2871
  :type TotalCount: int
2903
2872
  :param _HbaConfigs: hba数组
2904
- 注意:此字段可能返回 null,表示取不到有效值。
2905
2873
  :type HbaConfigs: list of HbaConfig
2906
2874
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2907
2875
  :type RequestId: str
@@ -2913,7 +2881,6 @@ class DescribeUserHbaConfigResponse(AbstractModel):
2913
2881
  @property
2914
2882
  def TotalCount(self):
2915
2883
  """实例总数
2916
- 注意:此字段可能返回 null,表示取不到有效值。
2917
2884
  :rtype: int
2918
2885
  """
2919
2886
  return self._TotalCount
@@ -2925,7 +2892,6 @@ class DescribeUserHbaConfigResponse(AbstractModel):
2925
2892
  @property
2926
2893
  def HbaConfigs(self):
2927
2894
  """hba数组
2928
- 注意:此字段可能返回 null,表示取不到有效值。
2929
2895
  :rtype: list of HbaConfig
2930
2896
  """
2931
2897
  return self._HbaConfigs
@@ -3059,22 +3025,16 @@ class DiskSpecPlus(AbstractModel):
3059
3025
  def __init__(self):
3060
3026
  r"""
3061
3027
  :param _DiskCount: 磁盘个数
3062
- 注意:此字段可能返回 null,表示取不到有效值。
3063
3028
  :type DiskCount: int
3064
3029
  :param _MaxDiskSize: 磁盘最大值
3065
- 注意:此字段可能返回 null,表示取不到有效值。
3066
3030
  :type MaxDiskSize: int
3067
3031
  :param _MinDiskSize: 磁盘最小值
3068
- 注意:此字段可能返回 null,表示取不到有效值。
3069
3032
  :type MinDiskSize: int
3070
3033
  :param _DiskType: 磁盘类型
3071
- 注意:此字段可能返回 null,表示取不到有效值。
3072
3034
  :type DiskType: str
3073
3035
  :param _DiskDesc: 磁盘类型详情
3074
- 注意:此字段可能返回 null,表示取不到有效值。
3075
3036
  :type DiskDesc: str
3076
3037
  :param _CvmClass: 机型类型
3077
- 注意:此字段可能返回 null,表示取不到有效值。
3078
3038
  :type CvmClass: str
3079
3039
  """
3080
3040
  self._DiskCount = None
@@ -3087,7 +3047,6 @@ class DiskSpecPlus(AbstractModel):
3087
3047
  @property
3088
3048
  def DiskCount(self):
3089
3049
  """磁盘个数
3090
- 注意:此字段可能返回 null,表示取不到有效值。
3091
3050
  :rtype: int
3092
3051
  """
3093
3052
  return self._DiskCount
@@ -3099,7 +3058,6 @@ class DiskSpecPlus(AbstractModel):
3099
3058
  @property
3100
3059
  def MaxDiskSize(self):
3101
3060
  """磁盘最大值
3102
- 注意:此字段可能返回 null,表示取不到有效值。
3103
3061
  :rtype: int
3104
3062
  """
3105
3063
  return self._MaxDiskSize
@@ -3111,7 +3069,6 @@ class DiskSpecPlus(AbstractModel):
3111
3069
  @property
3112
3070
  def MinDiskSize(self):
3113
3071
  """磁盘最小值
3114
- 注意:此字段可能返回 null,表示取不到有效值。
3115
3072
  :rtype: int
3116
3073
  """
3117
3074
  return self._MinDiskSize
@@ -3123,7 +3080,6 @@ class DiskSpecPlus(AbstractModel):
3123
3080
  @property
3124
3081
  def DiskType(self):
3125
3082
  """磁盘类型
3126
- 注意:此字段可能返回 null,表示取不到有效值。
3127
3083
  :rtype: str
3128
3084
  """
3129
3085
  return self._DiskType
@@ -3135,7 +3091,6 @@ class DiskSpecPlus(AbstractModel):
3135
3091
  @property
3136
3092
  def DiskDesc(self):
3137
3093
  """磁盘类型详情
3138
- 注意:此字段可能返回 null,表示取不到有效值。
3139
3094
  :rtype: str
3140
3095
  """
3141
3096
  return self._DiskDesc
@@ -3147,7 +3102,6 @@ class DiskSpecPlus(AbstractModel):
3147
3102
  @property
3148
3103
  def CvmClass(self):
3149
3104
  """机型类型
3150
- 注意:此字段可能返回 null,表示取不到有效值。
3151
3105
  :rtype: str
3152
3106
  """
3153
3107
  return self._CvmClass
@@ -3182,16 +3136,12 @@ class ErrorLogDetail(AbstractModel):
3182
3136
  def __init__(self):
3183
3137
  r"""
3184
3138
  :param _UserName: 用户名称
3185
- 注意:此字段可能返回 null,表示取不到有效值。
3186
3139
  :type UserName: str
3187
3140
  :param _Database: 数据库
3188
- 注意:此字段可能返回 null,表示取不到有效值。
3189
3141
  :type Database: str
3190
3142
  :param _ErrorTime: 报错时间
3191
- 注意:此字段可能返回 null,表示取不到有效值。
3192
3143
  :type ErrorTime: str
3193
3144
  :param _ErrorMessage: 报错信息
3194
- 注意:此字段可能返回 null,表示取不到有效值。
3195
3145
  :type ErrorMessage: str
3196
3146
  """
3197
3147
  self._UserName = None
@@ -3202,7 +3152,6 @@ class ErrorLogDetail(AbstractModel):
3202
3152
  @property
3203
3153
  def UserName(self):
3204
3154
  """用户名称
3205
- 注意:此字段可能返回 null,表示取不到有效值。
3206
3155
  :rtype: str
3207
3156
  """
3208
3157
  return self._UserName
@@ -3214,7 +3163,6 @@ class ErrorLogDetail(AbstractModel):
3214
3163
  @property
3215
3164
  def Database(self):
3216
3165
  """数据库
3217
- 注意:此字段可能返回 null,表示取不到有效值。
3218
3166
  :rtype: str
3219
3167
  """
3220
3168
  return self._Database
@@ -3226,7 +3174,6 @@ class ErrorLogDetail(AbstractModel):
3226
3174
  @property
3227
3175
  def ErrorTime(self):
3228
3176
  """报错时间
3229
- 注意:此字段可能返回 null,表示取不到有效值。
3230
3177
  :rtype: str
3231
3178
  """
3232
3179
  return self._ErrorTime
@@ -3238,7 +3185,6 @@ class ErrorLogDetail(AbstractModel):
3238
3185
  @property
3239
3186
  def ErrorMessage(self):
3240
3187
  """报错信息
3241
- 注意:此字段可能返回 null,表示取不到有效值。
3242
3188
  :rtype: str
3243
3189
  """
3244
3190
  return self._ErrorMessage
@@ -3281,7 +3227,6 @@ class HbaConfig(AbstractModel):
3281
3227
  :param _Method: 方法
3282
3228
  :type Method: str
3283
3229
  :param _Mask: 是否遮盖
3284
- 注意:此字段可能返回 null,表示取不到有效值。
3285
3230
  :type Mask: str
3286
3231
  """
3287
3232
  self._Type = None
@@ -3349,7 +3294,6 @@ class HbaConfig(AbstractModel):
3349
3294
  @property
3350
3295
  def Mask(self):
3351
3296
  """是否遮盖
3352
- 注意:此字段可能返回 null,表示取不到有效值。
3353
3297
  :rtype: str
3354
3298
  """
3355
3299
  return self._Mask
@@ -3384,82 +3328,57 @@ class InstanceInfo(AbstractModel):
3384
3328
  def __init__(self):
3385
3329
  r"""
3386
3330
  :param _ID: ID值
3387
- 注意:此字段可能返回 null,表示取不到有效值。
3388
3331
  :type ID: int
3389
3332
  :param _InstanceType: 内核版本类型
3390
- 注意:此字段可能返回 null,表示取不到有效值。
3391
3333
  :type InstanceType: str
3392
3334
  :param _InstanceName: 集群名字
3393
- 注意:此字段可能返回 null,表示取不到有效值。
3394
3335
  :type InstanceName: str
3395
3336
  :param _Status: 集群状态
3396
- 注意:此字段可能返回 null,表示取不到有效值。
3397
3337
  :type Status: str
3398
3338
  :param _StatusDesc: 集群状态详情
3399
- 注意:此字段可能返回 null,表示取不到有效值。
3400
3339
  :type StatusDesc: str
3401
3340
  :param _InstanceStateInfo: 集群状态信息
3402
3341
  注意:此字段可能返回 null,表示取不到有效值。
3403
3342
  :type InstanceStateInfo: :class:`tencentcloud.cdwpg.v20201230.models.InstanceStateInfo`
3404
3343
  :param _InstanceID: 集群id
3405
- 注意:此字段可能返回 null,表示取不到有效值。
3406
3344
  :type InstanceID: str
3407
3345
  :param _CreateTime: 创建时间
3408
- 注意:此字段可能返回 null,表示取不到有效值。
3409
3346
  :type CreateTime: str
3410
3347
  :param _Region: 地域
3411
- 注意:此字段可能返回 null,表示取不到有效值。
3412
3348
  :type Region: str
3413
3349
  :param _Zone: 地区
3414
- 注意:此字段可能返回 null,表示取不到有效值。
3415
3350
  :type Zone: str
3416
3351
  :param _RegionDesc: 地域详情
3417
- 注意:此字段可能返回 null,表示取不到有效值。
3418
3352
  :type RegionDesc: str
3419
3353
  :param _ZoneDesc: 地区详情
3420
- 注意:此字段可能返回 null,表示取不到有效值。
3421
3354
  :type ZoneDesc: str
3422
3355
  :param _Tags: 标签
3423
- 注意:此字段可能返回 null,表示取不到有效值。
3424
3356
  :type Tags: list of Tag
3425
3357
  :param _Version: 内核版本
3426
- 注意:此字段可能返回 null,表示取不到有效值。
3427
3358
  :type Version: str
3428
3359
  :param _Charset: 字符集
3429
- 注意:此字段可能返回 null,表示取不到有效值。
3430
3360
  :type Charset: str
3431
3361
  :param _CNNodes: CN节点列表
3432
- 注意:此字段可能返回 null,表示取不到有效值。
3433
3362
  :type CNNodes: list of InstanceNodeGroup
3434
3363
  :param _DNNodes: DN节点列表
3435
- 注意:此字段可能返回 null,表示取不到有效值。
3436
3364
  :type DNNodes: list of InstanceNodeGroup
3437
3365
  :param _RegionId: 地域id
3438
- 注意:此字段可能返回 null,表示取不到有效值。
3439
3366
  :type RegionId: int
3440
3367
  :param _ZoneId: 地区id
3441
- 注意:此字段可能返回 null,表示取不到有效值。
3442
3368
  :type ZoneId: int
3443
3369
  :param _VpcId: 私有网络
3444
- 注意:此字段可能返回 null,表示取不到有效值。
3445
3370
  :type VpcId: str
3446
3371
  :param _SubnetId: 子网
3447
- 注意:此字段可能返回 null,表示取不到有效值。
3448
3372
  :type SubnetId: str
3449
3373
  :param _ExpireTime: 过期时间
3450
- 注意:此字段可能返回 null,表示取不到有效值。
3451
3374
  :type ExpireTime: str
3452
3375
  :param _PayMode: 计费方式
3453
- 注意:此字段可能返回 null,表示取不到有效值。
3454
3376
  :type PayMode: str
3455
3377
  :param _RenewFlag: 自动续费
3456
- 注意:此字段可能返回 null,表示取不到有效值。
3457
3378
  :type RenewFlag: bool
3458
3379
  :param _InstanceId: 集群id
3459
- 注意:此字段可能返回 null,表示取不到有效值。
3460
3380
  :type InstanceId: str
3461
3381
  :param _AccessDetails: 访问信息
3462
- 注意:此字段可能返回 null,表示取不到有效值。
3463
3382
  :type AccessDetails: list of AccessInfo
3464
3383
  """
3465
3384
  self._ID = None
@@ -3492,7 +3411,6 @@ class InstanceInfo(AbstractModel):
3492
3411
  @property
3493
3412
  def ID(self):
3494
3413
  """ID值
3495
- 注意:此字段可能返回 null,表示取不到有效值。
3496
3414
  :rtype: int
3497
3415
  """
3498
3416
  return self._ID
@@ -3504,7 +3422,6 @@ class InstanceInfo(AbstractModel):
3504
3422
  @property
3505
3423
  def InstanceType(self):
3506
3424
  """内核版本类型
3507
- 注意:此字段可能返回 null,表示取不到有效值。
3508
3425
  :rtype: str
3509
3426
  """
3510
3427
  return self._InstanceType
@@ -3516,7 +3433,6 @@ class InstanceInfo(AbstractModel):
3516
3433
  @property
3517
3434
  def InstanceName(self):
3518
3435
  """集群名字
3519
- 注意:此字段可能返回 null,表示取不到有效值。
3520
3436
  :rtype: str
3521
3437
  """
3522
3438
  return self._InstanceName
@@ -3528,7 +3444,6 @@ class InstanceInfo(AbstractModel):
3528
3444
  @property
3529
3445
  def Status(self):
3530
3446
  """集群状态
3531
- 注意:此字段可能返回 null,表示取不到有效值。
3532
3447
  :rtype: str
3533
3448
  """
3534
3449
  return self._Status
@@ -3540,7 +3455,6 @@ class InstanceInfo(AbstractModel):
3540
3455
  @property
3541
3456
  def StatusDesc(self):
3542
3457
  """集群状态详情
3543
- 注意:此字段可能返回 null,表示取不到有效值。
3544
3458
  :rtype: str
3545
3459
  """
3546
3460
  return self._StatusDesc
@@ -3564,7 +3478,6 @@ class InstanceInfo(AbstractModel):
3564
3478
  @property
3565
3479
  def InstanceID(self):
3566
3480
  """集群id
3567
- 注意:此字段可能返回 null,表示取不到有效值。
3568
3481
  :rtype: str
3569
3482
  """
3570
3483
  return self._InstanceID
@@ -3576,7 +3489,6 @@ class InstanceInfo(AbstractModel):
3576
3489
  @property
3577
3490
  def CreateTime(self):
3578
3491
  """创建时间
3579
- 注意:此字段可能返回 null,表示取不到有效值。
3580
3492
  :rtype: str
3581
3493
  """
3582
3494
  return self._CreateTime
@@ -3588,7 +3500,6 @@ class InstanceInfo(AbstractModel):
3588
3500
  @property
3589
3501
  def Region(self):
3590
3502
  """地域
3591
- 注意:此字段可能返回 null,表示取不到有效值。
3592
3503
  :rtype: str
3593
3504
  """
3594
3505
  return self._Region
@@ -3600,7 +3511,6 @@ class InstanceInfo(AbstractModel):
3600
3511
  @property
3601
3512
  def Zone(self):
3602
3513
  """地区
3603
- 注意:此字段可能返回 null,表示取不到有效值。
3604
3514
  :rtype: str
3605
3515
  """
3606
3516
  return self._Zone
@@ -3612,7 +3522,6 @@ class InstanceInfo(AbstractModel):
3612
3522
  @property
3613
3523
  def RegionDesc(self):
3614
3524
  """地域详情
3615
- 注意:此字段可能返回 null,表示取不到有效值。
3616
3525
  :rtype: str
3617
3526
  """
3618
3527
  return self._RegionDesc
@@ -3624,7 +3533,6 @@ class InstanceInfo(AbstractModel):
3624
3533
  @property
3625
3534
  def ZoneDesc(self):
3626
3535
  """地区详情
3627
- 注意:此字段可能返回 null,表示取不到有效值。
3628
3536
  :rtype: str
3629
3537
  """
3630
3538
  return self._ZoneDesc
@@ -3636,7 +3544,6 @@ class InstanceInfo(AbstractModel):
3636
3544
  @property
3637
3545
  def Tags(self):
3638
3546
  """标签
3639
- 注意:此字段可能返回 null,表示取不到有效值。
3640
3547
  :rtype: list of Tag
3641
3548
  """
3642
3549
  return self._Tags
@@ -3648,7 +3555,6 @@ class InstanceInfo(AbstractModel):
3648
3555
  @property
3649
3556
  def Version(self):
3650
3557
  """内核版本
3651
- 注意:此字段可能返回 null,表示取不到有效值。
3652
3558
  :rtype: str
3653
3559
  """
3654
3560
  return self._Version
@@ -3660,7 +3566,6 @@ class InstanceInfo(AbstractModel):
3660
3566
  @property
3661
3567
  def Charset(self):
3662
3568
  """字符集
3663
- 注意:此字段可能返回 null,表示取不到有效值。
3664
3569
  :rtype: str
3665
3570
  """
3666
3571
  return self._Charset
@@ -3672,7 +3577,6 @@ class InstanceInfo(AbstractModel):
3672
3577
  @property
3673
3578
  def CNNodes(self):
3674
3579
  """CN节点列表
3675
- 注意:此字段可能返回 null,表示取不到有效值。
3676
3580
  :rtype: list of InstanceNodeGroup
3677
3581
  """
3678
3582
  return self._CNNodes
@@ -3684,7 +3588,6 @@ class InstanceInfo(AbstractModel):
3684
3588
  @property
3685
3589
  def DNNodes(self):
3686
3590
  """DN节点列表
3687
- 注意:此字段可能返回 null,表示取不到有效值。
3688
3591
  :rtype: list of InstanceNodeGroup
3689
3592
  """
3690
3593
  return self._DNNodes
@@ -3696,7 +3599,6 @@ class InstanceInfo(AbstractModel):
3696
3599
  @property
3697
3600
  def RegionId(self):
3698
3601
  """地域id
3699
- 注意:此字段可能返回 null,表示取不到有效值。
3700
3602
  :rtype: int
3701
3603
  """
3702
3604
  return self._RegionId
@@ -3708,7 +3610,6 @@ class InstanceInfo(AbstractModel):
3708
3610
  @property
3709
3611
  def ZoneId(self):
3710
3612
  """地区id
3711
- 注意:此字段可能返回 null,表示取不到有效值。
3712
3613
  :rtype: int
3713
3614
  """
3714
3615
  return self._ZoneId
@@ -3720,7 +3621,6 @@ class InstanceInfo(AbstractModel):
3720
3621
  @property
3721
3622
  def VpcId(self):
3722
3623
  """私有网络
3723
- 注意:此字段可能返回 null,表示取不到有效值。
3724
3624
  :rtype: str
3725
3625
  """
3726
3626
  return self._VpcId
@@ -3732,7 +3632,6 @@ class InstanceInfo(AbstractModel):
3732
3632
  @property
3733
3633
  def SubnetId(self):
3734
3634
  """子网
3735
- 注意:此字段可能返回 null,表示取不到有效值。
3736
3635
  :rtype: str
3737
3636
  """
3738
3637
  return self._SubnetId
@@ -3744,7 +3643,6 @@ class InstanceInfo(AbstractModel):
3744
3643
  @property
3745
3644
  def ExpireTime(self):
3746
3645
  """过期时间
3747
- 注意:此字段可能返回 null,表示取不到有效值。
3748
3646
  :rtype: str
3749
3647
  """
3750
3648
  return self._ExpireTime
@@ -3756,7 +3654,6 @@ class InstanceInfo(AbstractModel):
3756
3654
  @property
3757
3655
  def PayMode(self):
3758
3656
  """计费方式
3759
- 注意:此字段可能返回 null,表示取不到有效值。
3760
3657
  :rtype: str
3761
3658
  """
3762
3659
  return self._PayMode
@@ -3768,7 +3665,6 @@ class InstanceInfo(AbstractModel):
3768
3665
  @property
3769
3666
  def RenewFlag(self):
3770
3667
  """自动续费
3771
- 注意:此字段可能返回 null,表示取不到有效值。
3772
3668
  :rtype: bool
3773
3669
  """
3774
3670
  return self._RenewFlag
@@ -3780,7 +3676,6 @@ class InstanceInfo(AbstractModel):
3780
3676
  @property
3781
3677
  def InstanceId(self):
3782
3678
  """集群id
3783
- 注意:此字段可能返回 null,表示取不到有效值。
3784
3679
  :rtype: str
3785
3680
  """
3786
3681
  return self._InstanceId
@@ -3792,7 +3687,6 @@ class InstanceInfo(AbstractModel):
3792
3687
  @property
3793
3688
  def AccessDetails(self):
3794
3689
  """访问信息
3795
- 注意:此字段可能返回 null,表示取不到有效值。
3796
3690
  :rtype: list of AccessInfo
3797
3691
  """
3798
3692
  return self._AccessDetails
@@ -3935,13 +3829,10 @@ class InstanceNodeGroup(AbstractModel):
3935
3829
  def __init__(self):
3936
3830
  r"""
3937
3831
  :param _SpecName: 机型
3938
- 注意:此字段可能返回 null,表示取不到有效值。
3939
3832
  :type SpecName: str
3940
3833
  :param _DataDisk: 磁盘信息
3941
- 注意:此字段可能返回 null,表示取不到有效值。
3942
3834
  :type DataDisk: :class:`tencentcloud.cdwpg.v20201230.models.DiskSpecPlus`
3943
3835
  :param _CvmCount: 机器个数
3944
- 注意:此字段可能返回 null,表示取不到有效值。
3945
3836
  :type CvmCount: int
3946
3837
  """
3947
3838
  self._SpecName = None
@@ -3951,7 +3842,6 @@ class InstanceNodeGroup(AbstractModel):
3951
3842
  @property
3952
3843
  def SpecName(self):
3953
3844
  """机型
3954
- 注意:此字段可能返回 null,表示取不到有效值。
3955
3845
  :rtype: str
3956
3846
  """
3957
3847
  return self._SpecName
@@ -3963,7 +3853,6 @@ class InstanceNodeGroup(AbstractModel):
3963
3853
  @property
3964
3854
  def DataDisk(self):
3965
3855
  """磁盘信息
3966
- 注意:此字段可能返回 null,表示取不到有效值。
3967
3856
  :rtype: :class:`tencentcloud.cdwpg.v20201230.models.DiskSpecPlus`
3968
3857
  """
3969
3858
  return self._DataDisk
@@ -3975,7 +3864,6 @@ class InstanceNodeGroup(AbstractModel):
3975
3864
  @property
3976
3865
  def CvmCount(self):
3977
3866
  """机器个数
3978
- 注意:此字段可能返回 null,表示取不到有效值。
3979
3867
  :rtype: int
3980
3868
  """
3981
3869
  return self._CvmCount
@@ -4011,28 +3899,20 @@ class InstanceOperation(AbstractModel):
4011
3899
  :param _Id: 操作名称,例如“create_instance"、“scaleout_instance”等
4012
3900
  :type Id: int
4013
3901
  :param _InstanceId: 集群ID
4014
- 注意:此字段可能返回 null,表示取不到有效值。
4015
3902
  :type InstanceId: str
4016
3903
  :param _Action: 操作名称描述,例如“创建”,“修改集群名称”等
4017
- 注意:此字段可能返回 null,表示取不到有效值。
4018
3904
  :type Action: str
4019
3905
  :param _Status: 状态
4020
- 注意:此字段可能返回 null,表示取不到有效值。
4021
3906
  :type Status: int
4022
3907
  :param _StartTime: 操作开始时间
4023
- 注意:此字段可能返回 null,表示取不到有效值。
4024
3908
  :type StartTime: str
4025
3909
  :param _EndTime: 操作结束时间
4026
- 注意:此字段可能返回 null,表示取不到有效值。
4027
3910
  :type EndTime: str
4028
3911
  :param _Context: 操作上下文
4029
- 注意:此字段可能返回 null,表示取不到有效值。
4030
3912
  :type Context: str
4031
3913
  :param _UpdateTime: 操作更新时间
4032
- 注意:此字段可能返回 null,表示取不到有效值。
4033
3914
  :type UpdateTime: str
4034
3915
  :param _Uin: 操作UIN
4035
- 注意:此字段可能返回 null,表示取不到有效值。
4036
3916
  :type Uin: str
4037
3917
  """
4038
3918
  self._Id = None
@@ -4059,7 +3939,6 @@ class InstanceOperation(AbstractModel):
4059
3939
  @property
4060
3940
  def InstanceId(self):
4061
3941
  """集群ID
4062
- 注意:此字段可能返回 null,表示取不到有效值。
4063
3942
  :rtype: str
4064
3943
  """
4065
3944
  return self._InstanceId
@@ -4071,7 +3950,6 @@ class InstanceOperation(AbstractModel):
4071
3950
  @property
4072
3951
  def Action(self):
4073
3952
  """操作名称描述,例如“创建”,“修改集群名称”等
4074
- 注意:此字段可能返回 null,表示取不到有效值。
4075
3953
  :rtype: str
4076
3954
  """
4077
3955
  return self._Action
@@ -4083,7 +3961,6 @@ class InstanceOperation(AbstractModel):
4083
3961
  @property
4084
3962
  def Status(self):
4085
3963
  """状态
4086
- 注意:此字段可能返回 null,表示取不到有效值。
4087
3964
  :rtype: int
4088
3965
  """
4089
3966
  return self._Status
@@ -4095,7 +3972,6 @@ class InstanceOperation(AbstractModel):
4095
3972
  @property
4096
3973
  def StartTime(self):
4097
3974
  """操作开始时间
4098
- 注意:此字段可能返回 null,表示取不到有效值。
4099
3975
  :rtype: str
4100
3976
  """
4101
3977
  return self._StartTime
@@ -4107,7 +3983,6 @@ class InstanceOperation(AbstractModel):
4107
3983
  @property
4108
3984
  def EndTime(self):
4109
3985
  """操作结束时间
4110
- 注意:此字段可能返回 null,表示取不到有效值。
4111
3986
  :rtype: str
4112
3987
  """
4113
3988
  return self._EndTime
@@ -4119,7 +3994,6 @@ class InstanceOperation(AbstractModel):
4119
3994
  @property
4120
3995
  def Context(self):
4121
3996
  """操作上下文
4122
- 注意:此字段可能返回 null,表示取不到有效值。
4123
3997
  :rtype: str
4124
3998
  """
4125
3999
  return self._Context
@@ -4131,7 +4005,6 @@ class InstanceOperation(AbstractModel):
4131
4005
  @property
4132
4006
  def UpdateTime(self):
4133
4007
  """操作更新时间
4134
- 注意:此字段可能返回 null,表示取不到有效值。
4135
4008
  :rtype: str
4136
4009
  """
4137
4010
  return self._UpdateTime
@@ -4143,7 +4016,6 @@ class InstanceOperation(AbstractModel):
4143
4016
  @property
4144
4017
  def Uin(self):
4145
4018
  """操作UIN
4146
- 注意:此字段可能返回 null,表示取不到有效值。
4147
4019
  :rtype: str
4148
4020
  """
4149
4021
  return self._Uin
@@ -4181,55 +4053,38 @@ class InstanceSimpleInfoNew(AbstractModel):
4181
4053
  def __init__(self):
4182
4054
  r"""
4183
4055
  :param _ID: ID
4184
- 注意:此字段可能返回 null,表示取不到有效值。
4185
4056
  :type ID: int
4186
4057
  :param _InstanceId: 集群Id
4187
- 注意:此字段可能返回 null,表示取不到有效值。
4188
4058
  :type InstanceId: str
4189
4059
  :param _InstanceName: 集群名字
4190
- 注意:此字段可能返回 null,表示取不到有效值。
4191
4060
  :type InstanceName: str
4192
4061
  :param _Version: 内核版本
4193
- 注意:此字段可能返回 null,表示取不到有效值。
4194
4062
  :type Version: str
4195
4063
  :param _Region: 地域
4196
- 注意:此字段可能返回 null,表示取不到有效值。
4197
4064
  :type Region: str
4198
4065
  :param _RegionId: 地域Id
4199
- 注意:此字段可能返回 null,表示取不到有效值。
4200
4066
  :type RegionId: int
4201
4067
  :param _RegionDesc: 地域详情
4202
- 注意:此字段可能返回 null,表示取不到有效值。
4203
4068
  :type RegionDesc: str
4204
4069
  :param _Zone: 地区
4205
- 注意:此字段可能返回 null,表示取不到有效值。
4206
4070
  :type Zone: str
4207
4071
  :param _ZoneId: 地区id
4208
- 注意:此字段可能返回 null,表示取不到有效值。
4209
4072
  :type ZoneId: int
4210
4073
  :param _ZoneDesc: 地区详情
4211
- 注意:此字段可能返回 null,表示取不到有效值。
4212
4074
  :type ZoneDesc: str
4213
4075
  :param _VpcId: 私有网络
4214
- 注意:此字段可能返回 null,表示取不到有效值。
4215
4076
  :type VpcId: str
4216
4077
  :param _SubnetId: 子网
4217
- 注意:此字段可能返回 null,表示取不到有效值。
4218
4078
  :type SubnetId: str
4219
4079
  :param _CreateTime: 开始时间
4220
- 注意:此字段可能返回 null,表示取不到有效值。
4221
4080
  :type CreateTime: str
4222
4081
  :param _ExpireTime: 过期时间
4223
- 注意:此字段可能返回 null,表示取不到有效值。
4224
4082
  :type ExpireTime: str
4225
4083
  :param _AccessInfo: 访问地址
4226
- 注意:此字段可能返回 null,表示取不到有效值。
4227
4084
  :type AccessInfo: str
4228
4085
  :param _PayMode: 计费方式
4229
- 注意:此字段可能返回 null,表示取不到有效值。
4230
4086
  :type PayMode: str
4231
4087
  :param _RenewFlag: 自动续费
4232
- 注意:此字段可能返回 null,表示取不到有效值。
4233
4088
  :type RenewFlag: bool
4234
4089
  """
4235
4090
  self._ID = None
@@ -4253,7 +4108,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4253
4108
  @property
4254
4109
  def ID(self):
4255
4110
  """ID
4256
- 注意:此字段可能返回 null,表示取不到有效值。
4257
4111
  :rtype: int
4258
4112
  """
4259
4113
  return self._ID
@@ -4265,7 +4119,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4265
4119
  @property
4266
4120
  def InstanceId(self):
4267
4121
  """集群Id
4268
- 注意:此字段可能返回 null,表示取不到有效值。
4269
4122
  :rtype: str
4270
4123
  """
4271
4124
  return self._InstanceId
@@ -4277,7 +4130,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4277
4130
  @property
4278
4131
  def InstanceName(self):
4279
4132
  """集群名字
4280
- 注意:此字段可能返回 null,表示取不到有效值。
4281
4133
  :rtype: str
4282
4134
  """
4283
4135
  return self._InstanceName
@@ -4289,7 +4141,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4289
4141
  @property
4290
4142
  def Version(self):
4291
4143
  """内核版本
4292
- 注意:此字段可能返回 null,表示取不到有效值。
4293
4144
  :rtype: str
4294
4145
  """
4295
4146
  return self._Version
@@ -4301,7 +4152,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4301
4152
  @property
4302
4153
  def Region(self):
4303
4154
  """地域
4304
- 注意:此字段可能返回 null,表示取不到有效值。
4305
4155
  :rtype: str
4306
4156
  """
4307
4157
  return self._Region
@@ -4313,7 +4163,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4313
4163
  @property
4314
4164
  def RegionId(self):
4315
4165
  """地域Id
4316
- 注意:此字段可能返回 null,表示取不到有效值。
4317
4166
  :rtype: int
4318
4167
  """
4319
4168
  return self._RegionId
@@ -4325,7 +4174,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4325
4174
  @property
4326
4175
  def RegionDesc(self):
4327
4176
  """地域详情
4328
- 注意:此字段可能返回 null,表示取不到有效值。
4329
4177
  :rtype: str
4330
4178
  """
4331
4179
  return self._RegionDesc
@@ -4337,7 +4185,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4337
4185
  @property
4338
4186
  def Zone(self):
4339
4187
  """地区
4340
- 注意:此字段可能返回 null,表示取不到有效值。
4341
4188
  :rtype: str
4342
4189
  """
4343
4190
  return self._Zone
@@ -4349,7 +4196,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4349
4196
  @property
4350
4197
  def ZoneId(self):
4351
4198
  """地区id
4352
- 注意:此字段可能返回 null,表示取不到有效值。
4353
4199
  :rtype: int
4354
4200
  """
4355
4201
  return self._ZoneId
@@ -4361,7 +4207,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4361
4207
  @property
4362
4208
  def ZoneDesc(self):
4363
4209
  """地区详情
4364
- 注意:此字段可能返回 null,表示取不到有效值。
4365
4210
  :rtype: str
4366
4211
  """
4367
4212
  return self._ZoneDesc
@@ -4373,7 +4218,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4373
4218
  @property
4374
4219
  def VpcId(self):
4375
4220
  """私有网络
4376
- 注意:此字段可能返回 null,表示取不到有效值。
4377
4221
  :rtype: str
4378
4222
  """
4379
4223
  return self._VpcId
@@ -4385,7 +4229,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4385
4229
  @property
4386
4230
  def SubnetId(self):
4387
4231
  """子网
4388
- 注意:此字段可能返回 null,表示取不到有效值。
4389
4232
  :rtype: str
4390
4233
  """
4391
4234
  return self._SubnetId
@@ -4397,7 +4240,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4397
4240
  @property
4398
4241
  def CreateTime(self):
4399
4242
  """开始时间
4400
- 注意:此字段可能返回 null,表示取不到有效值。
4401
4243
  :rtype: str
4402
4244
  """
4403
4245
  return self._CreateTime
@@ -4409,7 +4251,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4409
4251
  @property
4410
4252
  def ExpireTime(self):
4411
4253
  """过期时间
4412
- 注意:此字段可能返回 null,表示取不到有效值。
4413
4254
  :rtype: str
4414
4255
  """
4415
4256
  return self._ExpireTime
@@ -4421,7 +4262,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4421
4262
  @property
4422
4263
  def AccessInfo(self):
4423
4264
  """访问地址
4424
- 注意:此字段可能返回 null,表示取不到有效值。
4425
4265
  :rtype: str
4426
4266
  """
4427
4267
  return self._AccessInfo
@@ -4433,7 +4273,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4433
4273
  @property
4434
4274
  def PayMode(self):
4435
4275
  """计费方式
4436
- 注意:此字段可能返回 null,表示取不到有效值。
4437
4276
  :rtype: str
4438
4277
  """
4439
4278
  return self._PayMode
@@ -4445,7 +4284,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4445
4284
  @property
4446
4285
  def RenewFlag(self):
4447
4286
  """自动续费
4448
- 注意:此字段可能返回 null,表示取不到有效值。
4449
4287
  :rtype: bool
4450
4288
  """
4451
4289
  return self._RenewFlag
@@ -4491,34 +4329,24 @@ class InstanceStateInfo(AbstractModel):
4491
4329
  def __init__(self):
4492
4330
  r"""
4493
4331
  :param _InstanceState: 集群状态,例如:Serving
4494
- 注意:此字段可能返回 null,表示取不到有效值。
4495
4332
  :type InstanceState: str
4496
4333
  :param _FlowCreateTime: 集群操作创建时间
4497
- 注意:此字段可能返回 null,表示取不到有效值。
4498
4334
  :type FlowCreateTime: str
4499
4335
  :param _FlowName: 集群操作名称
4500
- 注意:此字段可能返回 null,表示取不到有效值。
4501
4336
  :type FlowName: str
4502
4337
  :param _FlowProgress: 集群操作进度
4503
- 注意:此字段可能返回 null,表示取不到有效值。
4504
4338
  :type FlowProgress: int
4505
4339
  :param _InstanceStateDesc: 集群状态描述,例如:运行中
4506
- 注意:此字段可能返回 null,表示取不到有效值。
4507
4340
  :type InstanceStateDesc: str
4508
4341
  :param _FlowMsg: 集群流程错误信息,例如:“创建失败,资源不足”
4509
- 注意:此字段可能返回 null,表示取不到有效值。
4510
4342
  :type FlowMsg: str
4511
4343
  :param _ProcessName: 当前步骤的名称,例如:”购买资源中“
4512
- 注意:此字段可能返回 null,表示取不到有效值。
4513
4344
  :type ProcessName: str
4514
4345
  :param _BackupStatus: 集群是否有备份中任务,有为1,无为0
4515
- 注意:此字段可能返回 null,表示取不到有效值。
4516
4346
  :type BackupStatus: int
4517
4347
  :param _RequestId: 请求id
4518
- 注意:此字段可能返回 null,表示取不到有效值。
4519
4348
  :type RequestId: str
4520
4349
  :param _BackupOpenStatus: 集群是否有备份中任务,有为1,无为0
4521
- 注意:此字段可能返回 null,表示取不到有效值。
4522
4350
  :type BackupOpenStatus: int
4523
4351
  """
4524
4352
  self._InstanceState = None
@@ -4535,7 +4363,6 @@ class InstanceStateInfo(AbstractModel):
4535
4363
  @property
4536
4364
  def InstanceState(self):
4537
4365
  """集群状态,例如:Serving
4538
- 注意:此字段可能返回 null,表示取不到有效值。
4539
4366
  :rtype: str
4540
4367
  """
4541
4368
  return self._InstanceState
@@ -4547,7 +4374,6 @@ class InstanceStateInfo(AbstractModel):
4547
4374
  @property
4548
4375
  def FlowCreateTime(self):
4549
4376
  """集群操作创建时间
4550
- 注意:此字段可能返回 null,表示取不到有效值。
4551
4377
  :rtype: str
4552
4378
  """
4553
4379
  return self._FlowCreateTime
@@ -4559,7 +4385,6 @@ class InstanceStateInfo(AbstractModel):
4559
4385
  @property
4560
4386
  def FlowName(self):
4561
4387
  """集群操作名称
4562
- 注意:此字段可能返回 null,表示取不到有效值。
4563
4388
  :rtype: str
4564
4389
  """
4565
4390
  return self._FlowName
@@ -4571,7 +4396,6 @@ class InstanceStateInfo(AbstractModel):
4571
4396
  @property
4572
4397
  def FlowProgress(self):
4573
4398
  """集群操作进度
4574
- 注意:此字段可能返回 null,表示取不到有效值。
4575
4399
  :rtype: int
4576
4400
  """
4577
4401
  return self._FlowProgress
@@ -4583,7 +4407,6 @@ class InstanceStateInfo(AbstractModel):
4583
4407
  @property
4584
4408
  def InstanceStateDesc(self):
4585
4409
  """集群状态描述,例如:运行中
4586
- 注意:此字段可能返回 null,表示取不到有效值。
4587
4410
  :rtype: str
4588
4411
  """
4589
4412
  return self._InstanceStateDesc
@@ -4595,7 +4418,6 @@ class InstanceStateInfo(AbstractModel):
4595
4418
  @property
4596
4419
  def FlowMsg(self):
4597
4420
  """集群流程错误信息,例如:“创建失败,资源不足”
4598
- 注意:此字段可能返回 null,表示取不到有效值。
4599
4421
  :rtype: str
4600
4422
  """
4601
4423
  return self._FlowMsg
@@ -4607,7 +4429,6 @@ class InstanceStateInfo(AbstractModel):
4607
4429
  @property
4608
4430
  def ProcessName(self):
4609
4431
  """当前步骤的名称,例如:”购买资源中“
4610
- 注意:此字段可能返回 null,表示取不到有效值。
4611
4432
  :rtype: str
4612
4433
  """
4613
4434
  return self._ProcessName
@@ -4619,7 +4440,6 @@ class InstanceStateInfo(AbstractModel):
4619
4440
  @property
4620
4441
  def BackupStatus(self):
4621
4442
  """集群是否有备份中任务,有为1,无为0
4622
- 注意:此字段可能返回 null,表示取不到有效值。
4623
4443
  :rtype: int
4624
4444
  """
4625
4445
  return self._BackupStatus
@@ -4631,7 +4451,6 @@ class InstanceStateInfo(AbstractModel):
4631
4451
  @property
4632
4452
  def RequestId(self):
4633
4453
  """请求id
4634
- 注意:此字段可能返回 null,表示取不到有效值。
4635
4454
  :rtype: str
4636
4455
  """
4637
4456
  return self._RequestId
@@ -4643,7 +4462,6 @@ class InstanceStateInfo(AbstractModel):
4643
4462
  @property
4644
4463
  def BackupOpenStatus(self):
4645
4464
  """集群是否有备份中任务,有为1,无为0
4646
- 注意:此字段可能返回 null,表示取不到有效值。
4647
4465
  :rtype: int
4648
4466
  """
4649
4467
  return self._BackupOpenStatus
@@ -4916,10 +4734,8 @@ class ModifyUserHbaResponse(AbstractModel):
4916
4734
  def __init__(self):
4917
4735
  r"""
4918
4736
  :param _TaskId: 任务id
4919
- 注意:此字段可能返回 null,表示取不到有效值。
4920
4737
  :type TaskId: int
4921
4738
  :param _ErrorMsg: 错误信息
4922
- 注意:此字段可能返回 null,表示取不到有效值。
4923
4739
  :type ErrorMsg: str
4924
4740
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4925
4741
  :type RequestId: str
@@ -4931,7 +4747,6 @@ class ModifyUserHbaResponse(AbstractModel):
4931
4747
  @property
4932
4748
  def TaskId(self):
4933
4749
  """任务id
4934
- 注意:此字段可能返回 null,表示取不到有效值。
4935
4750
  :rtype: int
4936
4751
  """
4937
4752
  return self._TaskId
@@ -4943,7 +4758,6 @@ class ModifyUserHbaResponse(AbstractModel):
4943
4758
  @property
4944
4759
  def ErrorMsg(self):
4945
4760
  """错误信息
4946
- 注意:此字段可能返回 null,表示取不到有效值。
4947
4761
  :rtype: str
4948
4762
  """
4949
4763
  return self._ErrorMsg
@@ -5034,55 +4848,38 @@ class NormQueryItem(AbstractModel):
5034
4848
  def __init__(self):
5035
4849
  r"""
5036
4850
  :param _CallTimes: 调用次数
5037
- 注意:此字段可能返回 null,表示取不到有效值。
5038
4851
  :type CallTimes: int
5039
4852
  :param _SharedReadBlocks: 读共享内存块数
5040
- 注意:此字段可能返回 null,表示取不到有效值。
5041
4853
  :type SharedReadBlocks: int
5042
4854
  :param _SharedWriteBlocks: 写共享内存块数
5043
- 注意:此字段可能返回 null,表示取不到有效值。
5044
4855
  :type SharedWriteBlocks: int
5045
4856
  :param _DatabaseName: 数据库
5046
- 注意:此字段可能返回 null,表示取不到有效值。
5047
4857
  :type DatabaseName: str
5048
4858
  :param _NormalQuery: 脱敏后语句
5049
- 注意:此字段可能返回 null,表示取不到有效值。
5050
4859
  :type NormalQuery: str
5051
4860
  :param _MaxElapsedQuery: 执行时间最长的语句
5052
- 注意:此字段可能返回 null,表示取不到有效值。
5053
4861
  :type MaxElapsedQuery: str
5054
4862
  :param _CostTime: 花费总时间
5055
- 注意:此字段可能返回 null,表示取不到有效值。
5056
4863
  :type CostTime: float
5057
4864
  :param _ClientIp: 客户端ip
5058
- 注意:此字段可能返回 null,表示取不到有效值。
5059
4865
  :type ClientIp: str
5060
4866
  :param _UserName: 用户名
5061
- 注意:此字段可能返回 null,表示取不到有效值。
5062
4867
  :type UserName: str
5063
4868
  :param _TotalCallTimesPercent: 总次数占比
5064
- 注意:此字段可能返回 null,表示取不到有效值。
5065
4869
  :type TotalCallTimesPercent: float
5066
4870
  :param _TotalCostTimePercent: 总耗时占比
5067
- 注意:此字段可能返回 null,表示取不到有效值。
5068
4871
  :type TotalCostTimePercent: float
5069
4872
  :param _MinCostTime: 花费最小时间
5070
- 注意:此字段可能返回 null,表示取不到有效值。
5071
4873
  :type MinCostTime: float
5072
4874
  :param _MaxCostTime: 花费最大时间
5073
- 注意:此字段可能返回 null,表示取不到有效值。
5074
4875
  :type MaxCostTime: float
5075
4876
  :param _FirstTime: 最早一条时间
5076
- 注意:此字段可能返回 null,表示取不到有效值。
5077
4877
  :type FirstTime: str
5078
4878
  :param _LastTime: 最晚一条时间
5079
- 注意:此字段可能返回 null,表示取不到有效值。
5080
4879
  :type LastTime: str
5081
4880
  :param _ReadCostTime: 读io总耗时
5082
- 注意:此字段可能返回 null,表示取不到有效值。
5083
4881
  :type ReadCostTime: float
5084
4882
  :param _WriteCostTime: 写io总耗时
5085
- 注意:此字段可能返回 null,表示取不到有效值。
5086
4883
  :type WriteCostTime: float
5087
4884
  """
5088
4885
  self._CallTimes = None
@@ -5106,7 +4903,6 @@ class NormQueryItem(AbstractModel):
5106
4903
  @property
5107
4904
  def CallTimes(self):
5108
4905
  """调用次数
5109
- 注意:此字段可能返回 null,表示取不到有效值。
5110
4906
  :rtype: int
5111
4907
  """
5112
4908
  return self._CallTimes
@@ -5118,7 +4914,6 @@ class NormQueryItem(AbstractModel):
5118
4914
  @property
5119
4915
  def SharedReadBlocks(self):
5120
4916
  """读共享内存块数
5121
- 注意:此字段可能返回 null,表示取不到有效值。
5122
4917
  :rtype: int
5123
4918
  """
5124
4919
  return self._SharedReadBlocks
@@ -5130,7 +4925,6 @@ class NormQueryItem(AbstractModel):
5130
4925
  @property
5131
4926
  def SharedWriteBlocks(self):
5132
4927
  """写共享内存块数
5133
- 注意:此字段可能返回 null,表示取不到有效值。
5134
4928
  :rtype: int
5135
4929
  """
5136
4930
  return self._SharedWriteBlocks
@@ -5142,7 +4936,6 @@ class NormQueryItem(AbstractModel):
5142
4936
  @property
5143
4937
  def DatabaseName(self):
5144
4938
  """数据库
5145
- 注意:此字段可能返回 null,表示取不到有效值。
5146
4939
  :rtype: str
5147
4940
  """
5148
4941
  return self._DatabaseName
@@ -5154,7 +4947,6 @@ class NormQueryItem(AbstractModel):
5154
4947
  @property
5155
4948
  def NormalQuery(self):
5156
4949
  """脱敏后语句
5157
- 注意:此字段可能返回 null,表示取不到有效值。
5158
4950
  :rtype: str
5159
4951
  """
5160
4952
  return self._NormalQuery
@@ -5166,7 +4958,6 @@ class NormQueryItem(AbstractModel):
5166
4958
  @property
5167
4959
  def MaxElapsedQuery(self):
5168
4960
  """执行时间最长的语句
5169
- 注意:此字段可能返回 null,表示取不到有效值。
5170
4961
  :rtype: str
5171
4962
  """
5172
4963
  return self._MaxElapsedQuery
@@ -5178,7 +4969,6 @@ class NormQueryItem(AbstractModel):
5178
4969
  @property
5179
4970
  def CostTime(self):
5180
4971
  """花费总时间
5181
- 注意:此字段可能返回 null,表示取不到有效值。
5182
4972
  :rtype: float
5183
4973
  """
5184
4974
  return self._CostTime
@@ -5190,7 +4980,6 @@ class NormQueryItem(AbstractModel):
5190
4980
  @property
5191
4981
  def ClientIp(self):
5192
4982
  """客户端ip
5193
- 注意:此字段可能返回 null,表示取不到有效值。
5194
4983
  :rtype: str
5195
4984
  """
5196
4985
  return self._ClientIp
@@ -5202,7 +4991,6 @@ class NormQueryItem(AbstractModel):
5202
4991
  @property
5203
4992
  def UserName(self):
5204
4993
  """用户名
5205
- 注意:此字段可能返回 null,表示取不到有效值。
5206
4994
  :rtype: str
5207
4995
  """
5208
4996
  return self._UserName
@@ -5214,7 +5002,6 @@ class NormQueryItem(AbstractModel):
5214
5002
  @property
5215
5003
  def TotalCallTimesPercent(self):
5216
5004
  """总次数占比
5217
- 注意:此字段可能返回 null,表示取不到有效值。
5218
5005
  :rtype: float
5219
5006
  """
5220
5007
  return self._TotalCallTimesPercent
@@ -5226,7 +5013,6 @@ class NormQueryItem(AbstractModel):
5226
5013
  @property
5227
5014
  def TotalCostTimePercent(self):
5228
5015
  """总耗时占比
5229
- 注意:此字段可能返回 null,表示取不到有效值。
5230
5016
  :rtype: float
5231
5017
  """
5232
5018
  return self._TotalCostTimePercent
@@ -5238,7 +5024,6 @@ class NormQueryItem(AbstractModel):
5238
5024
  @property
5239
5025
  def MinCostTime(self):
5240
5026
  """花费最小时间
5241
- 注意:此字段可能返回 null,表示取不到有效值。
5242
5027
  :rtype: float
5243
5028
  """
5244
5029
  return self._MinCostTime
@@ -5250,7 +5035,6 @@ class NormQueryItem(AbstractModel):
5250
5035
  @property
5251
5036
  def MaxCostTime(self):
5252
5037
  """花费最大时间
5253
- 注意:此字段可能返回 null,表示取不到有效值。
5254
5038
  :rtype: float
5255
5039
  """
5256
5040
  return self._MaxCostTime
@@ -5262,7 +5046,6 @@ class NormQueryItem(AbstractModel):
5262
5046
  @property
5263
5047
  def FirstTime(self):
5264
5048
  """最早一条时间
5265
- 注意:此字段可能返回 null,表示取不到有效值。
5266
5049
  :rtype: str
5267
5050
  """
5268
5051
  return self._FirstTime
@@ -5274,7 +5057,6 @@ class NormQueryItem(AbstractModel):
5274
5057
  @property
5275
5058
  def LastTime(self):
5276
5059
  """最晚一条时间
5277
- 注意:此字段可能返回 null,表示取不到有效值。
5278
5060
  :rtype: str
5279
5061
  """
5280
5062
  return self._LastTime
@@ -5286,7 +5068,6 @@ class NormQueryItem(AbstractModel):
5286
5068
  @property
5287
5069
  def ReadCostTime(self):
5288
5070
  """读io总耗时
5289
- 注意:此字段可能返回 null,表示取不到有效值。
5290
5071
  :rtype: float
5291
5072
  """
5292
5073
  return self._ReadCostTime
@@ -5298,7 +5079,6 @@ class NormQueryItem(AbstractModel):
5298
5079
  @property
5299
5080
  def WriteCostTime(self):
5300
5081
  """写io总耗时
5301
- 注意:此字段可能返回 null,表示取不到有效值。
5302
5082
  :rtype: float
5303
5083
  """
5304
5084
  return self._WriteCostTime
@@ -5344,27 +5124,20 @@ class ParamDetail(AbstractModel):
5344
5124
  def __init__(self):
5345
5125
  r"""
5346
5126
  :param _ParamName: 参数名
5347
- 注意:此字段可能返回 null,表示取不到有效值。
5348
5127
  :type ParamName: str
5349
5128
  :param _DefaultValue: 默认值
5350
- 注意:此字段可能返回 null,表示取不到有效值。
5351
5129
  :type DefaultValue: str
5352
5130
  :param _NeedRestart: 是否需要重启
5353
- 注意:此字段可能返回 null,表示取不到有效值。
5354
5131
  :type NeedRestart: bool
5355
5132
  :param _RunningValue: 当前运行值
5356
- 注意:此字段可能返回 null,表示取不到有效值。
5357
5133
  :type RunningValue: str
5358
5134
  :param _ValueRange: 取值范围
5359
5135
  :type ValueRange: :class:`tencentcloud.cdwpg.v20201230.models.ValueRange`
5360
5136
  :param _Unit: 单位
5361
- 注意:此字段可能返回 null,表示取不到有效值。
5362
5137
  :type Unit: str
5363
5138
  :param _ShortDesc: 英文简介
5364
- 注意:此字段可能返回 null,表示取不到有效值。
5365
5139
  :type ShortDesc: str
5366
5140
  :param _ParameterName: 参数名
5367
- 注意:此字段可能返回 null,表示取不到有效值。
5368
5141
  :type ParameterName: str
5369
5142
  """
5370
5143
  self._ParamName = None
@@ -5379,7 +5152,6 @@ class ParamDetail(AbstractModel):
5379
5152
  @property
5380
5153
  def ParamName(self):
5381
5154
  """参数名
5382
- 注意:此字段可能返回 null,表示取不到有效值。
5383
5155
  :rtype: str
5384
5156
  """
5385
5157
  return self._ParamName
@@ -5391,7 +5163,6 @@ class ParamDetail(AbstractModel):
5391
5163
  @property
5392
5164
  def DefaultValue(self):
5393
5165
  """默认值
5394
- 注意:此字段可能返回 null,表示取不到有效值。
5395
5166
  :rtype: str
5396
5167
  """
5397
5168
  return self._DefaultValue
@@ -5403,7 +5174,6 @@ class ParamDetail(AbstractModel):
5403
5174
  @property
5404
5175
  def NeedRestart(self):
5405
5176
  """是否需要重启
5406
- 注意:此字段可能返回 null,表示取不到有效值。
5407
5177
  :rtype: bool
5408
5178
  """
5409
5179
  return self._NeedRestart
@@ -5415,7 +5185,6 @@ class ParamDetail(AbstractModel):
5415
5185
  @property
5416
5186
  def RunningValue(self):
5417
5187
  """当前运行值
5418
- 注意:此字段可能返回 null,表示取不到有效值。
5419
5188
  :rtype: str
5420
5189
  """
5421
5190
  return self._RunningValue
@@ -5438,7 +5207,6 @@ class ParamDetail(AbstractModel):
5438
5207
  @property
5439
5208
  def Unit(self):
5440
5209
  """单位
5441
- 注意:此字段可能返回 null,表示取不到有效值。
5442
5210
  :rtype: str
5443
5211
  """
5444
5212
  return self._Unit
@@ -5450,7 +5218,6 @@ class ParamDetail(AbstractModel):
5450
5218
  @property
5451
5219
  def ShortDesc(self):
5452
5220
  """英文简介
5453
- 注意:此字段可能返回 null,表示取不到有效值。
5454
5221
  :rtype: str
5455
5222
  """
5456
5223
  return self._ShortDesc
@@ -5462,7 +5229,6 @@ class ParamDetail(AbstractModel):
5462
5229
  @property
5463
5230
  def ParameterName(self):
5464
5231
  """参数名
5465
- 注意:此字段可能返回 null,表示取不到有效值。
5466
5232
  :rtype: str
5467
5233
  """
5468
5234
  return self._ParameterName
@@ -5501,16 +5267,12 @@ class ParamItem(AbstractModel):
5501
5267
  def __init__(self):
5502
5268
  r"""
5503
5269
  :param _NodeType: 节点类型, cn/dn
5504
- 注意:此字段可能返回 null,表示取不到有效值。
5505
5270
  :type NodeType: str
5506
5271
  :param _NodeName: 节点名
5507
- 注意:此字段可能返回 null,表示取不到有效值。
5508
5272
  :type NodeName: str
5509
5273
  :param _TotalCount: 参数个数
5510
- 注意:此字段可能返回 null,表示取不到有效值。
5511
5274
  :type TotalCount: int
5512
5275
  :param _Details: 参数信息
5513
- 注意:此字段可能返回 null,表示取不到有效值。
5514
5276
  :type Details: list of ParamDetail
5515
5277
  """
5516
5278
  self._NodeType = None
@@ -5521,7 +5283,6 @@ class ParamItem(AbstractModel):
5521
5283
  @property
5522
5284
  def NodeType(self):
5523
5285
  """节点类型, cn/dn
5524
- 注意:此字段可能返回 null,表示取不到有效值。
5525
5286
  :rtype: str
5526
5287
  """
5527
5288
  return self._NodeType
@@ -5533,7 +5294,6 @@ class ParamItem(AbstractModel):
5533
5294
  @property
5534
5295
  def NodeName(self):
5535
5296
  """节点名
5536
- 注意:此字段可能返回 null,表示取不到有效值。
5537
5297
  :rtype: str
5538
5298
  """
5539
5299
  return self._NodeName
@@ -5545,7 +5305,6 @@ class ParamItem(AbstractModel):
5545
5305
  @property
5546
5306
  def TotalCount(self):
5547
5307
  """参数个数
5548
- 注意:此字段可能返回 null,表示取不到有效值。
5549
5308
  :rtype: int
5550
5309
  """
5551
5310
  return self._TotalCount
@@ -5557,7 +5316,6 @@ class ParamItem(AbstractModel):
5557
5316
  @property
5558
5317
  def Details(self):
5559
5318
  """参数信息
5560
- 注意:此字段可能返回 null,表示取不到有效值。
5561
5319
  :rtype: list of ParamDetail
5562
5320
  """
5563
5321
  return self._Details
@@ -5595,10 +5353,8 @@ class Range(AbstractModel):
5595
5353
  def __init__(self):
5596
5354
  r"""
5597
5355
  :param _Min: 最小值
5598
- 注意:此字段可能返回 null,表示取不到有效值。
5599
5356
  :type Min: str
5600
5357
  :param _Max: 最大值
5601
- 注意:此字段可能返回 null,表示取不到有效值。
5602
5358
  :type Max: str
5603
5359
  """
5604
5360
  self._Min = None
@@ -5607,7 +5363,6 @@ class Range(AbstractModel):
5607
5363
  @property
5608
5364
  def Min(self):
5609
5365
  """最小值
5610
- 注意:此字段可能返回 null,表示取不到有效值。
5611
5366
  :rtype: str
5612
5367
  """
5613
5368
  return self._Min
@@ -5619,7 +5374,6 @@ class Range(AbstractModel):
5619
5374
  @property
5620
5375
  def Max(self):
5621
5376
  """最大值
5622
- 注意:此字段可能返回 null,表示取不到有效值。
5623
5377
  :rtype: str
5624
5378
  """
5625
5379
  return self._Max
@@ -5716,7 +5470,6 @@ class ResetAccountPasswordResponse(AbstractModel):
5716
5470
  def __init__(self):
5717
5471
  r"""
5718
5472
  :param _ErrorMsg: 错误信息
5719
- 注意:此字段可能返回 null,表示取不到有效值。
5720
5473
  :type ErrorMsg: str
5721
5474
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5722
5475
  :type RequestId: str
@@ -5727,7 +5480,6 @@ class ResetAccountPasswordResponse(AbstractModel):
5727
5480
  @property
5728
5481
  def ErrorMsg(self):
5729
5482
  """错误信息
5730
- 注意:此字段可能返回 null,表示取不到有效值。
5731
5483
  :rtype: str
5732
5484
  """
5733
5485
  return self._ErrorMsg
@@ -5761,16 +5513,12 @@ class ResourceInfo(AbstractModel):
5761
5513
  def __init__(self):
5762
5514
  r"""
5763
5515
  :param _SpecName: 资源名称
5764
- 注意:此字段可能返回 null,表示取不到有效值。
5765
5516
  :type SpecName: str
5766
5517
  :param _Count: 资源数
5767
- 注意:此字段可能返回 null,表示取不到有效值。
5768
5518
  :type Count: int
5769
5519
  :param _DiskSpec: 磁盘信息
5770
- 注意:此字段可能返回 null,表示取不到有效值。
5771
5520
  :type DiskSpec: :class:`tencentcloud.cdwpg.v20201230.models.CBSSpecInfo`
5772
5521
  :param _Type: 节点类型,cn 或dn
5773
- 注意:此字段可能返回 null,表示取不到有效值。
5774
5522
  :type Type: str
5775
5523
  """
5776
5524
  self._SpecName = None
@@ -5781,7 +5529,6 @@ class ResourceInfo(AbstractModel):
5781
5529
  @property
5782
5530
  def SpecName(self):
5783
5531
  """资源名称
5784
- 注意:此字段可能返回 null,表示取不到有效值。
5785
5532
  :rtype: str
5786
5533
  """
5787
5534
  return self._SpecName
@@ -5793,7 +5540,6 @@ class ResourceInfo(AbstractModel):
5793
5540
  @property
5794
5541
  def Count(self):
5795
5542
  """资源数
5796
- 注意:此字段可能返回 null,表示取不到有效值。
5797
5543
  :rtype: int
5798
5544
  """
5799
5545
  return self._Count
@@ -5805,7 +5551,6 @@ class ResourceInfo(AbstractModel):
5805
5551
  @property
5806
5552
  def DiskSpec(self):
5807
5553
  """磁盘信息
5808
- 注意:此字段可能返回 null,表示取不到有效值。
5809
5554
  :rtype: :class:`tencentcloud.cdwpg.v20201230.models.CBSSpecInfo`
5810
5555
  """
5811
5556
  return self._DiskSpec
@@ -5817,7 +5562,6 @@ class ResourceInfo(AbstractModel):
5817
5562
  @property
5818
5563
  def Type(self):
5819
5564
  """节点类型,cn 或dn
5820
- 注意:此字段可能返回 null,表示取不到有效值。
5821
5565
  :rtype: str
5822
5566
  """
5823
5567
  return self._Type
@@ -6127,7 +5871,6 @@ class ScaleOutInstanceResponse(AbstractModel):
6127
5871
  :param _FlowId: 流程id
6128
5872
  :type FlowId: str
6129
5873
  :param _ErrorMsg: 错误信息
6130
- 注意:此字段可能返回 null,表示取不到有效值。
6131
5874
  :type ErrorMsg: str
6132
5875
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6133
5876
  :type RequestId: str
@@ -6150,7 +5893,6 @@ class ScaleOutInstanceResponse(AbstractModel):
6150
5893
  @property
6151
5894
  def ErrorMsg(self):
6152
5895
  """错误信息
6153
- 注意:此字段可能返回 null,表示取不到有效值。
6154
5896
  :rtype: str
6155
5897
  """
6156
5898
  return self._ErrorMsg
@@ -6392,52 +6134,36 @@ class SimpleInstanceInfo(AbstractModel):
6392
6134
  def __init__(self):
6393
6135
  r"""
6394
6136
  :param _ID: ID
6395
- 注意:此字段可能返回 null,表示取不到有效值。
6396
6137
  :type ID: int
6397
6138
  :param _InstanceId: 集群Id
6398
- 注意:此字段可能返回 null,表示取不到有效值。
6399
6139
  :type InstanceId: str
6400
6140
  :param _InstanceName: 集群名字
6401
- 注意:此字段可能返回 null,表示取不到有效值。
6402
6141
  :type InstanceName: str
6403
6142
  :param _Version: 内核版本
6404
- 注意:此字段可能返回 null,表示取不到有效值。
6405
6143
  :type Version: str
6406
6144
  :param _Region: 地域
6407
- 注意:此字段可能返回 null,表示取不到有效值。
6408
6145
  :type Region: str
6409
6146
  :param _Zone: 地区
6410
- 注意:此字段可能返回 null,表示取不到有效值。
6411
6147
  :type Zone: str
6412
6148
  :param _UserVPCID: 私有网络
6413
- 注意:此字段可能返回 null,表示取不到有效值。
6414
6149
  :type UserVPCID: str
6415
6150
  :param _UserSubnetID: 子网
6416
- 注意:此字段可能返回 null,表示取不到有效值。
6417
6151
  :type UserSubnetID: str
6418
6152
  :param _CreateTime: 开始时间
6419
- 注意:此字段可能返回 null,表示取不到有效值。
6420
6153
  :type CreateTime: str
6421
6154
  :param _ExpireTime: 到期时间
6422
- 注意:此字段可能返回 null,表示取不到有效值。
6423
6155
  :type ExpireTime: str
6424
6156
  :param _AccessInfo: 访问地址
6425
- 注意:此字段可能返回 null,表示取不到有效值。
6426
6157
  :type AccessInfo: str
6427
6158
  :param _RenewFlag: 自动续费开关,0为不自动续费,1为自动续费
6428
- 注意:此字段可能返回 null,表示取不到有效值。
6429
6159
  :type RenewFlag: int
6430
6160
  :param _ChargeProperties: 计费方式
6431
- 注意:此字段可能返回 null,表示取不到有效值。
6432
6161
  :type ChargeProperties: :class:`tencentcloud.cdwpg.v20201230.models.ChargeProperties`
6433
6162
  :param _Resources: 资源集合
6434
- 注意:此字段可能返回 null,表示取不到有效值。
6435
6163
  :type Resources: list of ResourceInfo
6436
6164
  :param _Tags: 标签列表
6437
- 注意:此字段可能返回 null,表示取不到有效值。
6438
6165
  :type Tags: list of Tag
6439
6166
  :param _Status: 集群状态
6440
- 注意:此字段可能返回 null,表示取不到有效值。
6441
6167
  :type Status: int
6442
6168
  """
6443
6169
  self._ID = None
@@ -6460,7 +6186,6 @@ class SimpleInstanceInfo(AbstractModel):
6460
6186
  @property
6461
6187
  def ID(self):
6462
6188
  """ID
6463
- 注意:此字段可能返回 null,表示取不到有效值。
6464
6189
  :rtype: int
6465
6190
  """
6466
6191
  return self._ID
@@ -6472,7 +6197,6 @@ class SimpleInstanceInfo(AbstractModel):
6472
6197
  @property
6473
6198
  def InstanceId(self):
6474
6199
  """集群Id
6475
- 注意:此字段可能返回 null,表示取不到有效值。
6476
6200
  :rtype: str
6477
6201
  """
6478
6202
  return self._InstanceId
@@ -6484,7 +6208,6 @@ class SimpleInstanceInfo(AbstractModel):
6484
6208
  @property
6485
6209
  def InstanceName(self):
6486
6210
  """集群名字
6487
- 注意:此字段可能返回 null,表示取不到有效值。
6488
6211
  :rtype: str
6489
6212
  """
6490
6213
  return self._InstanceName
@@ -6496,7 +6219,6 @@ class SimpleInstanceInfo(AbstractModel):
6496
6219
  @property
6497
6220
  def Version(self):
6498
6221
  """内核版本
6499
- 注意:此字段可能返回 null,表示取不到有效值。
6500
6222
  :rtype: str
6501
6223
  """
6502
6224
  return self._Version
@@ -6508,7 +6230,6 @@ class SimpleInstanceInfo(AbstractModel):
6508
6230
  @property
6509
6231
  def Region(self):
6510
6232
  """地域
6511
- 注意:此字段可能返回 null,表示取不到有效值。
6512
6233
  :rtype: str
6513
6234
  """
6514
6235
  return self._Region
@@ -6520,7 +6241,6 @@ class SimpleInstanceInfo(AbstractModel):
6520
6241
  @property
6521
6242
  def Zone(self):
6522
6243
  """地区
6523
- 注意:此字段可能返回 null,表示取不到有效值。
6524
6244
  :rtype: str
6525
6245
  """
6526
6246
  return self._Zone
@@ -6532,7 +6252,6 @@ class SimpleInstanceInfo(AbstractModel):
6532
6252
  @property
6533
6253
  def UserVPCID(self):
6534
6254
  """私有网络
6535
- 注意:此字段可能返回 null,表示取不到有效值。
6536
6255
  :rtype: str
6537
6256
  """
6538
6257
  return self._UserVPCID
@@ -6544,7 +6263,6 @@ class SimpleInstanceInfo(AbstractModel):
6544
6263
  @property
6545
6264
  def UserSubnetID(self):
6546
6265
  """子网
6547
- 注意:此字段可能返回 null,表示取不到有效值。
6548
6266
  :rtype: str
6549
6267
  """
6550
6268
  return self._UserSubnetID
@@ -6556,7 +6274,6 @@ class SimpleInstanceInfo(AbstractModel):
6556
6274
  @property
6557
6275
  def CreateTime(self):
6558
6276
  """开始时间
6559
- 注意:此字段可能返回 null,表示取不到有效值。
6560
6277
  :rtype: str
6561
6278
  """
6562
6279
  return self._CreateTime
@@ -6568,7 +6285,6 @@ class SimpleInstanceInfo(AbstractModel):
6568
6285
  @property
6569
6286
  def ExpireTime(self):
6570
6287
  """到期时间
6571
- 注意:此字段可能返回 null,表示取不到有效值。
6572
6288
  :rtype: str
6573
6289
  """
6574
6290
  return self._ExpireTime
@@ -6580,7 +6296,6 @@ class SimpleInstanceInfo(AbstractModel):
6580
6296
  @property
6581
6297
  def AccessInfo(self):
6582
6298
  """访问地址
6583
- 注意:此字段可能返回 null,表示取不到有效值。
6584
6299
  :rtype: str
6585
6300
  """
6586
6301
  return self._AccessInfo
@@ -6592,7 +6307,6 @@ class SimpleInstanceInfo(AbstractModel):
6592
6307
  @property
6593
6308
  def RenewFlag(self):
6594
6309
  """自动续费开关,0为不自动续费,1为自动续费
6595
- 注意:此字段可能返回 null,表示取不到有效值。
6596
6310
  :rtype: int
6597
6311
  """
6598
6312
  return self._RenewFlag
@@ -6604,7 +6318,6 @@ class SimpleInstanceInfo(AbstractModel):
6604
6318
  @property
6605
6319
  def ChargeProperties(self):
6606
6320
  """计费方式
6607
- 注意:此字段可能返回 null,表示取不到有效值。
6608
6321
  :rtype: :class:`tencentcloud.cdwpg.v20201230.models.ChargeProperties`
6609
6322
  """
6610
6323
  return self._ChargeProperties
@@ -6616,7 +6329,6 @@ class SimpleInstanceInfo(AbstractModel):
6616
6329
  @property
6617
6330
  def Resources(self):
6618
6331
  """资源集合
6619
- 注意:此字段可能返回 null,表示取不到有效值。
6620
6332
  :rtype: list of ResourceInfo
6621
6333
  """
6622
6334
  return self._Resources
@@ -6628,7 +6340,6 @@ class SimpleInstanceInfo(AbstractModel):
6628
6340
  @property
6629
6341
  def Tags(self):
6630
6342
  """标签列表
6631
- 注意:此字段可能返回 null,表示取不到有效值。
6632
6343
  :rtype: list of Tag
6633
6344
  """
6634
6345
  return self._Tags
@@ -6640,7 +6351,6 @@ class SimpleInstanceInfo(AbstractModel):
6640
6351
  @property
6641
6352
  def Status(self):
6642
6353
  """集群状态
6643
- 注意:此字段可能返回 null,表示取不到有效值。
6644
6354
  :rtype: int
6645
6355
  """
6646
6356
  return self._Status
@@ -6928,25 +6638,18 @@ class UpgradeItem(AbstractModel):
6928
6638
  def __init__(self):
6929
6639
  r"""
6930
6640
  :param _TaskName: 任务名称
6931
- 注意:此字段可能返回 null,表示取不到有效值。
6932
6641
  :type TaskName: str
6933
6642
  :param _SourceVersion: 原有内核版本
6934
- 注意:此字段可能返回 null,表示取不到有效值。
6935
6643
  :type SourceVersion: str
6936
6644
  :param _TargetVersion: 目标内核版本
6937
- 注意:此字段可能返回 null,表示取不到有效值。
6938
6645
  :type TargetVersion: str
6939
6646
  :param _CreateTime: 任务创建时间
6940
- 注意:此字段可能返回 null,表示取不到有效值。
6941
6647
  :type CreateTime: str
6942
6648
  :param _EndTime: 任务结束时间
6943
- 注意:此字段可能返回 null,表示取不到有效值。
6944
6649
  :type EndTime: str
6945
6650
  :param _Status: 任务完成状态
6946
- 注意:此字段可能返回 null,表示取不到有效值。
6947
6651
  :type Status: str
6948
6652
  :param _OperateUin: 操作者
6949
- 注意:此字段可能返回 null,表示取不到有效值。
6950
6653
  :type OperateUin: str
6951
6654
  """
6952
6655
  self._TaskName = None
@@ -6960,7 +6663,6 @@ class UpgradeItem(AbstractModel):
6960
6663
  @property
6961
6664
  def TaskName(self):
6962
6665
  """任务名称
6963
- 注意:此字段可能返回 null,表示取不到有效值。
6964
6666
  :rtype: str
6965
6667
  """
6966
6668
  return self._TaskName
@@ -6972,7 +6674,6 @@ class UpgradeItem(AbstractModel):
6972
6674
  @property
6973
6675
  def SourceVersion(self):
6974
6676
  """原有内核版本
6975
- 注意:此字段可能返回 null,表示取不到有效值。
6976
6677
  :rtype: str
6977
6678
  """
6978
6679
  return self._SourceVersion
@@ -6984,7 +6685,6 @@ class UpgradeItem(AbstractModel):
6984
6685
  @property
6985
6686
  def TargetVersion(self):
6986
6687
  """目标内核版本
6987
- 注意:此字段可能返回 null,表示取不到有效值。
6988
6688
  :rtype: str
6989
6689
  """
6990
6690
  return self._TargetVersion
@@ -6996,7 +6696,6 @@ class UpgradeItem(AbstractModel):
6996
6696
  @property
6997
6697
  def CreateTime(self):
6998
6698
  """任务创建时间
6999
- 注意:此字段可能返回 null,表示取不到有效值。
7000
6699
  :rtype: str
7001
6700
  """
7002
6701
  return self._CreateTime
@@ -7008,7 +6707,6 @@ class UpgradeItem(AbstractModel):
7008
6707
  @property
7009
6708
  def EndTime(self):
7010
6709
  """任务结束时间
7011
- 注意:此字段可能返回 null,表示取不到有效值。
7012
6710
  :rtype: str
7013
6711
  """
7014
6712
  return self._EndTime
@@ -7020,7 +6718,6 @@ class UpgradeItem(AbstractModel):
7020
6718
  @property
7021
6719
  def Status(self):
7022
6720
  """任务完成状态
7023
- 注意:此字段可能返回 null,表示取不到有效值。
7024
6721
  :rtype: str
7025
6722
  """
7026
6723
  return self._Status
@@ -7032,7 +6729,6 @@ class UpgradeItem(AbstractModel):
7032
6729
  @property
7033
6730
  def OperateUin(self):
7034
6731
  """操作者
7035
- 注意:此字段可能返回 null,表示取不到有效值。
7036
6732
  :rtype: str
7037
6733
  """
7038
6734
  return self._OperateUin
@@ -7068,16 +6764,12 @@ class ValueRange(AbstractModel):
7068
6764
  def __init__(self):
7069
6765
  r"""
7070
6766
  :param _Type: 参数类型,可以为 enum,string,section; 其中enum表示枚举,类似: utf8,latin1,gbk; string表示返回的参数值是字符串; section表示返回的参数值是一个取值范围,类似:[4-8]
7071
- 注意:此字段可能返回 null,表示取不到有效值。
7072
6767
  :type Type: str
7073
6768
  :param _Range: type 取section的时候,返回的参数值
7074
- 注意:此字段可能返回 null,表示取不到有效值。
7075
6769
  :type Range: :class:`tencentcloud.cdwpg.v20201230.models.Range`
7076
6770
  :param _Enum: type 取enum的时候,返回参数值
7077
- 注意:此字段可能返回 null,表示取不到有效值。
7078
6771
  :type Enum: list of str
7079
6772
  :param _String: type 取string的时候,返回的参数值
7080
- 注意:此字段可能返回 null,表示取不到有效值。
7081
6773
  :type String: str
7082
6774
  """
7083
6775
  self._Type = None
@@ -7088,7 +6780,6 @@ class ValueRange(AbstractModel):
7088
6780
  @property
7089
6781
  def Type(self):
7090
6782
  """参数类型,可以为 enum,string,section; 其中enum表示枚举,类似: utf8,latin1,gbk; string表示返回的参数值是字符串; section表示返回的参数值是一个取值范围,类似:[4-8]
7091
- 注意:此字段可能返回 null,表示取不到有效值。
7092
6783
  :rtype: str
7093
6784
  """
7094
6785
  return self._Type
@@ -7100,7 +6791,6 @@ class ValueRange(AbstractModel):
7100
6791
  @property
7101
6792
  def Range(self):
7102
6793
  """type 取section的时候,返回的参数值
7103
- 注意:此字段可能返回 null,表示取不到有效值。
7104
6794
  :rtype: :class:`tencentcloud.cdwpg.v20201230.models.Range`
7105
6795
  """
7106
6796
  return self._Range
@@ -7112,7 +6802,6 @@ class ValueRange(AbstractModel):
7112
6802
  @property
7113
6803
  def Enum(self):
7114
6804
  """type 取enum的时候,返回参数值
7115
- 注意:此字段可能返回 null,表示取不到有效值。
7116
6805
  :rtype: list of str
7117
6806
  """
7118
6807
  return self._Enum
@@ -7124,7 +6813,6 @@ class ValueRange(AbstractModel):
7124
6813
  @property
7125
6814
  def String(self):
7126
6815
  """type 取string的时候,返回的参数值
7127
- 注意:此字段可能返回 null,表示取不到有效值。
7128
6816
  :rtype: str
7129
6817
  """
7130
6818
  return self._String