tencentcloud-sdk-python 3.0.1346__py2.py3-none-any.whl → 3.0.1348__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/advisor/v20200721/models.py +0 -26
  3. tencentcloud/batch/v20170312/models.py +8 -8
  4. tencentcloud/bh/v20230418/models.py +61 -23
  5. tencentcloud/cam/v20190116/models.py +2 -2
  6. tencentcloud/cdwdoris/v20211228/models.py +300 -0
  7. tencentcloud/cdwpg/v20201230/models.py +180 -168
  8. tencentcloud/chc/__init__.py +0 -0
  9. tencentcloud/chc/v20230418/__init__.py +0 -0
  10. tencentcloud/chc/v20230418/chc_client.py +854 -0
  11. tencentcloud/chc/v20230418/errorcodes.py +15 -0
  12. tencentcloud/chc/v20230418/models.py +9933 -0
  13. tencentcloud/ckafka/v20190819/models.py +8 -24
  14. tencentcloud/clb/v20180317/models.py +46 -16
  15. tencentcloud/cls/v20201016/models.py +0 -198
  16. tencentcloud/dbbrain/v20191016/models.py +0 -4
  17. tencentcloud/dbbrain/v20210527/dbbrain_client.py +92 -0
  18. tencentcloud/dbbrain/v20210527/models.py +1027 -210
  19. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  20. tencentcloud/dcdb/v20180411/models.py +0 -64
  21. tencentcloud/domain/v20180808/models.py +0 -2
  22. tencentcloud/ecdn/v20191012/ecdn_client.py +0 -217
  23. tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
  24. tencentcloud/ecdn/v20191012/models.py +4 -1047
  25. tencentcloud/emr/v20190103/models.py +15 -54
  26. tencentcloud/ess/v20201111/models.py +27 -6
  27. tencentcloud/essbasic/v20210526/models.py +21 -0
  28. tencentcloud/gs/v20191118/errorcodes.py +9 -0
  29. tencentcloud/gs/v20191118/gs_client.py +775 -12
  30. tencentcloud/gs/v20191118/models.py +4914 -477
  31. tencentcloud/hai/v20230812/models.py +0 -66
  32. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
  33. tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
  34. tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
  35. tencentcloud/lcic/v20220817/lcic_client.py +1 -1
  36. tencentcloud/lcic/v20220817/models.py +56 -68
  37. tencentcloud/lke/v20231130/lke_client.py +2 -2
  38. tencentcloud/lke/v20231130/models.py +4 -8
  39. tencentcloud/lkeap/v20240522/lkeap_client.py +5 -0
  40. tencentcloud/mariadb/v20170312/models.py +2 -70
  41. tencentcloud/mmps/v20200710/models.py +0 -6
  42. tencentcloud/mqtt/v20240516/models.py +318 -208
  43. tencentcloud/organization/v20210331/models.py +30 -0
  44. tencentcloud/tbaas/v20180416/models.py +0 -46
  45. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  46. tencentcloud/tchd/v20230306/models.py +0 -2
  47. tencentcloud/tcr/v20190924/models.py +4 -148
  48. tencentcloud/tdmq/v20200217/models.py +0 -14
  49. tencentcloud/thpc/v20220401/models.py +0 -2
  50. tencentcloud/thpc/v20230321/models.py +49 -32
  51. tencentcloud/tione/v20211111/models.py +68 -0
  52. tencentcloud/tke/v20180525/models.py +0 -94
  53. tencentcloud/trocket/v20230308/models.py +0 -24
  54. tencentcloud/tsf/v20180326/models.py +196 -182
  55. tencentcloud/vcube/v20220410/models.py +51 -158
  56. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  57. tencentcloud/vod/v20180717/models.py +8 -46
  58. tencentcloud/wedata/v20210820/models.py +126 -0
  59. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/METADATA +1 -1
  60. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/RECORD +63 -58
  61. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/LICENSE +0 -0
  62. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/WHEEL +0 -0
  63. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/top_level.txt +0 -0
@@ -149,10 +149,13 @@ class CBSSpec(AbstractModel):
149
149
  def __init__(self):
150
150
  r"""
151
151
  :param _DiskType: 盘类型
152
+ 注意:此字段可能返回 null,表示取不到有效值。
152
153
  :type DiskType: str
153
154
  :param _DiskSize: 大小
155
+ 注意:此字段可能返回 null,表示取不到有效值。
154
156
  :type DiskSize: int
155
157
  :param _DiskCount: 个数
158
+ 注意:此字段可能返回 null,表示取不到有效值。
156
159
  :type DiskCount: int
157
160
  """
158
161
  self._DiskType = None
@@ -162,6 +165,7 @@ class CBSSpec(AbstractModel):
162
165
  @property
163
166
  def DiskType(self):
164
167
  """盘类型
168
+ 注意:此字段可能返回 null,表示取不到有效值。
165
169
  :rtype: str
166
170
  """
167
171
  return self._DiskType
@@ -173,6 +177,7 @@ class CBSSpec(AbstractModel):
173
177
  @property
174
178
  def DiskSize(self):
175
179
  """大小
180
+ 注意:此字段可能返回 null,表示取不到有效值。
176
181
  :rtype: int
177
182
  """
178
183
  return self._DiskSize
@@ -184,6 +189,7 @@ class CBSSpec(AbstractModel):
184
189
  @property
185
190
  def DiskCount(self):
186
191
  """个数
192
+ 注意:此字段可能返回 null,表示取不到有效值。
187
193
  :rtype: int
188
194
  """
189
195
  return self._DiskCount
@@ -286,13 +292,13 @@ class CNResourceSpec(AbstractModel):
286
292
 
287
293
  def __init__(self):
288
294
  r"""
289
- :param _Type:
295
+ :param _Type: 节点类型
290
296
  :type Type: str
291
- :param _SpecName:
297
+ :param _SpecName: 机型
292
298
  :type SpecName: str
293
- :param _Count:
299
+ :param _Count: 节点个数
294
300
  :type Count: int
295
- :param _DiskSpec:
301
+ :param _DiskSpec: 磁盘信息
296
302
  :type DiskSpec: :class:`tencentcloud.cdwpg.v20201230.models.CBSSpec`
297
303
  """
298
304
  self._Type = None
@@ -302,7 +308,7 @@ class CNResourceSpec(AbstractModel):
302
308
 
303
309
  @property
304
310
  def Type(self):
305
- """
311
+ """节点类型
306
312
  :rtype: str
307
313
  """
308
314
  return self._Type
@@ -313,7 +319,7 @@ class CNResourceSpec(AbstractModel):
313
319
 
314
320
  @property
315
321
  def SpecName(self):
316
- """
322
+ """机型
317
323
  :rtype: str
318
324
  """
319
325
  return self._SpecName
@@ -324,7 +330,7 @@ class CNResourceSpec(AbstractModel):
324
330
 
325
331
  @property
326
332
  def Count(self):
327
- """
333
+ """节点个数
328
334
  :rtype: int
329
335
  """
330
336
  return self._Count
@@ -335,7 +341,7 @@ class CNResourceSpec(AbstractModel):
335
341
 
336
342
  @property
337
343
  def DiskSpec(self):
338
- """
344
+ """磁盘信息
339
345
  :rtype: :class:`tencentcloud.cdwpg.v20201230.models.CBSSpec`
340
346
  """
