@byteplus/pulumi-bytepluscc 0.0.14 → 0.0.16

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 (160) hide show
  1. package/alb/getRule.d.ts +101 -0
  2. package/alb/getRule.js +28 -0
  3. package/alb/getRule.js.map +1 -0
  4. package/alb/getRules.d.ts +22 -0
  5. package/alb/getRules.js +24 -0
  6. package/alb/getRules.js.map +1 -0
  7. package/alb/index.d.ts +9 -0
  8. package/alb/index.js +12 -1
  9. package/alb/index.js.map +1 -1
  10. package/alb/rule.d.ts +217 -0
  11. package/alb/rule.js +91 -0
  12. package/alb/rule.js.map +1 -0
  13. package/ark/endpoint.d.ts +230 -0
  14. package/ark/endpoint.js +102 -0
  15. package/ark/endpoint.js.map +1 -0
  16. package/ark/getEndpoint.d.ts +117 -0
  17. package/ark/getEndpoint.js +28 -0
  18. package/ark/getEndpoint.js.map +1 -0
  19. package/ark/getEndpoints.d.ts +22 -0
  20. package/ark/getEndpoints.js +24 -0
  21. package/ark/getEndpoints.js.map +1 -0
  22. package/ark/index.d.ts +9 -0
  23. package/ark/index.js +28 -0
  24. package/ark/index.js.map +1 -0
  25. package/clb/getNlbSecurityPolicies.d.ts +22 -0
  26. package/clb/getNlbSecurityPolicies.js +24 -0
  27. package/clb/getNlbSecurityPolicies.js.map +1 -0
  28. package/clb/getNlbSecurityPolicy.d.ts +81 -0
  29. package/clb/getNlbSecurityPolicy.js +28 -0
  30. package/clb/getNlbSecurityPolicy.js.map +1 -0
  31. package/clb/index.d.ts +9 -0
  32. package/clb/index.js +12 -1
  33. package/clb/index.js.map +1 -1
  34. package/clb/nlbSecurityPolicy.d.ts +167 -0
  35. package/clb/nlbSecurityPolicy.js +105 -0
  36. package/clb/nlbSecurityPolicy.js.map +1 -0
  37. package/cloudidentity/getGroup.d.ts +73 -0
  38. package/cloudidentity/getGroup.js +28 -0
  39. package/cloudidentity/getGroup.js.map +1 -0
  40. package/cloudidentity/getGroups.d.ts +22 -0
  41. package/cloudidentity/getGroups.js +24 -0
  42. package/cloudidentity/getGroups.js.map +1 -0
  43. package/cloudidentity/getPermissionSet.d.ts +73 -0
  44. package/cloudidentity/getPermissionSet.js +28 -0
  45. package/cloudidentity/getPermissionSet.js.map +1 -0
  46. package/cloudidentity/getPermissionSetAssignment.d.ts +68 -0
  47. package/cloudidentity/getPermissionSetAssignment.js +28 -0
  48. package/cloudidentity/getPermissionSetAssignment.js.map +1 -0
  49. package/cloudidentity/getPermissionSetAssignments.d.ts +22 -0
  50. package/cloudidentity/getPermissionSetAssignments.js +24 -0
  51. package/cloudidentity/getPermissionSetAssignments.js.map +1 -0
  52. package/cloudidentity/getPermissionSetProvisioning.d.ts +64 -0
  53. package/cloudidentity/getPermissionSetProvisioning.js +28 -0
  54. package/cloudidentity/getPermissionSetProvisioning.js.map +1 -0
  55. package/cloudidentity/getPermissionSetProvisionings.d.ts +22 -0
  56. package/cloudidentity/getPermissionSetProvisionings.js +24 -0
  57. package/cloudidentity/getPermissionSetProvisionings.js.map +1 -0
  58. package/cloudidentity/getPermissionSets.d.ts +22 -0
  59. package/cloudidentity/getPermissionSets.js +24 -0
  60. package/cloudidentity/getPermissionSets.js.map +1 -0
  61. package/cloudidentity/getUserProvisioning.d.ts +88 -0
  62. package/cloudidentity/getUserProvisioning.js +28 -0
  63. package/cloudidentity/getUserProvisioning.js.map +1 -0
  64. package/cloudidentity/getUserProvisionings.d.ts +22 -0
  65. package/cloudidentity/getUserProvisionings.js +24 -0
  66. package/cloudidentity/getUserProvisionings.js.map +1 -0
  67. package/cloudidentity/group.d.ts +130 -0
  68. package/cloudidentity/group.js +80 -0
  69. package/cloudidentity/group.js.map +1 -0
  70. package/cloudidentity/index.d.ts +45 -0
  71. package/cloudidentity/index.js +56 -1
  72. package/cloudidentity/index.js.map +1 -1
  73. package/cloudidentity/permissionSet.d.ts +130 -0
  74. package/cloudidentity/permissionSet.js +77 -0
  75. package/cloudidentity/permissionSet.js.map +1 -0
  76. package/cloudidentity/permissionSetAssignment.d.ts +140 -0
  77. package/cloudidentity/permissionSetAssignment.js +99 -0
  78. package/cloudidentity/permissionSetAssignment.js.map +1 -0
  79. package/cloudidentity/permissionSetProvisioning.d.ts +121 -0
  80. package/cloudidentity/permissionSetProvisioning.js +88 -0
  81. package/cloudidentity/permissionSetProvisioning.js.map +1 -0
  82. package/cloudidentity/userProvisioning.d.ts +199 -0
  83. package/cloudidentity/userProvisioning.js +118 -0
  84. package/cloudidentity/userProvisioning.js.map +1 -0
  85. package/filenas/getMountPoint.d.ts +97 -0
  86. package/filenas/getMountPoint.js +28 -0
  87. package/filenas/getMountPoint.js.map +1 -0
  88. package/filenas/getMountPoints.d.ts +22 -0
  89. package/filenas/getMountPoints.js +24 -0
  90. package/filenas/getMountPoints.js.map +1 -0
  91. package/filenas/index.d.ts +9 -0
  92. package/filenas/index.js +12 -1
  93. package/filenas/index.js.map +1 -1
  94. package/filenas/mountPoint.d.ts +196 -0
  95. package/filenas/mountPoint.js +116 -0
  96. package/filenas/mountPoint.js.map +1 -0
  97. package/index.d.ts +4 -1
  98. package/index.js +7 -1
  99. package/index.js.map +1 -1
  100. package/kafka/allowList.d.ts +144 -0
  101. package/kafka/allowList.js +100 -0
  102. package/kafka/allowList.js.map +1 -0
  103. package/kafka/getAllowList.d.ts +69 -0
  104. package/kafka/getAllowList.js +28 -0
  105. package/kafka/getAllowList.js.map +1 -0
  106. package/kafka/getAllowLists.d.ts +22 -0
  107. package/kafka/getAllowLists.js +24 -0
  108. package/kafka/getAllowLists.js.map +1 -0
  109. package/kafka/index.d.ts +9 -0
  110. package/kafka/index.js +12 -1
  111. package/kafka/index.js.map +1 -1
  112. package/kms/getKey.d.ts +4 -0
  113. package/kms/getKey.js.map +1 -1
  114. package/kms/key.d.ts +12 -0
  115. package/kms/key.js +2 -0
  116. package/kms/key.js.map +1 -1
  117. package/package.json +1 -1
  118. package/rdsmssql/getInstance.d.ts +181 -0
  119. package/rdsmssql/getInstance.js +28 -0
  120. package/rdsmssql/getInstance.js.map +1 -0
  121. package/rdsmssql/getInstances.d.ts +22 -0
  122. package/rdsmssql/getInstances.js +24 -0
  123. package/rdsmssql/getInstances.js.map +1 -0
  124. package/rdsmssql/index.d.ts +9 -0
  125. package/rdsmssql/index.js +28 -0
  126. package/rdsmssql/index.js.map +1 -0
  127. package/rdsmssql/instance.d.ts +386 -0
  128. package/rdsmssql/instance.js +155 -0
  129. package/rdsmssql/instance.js.map +1 -0
  130. package/rdspostgresql/dbAccount.d.ts +133 -0
  131. package/rdspostgresql/dbAccount.js +93 -0
  132. package/rdspostgresql/dbAccount.js.map +1 -0
  133. package/rdspostgresql/getDbAccount.d.ts +60 -0
  134. package/rdspostgresql/getDbAccount.js +28 -0
  135. package/rdspostgresql/getDbAccount.js.map +1 -0
  136. package/rdspostgresql/getDbAccounts.d.ts +22 -0
  137. package/rdspostgresql/getDbAccounts.js +24 -0
  138. package/rdspostgresql/getDbAccounts.js.map +1 -0
  139. package/rdspostgresql/index.d.ts +9 -0
  140. package/rdspostgresql/index.js +12 -1
  141. package/rdspostgresql/index.js.map +1 -1
  142. package/redis/getInstance.d.ts +8 -0
  143. package/redis/getInstance.js.map +1 -1
  144. package/redis/instance.d.ts +16 -0
  145. package/redis/instance.js +4 -0
  146. package/redis/instance.js.map +1 -1
  147. package/tls/getProject.d.ts +69 -0
  148. package/tls/getProject.js +28 -0
  149. package/tls/getProject.js.map +1 -0
  150. package/tls/getProjects.d.ts +22 -0
  151. package/tls/getProjects.js +24 -0
  152. package/tls/getProjects.js.map +1 -0
  153. package/tls/index.d.ts +9 -0
  154. package/tls/index.js +28 -0
  155. package/tls/index.js.map +1 -0
  156. package/tls/project.d.ts +135 -0
  157. package/tls/project.js +92 -0
  158. package/tls/project.js.map +1 -0
  159. package/types/input.d.ts +585 -0
  160. package/types/output.d.ts +1502 -279
