@volcengine/pulumi 0.0.20 → 0.0.22

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 (165) hide show
  1. package/alb/acl.d.ts +126 -0
  2. package/alb/acl.js +89 -0
  3. package/alb/acl.js.map +1 -0
  4. package/alb/acls.d.ts +101 -0
  5. package/alb/acls.js +51 -0
  6. package/alb/acls.js.map +1 -0
  7. package/alb/alb.d.ts +282 -0
  8. package/alb/alb.js +167 -0
  9. package/alb/alb.js.map +1 -0
  10. package/alb/albs.d.ts +216 -0
  11. package/alb/albs.js +127 -0
  12. package/alb/albs.js.map +1 -0
  13. package/alb/caCertificates.d.ts +108 -0
  14. package/alb/caCertificates.js +50 -0
  15. package/alb/caCertificates.js.map +1 -0
  16. package/alb/cacertificate.d.ts +158 -0
  17. package/alb/cacertificate.js +96 -0
  18. package/alb/cacertificate.js.map +1 -0
  19. package/alb/certificate.d.ts +167 -0
  20. package/alb/certificate.js +98 -0
  21. package/alb/certificate.js.map +1 -0
  22. package/alb/certificates.d.ts +87 -0
  23. package/alb/certificates.js +48 -0
  24. package/alb/certificates.js.map +1 -0
  25. package/alb/customizedCfg.d.ts +108 -0
  26. package/alb/customizedCfg.js +85 -0
  27. package/alb/customizedCfg.js.map +1 -0
  28. package/alb/customizedCfgs.d.ts +116 -0
  29. package/alb/customizedCfgs.js +47 -0
  30. package/alb/customizedCfgs.js.map +1 -0
  31. package/alb/healthCheckTemplate.d.ts +212 -0
  32. package/alb/healthCheckTemplate.js +106 -0
  33. package/alb/healthCheckTemplate.js.map +1 -0
  34. package/alb/healthCheckTemplates.d.ts +96 -0
  35. package/alb/healthCheckTemplates.js +49 -0
  36. package/alb/healthCheckTemplates.js.map +1 -0
  37. package/alb/index.d.ts +69 -0
  38. package/alb/index.js +108 -0
  39. package/alb/index.js.map +1 -0
  40. package/alb/listener.d.ts +268 -0
  41. package/alb/listener.js +135 -0
  42. package/alb/listener.js.map +1 -0
  43. package/alb/listenerDomainExtension.d.ts +119 -0
  44. package/alb/listenerDomainExtension.js +103 -0
  45. package/alb/listenerDomainExtension.js.map +1 -0
  46. package/alb/listenerDomainExtensions.d.ts +78 -0
  47. package/alb/listenerDomainExtensions.js +46 -0
  48. package/alb/listenerDomainExtensions.js.map +1 -0
  49. package/alb/listeners.d.ts +100 -0
  50. package/alb/listeners.js +31 -0
  51. package/alb/listeners.js.map +1 -0
  52. package/alb/rule.d.ts +228 -0
  53. package/alb/rule.js +115 -0
  54. package/alb/rule.js.map +1 -0
  55. package/alb/rules.d.ts +75 -0
  56. package/alb/rules.js +46 -0
  57. package/alb/rules.js.map +1 -0
  58. package/alb/serverGroup.d.ts +215 -0
  59. package/alb/serverGroup.js +117 -0
  60. package/alb/serverGroup.js.map +1 -0
  61. package/alb/serverGroupServer.d.ts +155 -0
  62. package/alb/serverGroupServer.js +105 -0
  63. package/alb/serverGroupServer.js.map +1 -0
  64. package/alb/serverGroupServers.d.ts +75 -0
  65. package/alb/serverGroupServers.js +46 -0
  66. package/alb/serverGroupServers.js.map +1 -0
  67. package/alb/serverGroups.d.ts +171 -0
  68. package/alb/serverGroups.js +105 -0
  69. package/alb/serverGroups.js.map +1 -0
  70. package/alb/zones.d.ts +62 -0
  71. package/alb/zones.js +42 -0
  72. package/alb/zones.js.map +1 -0
  73. package/autoscaling/scalingConfiguration.d.ts +18 -0
  74. package/autoscaling/scalingConfiguration.js +2 -0
  75. package/autoscaling/scalingConfiguration.js.map +1 -1
  76. package/autoscaling/scalingGroup.d.ts +61 -3
  77. package/autoscaling/scalingGroup.js +11 -1
  78. package/autoscaling/scalingGroup.js.map +1 -1
  79. package/autoscaling/scalingGroups.d.ts +12 -0
  80. package/autoscaling/scalingGroups.js +1 -0
  81. package/autoscaling/scalingGroups.js.map +1 -1
  82. package/autoscaling/scalingLifecycleHook.d.ts +31 -6
  83. package/autoscaling/scalingLifecycleHook.js +16 -3
  84. package/autoscaling/scalingLifecycleHook.js.map +1 -1
  85. package/bandwidth_package/attachment.d.ts +103 -0
  86. package/bandwidth_package/attachment.js +100 -0
  87. package/bandwidth_package/attachment.js.map +1 -0
  88. package/bandwidth_package/bandwidthPackage.d.ts +188 -0
  89. package/bandwidth_package/bandwidthPackage.js +100 -0
  90. package/bandwidth_package/bandwidthPackage.js.map +1 -0
  91. package/bandwidth_package/bandwidthPackages.d.ts +151 -0
  92. package/bandwidth_package/bandwidthPackages.js +54 -0
  93. package/bandwidth_package/bandwidthPackages.js.map +1 -0
  94. package/bandwidth_package/index.d.ts +9 -0
  95. package/bandwidth_package/index.js +30 -0
  96. package/bandwidth_package/index.js.map +1 -0
  97. package/clb/listener.d.ts +21 -12
  98. package/clb/listener.js +2 -0
  99. package/clb/listener.js.map +1 -1
  100. package/cr/endpoint.d.ts +1 -1
  101. package/cr/endpoint.js +1 -1
  102. package/ecs/iamRoleAttachment.d.ts +71 -0
  103. package/ecs/iamRoleAttachment.js +68 -0
  104. package/ecs/iamRoleAttachment.js.map +1 -0
  105. package/ecs/index.d.ts +6 -0
  106. package/ecs/index.js +9 -1
  107. package/ecs/index.js.map +1 -1
  108. package/ecs/instance.d.ts +4 -0
  109. package/ecs/instance.js +1 -1
  110. package/ecs/instance.js.map +1 -1
  111. package/ecs/instanceTypes.d.ts +71 -0
  112. package/ecs/instanceTypes.js +43 -0
  113. package/ecs/instanceTypes.js.map +1 -0
  114. package/eip/address.d.ts +12 -0
  115. package/eip/address.js +2 -0
  116. package/eip/address.js.map +1 -1
  117. package/eip/addresses.d.ts +2 -2
  118. package/iam/user.d.ts +26 -2
  119. package/iam/user.js +6 -0
  120. package/iam/user.js.map +1 -1
  121. package/index.d.ts +3 -1
  122. package/index.js +5 -1
  123. package/index.js.map +1 -1
  124. package/mongodb/endpoint.d.ts +68 -3
  125. package/mongodb/endpoint.js +68 -3
  126. package/mongodb/endpoint.js.map +1 -1
  127. package/mongodb/endpoints.d.ts +116 -4
  128. package/mongodb/endpoints.js +116 -4
  129. package/mongodb/endpoints.js.map +1 -1
  130. package/mongodb/instance.d.ts +32 -0
  131. package/mongodb/instance.js +8 -0
  132. package/mongodb/instance.js.map +1 -1
  133. package/mongodb/instanceParameter.d.ts +41 -16
  134. package/mongodb/instanceParameter.js +35 -10
  135. package/mongodb/instanceParameter.js.map +1 -1
  136. package/mongodb/instanceParameters.d.ts +88 -8
  137. package/mongodb/instanceParameters.js +80 -6
  138. package/mongodb/instanceParameters.js.map +1 -1
  139. package/mongodb/mongoAllowList.d.ts +2 -14
  140. package/mongodb/mongoAllowList.js +2 -4
  141. package/mongodb/mongoAllowList.js.map +1 -1
  142. package/mongodb/mongoAllowListAssociate.d.ts +40 -3
  143. package/mongodb/mongoAllowListAssociate.js +40 -3
  144. package/mongodb/mongoAllowListAssociate.js.map +1 -1
  145. package/mongodb/mongoAllowLists.d.ts +20 -6
  146. package/mongodb/mongoAllowLists.js +20 -6
  147. package/mongodb/mongoAllowLists.js.map +1 -1
  148. package/mongodb/sslState.d.ts +34 -9
  149. package/mongodb/sslState.js +31 -6
  150. package/mongodb/sslState.js.map +1 -1
  151. package/mongodb/sslStates.d.ts +68 -4
  152. package/mongodb/sslStates.js +68 -4
  153. package/mongodb/sslStates.js.map +1 -1
  154. package/nas/permissionGroup.d.ts +1 -1
  155. package/nas/permissionGroup.js +1 -1
  156. package/package.json +2 -2
  157. package/tls/alarmNotifyGroup.d.ts +6 -0
  158. package/tls/alarmNotifyGroup.js.map +1 -1
  159. package/tls/topic.d.ts +9 -3
  160. package/tls/topic.js.map +1 -1
  161. package/types/input.d.ts +328 -10
  162. package/types/output.d.ts +1692 -43
  163. package/vke/nodePool.d.ts +11 -3
  164. package/vke/nodePool.js +5 -3
  165. package/vke/nodePool.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -1,4 +1,1162 @@
1
1
  import * as outputs from "../types/output";