341
347
  return self._DiskSpec
@@ -632,10 +638,13 @@ class ConfigParams(AbstractModel):
632
638
  def __init__(self):
633
639
  r"""
634
640
  :param _ParameterName: 名字
641
+ 注意:此字段可能返回 null,表示取不到有效值。
635
642
  :type ParameterName: str
636
643
  :param _ParameterValue: 值
644
+ 注意:此字段可能返回 null,表示取不到有效值。
637
645
  :type ParameterValue: str
638
646
  :param _ParameterOldValue: 修改前的值
647
+ 注意:此字段可能返回 null,表示取不到有效值。
639
648
  :type ParameterOldValue: str
640
649
  """
641
650
  self._ParameterName = None
@@ -645,6 +654,7 @@ class ConfigParams(AbstractModel):
645
654
  @property
646
655
  def ParameterName(self):
647
656
  """名字
657
+ 注意:此字段可能返回 null,表示取不到有效值。
648
658
  :rtype: str
649
659
  """
650
660
  return self._ParameterName
@@ -656,6 +666,7 @@ class ConfigParams(AbstractModel):
656
666
  @property
657
667
  def ParameterValue(self):
658
668
  """值
669
+ 注意:此字段可能返回 null,表示取不到有效值。
659
670
  :rtype: str
660
671
  """
661
672
  return self._ParameterValue
@@ -667,6 +678,7 @@ class ConfigParams(AbstractModel):
667
678
  @property
668
679
  def ParameterOldValue(self):
669
680
  """修改前的值
681
+ 注意:此字段可能返回 null,表示取不到有效值。
670
682
  :rtype: str
671
683
  """
672
684
  return self._ParameterOldValue
@@ -1205,9 +1217,9 @@ class DescribeDBParamsRequest(AbstractModel):
1205
1217
  r"""
1206
1218
  :param _NodeTypes: cn/dn
1207
1219
  :type NodeTypes: list of str
1208
- :param _Limit: range::(0,100]
1220
+ :param _Limit: 分页参数,分页步长,默认为10 示例值:10
1209
1221
  :type Limit: int
1210
- :param _Offset: range::[0,INF)
1222
+ :param _Offset: 分页参数,第一页为0,第二页为10
1211
1223
  :type Offset: int
1212
1224
  :param _InstanceId: InstanceId名称
1213
1225
  :type InstanceId: str
@@ -1230,7 +1242,7 @@ class DescribeDBParamsRequest(AbstractModel):
1230
1242
 
1231
1243
  @property
1232
1244
  def Limit(self):
1233
- """range::(0,100]
1245
+ """分页参数,分页步长,默认为10 示例值:10
1234
1246
  :rtype: int
1235
1247
  """
1236
1248
  return self._Limit
@@ -1241,7 +1253,7 @@ class DescribeDBParamsRequest(AbstractModel):
1241
1253
 
1242
1254
  @property
1243
1255
  def Offset(self):
1244
- """range::[0,INF)
1256
+ """分页参数,第一页为0,第二页为10
1245
1257
  :rtype: int
1246
1258
  """
1247
1259
  return self._Offset
@@ -2145,9 +2157,9 @@ class DescribeInstancesRequest(AbstractModel):
2145
2157
 
2146
2158
  def __init__(self):
2147
2159
  r"""
2148
- :param _SearchInstanceId: 搜索的集群id名称
2160
+ :param _SearchInstanceId: 用集群id搜索
2149
2161
  :type SearchInstanceId: str
2150
- :param _SearchInstanceName: 搜索的集群name
2162
+ :param _SearchInstanceName: 用集群名字搜索
2151
2163
  :type SearchInstanceName: str
2152
2164
  :param _Offset: 分页参数,第一页为0,第二页为10
2153
2165
  :type Offset: int
@@ -2164,7 +2176,7 @@ class DescribeInstancesRequest(AbstractModel):
2164
2176
 
2165
2177
  @property
2166
2178
  def SearchInstanceId(self):
2167
- """搜索的集群id名称
2179
+ """用集群id搜索
2168
2180
  :rtype: str
2169
2181
  """
2170
2182
  return self._SearchInstanceId
@@ -2175,7 +2187,7 @@ class DescribeInstancesRequest(AbstractModel):
2175
2187
 
2176
2188
  @property
2177
2189
  def SearchInstanceName(self):
2178
- """搜索的集群name
2190
+ """用集群名字搜索
2179
2191
  :rtype: str
2180
2192
  """
2181
2193
  return self._SearchInstanceName
@@ -2252,7 +2264,7 @@ class DescribeInstancesResponse(AbstractModel):
2252
2264
  :param _InstancesList: 实例数组
2253
2265
  注意:此字段可能返回 null,表示取不到有效值。
2254
2266
  :type InstancesList: list of InstanceInfo
2255
- :param _ErrorMsg: -
2267
+ :param _ErrorMsg: 错误信息
2256
2268
  注意:此字段可能返回 null,表示取不到有效值。
2257
2269
  :type ErrorMsg: str
2258
2270
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -2289,7 +2301,7 @@ class DescribeInstancesResponse(AbstractModel):
2289
2301
 
2290
2302
  @property
2291
2303
  def ErrorMsg(self):
2292
- """-
2304
+ """错误信息
2293
2305
  注意:此字段可能返回 null,表示取不到有效值。
2294
2306
  :rtype: str
2295
2307
  """
@@ -2330,15 +2342,15 @@ class DescribeSimpleInstancesRequest(AbstractModel):
2330
2342
 
2331
2343
  def __init__(self):
2332
2344
  r"""
2333
- :param _SearchInstanceId: 11
2345
+ :param _SearchInstanceId: 用集群id搜索
2334
2346
  :type SearchInstanceId: str
2335
- :param _SearchInstanceName: 11
2347
+ :param _SearchInstanceName: 用集群名字搜索
2336
2348
  :type SearchInstanceName: str
2337
- :param _Offset: 11
2349
+ :param _Offset: 分页参数,第一页为0,第二页为10
2338
2350
  :type Offset: int
2339
- :param _Limit: 11
2351
+ :param _Limit: 分页参数,分页步长,默认为10
2340
2352
  :type Limit: int
2341
- :param _SearchTags: 11
2353
+ :param _SearchTags: 用标签列表搜索
2342
2354
  :type SearchTags: list of str
2343
2355
  """
2344
2356
  self._SearchInstanceId = None
@@ -2349,7 +2361,7 @@ class DescribeSimpleInstancesRequest(AbstractModel):
2349
2361
 
2350
2362
  @property
2351
2363
  def SearchInstanceId(self):
2352
- """11
2364
+ """用集群id搜索
2353
2365
  :rtype: str
2354
2366
  """
2355
2367
  return self._SearchInstanceId
@@ -2360,7 +2372,7 @@ class DescribeSimpleInstancesRequest(AbstractModel):
2360
2372
 
2361
2373
  @property
2362
2374
  def SearchInstanceName(self):
2363
- """11
2375
+ """用集群名字搜索
2364
2376
  :rtype: str