package/types/input.d.ts CHANGED
@@ -211,6 +211,223 @@ export declare namespace alb {
211
211
  */
212
212
  zoneId?: pulumi.Input<string>;
213
213
  }
214
+ interface RuleForwardGroupConfig {
215
+ serverGroupTuples?: pulumi.Input<pulumi.Input<inputs.alb.RuleForwardGroupConfigServerGroupTuple>[]>;
216
+ /**
217
+ * 是否开启组间会话保持。on:开启。off:不开启。
218
+ */
219
+ stickySessionEnabled?: pulumi.Input<string>;
220
+ /**
221
+ * 组件回话保持的超时时间。单位:秒。
222
+ */
223
+ stickySessionTimeout?: pulumi.Input<number>;
224
+ }
225
+ interface RuleForwardGroupConfigServerGroupTuple {
226
+ /**
227
+ * 转发到的目的服务器组 ID。
228
+ */
229
+ serverGroupId?: pulumi.Input<string>;
230
+ /**
231
+ * 服务器组权重。
232
+ */
233
+ weight?: pulumi.Input<number>;
234
+ }
235
+ interface RuleRedirectConfig {
236
+ /**
237
+ * 重定向的域名。若创建/修改重定向类型的转发规则时,重定向域名设置为空,接口会返回${host},该变量含义为重定向域名与请求域名保持一致,但不支持创建/修改时,将重定向域名设置为${host}.。
238
+ */
239
+ redirectDomain?: pulumi.Input<string>;
240
+ /**
241
+ * 重定向状态码。301、302、307、308。
242
+ */
243
+ redirectHttpCode?: pulumi.Input<string>;
244
+ /**
245
+ * 重定向的端口。若创建/修改重定向类型的转发规则时,重定向端口设置为空,接口会返回${port},该变量含义为重定向端口与请求端口(监听器端口)保持一致,但不支持创建/修改时,将重定向端口设置为${port}.。
246
+ */
247
+ redirectPort?: pulumi.Input<string>;
248
+ /**
249
+ * 重定向使用的协议。HTTP、HTTPS。
250
+ */
251
+ redirectProtocol?: pulumi.Input<string>;
252
+ /**
253
+ * 重定向的URI。若创建/修改重定向类型的转发规则时,重定向uri设置为空,接口会返回${request*uri},该变量含义为重定向uri与请求uri保持一致,但不支持创建/修改时,将重定向uri设置为${request*uri}.。
254
+ */
255
+ redirectUri?: pulumi.Input<string>;
256
+ }
257
+ interface RuleRewriteConfig {
258
+ /**
259
+ * 重写路径。
260
+ */
261
+ rewritePath?: pulumi.Input<string>;
262
+ }
263
+ interface RuleRuleAction {
264
+ /**
265
+ * FixedResponseConfig
266
+ */
267
+ fixedResponseConfig?: pulumi.Input<inputs.alb.RuleRuleActionFixedResponseConfig>;
268
+ /**
269
+ * ForwardGroupConfig
270
+ */
271
+ forwardGroupConfig?: pulumi.Input<inputs.alb.RuleRuleActionForwardGroupConfig>;
272
+ /**
273
+ * RedirectConfig
274
+ */
275
+ redirectConfig?: pulumi.Input<inputs.alb.RuleRuleActionRedirectConfig>;
276
+ /**
277
+ * RewriteConfig
278
+ */
279
+ rewriteConfig?: pulumi.Input<inputs.alb.RuleRuleActionRewriteConfig>;
280
+ /**
281
+ * TrafficLimitConfig
282
+ */
283
+ trafficLimitConfig?: pulumi.Input<inputs.alb.RuleRuleActionTrafficLimitConfig>;
284
+ /**
285
+ * 转发规则动作类型。ForwardGroup:转发至多个虚拟服务器组。Redirect: 重定向。Rewrite: 重写。TrafficLimit:流量限速。
286
+ */
287
+ type?: pulumi.Input<string>;
288
+ }
289
+ interface RuleRuleActionFixedResponseConfig {
290
+ /**
291
+ * 返回的固定内容。
292
+ */
293
+ content?: pulumi.Input<string>;
294
+ /**
295
+ * 返回的固定内容的格式。text/plain、text/css、text/html、application/javascript、application/json
296
+ */
297
+ contentType?: pulumi.Input<string>;
298
+ /**
299
+ * 返回的 HTTP 状态码。
300
+ */
301
+ httpCode?: pulumi.Input<string>;
302
+ }
303
+ interface RuleRuleActionForwardGroupConfig {
304
+ /**
305
+ * ServerGroupStickySession
306
+ */
307
+ serverGroupStickySession?: pulumi.Input<inputs.alb.RuleRuleActionForwardGroupConfigServerGroupStickySession>;
308
+ serverGroupTuples?: pulumi.Input<pulumi.Input<inputs.alb.RuleRuleActionForwardGroupConfigServerGroupTuple>[]>;
309
+ }
310
+ interface RuleRuleActionForwardGroupConfigServerGroupStickySession {
311
+ /**
312
+ * 是否开启组间会话保持。on:开启。off:不开启。
313
+ */
314
+ enabled?: pulumi.Input<string>;
315
+ /**
316
+ * 组件回话保持的超时时间。单位:秒。
317
+ */
318
+ timeout?: pulumi.Input<number>;
319
+ }
320
+ interface RuleRuleActionForwardGroupConfigServerGroupTuple {
321
+ /**
322
+ * 转发到的目的服务器组 ID。
323
+ */
324
+ serverGroupId?: pulumi.Input<string>;
325
+ /**
326
+ * 服务器组权重。
327
+ */
328
+ weight?: pulumi.Input<number>;
329
+ }
330
+ interface RuleRuleActionRedirectConfig {
331
+ /**
332
+ * 重定向域名,仅支持精确域名。
333
+ */
334
+ host?: pulumi.Input<string>;
335
+ /**
336
+ * 重定向状态码,支持301,302,307,308。
337
+ */
338
+ httpCode?: pulumi.Input<string>;
339
+ /**
340
+ * 重定向 URI。。
341
+ */
342
+ path?: pulumi.Input<string>;
343
+ /**
344
+ * 重定向端口。
345
+ */
346
+ port?: pulumi.Input<string>;
347
+ /**
348
+ * 重定向使用的协议,支持HTTP,HTTPS。
349
+ */
350
+ protocol?: pulumi.Input<string>;
351
+ }
352
+ interface RuleRuleActionRewriteConfig {
353
+ /**
354
+ * 重写路径。
355
+ */
356
+ path?: pulumi.Input<string>;
357
+ }
358
+ interface RuleRuleActionTrafficLimitConfig {
359
+ /**
360
+ * 每秒请求数。
361
+ */
362
+ qps?: pulumi.Input<number>;
363
+ }
364
+ interface RuleRuleCondition {
365
+ /**
366
+ * HeaderConfig。
367
+ */
368
+ headerConfig?: pulumi.Input<inputs.alb.RuleRuleConditionHeaderConfig>;
369
+ /**
370
+ * HostConfig。
371
+ */
372
+ hostConfig?: pulumi.Input<inputs.alb.RuleRuleConditionHostConfig>;
373
+ /**
374
+ * MethodConfig。
375
+ */
376
+ methodConfig?: pulumi.Input<inputs.alb.RuleRuleConditionMethodConfig>;
377
+ /**
378
+ * PathConfig。
379
+ */
380
+ pathConfig?: pulumi.Input<inputs.alb.RuleRuleConditionPathConfig>;
381
+ /**
382
+ * QueryStringConfig。
383
+ */
384
+ queryStringConfig?: pulumi.Input<inputs.alb.RuleRuleConditionQueryStringConfig>;
385
+ /**
386
+ * 标准版转发规则条件类型。Host: 域名。Path: 路径。Header:HTTP头字段。Method: 请求方法。QueryString: 查询参数。
387
+ */
388
+ type?: pulumi.Input<string>;
389
+ }
390
+ interface RuleRuleConditionHeaderConfig {
391
+ /**
392
+ * 头字段键。
393
+ */
394
+ key?: pulumi.Input<string>;
395
+ /**
396
+ * 头字段值。
397
+ */
398
+ values?: pulumi.Input<pulumi.Input<string>[]>;
399
+ }
400
+ interface RuleRuleConditionHostConfig {
401
+ /**
402
+ * 转发规则的域名,支持泛域名和精确域名。
403
+ */
404
+ values?: pulumi.Input<pulumi.Input<string>[]>;
405
+ }
406
+ interface RuleRuleConditionMethodConfig {
407
+ /**
408
+ * 请求方法。支持HEAD、GET、POST、OPTIONS、PUT、PATCH、DELETE。
409
+ */
410
+ values?: pulumi.Input<pulumi.Input<string>[]>;
411
+ }
412
+ interface RuleRuleConditionPathConfig {
413
+ /**
414
+ * 转发规则的URL,仅支持绝对路径。
415
+ */
416
+ values?: pulumi.Input<pulumi.Input<string>[]>;
417
+ }
418
+ interface RuleRuleConditionQueryStringConfig {
419
+ values?: pulumi.Input<pulumi.Input<inputs.alb.RuleRuleConditionQueryStringConfigValue>[]>;
420
+ }
421
+ interface RuleRuleConditionQueryStringConfigValue {
422
+ /**
423
+ * 查询字符串键。
424
+ */
425
+ key?: pulumi.Input<string>;
426
+ /**
427
+ * 查询字符串值。
428
+ */
429
+ value?: pulumi.Input<string>;
430
+ }
214
431
  interface ServerGroupHealthCheck {
215
432
  /**
216
433
  * 健康检查的域名,需配置为后端服务器上真实对外提供服务的地址。只有 HealthCheck.Protocol 设置为 HTTP 时该参数生效。需至少包含一个‘.’,且不允许以‘.’开头或结尾。域名每一级由字母、数字、‘-’、‘.’字符组成,且‘-’不得出现在每一级的头部或尾部。长度限制为1 ~ 128个字符。不传入该参数或该参数不传入数值时,默认为空,表示负载均衡使用各后端服务器的私网IP地址进行健康检查。
@@ -866,6 +1083,84 @@ export declare namespace apig {
866
1083
  value?: pulumi.Input<string>;
867
1084
  }
868
1085
  }
1086
+ export declare namespace ark {
1087
+ interface EndpointCertificate {
1088
+ /**
1089
+ * X509私有证书过期的时间。使用秒级时间戳表示。
1090
+ */
1091
+ notAfter?: pulumi.Input<number>;
1092
+ /**
1093
+ * X509私有证书开始生效的时间。使用秒级时间戳表示。
1094
+ */
1095
+ notBefore?: pulumi.Input<number>;
1096
+ /**
1097
+ * 证书方。
1098
+ */
1099
+ pcaHost?: pulumi.Input<string>;
1100
+ /**
1101
+ * PEM 格式的叶子证书。
1102
+ */
1103
+ pcaInstanceCertificate?: pulumi.Input<string>;
1104
+ /**
1105
+ * 证书名称。
1106
+ */
1107
+ pcaName?: pulumi.Input<string>;
1108
+ /**
1109
+ * PEM 格式的根证书。
1110
+ */
1111
+ pcaRootCaCertificate?: pulumi.Input<string>;
1112
+ /**
1113
+ * PEM 格式的中间根证书和根证书。
1114
+ */
1115
+ pcaSubCaCertificate?: pulumi.Input<string>;
1116
+ }
1117
+ interface EndpointModelReference {
1118
+ /**
1119
+ * 定制模型的ID。
1120
+ */
1121
+ customModelId?: pulumi.Input<string>;
1122
+ /**
1123
+ * 基础模型。
1124
+ */
1125
+ foundationModel?: pulumi.Input<inputs.ark.EndpointModelReferenceFoundationModel>;
1126
+ }
1127
+ interface EndpointModelReferenceFoundationModel {
1128
+ /**
1129
+ * 基础模型版本。
1130
+ */
1131
+ modelVersion?: pulumi.Input<string>;
1132
+ /**
1133
+ * 基础模型名称。请注意模型名称为小写。doubao 1.5 代模型的模型名称格式为"doubao-1-5-**"。
1134
+ */
1135
+ name?: pulumi.Input<string>;
1136
+ }
1137
+ interface EndpointModeration {
1138
+ /**
1139
+ * 内容安全护栏方案。取值:Default: 默认方案。更低延迟,广泛覆盖内容安全通用需求;Basic:基本方案(公测中)。支持在接口响应中提供命中的风险分类,暂时只包含严重违规和激进行为两类风险。注意:如果是流式接口调用,不建议此方案,会导致吐出的每个分片的长度变长,延时变高。
1140
+ */
1141
+ strategy?: pulumi.Input<string>;
1142
+ }
1143
+ interface EndpointRateLimit {
1144
+ /**
1145
+ * Requests Per Minute,每分钟请求数。
1146
+ */
1147
+ rpm?: pulumi.Input<number>;
1148
+ /**
1149
+ * Tokens Per Minute,每分钟请求 token 数。
1150
+ */
1151
+ tpm?: pulumi.Input<number>;
1152
+ }
1153
+ interface EndpointTag {
1154
+ /**
1155
+ * 标签键。
1156
+ */
1157
+ key?: pulumi.Input<string>;
1158
+ /**
1159
+ * 标签值。
1160
+ */
1161
+ value?: pulumi.Input<string>;
1162
+ }
1163
+ }
869
1164
  export declare namespace autoscaling {
870
1165
  interface ScalingConfigurationEip {
871
1166
  /**
@@ -1543,6 +1838,16 @@ export declare namespace clb {
1543
1838
  */
1544
1839
  value?: pulumi.Input<string>;
1545
1840
  }
1841
+ interface NlbSecurityPolicyTag {
1842
+ /**
1843
+ * 用户标签的标签键。
1844
+ */
1845
+ key?: pulumi.Input<string>;
1846
+ /**
1847
+ * 用户标签的标签值。
1848
+ */
1849
+ value?: pulumi.Input<string>;
1850
+ }
1546
1851
  interface NlbServerGroupHealthCheck {
1547
1852
  /**
1548
1853
  * 健康检查的域名。
@@ -1776,6 +2081,28 @@ export declare namespace clb {
1776
2081
  value?: pulumi.Input<string>;
1777
2082
  }
1778
2083
  }
2084
+ export declare namespace cloudidentity {
2085
+ interface GroupMember {
2086
+ /**
2087
+ * 用户id。
2088
+ */
2089
+ userId?: pulumi.Input<string>;
2090
+ }
2091
+ interface PermissionSetPermissionPolicy {
2092
+ /**
2093
+ * 策略语法内容。语法可参考 策略语法说明。
2094
+ */
2095
+ permissionPolicyDocument?: pulumi.Input<string>;
2096
+ /**
2097
+ * 策略名称。
2098
+ */
2099
+ permissionPolicyName?: pulumi.Input<string>;
2100
+ /**
2101
+ * 策略类型,System or Inline。
2102
+ */
2103
+ permissionPolicyType?: pulumi.Input<string>;
2104
+ }
2105
+ }
1779
2106
  export declare namespace cloudmonitor {
1780
2107
  interface RuleCondition {
1781
2108
  /**
@@ -3404,6 +3731,61 @@ export declare namespace filenas {
3404
3731
  */
3405
3732
  value?: pulumi.Input<string>;
3406
3733
  }
3734
+ interface MountPointClient {
3735
+ /**
3736
+ * 客户端的私有网络 IP 地址。
3737
+ */
3738
+ ip?: pulumi.Input<string>;
3739
+ /**
3740
+ * 挂载协议版本号。取值:NFSv3。
3741
+ */
3742
+ protocolVersion?: pulumi.Input<string>;
3743
+ /**
3744
+ * 私有网络名称。
3745
+ */
3746
+ vpcName?: pulumi.Input<string>;
3747
+ }
3748
+ interface MountPointPermissionGroup {
3749
+ /**
3750
+ * 权限组创建时间。
3751
+ */
3752
+ createTime?: pulumi.Input<string>;
3753
+ /**
3754
+ * 权限组描述信息。
3755
+ */
3756
+ description?: pulumi.Input<string>;
3757
+ /**
3758
+ * 关联该权限组的文件系统数量。
3759
+ */
3760
+ fileSystemCount?: pulumi.Input<number>;
3761
+ /**
3762
+ * 文件系统类型。取值说明如下:Extreme:NAS 极速型。Capacity:NAS 容量型。Cache:NAS 缓存型。
3763
+ */
3764
+ fileSystemType?: pulumi.Input<string>;
3765
+ mountPoints?: pulumi.Input<pulumi.Input<inputs.filenas.MountPointPermissionGroupMountPoint>[]>;
3766
+ /**
3767
+ * 权限组名称。
3768
+ */
3769
+ permissionGroupName?: pulumi.Input<string>;
3770
+ /**
3771
+ * 权限规则数量。
3772
+ */
3773
+ permissionRuleCount?: pulumi.Input<number>;
3774
+ }
3775
+ interface MountPointPermissionGroupMountPoint {
3776
+ /**
3777
+ * 文件系统 ID。
3778
+ */
3779
+ fileSystemId?: pulumi.Input<string>;
3780
+ /**
3781
+ * 挂载点 ID。
3782
+ */
3783
+ mountPointId?: pulumi.Input<string>;
3784
+ /**
3785
+ * 挂载点名称。
3786
+ */
3787
+ mountPointName?: pulumi.Input<string>;
3788
+ }
3407
3789
  }