2
+ export declare namespace alb {
3
+ interface AclAclEntry {
4
+ /**
5
+ * The description of the AclEntry.
6
+ */
7
+ description?: string;
8
+ /**
9
+ * The content of the AclEntry.
10
+ */
11
+ entry: string;
12
+ }
13
+ interface AclsAcl {
14
+ /**
15
+ * The entries info of acl.
16
+ */
17
+ aclEntries: outputs.alb.AclsAclAclEntry[];
18
+ /**
19
+ * The count of acl entry.
20
+ */
21
+ aclEntryCount: number;
22
+ /**
23
+ * The ID of Acl.
24
+ */
25
+ aclId: string;
26
+ /**
27
+ * The name of acl.
28
+ */
29
+ aclName: string;
30
+ /**
31
+ * Creation time of Acl.
32
+ */
33
+ createTime: string;
34
+ /**
35
+ * The description of Acl.
36
+ */
37
+ description: string;
38
+ /**
39
+ * The ID of Acl.
40
+ */
41
+ id: string;
42
+ /**
43
+ * The listeners of acl.
44
+ */
45
+ listeners: outputs.alb.AclsAclListener[];
46
+ /**
47
+ * The name of project.
48
+ */
49
+ projectName: string;
50
+ /**
51
+ * Update time of Acl.
52
+ */
53
+ updateTime: string;
54
+ }
55
+ interface AclsAclAclEntry {
56
+ /**
57
+ * The description of Acl.
58
+ */
59
+ description: string;
60
+ /**
61
+ * The info of entry.
62
+ */
63
+ entry: string;
64
+ }
65
+ interface AclsAclListener {
66
+ /**
67
+ * The type of acl.
68
+ */
69
+ aclType: string;
70
+ /**
71
+ * The ID of Listener.
72
+ */
73
+ listenerId: string;
74
+ /**
75
+ * The Name of Listener.
76
+ */
77
+ listenerName: string;
78
+ /**
79
+ * The port info of listener.
80
+ */
81
+ port: number;
82
+ /**
83
+ * The protocol info of listener.
84
+ */
85
+ protocol: string;
86
+ }
87
+ interface AlbEipBillingConfig {
88
+ /**
89
+ * The peek bandwidth of the Ipv6 EIP which automatically assigned to the Alb. Unit: Mbps.
90
+ */
91
+ bandwidth: number;
92
+ /**
93
+ * The billing type of the EIP which automatically assigned to the Alb. Valid values: `PostPaidByBandwidth`, `PostPaidByTraffic`.
94
+ */
95
+ eipBillingType: string;
96
+ /**
97
+ * The ISP of the Ipv6 EIP which automatically associated to the Alb, the value can be `BGP`.
98
+ */
99
+ isp: string;
100
+ }
101
+ interface AlbIpv6EipBillingConfig {
102
+ /**
103
+ * The peek bandwidth of the EIP which automatically assigned to the Alb. Unit: Mbps.
104
+ */
105
+ bandwidth: number;
106
+ /**
107
+ * The billing type of the Tpv6 EIP which automatically assigned to the Alb. Valid values: `PostPaidByBandwidth`, `PostPaidByTraffic`.
108
+ */
109
+ billingType: string;
110
+ /**
111
+ * The ISP of the EIP which automatically associated to the Alb, the value can be `BGP`.
112
+ *
113
+ * The `ipv6EipBillingConfig` object supports the following:
114
+ */
115
+ isp: string;
116
+ }
117
+ interface AlbTag {
118
+ /**
119
+ * The Key of Tags.
120
+ */
121
+ key: string;
122
+ /**
123
+ * The Value of Tags.
124
+ */
125
+ value: string;
126
+ }
127
+ interface AlbZoneMapping {
128
+ /**
129
+ * The IP address information of the Alb in this availability zone.
130
+ */
131
+ loadBalancerAddresses: outputs.alb.AlbZoneMappingLoadBalancerAddress[];
132
+ /**
133
+ * The subnet id of the Alb in this availability zone.
134
+ */
135
+ subnetId: string;
136
+ /**
137
+ * The availability zone id of the Alb.
138
+ */
139
+ zoneId: string;
140
+ }
141
+ interface AlbZoneMappingLoadBalancerAddress {
142
+ /**
143
+ * The Eip address of the Alb in this availability zone.
144
+ */
145
+ eipAddress: string;
146
+ /**
147
+ * The Eip id of alb instance in this availability zone.
148
+ */
149
+ eipId: string;
150
+ /**
151
+ * The Eni address of the Alb in this availability zone.
152
+ */
153
+ eniAddress: string;
154
+ /**
155
+ * The Eni id of the Alb in this availability zone.
156
+ */
157
+ eniId: string;
158
+ /**
159
+ * The Eni Ipv6 address of the Alb in this availability zone.
160
+ */
161
+ eniIpv6Address: string;
162
+ /**
163
+ * The Ipv6 Eip id of alb instance in this availability zone.
164
+ */
165
+ ipv6EipId: string;
166
+ }
167
+ interface AlbsAlb {
168
+ /**
169
+ * The access log information of the Alb.
170
+ */
171
+ accessLogs: outputs.alb.AlbsAlbAccessLog[];
172
+ /**
173
+ * The address ip version of the Alb, valid value: `IPv4`, `DualStack`.
174
+ */
175
+ addressIpVersion: string;
176
+ /**
177
+ * The business status of the Alb, valid value:`Normal`, `FinancialLocked`.
178
+ */
179
+ businessStatus: string;
180
+ /**
181
+ * The create time of the Alb.
182
+ */
183
+ createTime: string;
184
+ /**
185
+ * The deletion protection function of the Alb instance is turned on or off.
186
+ */
187
+ deleteProtection: string;
188
+ /**
189
+ * The expected deleted time of the Alb. This parameter has a query value only when the status of the Alb instance is `FinancialLocked`.
190
+ */
191
+ deletedTime: string;
192
+ /**
193
+ * The description of the Alb.
194
+ */
195
+ description: string;
196
+ /**
197
+ * The DNS name.
198
+ */
199
+ dnsName: string;
200
+ /**
201
+ * The health log information of the Alb.
202
+ */
203
+ healthLogs: outputs.alb.AlbsAlbHealthLog[];
204
+ /**
205
+ * The ID of the Alb.
206
+ */
207
+ id: string;
208
+ /**
209
+ * The listener information of the Alb.
210
+ */
211
+ listeners: outputs.alb.AlbsAlbListener[];
212
+ /**
213
+ * The billing type of the Alb.
214
+ */
215
+ loadBalancerBillingType: number;
216
+ /**
217
+ * The ID of the Alb.
218
+ */
219
+ loadBalancerId: string;
220
+ /**
221
+ * The name of the Alb.
222
+ */
223
+ loadBalancerName: string;
224
+ /**
225
+ * The local addresses of the Alb.
226
+ */
227
+ localAddresses: string[];
228
+ /**
229
+ * The reason why Alb is locked. This parameter has a query value only when the status of the Alb instance is `FinancialLocked`.
230
+ */
231
+ lockReason: string;
232
+ /**
233
+ * The overdue time of the Alb. This parameter has a query value only when the status of the Alb instance is `FinancialLocked`.
234
+ */
235
+ overdueTime: string;
236
+ /**
237
+ * The project name of the Alb.
238
+ */
239
+ projectName: string;
240
+ /**
241
+ * The status of the Alb.
242
+ */
243
+ status: string;
244
+ /**
245
+ * Tags.
246
+ */
247
+ tags: outputs.alb.AlbsAlbTag[];
248
+ /**
249
+ * The tls access log information of the Alb.
250
+ */
251
+ tlsAccessLogs: outputs.alb.AlbsAlbTlsAccessLog[];
252
+ /**
253
+ * The type of the Alb, valid value: `public`, `private`.
254
+ */
255
+ type: string;
256
+ /**
257
+ * The update time of the Alb.
258
+ */
259
+ updateTime: string;
260
+ /**
261
+ * The vpc id which Alb belongs to.
262
+ */
263
+ vpcId: string;
264
+ /**
265
+ * Configuration information of the Alb instance in different Availability Zones.
266
+ */
267
+ zoneMappings: outputs.alb.AlbsAlbZoneMapping[];
268
+ }
269
+ interface AlbsAlbAccessLog {
270
+ /**
271
+ * The bucket name where the logs are stored.
272
+ */
273
+ bucketName: string;
274
+ /**
275
+ * Whether the tls access log function is enabled.
276
+ */
277
+ enabled: boolean;
278
+ }
279
+ interface AlbsAlbHealthLog {
280
+ /**
281
+ * Whether the tls access log function is enabled.
282
+ */
283
+ enabled: boolean;
284
+ /**
285
+ * The TLS project id bound to the access log.
286
+ */
287
+ projectId: string;
288
+ /**
289
+ * The TLS topic id bound to the access log.
290
+ */
291
+ topicId: string;
292
+ }
293
+ interface AlbsAlbListener {
294
+ /**
295
+ * The listener id of the Alb.
296
+ */
297
+ listenerId: string;
298
+ /**
299
+ * The listener name of the Alb.
300
+ */
301
+ listenerName: string;
302
+ }
303
+ interface AlbsAlbTag {
304
+ /**
305
+ * The Key of Tags.
306
+ */
307
+ key: string;
308
+ /**
309
+ * The Value of Tags.
310
+ */
311
+ value: string;
312
+ }
313
+ interface AlbsAlbTlsAccessLog {
314
+ /**
315
+ * Whether the tls access log function is enabled.
316
+ */
317
+ enabled: boolean;
318
+ /**
319
+ * The TLS project id bound to the access log.
320
+ */
321
+ projectId: string;
322
+ /**
323
+ * The TLS topic id bound to the access log.
324
+ */
325
+ topicId: string;
326
+ }
327
+ interface AlbsAlbZoneMapping {
328
+ /**
329
+ * The IP address information of the Alb in this availability zone.
330
+ */
331
+ loadBalancerAddresses: outputs.alb.AlbsAlbZoneMappingLoadBalancerAddress[];
332
+ /**
333
+ * The subnet id of the Alb in this availability zone.
334
+ */
335
+ subnetId: string;
336
+ /**
337
+ * The availability zone id of the Alb.
338
+ */
339
+ zoneId: string;
340
+ }
341
+ interface AlbsAlbZoneMappingLoadBalancerAddress {
342
+ /**
343
+ * The Eip address of the Alb.
344
+ */
345
+ eipAddress: string;
346
+ /**
347
+ * The Eip id of alb instance in this availability zone.
348
+ */
349
+ eipId: string;
350
+ /**
351
+ * The Eip information of the Alb in this availability zone.
352
+ */
353
+ eips: outputs.alb.AlbsAlbZoneMappingLoadBalancerAddressEip[];
354
+ /**
355
+ * The private ip address of the Alb.
356
+ */
357
+ eniAddress: string;
358
+ /**
359
+ * The Eni id of the Alb in this availability zone.
360
+ */
361
+ eniId: string;
362
+ /**
363
+ * The Eni Ipv6 address of the Alb in this availability zone.
364
+ */
365
+ eniIpv6Address: string;
366
+ /**
367
+ * The Ipv6 Eip id of alb instance in this availability zone.
368
+ */
369
+ ipv6EipId: string;
370
+ /**
371
+ * The Ipv6 Eip information of the Alb in this availability zone.
372
+ */
373
+ ipv6Eips: outputs.alb.AlbsAlbZoneMappingLoadBalancerAddressIpv6Eip[];
374
+ }
375
+ interface AlbsAlbZoneMappingLoadBalancerAddressEip {
376
+ /**
377
+ * The association mode of the Alb. This parameter has a query value only when the type of the Eip is `anycast`.
378
+ */
379
+ associationMode: string;
380
+ /**
381
+ * The peek bandwidth of the Ipv6 Eip assigned to Alb. Units: Mbps.
382
+ */
383
+ bandwidth: number;
384
+ /**
385
+ * The Eip address of the Alb.
386
+ */
387
+ eipAddress: string;
388
+ /**
389
+ * The billing type of the Eip assigned to Alb. And optional choice contains `PostPaidByBandwidth` or `PostPaidByTraffic`.
390
+ */
391
+ eipBillingType: string;
392
+ /**
393
+ * The Eip type of the Alb.
394
+ */
395
+ eipType: string;
396
+ /**
397
+ * The ISP of the Ipv6 Eip assigned to Alb, the value can be `BGP`.
398
+ */
399
+ isp: string;
400
+ /**
401
+ * The pop locations of the Alb. This parameter has a query value only when the type of the Eip is `anycast`.
402
+ */
403
+ popLocations: outputs.alb.AlbsAlbZoneMappingLoadBalancerAddressEipPopLocation[];
404
+ /**
405
+ * The security protection types of the Alb.
406
+ */
407
+ securityProtectionTypes: string[];
408
+ }
409
+ interface AlbsAlbZoneMappingLoadBalancerAddressEipPopLocation {
410
+ /**
411
+ * The pop id of the Anycast Eip.
412
+ */
413
+ popId: string;
414
+ /**
415
+ * The pop name of the Anycast Eip.
416
+ */
417
+ popName: string;
418
+ }
419
+ interface AlbsAlbZoneMappingLoadBalancerAddressIpv6Eip {
420
+ /**
421
+ * The peek bandwidth of the Ipv6 Eip assigned to Alb. Units: Mbps.
422
+ */
423
+ bandwidth: number;
424
+ /**
425
+ * The billing type of the Ipv6 Eip assigned to Alb. And optional choice contains `PostPaidByBandwidth` or `PostPaidByTraffic`.
426
+ */
427
+ billingType: string;
428
+ /**
429
+ * The ISP of the Ipv6 Eip assigned to Alb, the value can be `BGP`.
430
+ */
431
+ isp: string;
432
+ }
433
+ interface AlbsTag {
434
+ /**
435
+ * The Key of Tags.
436
+ */
437
+ key: string;
438
+ /**
439
+ * The Value of Tags.
440
+ */
441
+ value: string;
442
+ }
443
+ interface CaCertificatesCertificate {
444
+ /**
445
+ * The ID of the CA certificate.
446
+ */
447
+ caCertificateId: string;
448
+ /**
449
+ * The name of the CA certificate.
450
+ */
451
+ caCertificateName: string;
452
+ /**
453
+ * The type of the CA certificate.
454
+ */
455
+ certificateType: string;
456
+ /**
457
+ * The create time of the CA Certificate.
458
+ */
459
+ createTime: string;
460
+ /**
461
+ * The description of the CA certificate.
462
+ */
463
+ description: string;
464
+ /**
465
+ * The domain name of the CA Certificate.
466
+ */
467
+ domainName: string;
468
+ /**
469
+ * The expire time of the CA Certificate.
470
+ */
471
+ expiredAt: string;
472
+ /**
473
+ * The ID list of the CA Listener.
474
+ */
475
+ listeners: string[];
476
+ /**
477
+ * The project name of the CA certificate.
478
+ */
479
+ projectName: string;
480
+ /**
481
+ * The status of the CA Certificate.
482
+ */
483
+ status: string;
484
+ }
485
+ interface CertificatesCertificate {
486
+ /**
487
+ * The ID of the Certificate.
488
+ */
489
+ certificateId: string;
490
+ /**
491
+ * The Name of Certificate.
492
+ */
493
+ certificateName: string;
494
+ /**
495
+ * The type of the Certificate.
496
+ */
497
+ certificateType: string;
498
+ /**
499
+ * The create time of the Certificate.
500
+ */
501
+ createTime: string;
502
+ /**
503
+ * The description of the Certificate.
504
+ */
505
+ description: string;
506
+ /**
507
+ * The domain name of the Certificate.
508
+ */
509
+ domainName: string;
510
+ /**
511
+ * The expire time of the Certificate.
512
+ */
513
+ expiredAt: string;
514
+ /**
515
+ * The ID of the Certificate.
516
+ */
517
+ id: string;
518
+ /**
519
+ * The ID list of the Listener.
520
+ */
521
+ listeners: string[];
522
+ /**
523
+ * The ProjectName of the Certificate.
524
+ */
525
+ projectName: string;
526
+ /**
527
+ * The status of the Certificate.
528
+ */
529
+ status: string;
530
+ }
531
+ interface CustomizedCfgsCfg {
532
+ /**
533
+ * The create time of CustomizedCfg.
534
+ */
535
+ createTime: string;
536
+ /**
537
+ * The content of CustomizedCfg.
538
+ */
539
+ customizedCfgContent: string;
540
+ /**
541
+ * The ID of CustomizedCfg.
542
+ */
543
+ customizedCfgId: string;
544
+ /**
545
+ * The name of the CustomizedCfg.
546
+ */
547
+ customizedCfgName: string;
548
+ /**
549
+ * The description of CustomizedCfg.
550
+ */
551
+ description: string;
552
+ /**
553
+ * The ID of CustomizedCfg.
554
+ */
555
+ id: string;
556
+ /**
557
+ * The listeners of CustomizedCfg.
558
+ */
559
+ listeners: outputs.alb.CustomizedCfgsCfgListener[];
560
+ /**
561
+ * The project name of the CustomizedCfg.
562
+ */
563
+ projectName: string;
564
+ /**
565
+ * The status of CustomizedCfg.
566
+ */
567
+ status: string;
568
+ /**
569
+ * The update time of CustomizedCfg.
570
+ */
571
+ updateTime: string;
572
+ }
573
+ interface CustomizedCfgsCfgListener {
574
+ /**
575
+ * The id of the listener.
576
+ */
577
+ listenerId: string;
578
+ /**
579
+ * The Name of Listener.
580
+ */
581
+ listenerName: string;
582
+ /**
583
+ * The port info of listener.
584
+ */
585
+ port: number;
586
+ /**
587
+ * The protocol info of listener.
588
+ */
589
+ protocol: string;
590
+ }
591
+ interface HealthCheckTemplatesHealthCheckTemplate {
592
+ /**
593
+ * The description of health check template.
594
+ */
595
+ description: string;
596
+ /**
597
+ * The domain name to health check.
598
+ */
599
+ healthCheckDomain: string;
600
+ /**
601
+ * The normal HTTP status code for health check, the default is http_2xx, http_3xx, separated by commas.
602
+ */
603
+ healthCheckHttpCode: string;
604
+ /**
605
+ * The HTTP version of health check.
606
+ */
607
+ healthCheckHttpVersion: string;
608
+ /**
609
+ * The interval for performing health checks, the default value is 2, and the value is 1-300.
610
+ */
611
+ healthCheckInterval: number;
612
+ /**
613
+ * The health check method,default is `GET`,support `GET` and ``HEAD.
614
+ */
615
+ healthCheckMethod: string;
616
+ /**
617
+ * The protocol of health check,only support HTTP.
618
+ */
619
+ healthCheckProtocol: string;
620
+ /**
621
+ * The ID of health check template.
622
+ */
623
+ healthCheckTemplateId: string;
624
+ /**
625
+ * The name of health check template to query.
626
+ */
627
+ healthCheckTemplateName: string;
628
+ /**
629
+ * The timeout of health check response,the default value is 2, and the value is 1-60.
630
+ */
631
+ healthCheckTimeout: number;
632
+ /**
633
+ * The uri to health check,default is `/`.
634
+ */
635
+ healthCheckUri: string;
636
+ /**
637
+ * The healthy threshold of the health check, the default is 3, the value is 2-10.
638
+ */
639
+ healthyThreshold: number;
640
+ /**
641
+ * The id of the health check template.
642
+ */
643
+ id: string;
644
+ /**
645
+ * The unhealthy threshold of the health check, the default is 3, the value is 2-10.
646
+ */
647
+ unhealthyThreshold: number;
648
+ }
649
+ interface ListenerDomainExtensionsDomainExtension {
650
+ /**
651
+ * The server certificate ID that domain used.
652
+ */
653
+ certificateId: string;
654
+ /**
655
+ * The domain.
656
+ */
657
+ domain: string;
658
+ /**
659
+ * The extension domain ID.
660
+ */
661
+ domainExtensionId: string;
662
+ /**
663
+ * The ID of the Listener.
664
+ */
665
+ id: string;
666
+ /**
667
+ * A Listener ID.
668
+ */
669
+ listenerId: string;
670
+ }
671
+ interface ListenersListener {
672
+ /**
673
+ * The ID of the access control policy group bound to the listener, only returned when the AclStatus parameter is on.
674
+ */
675
+ aclIds: string[];
676
+ /**
677
+ * Whether to enable the access control function,valid value is on or off.
678
+ */
679
+ aclStatus: string;
680
+ /**
681
+ * The access control type.
682
+ */
683
+ aclType: string;
684
+ /**
685
+ * CA certificate ID associated with HTTPS listener.
686
+ */
687
+ caCertificateId: string;
688
+ /**
689
+ * The server certificate ID that domain used.
690
+ */
691
+ certificateId: string;
692
+ /**
693
+ * The create time of the Listener.
694
+ */
695
+ createTime: string;
696
+ /**
697
+ * The customized configuration ID, the value is empty string when not bound.
698
+ */
699
+ customizedCfgId: string;
700
+ /**
701
+ * The description of listener.
702
+ */
703
+ description: string;
704
+ /**
705
+ * The HTTPS listener association list of extension domains for.
706
+ */
707
+ domainExtensions: outputs.alb.ListenersListenerDomainExtension[];
708
+ /**
709
+ * The HTTP2 feature switch,valid value is on or off.
710
+ */
711
+ enableHttp2: string;
712
+ /**
713
+ * The QUIC feature switch,valid value is on or off.
714
+ */
715
+ enableQuic: string;
716
+ /**
717
+ * The enable status of the Listener.
718
+ */
719
+ enabled: string;
720
+ /**
721
+ * The ID of the Listener.
722
+ */
723
+ id: string;
724
+ /**
725
+ * The ID of the Listener.
726
+ */
727
+ listenerId: string;
728
+ /**
729
+ * The name of the Listener.
730
+ */
731
+ listenerName: string;
732
+ /**
733
+ * The id of the Alb.
734
+ */
735
+ loadBalancerId: string;
736
+ /**
737
+ * The port receiving request of the Listener.
738
+ */
739
+ port: number;
740
+ /**
741
+ * The project name of the listener.
742
+ */
743
+ projectName: string;
744
+ /**
745
+ * The protocol of the Listener.
746
+ */
747
+ protocol: string;
748
+ /**
749
+ * The ID of server group.
750
+ */
751
+ serverGroupId: string;
752
+ /**
753
+ * The list of server groups with associated listeners.
754
+ */
755
+ serverGroups: outputs.alb.ListenersListenerServerGroup[];
756
+ /**
757
+ * The status of the Listener.
758
+ */
759
+ status: string;
760
+ /**
761
+ * The update time of the Listener.
762
+ */
763
+ updateTime: string;
764
+ }
765
+ interface ListenersListenerDomainExtension {
766
+ /**
767
+ * The server certificate ID that domain used.
768
+ */
769
+ certificateId: string;
770
+ /**
771
+ * The domain.
772
+ */
773
+ domain: string;
774
+ /**
775
+ * The extension domain ID.
776
+ */
777
+ domainExtensionId: string;
778
+ /**
779
+ * The ID of the Listener.
780
+ */
781
+ listenerId: string;
782
+ }
783
+ interface ListenersListenerServerGroup {
784
+ /**
785
+ * The ID of server group.
786
+ */
787
+ serverGroupId: string;
788
+ /**
789
+ * The name of server group.
790
+ */
791
+ serverGroupName: string;
792
+ }
793
+ interface RuleRedirectConfig {
794
+ /**
795
+ * The redirect domain, only support exact domain name.
796
+ */
797
+ redirectDomain: string;
798
+ /**
799
+ * The redirect http code, support 301(default), 302, 307, 308.
800
+ */
801
+ redirectHttpCode?: string;
802
+ /**
803
+ * The redirect port.
804
+ */
805
+ redirectPort: string;
806
+ /**
807
+ * The redirect protocol, support HTTP, HTTPS(default).
808
+ */
809
+ redirectProtocol?: string;
810
+ /**
811
+ * The redirect URI.
812
+ */
813
+ redirectUri: string;
814
+ }
815
+ interface RuleRewriteConfig {
816
+ /**
817
+ * Rewrite path.
818
+ */
819
+ rewritePath: string;
820
+ }
821
+ interface RulesRule {
822
+ /**
823
+ * The Description of Rule.
824
+ */
825
+ description: string;
826
+ /**
827
+ * The Domain of Rule.
828
+ */
829
+ domain: string;
830
+ /**
831
+ * The Id of Rule.
832
+ */
833
+ id: string;
834
+ /**
835
+ * Redirect related configuration.
836
+ */
837
+ redirectConfigs: outputs.alb.RulesRuleRedirectConfig[];
838
+ /**
839
+ * The list of rewrite configurations.
840
+ */
841
+ rewriteConfigs: outputs.alb.RulesRuleRewriteConfig[];
842
+ /**
843
+ * Rewrite configuration switch for forwarding rules, only allows configuration and takes effect when RuleAction is empty (i.e., forwarding to server group). Only available for whitelist users, please submit an application to experience. Supported values are as follows:
844
+ * on: enable.
845
+ * off: disable.
846
+ */
847
+ rewriteEnabled: string;
848
+ /**
849
+ * The forwarding rule action, if this parameter is empty, forward to server group, if value is `Redirect`, will redirect.
850
+ */
851
+ ruleAction: string;
852
+ /**
853
+ * The Id of Rule.
854
+ */
855
+ ruleId: string;
856
+ /**
857
+ * The Id of Server Group.
858
+ */
859
+ serverGroupId: string;
860
+ /**
861
+ * Forwarding rule QPS rate limiting switch:
862
+ * on: enable.
863
+ * off: disable (default).
864
+ */
865
+ trafficLimitEnabled: string;
866
+ /**
867
+ * When Rules.N.TrafficLimitEnabled is turned on, this field is required. Requests per second. Valid values are between 100 and 100000.
868
+ */
869
+ trafficLimitQps: number;
870
+ /**
871
+ * The Url of Rule.
872
+ */
873
+ url: string;
874
+ }
875
+ interface RulesRuleRedirectConfig {
876
+ /**
877
+ * The redirect domain.
878
+ */
879
+ redirectDomain: string;
880
+ /**
881
+ * The redirect HTTP code,support 301(default), 302, 307, 308.
882
+ */
883
+ redirectHttpCode: string;
884
+ /**
885
+ * The redirect port.
886
+ */
887
+ redirectPort: string;
888
+ /**
889
+ * The redirect protocol,support HTTP,HTTPS(default).
890
+ */
891
+ redirectProtocol: string;
892
+ /**
893
+ * The redirect URI.
894
+ */
895
+ redirectUri: string;
896
+ }
897
+ interface RulesRuleRewriteConfig {
898
+ /**
899
+ * Rewrite path.
900
+ */
901
+ rewritePath: string;
902
+ }
903
+ interface ServerGroupHealthCheck {
904
+ /**
905
+ * The domain of health check.
906
+ */
907
+ domain: string;
908
+ /**
909
+ * The enable status of health check function. Valid values: `on`, `off`. Default is `on`.
910
+ */
911
+ enabled?: string;
912
+ /**
913
+ * The healthy threshold of health check. Valid value range in 2~10. Default is 3.
914
+ */
915
+ healthyThreshold?: number;
916
+ /**
917
+ * The normal http status code of health check, the value can be `http2xx` or `http3xx` or `http4xx` or `http5xx`.
918
+ */
919
+ httpCode: string;
920
+ /**
921
+ * The http version of health check. Valid values: `HTTP1.0`, `HTTP1.1`. Default is `HTTP1.0`.
922
+ */
923
+ httpVersion?: string;
924
+ /**
925
+ * The interval executing health check. Unit: second. Valid value range in 1~300. Default is 2.
926
+ */
927
+ interval?: number;
928
+ /**
929
+ * The method of health check. Valid values: `GET` or `HEAD`. Default is `HEAD`.
930
+ */
931
+ method?: string;
932
+ /**
933
+ * The response timeout of health check. Unit: second. Valid value range in 1~60. Default is 2.
934
+ */
935
+ timeout?: number;
936
+ /**
937
+ * The unhealthy threshold of health check. Valid value range in 2~10. Default is 3.
938
+ */
939
+ unhealthyThreshold?: number;
940
+ /**
941
+ * The uri of health check.
942
+ */
943
+ uri: string;
944
+ }
945
+ interface ServerGroupServersServer {
946
+ /**
947
+ * The description of the instance.
948
+ */
949
+ description: string;
950
+ /**
951
+ * The server id of instance in ServerGroup.
952
+ */
953
+ id: string;
954
+ /**
955
+ * The ID of ecs instance or the network card bound to ecs instance.
956
+ */
957
+ instanceId: string;
958
+ /**
959
+ * The private ip of the instance.
960
+ */
961
+ ip: string;
962
+ /**
963
+ * The port receiving request.
964
+ */
965
+ port: number;
966
+ /**
967
+ * The server id of instance in ServerGroup.
968
+ */
969
+ serverId: string;
970
+ /**
971
+ * The type of instance. Optional choice contains `ecs`, `eni`.
972
+ */
973
+ type: string;
974
+ /**
975
+ * The weight of the instance.
976
+ */
977
+ weight: number;
978
+ }
979
+ interface ServerGroupStickySessionConfig {
980
+ /**
981
+ * The cookie name of the sticky session. This field is required when the value of the `stickySessionType` is `server`.
982
+ */
983
+ cookie: string;
984
+ /**
985
+ * The cookie timeout of the sticky session. Unit: second. Valid value range in 1~86400. Default is 1000. This field is required when the value of the `stickySessionType` is `insert`.
986
+ */
987
+ cookieTimeout?: number;
988
+ /**
989
+ * The enable status of sticky session. Valid values: `on`, `off`. Default is `off`.
990
+ */
991
+ stickySessionEnabled?: string;
992
+ /**
993
+ * The cookie handle type of the sticky session. Valid values: `insert`, `server`. Default is `insert`. This field is required when the value of the `stickySessionEnabled` is `on`.
994
+ */
995
+ stickySessionType?: string;
996
+ }
997
+ interface ServerGroupsServerGroup {
998
+ /**
999
+ * The create time of the Alb server group.
1000
+ */
1001
+ createTime: string;
1002
+ /**
1003
+ * The description of the server group server.
1004
+ */
1005
+ description: string;
1006
+ /**
1007
+ * The health check config of the Alb server group.
1008
+ */
1009
+ healthChecks: outputs.alb.ServerGroupsServerGroupHealthCheck[];
1010
+ /**
1011
+ * The ID of the Alb server group.
1012
+ */
1013
+ id: string;
1014
+ /**
1015
+ * The listener information of the Alb server group.
1016
+ */
1017
+ listeners: string[];
1018
+ /**
1019
+ * The project name of Alb server group.
1020
+ */
1021
+ projectName: string;
1022
+ /**
1023
+ * The scheduler algorithm of the Alb server group.
1024
+ */
1025
+ scheduler: string;
1026
+ /**
1027
+ * The server count of the Alb server group.
1028
+ */
1029
+ serverCount: number;
1030
+ /**
1031
+ * The ID of the Alb server group.
1032
+ */
1033
+ serverGroupId: string;
1034
+ /**
1035
+ * The name of the Alb server group.
1036
+ */
1037
+ serverGroupName: string;
1038
+ /**
1039
+ * The type of Alb server group. Valid values: `instance`, `ip`.
1040
+ */
1041
+ serverGroupType: string;
1042
+ /**
1043
+ * The server information of the Alb server group.
1044
+ */
1045
+ servers: outputs.alb.ServerGroupsServerGroupServer[];
1046
+ /**
1047
+ * The status of the Alb server group.
1048
+ */
1049
+ status: string;
1050
+ /**
1051
+ * The sticky session config of the Alb server group.
1052
+ */
1053
+ stickySessionConfigs: outputs.alb.ServerGroupsServerGroupStickySessionConfig[];
1054
+ /**
1055
+ * The update time of the Alb server group.
1056
+ */
1057
+ updateTime: string;
1058
+ /**
1059
+ * The vpc id of the Alb server group.
1060
+ */
1061
+ vpcId: string;
1062
+ }
1063
+ interface ServerGroupsServerGroupHealthCheck {
1064
+ /**
1065
+ * The domain of health check.
1066
+ */
1067
+ domain: string;
1068
+ /**
1069
+ * The enable status of health check function.
1070
+ */
1071
+ enabled: string;
1072
+ /**
1073
+ * The healthy threshold of health check.
1074
+ */
1075
+ healthyThreshold: number;
1076
+ httpCode?: string;
1077
+ httpVersion?: string;
1078
+ /**
1079
+ * The interval executing health check.
1080
+ */
1081
+ interval: number;
1082
+ /**
1083
+ * The method of health check.
1084
+ */
1085
+ method: string;
1086
+ protocol?: string;
1087
+ timeout?: number;
1088
+ /**
1089
+ * The unhealthy threshold of health check.
1090
+ */
1091
+ unhealthyThreshold: number;
1092
+ /**
1093
+ * The uri of health check.
1094
+ */
1095
+ uri: string;
1096
+ }
1097
+ interface ServerGroupsServerGroupServer {
1098
+ /**
1099
+ * The description of the server group server.
1100
+ */
1101
+ description: string;
1102
+ /**
1103
+ * The id of the ecs instance or the network interface.
1104
+ */
1105
+ instanceId: string;
1106
+ /**
1107
+ * The private ip of the server group server.
1108
+ */
1109
+ ip: string;
1110
+ /**
1111
+ * The port receiving request of the server group server.
1112
+ */
1113
+ port: number;
1114
+ /**
1115
+ * Whether to enable the remote IP function.
1116
+ */
1117
+ remoteEnabled: string;
1118
+ /**
1119
+ * The id of the server group server.
1120
+ */
1121
+ serverId: string;
1122
+ /**
1123
+ * The type of the server group server.
1124
+ */
1125
+ type: string;
1126
+ /**
1127
+ * The weight of the server group server.
1128
+ */
1129
+ weight: number;
1130
+ }
1131
+ interface ServerGroupsServerGroupStickySessionConfig {
1132
+ /**
1133
+ * The cookie name of the sticky session.
1134
+ */
1135
+ cookie: string;
1136
+ /**
1137
+ * The cookie timeout of the sticky session.
1138
+ */
1139
+ cookieTimeout: number;
1140
+ /**
1141
+ * The enable status of sticky session.
1142
+ */
1143
+ stickySessionEnabled: string;
1144
+ /**
1145
+ * The cookie handle type of the sticky session.
1146
+ */
1147
+ stickySessionType: string;
1148
+ }
1149
+ interface ZonesZone {
1150
+ /**
1151
+ * The id of the zone.
1152
+ */
1153
+ id: string;
1154
+ /**
1155
+ * The id of the zone.
1156
+ */
1157
+ zoneId: string;
1158
+ }
1159
+ }
2
1160
  export declare namespace autoscaling {
3
1161
  interface ScalingActivitiesActivity {
4
1162
  /**
@@ -153,6 +1311,12 @@ export declare namespace autoscaling {
153
1311
  * The list of the ECS instance type which the scaling configuration set.
154
1312
  */
155
1313
  instanceTypes: string[];
1314
+ /**
1315
+ * Assign IPv6 address to instance network card. Possible values:
1316
+ * 0: Do not assign IPv6 address.
1317
+ * 1: Assign IPv6 address and the system will automatically assign an IPv6 subnet for you.
1318
+ */
1319
+ ipv6AddressCount: number;
156
1320
  /**
157
1321
  * The ECS key pair name which the scaling configuration set.
158
1322
  */
@@ -230,6 +1394,12 @@ export declare namespace autoscaling {
230
1394
  */
231
1395
  volumeType: string;
232
1396
  }
1397
+ interface ScalingGroupLaunchTemplateOverride {
1398
+ /**
1399
+ * The instance type.
1400
+ */
1401
+ instanceType: string;
1402
+ }
233
1403
  interface ScalingGroupServerGroupAttribute {
234
1404
  loadBalancerId: string;
235
1405
  /**
@@ -276,6 +1446,10 @@ export declare namespace autoscaling {
276
1446
  * The desire instance number of the scaling group.
277
1447
  */
278
1448
  desireInstanceNumber: number;
1449
+ /**
1450
+ * The health check type of the scaling group.
1451
+ */
1452
+ healthCheckType: string;
279
1453
  /**
280
1454
  * The id of the scaling group.
281
1455
  */
@@ -288,6 +1462,10 @@ export declare namespace autoscaling {
288
1462
  * The ID of the launch template bound to the scaling group.
289
1463
  */
290
1464
  launchTemplateId: string;
1465
+ /**
1466
+ * Instance start template information.
1467
+ */
1468
+ launchTemplateOverrides: outputs.autoscaling.ScalingGroupsScalingGroupLaunchTemplateOverride[];
291
1469
  /**
292
1470
  * The version of the launch template bound to the scaling group.
293
1471
  */
@@ -296,6 +1474,10 @@ export declare namespace autoscaling {
296
1474
  * The lifecycle state of the scaling group.
297
1475
  */
298
1476
  lifecycleState: string;
1477
+ /**
1478
+ * Grace period for health check of CLB instance in elastic group.
1479
+ */
1480
+ loadBalancerHealthCheckGracePeriod: number;
299
1481
  /**
300
1482
  * The max instance number of the scaling group.
301
1483
  */
@@ -309,7 +1491,7 @@ export declare namespace autoscaling {
309
1491
  */
310
1492
  multiAzPolicy: string;
311
1493
  /**
312
- * The ProjectName of scaling group.
1494
+ * The project name of the scaling group.
313
1495
  */
314
1496
  projectName: string;
315
1497
  /**
@@ -320,10 +1502,18 @@ export declare namespace autoscaling {
320
1502
  * The name of the scaling group.
321
1503
  */
322
1504
  scalingGroupName: string;
1505
+ /**
1506
+ * The scaling mode of the scaling group.
1507
+ */
1508
+ scalingMode: string;
323
1509
  /**
324
1510
  * The list of server group attributes.
325
1511
  */
326
1512
  serverGroupAttributes: outputs.autoscaling.ScalingGroupsScalingGroupServerGroupAttribute[];
1513
+ /**
1514
+ * The number of stopped instances.
1515
+ */
1516
+ stoppedInstanceCount: number;
327
1517
  /**
328
1518
  * The list of the subnet id to which the ENI is connected.
329
1519
  */
@@ -345,6 +1535,16 @@ export declare namespace autoscaling {
345
1535
  */
346
1536
  vpcId: string;
347
1537
  }
1538
+ interface ScalingGroupsScalingGroupLaunchTemplateOverride {
1539
+ /**
1540
+ * The instance type.
1541
+ */
1542
+ instanceType: string;
1543
+ /**
1544
+ * Weight of instance specifications.
1545
+ */
1546
+ weightedCapacity: number;
1547
+ }
348
1548
  interface ScalingGroupsScalingGroupServerGroupAttribute {
349
1549
  /**
350
1550
  * The load balancer id.
@@ -411,11 +1611,26 @@ export declare namespace autoscaling {
411
1611
  */
412
1612
  status: string;
413
1613
  }
1614
+ interface ScalingLifecycleHookLifecycleCommand {
1615
+ /**
1616
+ * Batch job command ID, which indicates the batch job command to be executed after triggering the lifecycle hook and installed in the instance.
1617
+ */
1618
+ commandId: string;
1619
+ /**
1620
+ * Parameters and parameter values in batch job commands.
1621
+ * The number of parameters ranges from 0 to 60.
1622
+ */
1623
+ parameters?: string;
1624
+ }
414
1625
  interface ScalingLifecycleHooksLifecycleHook {
415
1626
  /**
416
1627
  * The id of the lifecycle hook.
417
1628
  */
418
1629
  id: string;
1630
+ /**
1631
+ * Batch job command.
1632
+ */
1633
+ lifecycleCommands: outputs.autoscaling.ScalingLifecycleHooksLifecycleHookLifecycleCommand[];
419
1634
  /**
420
1635
  * The id of the lifecycle hook.
421
1636
  */
@@ -441,6 +1656,17 @@ export declare namespace autoscaling {
441
1656
  */
442
1657
  scalingGroupId: string;
443
1658
  }
1659
+ interface ScalingLifecycleHooksLifecycleHookLifecycleCommand {
1660
+ /**
1661
+ * Batch job command ID, which indicates the batch job command to be executed after triggering the lifecycle hook and installed in the instance.
1662
+ */
1663
+ commandId: string;
1664
+ /**
1665
+ * Parameters and parameter values in batch job commands.
1666
+ * The number of parameters ranges from 0 to 60.
1667
+ */
1668
+ parameters: string;
1669
+ }
444
1670
  interface ScalingPoliciesScalingPolicy {
445
1671
  /**
446
1672
  * The adjustment type of the scaling policy.
@@ -477,51 +1703,167 @@ export declare namespace autoscaling {
477
1703
  /**
478
1704
  * The cooldown of the scaling policy.
479
1705
  */
480
- cooldown: number;
1706
+ cooldown: number;
1707
+ /**
1708
+ * The id of the scaling policy.
1709
+ */
1710
+ id: string;
1711
+ /**
1712
+ * An id of the scaling group to which the scaling policy belongs.
1713
+ */
1714
+ scalingGroupId: string;
1715
+ /**
1716
+ * The id of the scaling policy.
1717
+ */
1718
+ scalingPolicyId: string;
1719
+ /**
1720
+ * The name of the scaling policy.
1721
+ */
1722
+ scalingPolicyName: string;
1723
+ /**
1724
+ * A type of scaling policy. Valid values: Scheduled, Recurrence, Manual, Alarm.
1725
+ */
1726
+ scalingPolicyType: string;
1727
+ /**
1728
+ * The launch time of the scheduled policy of the scaling policy.
1729
+ */
1730
+ scheduledPolicyLaunchTime: string;
1731
+ /**
1732
+ * The recurrence end time of the scheduled policy of the scaling policy.
1733
+ */
1734
+ scheduledPolicyRecurrenceEndTime: string;
1735
+ /**
1736
+ * The recurrence start time of the scheduled policy of the scaling policy.
1737
+ */
1738
+ scheduledPolicyRecurrenceStartTime: string;
1739
+ /**
1740
+ * The recurrence type of the scheduled policy of the scaling policy.
1741
+ */
1742
+ scheduledPolicyRecurrenceType: string;
1743
+ /**
1744
+ * The recurrence value of the scheduled policy of the scaling policy.
1745
+ */
1746
+ scheduledPolicyRecurrenceValue: string;
1747
+ /**
1748
+ * The status of the scaling policy.
1749
+ */
1750
+ status: string;
1751
+ }
1752
+ }
1753
+ export declare namespace bandwidth_package {
1754
+ interface BandwidthPackageTag {
1755
+ /**
1756
+ * The Key of Tags.
1757
+ */
1758
+ key: string;
1759
+ /**
1760
+ * The Value of Tags.
1761
+ */
1762
+ value: string;
1763
+ }
1764
+ interface BandwidthPackagesPackage {
1765
+ /**
1766
+ * The bandwidth of the bandwidth package.
1767
+ */
1768
+ bandwidth: number;
1769
+ /**
1770
+ * The id of the bandwidth package.
1771
+ */
1772
+ bandwidthPackageId: string;
1773
+ /**
1774
+ * Shared bandwidth package name to be queried.
1775
+ */
1776
+ bandwidthPackageName: string;
1777
+ /**
1778
+ * The billing type of the bandwidth package.
1779
+ */
1780
+ billingType: string;
1781
+ /**
1782
+ * The business status of the bandwidth package.
1783
+ */
1784
+ businessStatus: string;
1785
+ /**
1786
+ * The creation time of the bandwidth package.
1787
+ */
1788
+ creationTime: string;
1789
+ /**
1790
+ * The deleted time of the bandwidth package.
1791
+ */
1792
+ deletedTime: string;
1793
+ /**
1794
+ * List of public IP information included in the shared bandwidth package.
1795
+ */
1796
+ eipAddresses: outputs.bandwidth_package.BandwidthPackagesPackageEipAddress[];
1797
+ /**
1798
+ * The expiration time of the bandwidth package.
1799
+ */
1800
+ expiredTime: string;
1801
+ /**
1802
+ * The id of the bandwidth package.
1803
+ */
1804
+ id: string;
1805
+ /**
1806
+ * Line types for shared bandwidth packages.
1807
+ */
1808
+ isp: string;
1809
+ /**
1810
+ * The overdue time of the bandwidth package.
1811
+ */
1812
+ overdueTime: string;
1813
+ /**
1814
+ * The project name of the bandwidth package to be queried.
1815
+ */
1816
+ projectName: string;
481
1817
  /**
482
- * The id of the scaling policy.
1818
+ * The IP protocol values for shared bandwidth packages are as follows: `IPv4`: IPv4 protocol. `IPv6`: IPv6 protocol.
483
1819
  */
484
- id: string;
1820
+ protocol: string;
485
1821
  /**
486
- * An id of the scaling group to which the scaling policy belongs.
1822
+ * Security protection types for shared bandwidth packages. Parameter - N: Indicates the number of security protection types, currently only supports taking 1. Value: `AntiDDoS_Enhanced`.
487
1823
  */
488
- scalingGroupId: string;
1824
+ securityProtectionTypes: string[];
489
1825
  /**
490
- * The id of the scaling policy.
1826
+ * The status of the bandwidth package.
491
1827
  */
492
- scalingPolicyId: string;
1828
+ status: string;
493
1829
  /**
494
- * The name of the scaling policy.
1830
+ * Tags.
495
1831
  */
496
- scalingPolicyName: string;
1832
+ tags: outputs.bandwidth_package.BandwidthPackagesPackageTag[];
497
1833
  /**
498
- * A type of scaling policy. Valid values: Scheduled, Recurrence, Manual, Alarm.
1834
+ * The update time of the bandwidth package.
499
1835
  */
500
- scalingPolicyType: string;
1836
+ updateTime: string;
1837
+ }
1838
+ interface BandwidthPackagesPackageEipAddress {
501
1839
  /**
502
- * The launch time of the scheduled policy of the scaling policy.
1840
+ * The id of the eip.
503
1841
  */
504
- scheduledPolicyLaunchTime: string;
1842
+ allocationId: string;
505
1843
  /**
506
- * The recurrence end time of the scheduled policy of the scaling policy.
1844
+ * The eip address.
507
1845
  */
508
- scheduledPolicyRecurrenceEndTime: string;
1846
+ eipAddress: string;
1847
+ }
1848
+ interface BandwidthPackagesPackageTag {
509
1849
  /**
510
- * The recurrence start time of the scheduled policy of the scaling policy.
1850
+ * The key of the tag.
511
1851
  */
512
- scheduledPolicyRecurrenceStartTime: string;
1852
+ key: string;
513
1853
  /**
514
- * The recurrence type of the scheduled policy of the scaling policy.
1854
+ * The Value of Tags.
515
1855
  */
516
- scheduledPolicyRecurrenceType: string;
1856
+ value: string;
1857
+ }
1858
+ interface BandwidthPackagesTagFilter {
517
1859
  /**
518
- * The recurrence value of the scheduled policy of the scaling policy.
1860
+ * The key of the tag.
519
1861
  */
520
- scheduledPolicyRecurrenceValue: string;
1862
+ key: string;
521
1863
  /**
522
- * The status of the scaling policy.
1864
+ * The values of the tag.
523
1865
  */
524
- status: string;
1866
+ values: string[];
525
1867
  }
526
1868
  }
527
1869
  export declare namespace bioos {
@@ -1416,6 +2758,10 @@ export declare namespace clb {
1416
2758
  * The connection drain timeout of the Listener.
1417
2759
  */
1418
2760
  connectionDrainTimeout: number;
2761
+ /**
2762
+ * The name of the cookie for session persistence configured on the backend server.
2763
+ */
2764
+ cookie: string;
1419
2765
  /**
1420
2766
  * The create time of the Listener.
1421
2767
  */
@@ -2838,6 +4184,166 @@ export declare namespace ecs {
2838
4184
  */
2839
4185
  value: string;
2840
4186
  }
4187
+ interface InstanceTypesInstanceType {
4188
+ /**
4189
+ * The CPU benchmark performance that can be provided steadily by on-demand instances is determined by the instance type.
4190
+ */
4191
+ baselineCredit: number;
4192
+ /**
4193
+ * The GPU device info of Instance.
4194
+ */
4195
+ gpus: outputs.ecs.InstanceTypesInstanceTypeGpus[];
4196
+ /**
4197
+ * The CPU credits obtained at once when creating a on-demand performance instance are fixed at 30 credits per vCPU.
4198
+ */
4199
+ initialCredit: number;
4200
+ /**
4201
+ * The instance type family.
4202
+ */
4203
+ instanceTypeFamily: string;
4204
+ /**
4205
+ * The id of the instance type.
4206
+ */
4207
+ instanceTypeId: string;
4208
+ /**
4209
+ * Local disk configuration information corresponding to instance specifications.
4210
+ */
4211
+ localVolumes: outputs.ecs.InstanceTypesInstanceTypeLocalVolume[];
4212
+ /**
4213
+ * Memory information of instance specifications.
4214
+ */
4215
+ memories: outputs.ecs.InstanceTypesInstanceTypeMemory[];
4216
+ /**
4217
+ * Network information of instance specifications.
4218
+ */
4219
+ networks: outputs.ecs.InstanceTypesInstanceTypeNetwork[];
4220
+ /**
4221
+ * CPU information of instance specifications.
4222
+ */
4223
+ processors: outputs.ecs.InstanceTypesInstanceTypeProcessor[];
4224
+ /**
4225
+ * RDMA Specification Information.
4226
+ */
4227
+ rdmas: outputs.ecs.InstanceTypesInstanceTypeRdma[];
4228
+ /**
4229
+ * Cloud disk information for instance specifications.
4230
+ */
4231
+ volumes: outputs.ecs.InstanceTypesInstanceTypeVolume[];
4232
+ }
4233
+ interface InstanceTypesInstanceTypeGpus {
4234
+ /**
4235
+ * GPU device information list.
4236
+ */
4237
+ gpuDevices: outputs.ecs.InstanceTypesInstanceTypeGpusGpuDevice[];
4238
+ }
4239
+ interface InstanceTypesInstanceTypeGpusGpuDevice {
4240
+ /**
4241
+ * The number of local disks mounted on the instance.
4242
+ */
4243
+ count: number;
4244
+ /**
4245
+ * Memory information of instance specifications.
4246
+ */
4247
+ memories: outputs.ecs.InstanceTypesInstanceTypeGpusGpuDeviceMemory[];
4248
+ /**
4249
+ * The Product Name of GPU device.
4250
+ */
4251
+ productName: string;
4252
+ }
4253
+ interface InstanceTypesInstanceTypeGpusGpuDeviceMemory {
4254
+ /**
4255
+ * The Encrypted Memory Size of GPU device.
4256
+ */
4257
+ encryptedSize: number;
4258
+ /**
4259
+ * Memory size, unit: MiB.
4260
+ */
4261
+ size: number;
4262
+ }
4263
+ interface InstanceTypesInstanceTypeLocalVolume {
4264
+ /**
4265
+ * The number of local disks mounted on the instance.
4266
+ */
4267
+ count: number;
4268
+ /**
4269
+ * Memory size, unit: MiB.
4270
+ */
4271
+ size: number;
4272
+ /**
4273
+ * The type of volume.
4274
+ */
4275
+ volumeType: string;
4276
+ }
4277
+ interface InstanceTypesInstanceTypeMemory {
4278
+ /**
4279
+ * The Encrypted Memory Size of GPU device.
4280
+ */
4281
+ encryptedSize: number;
4282
+ /**
4283
+ * Memory size, unit: MiB.
4284
+ */
4285
+ size: number;
4286
+ }
4287
+ interface InstanceTypesInstanceTypeNetwork {
4288
+ /**
4289
+ * Network benchmark bandwidth capacity (out/in), unit: Mbps.
4290
+ */
4291
+ baselineBandwidthMbps: number;
4292
+ /**
4293
+ * Peak network bandwidth capacity (out/in), unit: Mbps.
4294
+ */
4295
+ maximumBandwidthMbps: number;
4296
+ /**
4297
+ * Maximum number of elastic network interfaces supported for attachment.
4298
+ */
4299
+ maximumNetworkInterfaces: number;
4300
+ /**
4301
+ * Maximum number of IPv4 addresses for a single elastic network interface.
4302
+ */
4303
+ maximumPrivateIpv4AddressesPerNetworkInterface: number;
4304
+ /**
4305
+ * Maximum queue number for a single elastic network interface, including the queue number supported by the primary network interface and the auxiliary network interface.
4306
+ */
4307
+ maximumQueuesPerNetworkInterface: number;
4308
+ /**
4309
+ * Network packet sending and receiving capacity (in+out), unit: Kpps.
4310
+ */
4311
+ maximumThroughputKpps: number;
4312
+ }
4313
+ interface InstanceTypesInstanceTypeProcessor {
4314
+ /**
4315
+ * CPU clock speed, unit: GHz.
4316
+ */
4317
+ baseFrequency: number;
4318
+ /**
4319
+ * The number of ECS instance CPU cores.
4320
+ */
4321
+ cpus: number;
4322
+ /**
4323
+ * CPU model.
4324
+ */
4325
+ model: string;
4326
+ /**
4327
+ * CPU Turbo Boost, unit: GHz.
4328
+ */
4329
+ turboFrequency: number;
4330
+ }
4331
+ interface InstanceTypesInstanceTypeRdma {
4332
+ /**
4333
+ * Number of RDMA network cards.
4334
+ */
4335
+ rdmaNetworkInterfaces: number;
4336
+ }
4337
+ interface InstanceTypesInstanceTypeVolume {
4338
+ /**
4339
+ * The maximum number of volumes.
4340
+ */
4341
+ maximumCount: number;
4342
+ /**
4343
+ * List of supported volume types.
4344
+ */
4345
+ supportedVolumeTypes: string[];
4346
+ }
2841
4347
  interface InstancesInstance {
2842
4348
  /**
2843
4349
  * The number of ECS instance CPU cores.
@@ -3415,6 +4921,10 @@ export declare namespace eip {
3415
4921
  * The peek bandwidth of the EIP.
3416
4922
  */
3417
4923
  bandwidth: number;
4924
+ /**
4925
+ * The id of the bandwidth package.
4926
+ */
4927
+ bandwidthPackageId: string;
3418
4928
  /**
3419
4929
  * The billing type of the EIP.
3420
4930
  */
@@ -3471,6 +4981,10 @@ export declare namespace eip {
3471
4981
  * The ProjectName of EIP.
3472
4982
  */
3473
4983
  projectName: string;
4984
+ /**
4985
+ * Security protection types for shared bandwidth packages. Parameter - N: Indicates the number of security protection types, currently only supports taking 1. Value: `AntiDDoS_Enhanced`.
4986
+ */
4987
+ securityProtectionTypes: string[];
3474
4988
  /**
3475
4989
  * A status of EIP, the value can be `Attaching` or `Detaching` or `Attached` or `Available`.
3476
4990
  */
@@ -4234,13 +5748,37 @@ export declare namespace iam {
4234
5748
  }
4235
5749
  interface UsersUser {
4236
5750
  /**
4237
- * The account id of the user.
5751
+ * Main account ID to which the sub-user belongs.
4238
5752
  */
4239
5753
  accountId: string;
4240
5754
  /**
4241
5755
  * The create date of the user.
4242
5756
  */
4243
5757
  createDate: string;
5758
+ /**
5759
+ * The description of the user.
5760
+ */
5761
+ description: string;
5762
+ /**
5763
+ * The display name of the user.
5764
+ */
5765
+ displayName: string;
5766
+ /**
5767
+ * The email of the user.
5768
+ */
5769
+ email: string;
5770
+ /**
5771
+ * Whether the email has been verified.
5772
+ */
5773
+ emailIsVerify: boolean;
5774
+ /**
5775
+ * The mobile phone of the user.
5776
+ */
5777
+ mobilePhone: string;
5778
+ /**
5779
+ * Whether the phone number has been verified.
5780
+ */
5781
+ mobilePhoneIsVerify: boolean;
4244
5782
  /**
4245
5783
  * The trn of the user.
4246
5784
  */
@@ -4249,6 +5787,10 @@ export declare namespace iam {
4249
5787
  * The update date of the user.
4250
5788
  */
4251
5789
  updateDate: string;
5790
+ /**
5791
+ * The id of the user.
5792
+ */
5793
+ userId: string;
4252
5794
  /**
4253
5795
  * The name of the user.
4254
5796
  */
@@ -4340,6 +5882,20 @@ export declare namespace mongodb {
4340
5882
  */
4341
5883
  nodeId: string;
4342
5884
  }
5885
+ interface InstanceMongo {
5886
+ /**
5887
+ * The mongos node ID.
5888
+ */
5889
+ mongosNodeId: string;
5890
+ /**
5891
+ * The spec of node.
5892
+ */
5893
+ nodeSpec: string;
5894
+ /**
5895
+ * The node status.
5896
+ */
5897
+ nodeStatus: string;
5898
+ }
4343
5899
  interface InstanceParameterLogsParameterChangeLogs {
4344
5900
  /**
4345
5901
  * The modifying time of parameter.
@@ -4366,7 +5922,45 @@ export declare namespace mongodb {
4366
5922
  */
4367
5923
  parameterStatus: string;
4368
5924
  }
4369
- interface InstanceParametersParameters {
5925
+ interface InstanceParametersInstanceParameter {
5926
+ /**
5927
+ * The checking code of parameter.
5928
+ */
5929
+ checkingCode: string;
5930
+ /**
5931
+ * Whether the parameter supports modifying.
5932
+ */
5933
+ forceModify: boolean;
5934
+ /**
5935
+ * Does the new parameter value need to restart the instance to take effect after modification.
5936
+ */
5937
+ forceRestart: boolean;
5938
+ /**
5939
+ * The default value of parameter.
5940
+ */
5941
+ parameterDefaultValue: string;
5942
+ /**
5943
+ * The description of parameter.
5944
+ */
5945
+ parameterDescription: string;
5946
+ /**
5947
+ * The name of parameter.
5948
+ */
5949
+ parameterName: string;
5950
+ /**
5951
+ * The node type of instance parameter, valid value contains `Node`, `Shard`, `ConfigServer`, `Mongos`.
5952
+ */
5953
+ parameterRole: string;
5954
+ /**
5955
+ * The type of parameter value.
5956
+ */
5957
+ parameterType: string;
5958
+ /**
5959
+ * The value of parameter.
5960
+ */
5961
+ parameterValue: string;
5962
+ }
5963
+ interface InstanceParametersParameter {
4370
5964
  /**
4371
5965
  * The database engine.
4372
5966
  */
@@ -4382,13 +5976,13 @@ export declare namespace mongodb {
4382
5976
  /**
4383
5977
  * The list of parameters.
4384
5978
  */
4385
- instanceParameters: outputs.mongodb.InstanceParametersParametersInstanceParameter[];
5979
+ instanceParameters: outputs.mongodb.InstanceParametersParameterInstanceParameter[];
4386
5980
  /**
4387
5981
  * The total parameters queried.
4388
5982
  */
4389
5983
  total: string;
4390
5984
  }
4391
- interface InstanceParametersParametersInstanceParameter {
5985
+ interface InstanceParametersParameterInstanceParameter {
4392
5986
  /**
4393
5987
  * The checking code of parameter.
4394
5988
  */
@@ -4426,6 +6020,12 @@ export declare namespace mongodb {
4426
6020
  */
4427
6021
  parameterValue: string;
4428
6022
  }
6023
+ interface InstanceShard {
6024
+ /**
6025
+ * The shard id.
6026
+ */
6027
+ shardId: string;
6028
+ }
4429
6029
  interface InstanceTag {
4430
6030
  /**
4431
6031
  * The Key of Tags.
@@ -7882,7 +9482,7 @@ export declare namespace tls {
7882
9482
  */
7883
9483
  endTime: string;
7884
9484
  /**
7885
- * The list of the receiver channels.
9485
+ * The list of the receiver channels. Currently supported channels: Email, Sms, Phone.
7886
9486
  */
7887
9487
  receiverChannels: string[];
7888
9488
  /**
@@ -7890,7 +9490,7 @@ export declare namespace tls {
7890
9490
  */
7891
9491
  receiverNames: string[];
7892
9492
  /**
7893
- * The receiver type, value can be User.
9493
+ * The receiver type, Can be set as: `User`(The id of user).
7894
9494
  */
7895
9495
  receiverType: string;
7896
9496
  /**
@@ -7979,6 +9579,8 @@ export declare namespace tls {
7979
9579
  time: number;
7980
9580
  /**
7981
9581
  * Execution cycle type.
9582
+ * Period: Periodic execution, which means executing once every certain period of time.
9583
+ * Fixed: Regular execution, which means executing at a fixed time point every day.
7982
9584
  */
7983
9585
  type: string;
7984
9586
  }
@@ -8944,7 +10546,12 @@ export declare namespace tls {
8944
10546
  */
8945
10547
  workloadNameRegex?: string;
8946
10548
  /**
8947
- * Specify the container to be collected by the type of workload. Only one type can be selected. When no type is specified, it means to collect all types of containers.
10549
+ * Specify the containers to be collected by the type of workload, only one type can be selected. When no type is specified, it means all types of containers are collected. The supported types of workloads are:
10550
+ * Deployment: stateless workload.
10551
+ * StatefulSet: stateful workload.
10552
+ * DaemonSet: daemon process.
10553
+ * Job: task.
10554
+ * CronJob: scheduled task.
8948
10555
  */
8949
10556
  workloadType?: string;
8950
10557
  }
@@ -11257,7 +12864,11 @@ export declare namespace vke {
11257
12864
  */
11258
12865
  logTtl?: number;
11259
12866
  /**
11260
- * The currently enabled log type.
12867
+ * The current types of logs that can be enabled are:
12868
+ * Audit: Cluster audit logs.
12869
+ * KubeApiServer: kube-apiserver component logs.
12870
+ * KubeScheduler: kube-scheduler component logs.
12871
+ * KubeControllerManager: kube-controller-manager component logs.
11261
12872
  */
11262
12873
  logType: string;
11263
12874
  }
@@ -11942,19 +13553,19 @@ export declare namespace vke {
11942
13553
  */
11943
13554
  desiredReplicas: number;
11944
13555
  /**
11945
- * Is Enabled of AutoScaling.
13556
+ * Whether to enable the auto scaling function of the node pool. When a node needs to be manually added to the node pool, the value of this field must be `false`.
11946
13557
  */
11947
13558
  enabled: boolean;
11948
13559
  /**
11949
- * The MaxReplicas of AutoScaling, default 10, range in 1~2000.
13560
+ * The MaxReplicas of AutoScaling, default 10, range in 1~2000. This field is valid when the value of `enabled` is `true`.
11950
13561
  */
11951
13562
  maxReplicas?: number;
11952
13563
  /**
11953
- * The MinReplicas of AutoScaling, default 0.
13564
+ * The MinReplicas of AutoScaling, default 0. This field is valid when the value of `enabled` is `true`.
11954
13565
  */
11955
13566
  minReplicas: number;
11956
13567
  /**
11957
- * The Priority of AutoScaling, default 10, rang in 0~100.
13568
+ * The Priority of AutoScaling, default 10, rang in 0~100. This field is valid when the value of `enabled` is `true` and the value of `subnetPolicy` is `Priority`.
11958
13569
  */
11959
13570
  priority: number;
11960
13571
  /**
@@ -12068,11 +13679,11 @@ export declare namespace vke {
12068
13679
  */
12069
13680
  mountPoint?: string;
12070
13681
  /**
12071
- * The Size of DataVolumes, the value range in 20~32768.
13682
+ * The Size of DataVolumes, the value range in 20~32768. Default value is `20`.
12072
13683
  */
12073
13684
  size?: number;
12074
13685
  /**
12075
- * The Type of DataVolumes, the value can be `PTSSD` or `ESSD_PL0` or `ESSD_FlexPL`.
13686
+ * The Type of DataVolumes, the value can be `PTSSD` or `ESSD_PL0` or `ESSD_FlexPL`. Default value is `ESSD_PL0`.
12076
13687
  */
12077
13688
  type?: string;
12078
13689
  }
@@ -12114,11 +13725,49 @@ export declare namespace vke {
12114
13725
  /**
12115
13726
  * The Size of SystemVolume, the value range in 20~2048.
12116
13727
  */
12117
- size?: number;
13728
+ size: number;
12118
13729
  /**
12119
13730
  * The Type of SystemVolume, the value can be `PTSSD` or `ESSD_PL0` or `ESSD_FlexPL`.
12120
13731
  */
12121
- type?: string;
13732
+ type: string;
13733
+ }
13734
+ interface NodePoolNodeStatistic {
13735
+ /**
13736
+ * The CreatingCount of Node.
13737
+ */
13738
+ creatingCount: number;
13739
+ /**
13740
+ * The DeletingCount of Node.
13741
+ */
13742
+ deletingCount: number;
13743
+ /**
13744
+ * The FailedCount of Node.
13745
+ */
13746
+ failedCount: number;
13747
+ /**
13748
+ * The RunningCount of Node.
13749
+ */
13750
+ runningCount: number;
13751
+ /**
13752
+ * The StartingCount of Node.
13753
+ */
13754
+ startingCount: number;
13755
+ /**
13756
+ * The StoppedCount of Node.
13757
+ */
13758
+ stoppedCount: number;
13759
+ /**
13760
+ * The StoppingCount of Node.
13761
+ */
13762
+ stoppingCount: number;
13763
+ /**
13764
+ * The TotalCount of Node.
13765
+ */
13766
+ totalCount: number;
13767
+ /**
13768
+ * The UpdatingCount of Node.
13769
+ */
13770
+ updatingCount: number;
12122
13771
  }
12123
13772
  interface NodePoolTag {
12124
13773
  /**
@@ -12234,7 +13883,7 @@ export declare namespace vke {
12234
13883
  /**
12235
13884
  * The NodeStatistics of NodeConfig.
12236
13885
  */
12237
- nodeStatistics: outputs.vke.NodePoolsNodePoolNodeStatistics;
13886
+ nodeStatistics: outputs.vke.NodePoolsNodePoolNodeStatistic[];
12238
13887
  /**
12239
13888
  * The period of the PrePaid instance of NodeConfig.
12240
13889
  */
@@ -12270,7 +13919,7 @@ export declare namespace vke {
12270
13919
  /**
12271
13920
  * The SystemVolume of NodeConfig.
12272
13921
  */
12273
- systemVolume: outputs.vke.NodePoolsNodePoolSystemVolume;
13922
+ systemVolumes: outputs.vke.NodePoolsNodePoolSystemVolume[];
12274
13923
  /**
12275
13924
  * Tags.
12276
13925
  */
@@ -12322,7 +13971,7 @@ export declare namespace vke {
12322
13971
  */
12323
13972
  value: string;
12324
13973
  }
12325
- interface NodePoolsNodePoolNodeStatistics {
13974
+ interface NodePoolsNodePoolNodeStatistic {
12326
13975
  /**
12327
13976
  * The CreatingCount of Node.
12328
13977
  */