2365
2377
  """
2366
2378
  return self._SearchInstanceName
@@ -2371,7 +2383,7 @@ class DescribeSimpleInstancesRequest(AbstractModel):
2371
2383
 
2372
2384
  @property
2373
2385
  def Offset(self):
2374
- """11
2386
+ """分页参数,第一页为0,第二页为10
2375
2387
  :rtype: int
2376
2388
  """
2377
2389
  return self._Offset
@@ -2382,7 +2394,7 @@ class DescribeSimpleInstancesRequest(AbstractModel):
2382
2394
 
2383
2395
  @property
2384
2396
  def Limit(self):
2385
- """11
2397
+ """分页参数,分页步长,默认为10
2386
2398
  :rtype: int
2387
2399
  """
2388
2400
  return self._Limit
@@ -2393,7 +2405,7 @@ class DescribeSimpleInstancesRequest(AbstractModel):
2393
2405
 
2394
2406
  @property
2395
2407
  def SearchTags(self):
2396
- """11
2408
+ """用标签列表搜索
2397
2409
  :rtype: list of str
2398
2410
  """
2399
2411
  return self._SearchTags
@@ -2426,13 +2438,13 @@ class DescribeSimpleInstancesResponse(AbstractModel):
2426
2438
 
2427
2439
  def __init__(self):
2428
2440
  r"""
2429
- :param _TotalCount: 1
2441
+ :param _TotalCount: 集群列表总数
2430
2442
  注意:此字段可能返回 null,表示取不到有效值。
2431
2443
  :type TotalCount: int
2432
- :param _InstancesList: 1
2444
+ :param _InstancesList: 集群列表详情
2433
2445
  注意:此字段可能返回 null,表示取不到有效值。
2434
2446
  :type InstancesList: list of InstanceSimpleInfoNew
2435
- :param _ErrorMsg: -
2447
+ :param _ErrorMsg: 错误信息
2436
2448
  注意:此字段可能返回 null,表示取不到有效值。
2437
2449
  :type ErrorMsg: str
2438
2450
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -2445,7 +2457,7 @@ class DescribeSimpleInstancesResponse(AbstractModel):
2445
2457
 
2446
2458
  @property
2447
2459
  def TotalCount(self):
2448
- """1
2460
+ """集群列表总数
2449
2461
  注意:此字段可能返回 null,表示取不到有效值。
2450
2462
  :rtype: int
2451
2463
  """
@@ -2457,7 +2469,7 @@ class DescribeSimpleInstancesResponse(AbstractModel):
2457
2469
 
2458
2470
  @property
2459
2471
  def InstancesList(self):
2460
- """1
2472
+ """集群列表详情
2461
2473
  注意:此字段可能返回 null,表示取不到有效值。
2462
2474
  :rtype: list of InstanceSimpleInfoNew
2463
2475
  """
@@ -2469,7 +2481,7 @@ class DescribeSimpleInstancesResponse(AbstractModel):
2469
2481
 
2470
2482
  @property
2471
2483
  def ErrorMsg(self):
2472
- """-
2484
+ """错误信息
2473
2485
  注意:此字段可能返回 null,表示取不到有效值。
2474
2486
  :rtype: str
2475
2487
  """
@@ -3054,22 +3066,22 @@ class DiskSpecPlus(AbstractModel):
3054
3066
 
3055
3067
  def __init__(self):
3056
3068
  r"""
3057
- :param _DiskCount: 1
3069
+ :param _DiskCount: 磁盘个数
3058
3070
  注意:此字段可能返回 null,表示取不到有效值。
3059
3071
  :type DiskCount: int
3060
- :param _MaxDiskSize: 1
3072
+ :param _MaxDiskSize: 磁盘最大值
3061
3073
  注意:此字段可能返回 null,表示取不到有效值。
3062
3074
  :type MaxDiskSize: int
3063
- :param _MinDiskSize: 1
3075
+ :param _MinDiskSize: 磁盘最小值
3064
3076
  注意:此字段可能返回 null,表示取不到有效值。
3065
3077
  :type MinDiskSize: int
3066
- :param _DiskType: 1
3078
+ :param _DiskType: 磁盘类型
3067
3079
  注意:此字段可能返回 null,表示取不到有效值。
3068
3080
  :type DiskType: str
3069
- :param _DiskDesc: 1
3081
+ :param _DiskDesc: 磁盘类型详情
3070
3082
  注意:此字段可能返回 null,表示取不到有效值。
3071
3083
  :type DiskDesc: str
3072
- :param _CvmClass: 1
3084
+ :param _CvmClass: 机型类型
3073
3085
  注意:此字段可能返回 null,表示取不到有效值。
3074
3086
  :type CvmClass: str
3075
3087
  """
@@ -3082,7 +3094,7 @@ class DiskSpecPlus(AbstractModel):
3082
3094
 
3083
3095
  @property
3084
3096
  def DiskCount(self):
3085
- """1
3097
+ """磁盘个数
3086
3098
  注意:此字段可能返回 null,表示取不到有效值。
3087
3099
  :rtype: int
3088
3100
  """
@@ -3094,7 +3106,7 @@ class DiskSpecPlus(AbstractModel):
3094
3106
 
3095
3107
  @property
3096
3108
  def MaxDiskSize(self):
3097
- """1
3109
+ """磁盘最大值
3098
3110
  注意:此字段可能返回 null,表示取不到有效值。
3099
3111
  :rtype: int
3100
3112
  """
@@ -3106,7 +3118,7 @@ class DiskSpecPlus(AbstractModel):
3106
3118
 
3107
3119
  @property
3108
3120
  def MinDiskSize(self):
3109
- """1
3121
+ """磁盘最小值
3110
3122
  注意:此字段可能返回 null,表示取不到有效值。
3111
3123
  :rtype: int
3112
3124
  """
@@ -3118,7 +3130,7 @@ class DiskSpecPlus(AbstractModel):
3118
3130
 
3119
3131
  @property
3120
3132
  def DiskType(self):
3121
- """1
3133
+ """磁盘类型
3122
3134
  注意:此字段可能返回 null,表示取不到有效值。
3123
3135
  :rtype: str
3124
3136
  """
@@ -3130,7 +3142,7 @@ class DiskSpecPlus(AbstractModel):
3130
3142
 
3131
3143
  @property
3132
3144
  def DiskDesc(self):
3133
- """1
3145
+ """磁盘类型详情
3134
3146
  注意:此字段可能返回 null,表示取不到有效值。
3135
3147
  :rtype: str
3136
3148
  """
@@ -3142,7 +3154,7 @@ class DiskSpecPlus(AbstractModel):
3142
3154
 
3143
3155
  @property
3144
3156
  def CvmClass(self):
3145
- """1
3157
+ """机型类型
3146
3158
  注意:此字段可能返回 null,表示取不到有效值。
3147
3159
  :rtype: str
3148
3160
  """
@@ -3382,43 +3394,43 @@ class InstanceInfo(AbstractModel):
3382
3394
  :param _ID: ID值
3383
3395
  注意:此字段可能返回 null,表示取不到有效值。
3384
3396
  :type ID: int