3408
3790
  export declare namespace fwcenter {
3409
3791
  interface DnsControlPolicyDomainListV1 {
@@ -3696,6 +4078,12 @@ export declare namespace iam {
3696
4078
  }
3697
4079
  }
3698
4080
  export declare namespace kafka {
4081
+ interface AllowListAssociatedInstance {
4082
+ /**
4083
+ * 白名单绑定的实例ID。
4084
+ */
4085
+ instanceId?: pulumi.Input<string>;
4086
+ }
3699
4087
  interface TopicAccessPolicy {
3700
4088
  /**
3701
4089
  * SASL 用户对于当前 Topic 的访问权限。PubSub:拥有发布、订阅权限。Pub:拥有发布权限。Sub:拥有订阅权限。
@@ -4020,6 +4408,159 @@ export declare namespace rabbitmq {
4020
4408
  value?: pulumi.Input<string>;
4021
4409
  }
4022
4410
  }
4411
+ export declare namespace rdsmssql {
4412
+ interface InstanceChargeInfo {
4413
+ /**
4414
+ * 预付费场景下是否自动续费。true:自动续费(默认)。false:不自动续费。
4415
+ */
4416
+ autoRenew?: pulumi.Input<boolean>;
4417
+ /**
4418
+ * 计费到期时间,格式为 yyyy-MM-ddTHH:mm:ssZ(UTC 时间)。
4419
+ */
4420
+ chargeEndTime?: pulumi.Input<string>;
4421
+ /**
4422
+ * 计费开始时间,格式为 yyyy-MM-ddTHH:mm:ssZ(UTC 时间)。
4423
+ */
4424
+ chargeStartTime?: pulumi.Input<string>;
4425
+ /**
4426
+ * 付费状态。取值:Normal:表示实例正常。Overdue:表示实例欠费。Unpaid:表示实例等待支付。
4427
+ */
4428
+ chargeStatus?: pulumi.Input<string>;
4429
+ /**
4430
+ * 付费类型。取值:PostPaid:表示按量付费。PrePaid:表示包年包月。
4431
+ */
4432
+ chargeType?: pulumi.Input<string>;
4433
+ /**
4434
+ * 欠费关停时预计释放时间,格式为 yyyy-MM-ddTHH:mm:ssZ(UTC 时间)。
4435
+ */
4436
+ overdueReclaimTime?: pulumi.Input<string>;
4437
+ /**
4438
+ * 欠费关停时间,格式为 yyyy-MM-ddTHH:mm:ssZ(UTC 时间)。
4439
+ */
4440
+ overdueTime?: pulumi.Input<string>;
4441
+ /**
4442
+ * 预付费场景下的购买时长。默认值:1。
4443
+ */
4444
+ period?: pulumi.Input<number>;
4445
+ /**
4446
+ * 预付费场景下的购买周期。Month:表示包月(默认值)。Year:表示包年。
4447
+ */
4448
+ periodUnit?: pulumi.Input<string>;
4449
+ }
4450
+ interface InstanceConnectionInfo {
4451
+ addresses?: pulumi.Input<pulumi.Input<inputs.rdsmssql.InstanceConnectionInfoAddress>[]>;
4452
+ /**
4453
+ * 描述信息。
4454
+ */
4455
+ description?: pulumi.Input<string>;
4456
+ /**
4457
+ * 终端 ID。
4458
+ */
4459
+ endpointId?: pulumi.Input<string>;
4460
+ /**
4461
+ * 终端名称。
4462
+ */
4463
+ endpointName?: pulumi.Input<string>;
4464
+ /**
4465
+ * 终端类型。取值如下:Primary:表示主节点终端。ROCluster:表示只读集群终端。RO:表示只读节点终端。
4466
+ */
4467
+ endpointType?: pulumi.Input<string>;
4468
+ }
4469
+ interface InstanceConnectionInfoAddress {
4470
+ /**
4471
+ * 表示是否开启私网到公网解析,取值如下:true:表示开启私网到公网解析。false:表示不开启私网到公网解析。
4472
+ */
4473
+ dnsVisibility?: pulumi.Input<boolean>;
4474
+ /**
4475
+ * 域名。
4476
+ */
4477
+ domain?: pulumi.Input<string>;
4478
+ /**
4479
+ * EIP的ID,仅对公网地址有效。
4480
+ */
4481
+ eipId?: pulumi.Input<string>;
4482
+ /**
4483
+ * IP地址。
4484
+ */
4485
+ ipAddress?: pulumi.Input<string>;
4486
+ /**
4487
+ * 网络地址类型。取值:Private:私网类型。Public:公网类型。
4488
+ */
4489
+ networkType?: pulumi.Input<string>;
4490
+ /**
4491
+ * 端口。
4492
+ */
4493
+ port?: pulumi.Input<string>;
4494
+ /**
4495
+ * 子网 ID,仅对私网地址有效。
4496
+ */
4497
+ subnetId?: pulumi.Input<string>;
4498
+ }
4499
+ interface InstanceNodeDetailInfo {
4500
+ /**
4501
+ * 节点的创建时间。
4502
+ */
4503
+ createTime?: pulumi.Input<string>;
4504
+ /**
4505
+ * 节点主机名。
4506
+ */
4507
+ hostName?: pulumi.Input<string>;
4508
+ /**
4509
+ * 实例ID。
4510
+ */
4511
+ instanceId?: pulumi.Input<string>;
4512
+ /**
4513
+ * 内存大小,单位为 GiB。
4514
+ */
4515
+ memory?: pulumi.Input<number>;
4516
+ /**
4517
+ * 节点ID。
4518
+ */
4519
+ nodeId?: pulumi.Input<string>;
4520
+ /**
4521
+ * 节点IP。
4522
+ */
4523
+ nodeIp?: pulumi.Input<string>;
4524
+ /**
4525
+ * 节点规格。
4526
+ */
4527
+ nodeSpec?: pulumi.Input<string>;
4528
+ /**
4529
+ * 节点状态,取值为:Running:运行中。Creating:创建中。Deleting:删除中。Restarting:重启中。Updating:变更中。MasterChanging:主备切换中。Error:错误。
4530
+ */
4531
+ nodeStatus?: pulumi.Input<string>;
4532
+ /**
4533
+ * 节点类型。取值:Primary:表示主节点终端。ReadOnly:表示只读节点终端。Secondary:表示备节点终端。
4534
+ */
4535
+ nodeType?: pulumi.Input<string>;
4536
+ /**
4537
+ * 区域ID。
4538
+ */
4539
+ regionId?: pulumi.Input<string>;
4540
+ /**
4541
+ * 更新时间。
4542
+ */
4543
+ updateTime?: pulumi.Input<string>;
4544
+ /**
4545
+ * vCPU 数量。
4546
+ */
4547
+ vcpu?: pulumi.Input<number>;
4548
+ /**
4549
+ * 可用区ID。
4550
+ */
4551
+ zoneId?: pulumi.Input<string>;
4552
+ }
4553
+ interface InstanceTag {
4554
+ /**
4555
+ * 用户标签的标签键。
4556
+ */
4557
+ key?: pulumi.Input<string>;
4558
+ /**
4559
+ * 用户标签的标签值。
4560
+ */
4561
+ value?: pulumi.Input<string>;
4562
+ }
4563
+ }
4023
4564
  export declare namespace rdsmysql {
4024
4565
  interface AllowListAssociatedInstance {
4025
4566
  /**
@@ -4639,6 +5180,18 @@ export declare namespace storageebs {
4639
5180
  throughput?: pulumi.Input<number>;
4640
5181
  }
4641
5182
  }
5183
+ export declare namespace tls {
5184
+ interface ProjectTag {
5185
+ /**
5186
+ * 标签键。
5187
+ */
5188
+ key?: pulumi.Input<string>;
5189
+ /**
5190
+ * 标签值。
5191
+ */
5192
+ value?: pulumi.Input<string>;
5193
+ }
5194
+ }
4642
5195
  export declare namespace transitrouter {
4643
5196
  interface TransitRouterAttachment {
4644
5197
  /**
@@ -5592,6 +6145,10 @@ export declare namespace vke {
5592
6145
  * 是否禁用自动同步标签污点到存量节点的功能,参数值说明:true:禁用,即关闭自动同步。false:不禁用,即开启自动同步。
5593
6146
  */
5594
6147
  autoSyncDisabled?: pulumi.Input<boolean>;
6148
+ /**
6149
+ * 节点池 Containerd 相关配置。
6150
+ */
6151
+ containerdConfig?: pulumi.Input<inputs.vke.NodePoolKubernetesConfigContainerdConfig>;
5595
6152
  /**
5596
6153
  * 封锁节点配置,参数值说明:false:不封锁。true:封锁。
5597
6154
  */
@@ -5615,11 +6172,29 @@ export declare namespace vke {
5615
6172
  nameUseHostname?: pulumi.Input<boolean>;
5616
6173
  taints?: pulumi.Input<pulumi.Input<inputs.vke.NodePoolKubernetesConfigTaint>[]>;
5617
6174
  }
6175
+ interface NodePoolKubernetesConfigContainerdConfig {
6176
+ /**
6177
+ * 指定跳过证书认证的容器镜像仓库地址。
6178
+ */
6179
+ insecureRegistries?: pulumi.Input<pulumi.Input<string>[]>;
6180
+ registryProxyConfigs?: pulumi.Input<pulumi.Input<inputs.vke.NodePoolKubernetesConfigContainerdConfigRegistryProxyConfig>[]>;
6181
+ }
6182
+ interface NodePoolKubernetesConfigContainerdConfigRegistryProxyConfig {
6183
+ /**
6184
+ * 代理地址。
6185
+ */
6186
+ proxyEndpoints?: pulumi.Input<pulumi.Input<string>[]>;
6187
+ /**
6188
+ * 容器镜像仓库地址。
6189
+ */
6190
+ registry?: pulumi.Input<string>;
6191
+ }
5618
6192
  interface NodePoolKubernetesConfigKubeletConfig {
5619
6193
  /**
5620
6194
  * 配置 kubelet 的 CpuManagerPolicy 策略,包含 none 和 static 两种策略
5621
6195
  */
5622
6196
  cpuManagerPolicy?: pulumi.Input<string>;
6197
+ evictionHards?: pulumi.Input<pulumi.Input<inputs.vke.NodePoolKubernetesConfigKubeletConfigEvictionHard>[]>;
5623
6198
  /**
5624
6199
  * 特性门控。
5625
6200
  */
@@ -5659,6 +6234,16 @@ export declare namespace vke {
5659
6234
  */
5660
6235
  topologyManagerScope?: pulumi.Input<string>;
5661
6236
  }
6237
+ interface NodePoolKubernetesConfigKubeletConfigEvictionHard {
6238
+ /**
6239
+ * 硬性门限名称。取值:memory.available、nodefs.available、nodefs.inodesFree、imagefs.available
6240
+ */
6241
+ key?: pulumi.Input<string>;
6242
+ /**
6243
+ * 硬性门限值。
6244
+ */
6245
+ value?: pulumi.Input<string>;
6246
+ }
5662
6247
  interface NodePoolKubernetesConfigKubeletConfigFeatureGates {
5663
6248
  /**
5664
6249
  * 是否开启特性开关本地垂直Pod伸缩