3385
- :param _InstanceType: cdwpg-cn或者其他
3397
+ :param _InstanceType: 内核版本类型
3386
3398
  注意:此字段可能返回 null,表示取不到有效值。
3387
3399
  :type InstanceType: str
3388
- :param _InstanceName: cdwpg-cn或者其他
3400
+ :param _InstanceName: 集群名字
3389
3401
  注意:此字段可能返回 null,表示取不到有效值。
3390
3402
  :type InstanceName: str
3391
- :param _Status: Running
3403
+ :param _Status: 集群状态
3392
3404
  注意:此字段可能返回 null,表示取不到有效值。
3393
3405
  :type Status: str
3394
- :param _StatusDesc: 运行中
3406
+ :param _StatusDesc: 集群状态详情
3395
3407
  注意:此字段可能返回 null,表示取不到有效值。
3396
3408
  :type StatusDesc: str
3397
- :param _InstanceStateInfo:
3409
+ :param _InstanceStateInfo: 集群状态信息
3398
3410
  注意:此字段可能返回 null,表示取不到有效值。
3399
3411
  :type InstanceStateInfo: :class:`tencentcloud.cdwpg.v20201230.models.InstanceStateInfo`
3400
- :param _InstanceID: -
3412
+ :param _InstanceID: 集群id
3401
3413
  注意:此字段可能返回 null,表示取不到有效值。
3402
3414
  :type InstanceID: str
3403
- :param _CreateTime: 2022-09-05 20:00:01
3415
+ :param _CreateTime: 创建时间
3404
3416
  注意:此字段可能返回 null,表示取不到有效值。
3405
3417
  :type CreateTime: str
3406
- :param _Region: ap-chongqing
3418
+ :param _Region: 地域
3407
3419
  注意:此字段可能返回 null,表示取不到有效值。
3408
3420
  :type Region: str
3409
- :param _Zone: ap
3421
+ :param _Zone: 地区
3410
3422
  注意:此字段可能返回 null,表示取不到有效值。
3411
3423
  :type Zone: str
3412
- :param _RegionDesc: region
3424
+ :param _RegionDesc: 地域详情
3413
3425
  注意:此字段可能返回 null,表示取不到有效值。
3414
3426
  :type RegionDesc: str
3415
- :param _ZoneDesc: zone
3427
+ :param _ZoneDesc: 地区详情
3416
3428
  注意:此字段可能返回 null,表示取不到有效值。
3417
3429
  :type ZoneDesc: str
3418
3430
  :param _Tags: 标签
3419
3431
  注意:此字段可能返回 null,表示取不到有效值。
3420
3432
  :type Tags: list of Tag
3421
- :param _Version: v3
3433
+ :param _Version: 内核版本
3422
3434
  注意:此字段可能返回 null,表示取不到有效值。
3423
3435
  :type Version: str
3424
3436
  :param _Charset: 字符集
@@ -3430,28 +3442,28 @@ class InstanceInfo(AbstractModel):
3430
3442
  :param _DNNodes: DN节点列表
3431
3443
  注意:此字段可能返回 null,表示取不到有效值。
3432
3444
  :type DNNodes: list of InstanceNodeGroup
3433
- :param _RegionId: 1
3445
+ :param _RegionId: 地域id
3434
3446
  注意:此字段可能返回 null,表示取不到有效值。
3435
3447
  :type RegionId: int
3436
- :param _ZoneId: 1
3448
+ :param _ZoneId: 地区id
3437
3449
  注意:此字段可能返回 null,表示取不到有效值。
3438
3450
  :type ZoneId: int
3439
- :param _VpcId: 1
3451
+ :param _VpcId: 私有网络
3440
3452
  注意:此字段可能返回 null,表示取不到有效值。
3441
3453
  :type VpcId: str
3442
- :param _SubnetId: 1
3454
+ :param _SubnetId: 子网
3443
3455
  注意:此字段可能返回 null,表示取不到有效值。
3444
3456
  :type SubnetId: str
3445
- :param _ExpireTime: 1
3457
+ :param _ExpireTime: 过期时间
3446
3458
  注意:此字段可能返回 null,表示取不到有效值。
3447
3459
  :type ExpireTime: str
3448
- :param _PayMode: 1
3460
+ :param _PayMode: 计费方式
3449
3461
  注意:此字段可能返回 null,表示取不到有效值。
3450
3462
  :type PayMode: str
3451
- :param _RenewFlag: 1
3463
+ :param _RenewFlag: 自动续费
3452
3464
  注意:此字段可能返回 null,表示取不到有效值。
3453
3465
  :type RenewFlag: bool
3454
- :param _InstanceId: 1
3466
+ :param _InstanceId: 集群id
3455
3467
  注意:此字段可能返回 null,表示取不到有效值。
3456
3468
  :type InstanceId: str
3457
3469
  :param _AccessDetails: 访问信息
@@ -3499,7 +3511,7 @@ class InstanceInfo(AbstractModel):
3499
3511
 
3500
3512
  @property
3501
3513
  def InstanceType(self):
3502
- """cdwpg-cn或者其他
3514
+ """内核版本类型
3503
3515
  注意:此字段可能返回 null,表示取不到有效值。
3504
3516
  :rtype: str
3505
3517
  """
@@ -3511,7 +3523,7 @@ class InstanceInfo(AbstractModel):
3511
3523
 
3512
3524
  @property
3513
3525
  def InstanceName(self):
3514
- """cdwpg-cn或者其他
3526
+ """集群名字
3515
3527
  注意:此字段可能返回 null,表示取不到有效值。
3516
3528
  :rtype: str
3517
3529
  """
@@ -3523,7 +3535,7 @@ class InstanceInfo(AbstractModel):
3523
3535
 
3524
3536
  @property
3525
3537
  def Status(self):
3526
- """Running
3538
+ """集群状态
3527
3539
  注意:此字段可能返回 null,表示取不到有效值。
3528
3540
  :rtype: str
3529
3541
  """
@@ -3535,7 +3547,7 @@ class InstanceInfo(AbstractModel):
3535
3547
 
3536
3548
  @property
3537
3549
  def StatusDesc(self):
3538
- """运行中
3550
+ """集群状态详情
3539
3551
  注意:此字段可能返回 null,表示取不到有效值。
3540
3552
  :rtype: str
3541
3553
  """
@@ -3547,7 +3559,7 @@ class InstanceInfo(AbstractModel):
3547
3559
 
3548
3560
  @property
3549
3561
  def InstanceStateInfo(self):
3550
- """
3562
+ """集群状态信息
3551
3563
  注意:此字段可能返回 null,表示取不到有效值。
3552
3564
  :rtype: :class:`tencentcloud.cdwpg.v20201230.models.InstanceStateInfo`
3553
3565
  """
@@ -3559,7 +3571,7 @@ class InstanceInfo(AbstractModel):
3559
3571
 
3560
3572
  @property
3561
3573
  def InstanceID(self):
3562
- """-
3574
+ """集群id
3563
3575
  注意:此字段可能返回 null,表示取不到有效值。
3564
3576
  :rtype: str
3565
3577
  """
@@ -3571,7 +3583,7 @@ class InstanceInfo(AbstractModel):
3571
3583
 
3572
3584
  @property
3573
3585
  def CreateTime(self):
3574
- """2022-09-05 20:00:01
3586
+ """创建时间
3575
3587
  注意:此字段可能返回 null,表示取不到有效值。
3576
3588
  :rtype: str
3577
3589
  """
@@ -3583,7 +3595,7 @@ class InstanceInfo(AbstractModel):
3583
3595
 
3584
3596
  @property
3585
3597
  def Region(self):
3586
- """ap-chongqing
3598
+ """地域
3587
3599
  注意:此字段可能返回 null,表示取不到有效值。
3588
3600
  :rtype: str
3589
3601
  """
@@ -3595,7 +3607,7 @@ class InstanceInfo(AbstractModel):
3595
3607
 
3596
3608
  @property
3597
3609
  def Zone(self):
3598
- """ap
3610
+ """地区
3599
3611
  注意:此字段可能返回 null,表示取不到有效值。
3600
3612
  :rtype: str
3601
3613
  """
@@ -3607,7 +3619,7 @@ class InstanceInfo(AbstractModel):
3607
3619
 
3608
3620
  @property
3609
3621
  def RegionDesc(self):
3610
- """region
3622
+ """地域详情
3611
3623
  注意:此字段可能返回 null,表示取不到有效值。
3612
3624
  :rtype: str
3613
3625
  """
@@ -3619,7 +3631,7 @@ class InstanceInfo(AbstractModel):
3619
3631
 
3620
3632
  @property
3621
3633
  def ZoneDesc(self):
3622
- """zone
3634
+ """地区详情
3623
3635
  注意:此字段可能返回 null,表示取不到有效值。
3624
3636
  :rtype: str
3625
3637
  """
@@ -3643,7 +3655,7 @@ class InstanceInfo(AbstractModel):
3643
3655
 
3644
3656
  @property
3645
3657
  def Version(self):
3646
- """v3
3658
+ """内核版本
3647
3659
  注意:此字段可能返回 null,表示取不到有效值。
3648
3660
  :rtype: str
3649
3661
  """
@@ -3691,7 +3703,7 @@ class InstanceInfo(AbstractModel):
3691
3703
 
3692
3704
  @property
3693
3705
  def RegionId(self):
3694
- """1
3706
+ """地域id
3695
3707
  注意:此字段可能返回 null,表示取不到有效值。
3696
3708
  :rtype: int
3697
3709
  """
@@ -3703,7 +3715,7 @@ class InstanceInfo(AbstractModel):
3703
3715
 
3704
3716
  @property
3705
3717
  def ZoneId(self):
3706
- """1
3718
+ """地区id
3707
3719
  注意:此字段可能返回 null,表示取不到有效值。
3708
3720
  :rtype: int
3709
3721
  """
@@ -3715,7 +3727,7 @@ class InstanceInfo(AbstractModel):
3715
3727
 
3716
3728
  @property
3717
3729
  def VpcId(self):
3718
- """1
3730
+ """私有网络
3719
3731
  注意:此字段可能返回 null,表示取不到有效值。
3720
3732
  :rtype: str
3721
3733
  """
@@ -3727,7 +3739,7 @@ class InstanceInfo(AbstractModel):
3727
3739
 
3728
3740
  @property
3729
3741
  def SubnetId(self):
3730
- """1
3742
+ """子网
3731
3743
  注意:此字段可能返回 null,表示取不到有效值。
3732
3744
  :rtype: str
3733
3745
  """
@@ -3739,7 +3751,7 @@ class InstanceInfo(AbstractModel):
3739
3751
 
3740
3752
  @property
3741
3753
  def ExpireTime(self):
3742
- """1
3754
+ """过期时间
3743
3755
  注意:此字段可能返回 null,表示取不到有效值。
3744
3756
  :rtype: str
3745
3757
  """
@@ -3751,7 +3763,7 @@ class InstanceInfo(AbstractModel):
3751
3763
 
3752
3764
  @property
3753
3765
  def PayMode(self):
3754
- """1
3766
+ """计费方式
3755
3767
  注意:此字段可能返回 null,表示取不到有效值。
3756
3768
  :rtype: str
3757
3769
  """
@@ -3763,7 +3775,7 @@ class InstanceInfo(AbstractModel):
3763
3775
 
3764
3776
  @property
3765
3777
  def RenewFlag(self):
3766
- """1
3778
+ """自动续费
3767
3779
  注意:此字段可能返回 null,表示取不到有效值。
3768
3780
  :rtype: bool
3769
3781
  """
@@ -3775,7 +3787,7 @@ class InstanceInfo(AbstractModel):
3775
3787
 
3776
3788
  @property
3777
3789
  def InstanceId(self):
3778
- """1
3790
+ """集群id
3779
3791
  注意:此字段可能返回 null,表示取不到有效值。
3780
3792
  :rtype: str
3781
3793
  """
@@ -3930,13 +3942,13 @@ class InstanceNodeGroup(AbstractModel):
3930
3942
 
3931
3943
  def __init__(self):
3932
3944
  r"""
3933
- :param _SpecName: 1
3945
+ :param _SpecName: 机型
3934
3946
  注意:此字段可能返回 null,表示取不到有效值。
3935
3947
  :type SpecName: str
3936
- :param _DataDisk: 1
3948
+ :param _DataDisk: 磁盘信息
3937
3949
  注意:此字段可能返回 null,表示取不到有效值。
3938
3950
  :type DataDisk: :class:`tencentcloud.cdwpg.v20201230.models.DiskSpecPlus`
3939
- :param _CvmCount: 1
3951
+ :param _CvmCount: 机器个数
3940
3952
  注意:此字段可能返回 null,表示取不到有效值。
3941
3953
  :type CvmCount: int
3942
3954
  """
@@ -3946,7 +3958,7 @@ class InstanceNodeGroup(AbstractModel):
3946
3958
 
3947
3959
  @property
3948
3960
  def SpecName(self):
3949
- """1
3961
+ """机型
3950
3962
  注意:此字段可能返回 null,表示取不到有效值。
3951
3963
  :rtype: str
3952
3964
  """
@@ -3958,7 +3970,7 @@ class InstanceNodeGroup(AbstractModel):
3958
3970
 
3959
3971
  @property
3960
3972
  def DataDisk(self):
3961
- """1
3973
+ """磁盘信息
3962
3974
  注意:此字段可能返回 null,表示取不到有效值。
3963
3975
  :rtype: :class:`tencentcloud.cdwpg.v20201230.models.DiskSpecPlus`
3964
3976
  """
@@ -3970,7 +3982,7 @@ class InstanceNodeGroup(AbstractModel):
3970
3982
 
3971
3983
  @property
3972
3984
  def CvmCount(self):
3973
- """1
3985
+ """机器个数
3974
3986
  注意:此字段可能返回 null,表示取不到有效值。
3975
3987
  :rtype: int
3976
3988
  """
@@ -4176,55 +4188,55 @@ class InstanceSimpleInfoNew(AbstractModel):
4176
4188
 
4177
4189
  def __init__(self):
4178
4190
  r"""
4179
- :param _ID: 1
4191
+ :param _ID: ID
4180
4192
  注意:此字段可能返回 null,表示取不到有效值。
4181
4193
  :type ID: int
4182
- :param _InstanceId: 1
4194
+ :param _InstanceId: 集群Id
4183
4195
  注意:此字段可能返回 null,表示取不到有效值。
4184
4196
  :type InstanceId: str
4185
- :param _InstanceName: 1
4197
+ :param _InstanceName: 集群名字
4186
4198
  注意:此字段可能返回 null,表示取不到有效值。
4187
4199
  :type InstanceName: str
4188
- :param _Version: 1
4200
+ :param _Version: 内核版本
4189
4201
  注意:此字段可能返回 null,表示取不到有效值。
4190
4202
  :type Version: str
4191
- :param _Region: 1
4203
+ :param _Region: 地域
4192
4204
  注意:此字段可能返回 null,表示取不到有效值。
4193
4205
  :type Region: str
4194
- :param _RegionId: 1
4206
+ :param _RegionId: 地域Id
4195
4207
  注意:此字段可能返回 null,表示取不到有效值。
4196
4208
  :type RegionId: int
4197
- :param _RegionDesc: 1
4209
+ :param _RegionDesc: 地域详情
4198
4210
  注意:此字段可能返回 null,表示取不到有效值。
4199
4211
  :type RegionDesc: str
4200
- :param _Zone: 1
4212
+ :param _Zone: 地区
4201
4213
  注意:此字段可能返回 null,表示取不到有效值。
4202
4214
  :type Zone: str
4203
- :param _ZoneId: 1
4215
+ :param _ZoneId: 地区id
4204
4216
  注意:此字段可能返回 null,表示取不到有效值。
4205
4217
  :type ZoneId: int
4206
- :param _ZoneDesc: 1
4218
+ :param _ZoneDesc: 地区详情
4207
4219
  注意:此字段可能返回 null,表示取不到有效值。
4208
4220
  :type ZoneDesc: str
4209
- :param _VpcId: 1
4221
+ :param _VpcId: 私有网络
4210
4222
  注意:此字段可能返回 null,表示取不到有效值。
4211
4223
  :type VpcId: str
4212
- :param _SubnetId: 1
4224
+ :param _SubnetId: 子网
4213
4225
  注意:此字段可能返回 null,表示取不到有效值。
4214
4226
  :type SubnetId: str
4215
- :param _CreateTime: 1
4227
+ :param _CreateTime: 开始时间
4216
4228
  注意:此字段可能返回 null,表示取不到有效值。
4217
4229
  :type CreateTime: str
4218
- :param _ExpireTime: 1
4230
+ :param _ExpireTime: 过期时间
4219
4231
  注意:此字段可能返回 null,表示取不到有效值。
4220
4232
  :type ExpireTime: str
4221
- :param _AccessInfo: 1
4233
+ :param _AccessInfo: 访问地址
4222
4234
  注意:此字段可能返回 null,表示取不到有效值。
4223
4235
  :type AccessInfo: str
4224
- :param _PayMode: 1
4236
+ :param _PayMode: 计费方式
4225
4237
  注意:此字段可能返回 null,表示取不到有效值。
4226
4238
  :type PayMode: str
4227
- :param _RenewFlag: 1
4239
+ :param _RenewFlag: 自动续费
4228
4240
  注意:此字段可能返回 null,表示取不到有效值。
4229
4241
  :type RenewFlag: bool
4230
4242
  """
@@ -4248,7 +4260,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4248
4260
 
4249
4261
  @property
4250
4262
  def ID(self):
4251
- """1
4263
+ """ID
4252
4264
  注意:此字段可能返回 null,表示取不到有效值。
4253
4265
  :rtype: int
4254
4266
  """
@@ -4260,7 +4272,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4260
4272
 
4261
4273
  @property
4262
4274
  def InstanceId(self):
4263
- """1
4275
+ """集群Id
4264
4276
  注意:此字段可能返回 null,表示取不到有效值。
4265
4277
  :rtype: str
4266
4278
  """
@@ -4272,7 +4284,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4272
4284
 
4273
4285
  @property
4274
4286
  def InstanceName(self):
4275
- """1
4287
+ """集群名字
4276
4288
  注意:此字段可能返回 null,表示取不到有效值。
4277
4289
  :rtype: str
4278
4290
  """
@@ -4284,7 +4296,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4284
4296
 
4285
4297
  @property
4286
4298
  def Version(self):
4287
- """1
4299
+ """内核版本
4288
4300
  注意:此字段可能返回 null,表示取不到有效值。
4289
4301
  :rtype: str
4290
4302
  """
@@ -4296,7 +4308,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4296
4308
 
4297
4309
  @property
4298
4310
  def Region(self):
4299
- """1
4311
+ """地域
4300
4312
  注意:此字段可能返回 null,表示取不到有效值。
4301
4313
  :rtype: str
4302
4314
  """
@@ -4308,7 +4320,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4308
4320
 
4309
4321
  @property
4310
4322
  def RegionId(self):
4311
- """1
4323
+ """地域Id
4312
4324
  注意:此字段可能返回 null,表示取不到有效值。
4313
4325
  :rtype: int
4314
4326
  """
@@ -4320,7 +4332,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4320
4332
 
4321
4333
  @property
4322
4334
  def RegionDesc(self):
4323
- """1
4335
+ """地域详情
4324
4336
  注意:此字段可能返回 null,表示取不到有效值。
4325
4337
  :rtype: str
4326
4338
  """
@@ -4332,7 +4344,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4332
4344
 
4333
4345
  @property
4334
4346
  def Zone(self):
4335
- """1
4347
+ """地区
4336
4348
  注意:此字段可能返回 null,表示取不到有效值。
4337
4349
  :rtype: str
4338
4350
  """
@@ -4344,7 +4356,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4344
4356
 
4345
4357
  @property
4346
4358
  def ZoneId(self):
4347
- """1
4359
+ """地区id
4348
4360
  注意:此字段可能返回 null,表示取不到有效值。
4349
4361
  :rtype: int
4350
4362
  """
@@ -4356,7 +4368,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4356
4368
 
4357
4369
  @property
4358
4370
  def ZoneDesc(self):
4359
- """1
4371
+ """地区详情
4360
4372
  注意:此字段可能返回 null,表示取不到有效值。
4361
4373
  :rtype: str
4362
4374
  """
@@ -4368,7 +4380,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4368
4380
 
4369
4381
  @property
4370
4382
  def VpcId(self):
4371
- """1
4383
+ """私有网络
4372
4384
  注意:此字段可能返回 null,表示取不到有效值。
4373
4385
  :rtype: str
4374
4386
  """
@@ -4380,7 +4392,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4380
4392
 
4381
4393
  @property
4382
4394
  def SubnetId(self):
4383
- """1
4395
+ """子网
4384
4396
  注意:此字段可能返回 null,表示取不到有效值。
4385
4397
  :rtype: str
4386
4398
  """
@@ -4392,7 +4404,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4392
4404
 
4393
4405
  @property
4394
4406
  def CreateTime(self):
4395
- """1
4407
+ """开始时间
4396
4408
  注意:此字段可能返回 null,表示取不到有效值。
4397
4409
  :rtype: str
4398
4410
  """
@@ -4404,7 +4416,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4404
4416
 
4405
4417
  @property
4406
4418
  def ExpireTime(self):
4407
- """1
4419
+ """过期时间
4408
4420
  注意:此字段可能返回 null,表示取不到有效值。
4409
4421
  :rtype: str
4410
4422
  """
@@ -4416,7 +4428,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4416
4428
 
4417
4429
  @property
4418
4430
  def AccessInfo(self):
4419
- """1
4431
+ """访问地址
4420
4432
  注意:此字段可能返回 null,表示取不到有效值。
4421
4433
  :rtype: str
4422
4434
  """
@@ -4428,7 +4440,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4428
4440
 
4429
4441
  @property
4430
4442
  def PayMode(self):
4431
- """1
4443
+ """计费方式
4432
4444
  注意:此字段可能返回 null,表示取不到有效值。
4433
4445
  :rtype: str
4434
4446
  """
@@ -4440,7 +4452,7 @@ class InstanceSimpleInfoNew(AbstractModel):
4440
4452
 
4441
4453
  @property
4442
4454
  def RenewFlag(self):
4443
- """1
4455
+ """自动续费
4444
4456
  注意:此字段可能返回 null,表示取不到有效值。
4445
4457
  :rtype: bool
4446
4458
  """
@@ -4510,10 +4522,10 @@ class InstanceStateInfo(AbstractModel):
4510
4522
  :param _BackupStatus: 集群是否有备份中任务,有为1,无为0
4511
4523
  注意:此字段可能返回 null,表示取不到有效值。
4512
4524
  :type BackupStatus: int
4513
- :param _RequestId: 1
4525
+ :param _RequestId: 请求id
4514
4526
  注意:此字段可能返回 null,表示取不到有效值。
4515
4527
  :type RequestId: str
4516
- :param _BackupOpenStatus: 1
4528
+ :param _BackupOpenStatus: 集群是否有备份中任务,有为1,无为0
4517
4529
  注意:此字段可能返回 null,表示取不到有效值。
4518
4530
  :type BackupOpenStatus: int
4519
4531
  """
@@ -4626,7 +4638,7 @@ class InstanceStateInfo(AbstractModel):
4626
4638
 
4627
4639
  @property
4628
4640
  def RequestId(self):
4629
- """1
4641
+ """请求id
4630
4642
  注意:此字段可能返回 null,表示取不到有效值。
4631
4643
  :rtype: str
4632
4644
  """
@@ -4638,7 +4650,7 @@ class InstanceStateInfo(AbstractModel):
4638
4650
 
4639
4651
  @property
4640
4652
  def BackupOpenStatus(self):
4641
- """1
4653
+ """集群是否有备份中任务,有为1,无为0
4642
4654
  注意:此字段可能返回 null,表示取不到有效值。
4643
4655
  :rtype: int
4644
4656
  """
@@ -5765,7 +5777,7 @@ class ResourceInfo(AbstractModel):
5765
5777
  :param _DiskSpec: 磁盘信息
5766
5778
  注意:此字段可能返回 null,表示取不到有效值。
5767
5779
  :type DiskSpec: :class:`tencentcloud.cdwpg.v20201230.models.CBSSpecInfo`
5768
- :param _Type: 资源类型,DATA
5780
+ :param _Type: 节点类型,cn 或dn
5769
5781
  注意:此字段可能返回 null,表示取不到有效值。
5770
5782
  :type Type: str
5771
5783
  """
@@ -5812,7 +5824,7 @@ class ResourceInfo(AbstractModel):
5812
5824
 
5813
5825
  @property
5814
5826
  def Type(self):
5815
- """资源类型,DATA
5827
+ """节点类型,cn 或dn
5816
5828
  注意:此字段可能返回 null,表示取不到有效值。
5817
5829
  :rtype: str
5818
5830
  """
@@ -6120,9 +6132,9 @@ class ScaleOutInstanceResponse(AbstractModel):
6120
6132
 
6121
6133
  def __init__(self):
6122
6134
  r"""
6123
- :param _FlowId: 1
6135
+ :param _FlowId: 流程id
6124
6136
  :type FlowId: str
6125
- :param _ErrorMsg: 1
6137
+ :param _ErrorMsg: 错误信息
6126
6138
  注意:此字段可能返回 null,表示取不到有效值。
6127
6139
  :type ErrorMsg: str
6128
6140
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -6134,7 +6146,7 @@ class ScaleOutInstanceResponse(AbstractModel):
6134
6146
 
6135
6147
  @property
6136
6148
  def FlowId(self):
6137
- """1
6149
+ """流程id
6138
6150
  :rtype: str
6139
6151
  """
6140
6152
  return self._FlowId
@@ -6145,7 +6157,7 @@ class ScaleOutInstanceResponse(AbstractModel):
6145
6157
 
6146
6158
  @property
6147
6159
  def ErrorMsg(self):
6148
- """1
6160
+ """错误信息
6149
6161
  注意:此字段可能返回 null,表示取不到有效值。
6150
6162
  :rtype: str
6151
6163
  """
@@ -6387,52 +6399,52 @@ class SimpleInstanceInfo(AbstractModel):
6387
6399
 
6388
6400
  def __init__(self):
6389
6401
  r"""
6390
- :param _ID: 1
6402
+ :param _ID: ID
6391
6403
  注意:此字段可能返回 null,表示取不到有效值。
6392
6404
  :type ID: int
6393
- :param _InstanceId: 1
6405
+ :param _InstanceId: 集群Id
6394
6406
  注意:此字段可能返回 null,表示取不到有效值。
6395
6407
  :type InstanceId: str
6396
- :param _InstanceName: 1
6408
+ :param _InstanceName: 集群名字
6397
6409
  注意:此字段可能返回 null,表示取不到有效值。
6398
6410
  :type InstanceName: str
6399
- :param _Version: 1
6411
+ :param _Version: 内核版本
6400
6412
  注意:此字段可能返回 null,表示取不到有效值。
6401
6413
  :type Version: str
6402
- :param _Region: 1
6414
+ :param _Region: 地域
6403
6415
  注意:此字段可能返回 null,表示取不到有效值。
6404
6416
  :type Region: str
6405
- :param _Zone: 1
6417
+ :param _Zone: 地区
6406
6418
  注意:此字段可能返回 null,表示取不到有效值。
6407
6419
  :type Zone: str
6408
- :param _UserVPCID: 1
6420
+ :param _UserVPCID: 私有网络
6409
6421
  注意:此字段可能返回 null,表示取不到有效值。
6410
6422
  :type UserVPCID: str
6411
- :param _UserSubnetID: 1
6423
+ :param _UserSubnetID: 子网
6412
6424
  注意:此字段可能返回 null,表示取不到有效值。
6413
6425
  :type UserSubnetID: str
6414
- :param _CreateTime: 1
6426
+ :param _CreateTime: 开始时间
6415
6427
  注意:此字段可能返回 null,表示取不到有效值。
6416
6428
  :type CreateTime: str
6417
- :param _ExpireTime: 1
6429
+ :param _ExpireTime: 到期时间
6418
6430
  注意:此字段可能返回 null,表示取不到有效值。
6419
6431
  :type ExpireTime: str
6420
- :param _AccessInfo: 1
6432
+ :param _AccessInfo: 访问地址
6421
6433
  注意:此字段可能返回 null,表示取不到有效值。
6422
6434
  :type AccessInfo: str
6423
- :param _RenewFlag: 1
6435
+ :param _RenewFlag: 自动续费开关,0为不自动续费,1为自动续费
6424
6436
  注意:此字段可能返回 null,表示取不到有效值。
6425
6437
  :type RenewFlag: int
6426
- :param _ChargeProperties: 1
6438
+ :param _ChargeProperties: 计费方式
6427
6439
  注意:此字段可能返回 null,表示取不到有效值。
6428
6440
  :type ChargeProperties: :class:`tencentcloud.cdwpg.v20201230.models.ChargeProperties`
6429
- :param _Resources: 1
6441
+ :param _Resources: 资源集合
6430
6442
  注意:此字段可能返回 null,表示取不到有效值。
6431
6443
  :type Resources: list of ResourceInfo
6432
- :param _Tags: 1
6444
+ :param _Tags: 标签列表
6433
6445
  注意:此字段可能返回 null,表示取不到有效值。
6434
6446
  :type Tags: list of Tag
6435
- :param _Status: 1
6447
+ :param _Status: 集群状态
6436
6448
  注意:此字段可能返回 null,表示取不到有效值。
6437
6449
  :type Status: int
6438
6450
  """
@@ -6455,7 +6467,7 @@ class SimpleInstanceInfo(AbstractModel):
6455
6467
 
6456
6468
  @property
6457
6469
  def ID(self):
6458
- """1
6470
+ """ID
6459
6471
  注意:此字段可能返回 null,表示取不到有效值。
6460
6472
  :rtype: int
6461
6473
  """
@@ -6467,7 +6479,7 @@ class SimpleInstanceInfo(AbstractModel):
6467
6479
 
6468
6480
  @property
6469
6481
  def InstanceId(self):
6470
- """1
6482
+ """集群Id
6471
6483
  注意:此字段可能返回 null,表示取不到有效值。
6472
6484
  :rtype: str
6473
6485
  """
@@ -6479,7 +6491,7 @@ class SimpleInstanceInfo(AbstractModel):
6479
6491
 
6480
6492
  @property
6481
6493
  def InstanceName(self):
6482
- """1
6494
+ """集群名字
6483
6495
  注意:此字段可能返回 null,表示取不到有效值。
6484
6496
  :rtype: str
6485
6497
  """
@@ -6491,7 +6503,7 @@ class SimpleInstanceInfo(AbstractModel):
6491
6503
 
6492
6504
  @property
6493
6505
  def Version(self):
6494
- """1
6506
+ """内核版本
6495
6507
  注意:此字段可能返回 null,表示取不到有效值。
6496
6508
  :rtype: str
6497
6509
  """
@@ -6503,7 +6515,7 @@ class SimpleInstanceInfo(AbstractModel):
6503
6515
 
6504
6516
  @property
6505
6517
  def Region(self):
6506
- """1
6518
+ """地域
6507
6519
  注意:此字段可能返回 null,表示取不到有效值。
6508
6520
  :rtype: str
6509
6521
  """
@@ -6515,7 +6527,7 @@ class SimpleInstanceInfo(AbstractModel):
6515
6527
 
6516
6528
  @property
6517
6529
  def Zone(self):
6518
- """1
6530
+ """地区
6519
6531
  注意:此字段可能返回 null,表示取不到有效值。
6520
6532
  :rtype: str
6521
6533
  """
@@ -6527,7 +6539,7 @@ class SimpleInstanceInfo(AbstractModel):
6527
6539
 
6528
6540
  @property
6529
6541
  def UserVPCID(self):
6530
- """1
6542
+ """私有网络
6531
6543
  注意:此字段可能返回 null,表示取不到有效值。
6532
6544
  :rtype: str
6533
6545
  """
@@ -6539,7 +6551,7 @@ class SimpleInstanceInfo(AbstractModel):
6539
6551
 
6540
6552
  @property
6541
6553
  def UserSubnetID(self):
6542
- """1
6554
+ """子网
6543
6555
  注意:此字段可能返回 null,表示取不到有效值。
6544
6556
  :rtype: str
6545
6557
  """
@@ -6551,7 +6563,7 @@ class SimpleInstanceInfo(AbstractModel):
6551
6563
 
6552
6564
  @property
6553
6565
  def CreateTime(self):
6554
- """1
6566
+ """开始时间
6555
6567
  注意:此字段可能返回 null,表示取不到有效值。
6556
6568
  :rtype: str
6557
6569
  """
@@ -6563,7 +6575,7 @@ class SimpleInstanceInfo(AbstractModel):
6563
6575
 
6564
6576
  @property
6565
6577
  def ExpireTime(self):
6566
- """1
6578
+ """到期时间
6567
6579
  注意:此字段可能返回 null,表示取不到有效值。
6568
6580
  :rtype: str
6569
6581
  """
@@ -6575,7 +6587,7 @@ class SimpleInstanceInfo(AbstractModel):
6575
6587
 
6576
6588
  @property
6577
6589
  def AccessInfo(self):
6578
- """1
6590
+ """访问地址
6579
6591
  注意:此字段可能返回 null,表示取不到有效值。
6580
6592
  :rtype: str
6581
6593
  """
@@ -6587,7 +6599,7 @@ class SimpleInstanceInfo(AbstractModel):
6587
6599
 
6588
6600
  @property
6589
6601
  def RenewFlag(self):
6590
- """1
6602
+ """自动续费开关,0为不自动续费,1为自动续费
6591
6603
  注意:此字段可能返回 null,表示取不到有效值。
6592
6604
  :rtype: int
6593
6605
  """
@@ -6599,7 +6611,7 @@ class SimpleInstanceInfo(AbstractModel):
6599
6611
 
6600
6612
  @property
6601
6613
  def ChargeProperties(self):
6602
- """1
6614
+ """计费方式
6603
6615
  注意:此字段可能返回 null,表示取不到有效值。
6604
6616
  :rtype: :class:`tencentcloud.cdwpg.v20201230.models.ChargeProperties`
6605
6617
  """
@@ -6611,7 +6623,7 @@ class SimpleInstanceInfo(AbstractModel):
6611
6623
 
6612
6624
  @property
6613
6625
  def Resources(self):
6614
- """1
6626
+ """资源集合
6615
6627
  注意:此字段可能返回 null,表示取不到有效值。
6616
6628
  :rtype: list of ResourceInfo
6617
6629
  """
@@ -6623,7 +6635,7 @@ class SimpleInstanceInfo(AbstractModel):
6623
6635
 
6624
6636
  @property
6625
6637
  def Tags(self):
6626
- """1
6638
+ """标签列表
6627
6639
  注意:此字段可能返回 null,表示取不到有效值。
6628
6640
  :rtype: list of Tag
6629
6641
  """
@@ -6635,7 +6647,7 @@ class SimpleInstanceInfo(AbstractModel):
6635
6647
 
6636
6648
  @property
6637
6649
  def Status(self):
6638
- """1
6650
+ """集群状态
6639
6651
  注意:此字段可能返回 null,表示取不到有效值。
6640
6652
  :rtype: int
6641
6653
  """