@byteplus/pulumi-bytepluscc 0.0.20 → 0.0.21

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 (540) hide show
  1. package/alb/acl.d.ts +20 -20
  2. package/alb/acl.js +1 -1
  3. package/alb/certificate.d.ts +33 -33
  4. package/alb/certificate.js +1 -1
  5. package/alb/customizedCfg.d.ts +24 -21
  6. package/alb/customizedCfg.js +1 -1
  7. package/alb/customizedCfg.js.map +1 -1
  8. package/alb/getAcl.d.ts +11 -11
  9. package/alb/getCertificate.d.ts +14 -14
  10. package/alb/getCustomizedCfg.d.ts +11 -10
  11. package/alb/getCustomizedCfg.js.map +1 -1
  12. package/alb/getHealthCheckTemplate.d.ts +18 -18
  13. package/alb/getListener.d.ts +30 -30
  14. package/alb/getLoadBalancer.d.ts +31 -31
  15. package/alb/getRule.d.ts +16 -16
  16. package/alb/getServerGroup.d.ts +19 -19
  17. package/alb/healthCheckTemplate.d.ts +49 -49
  18. package/alb/healthCheckTemplate.js +1 -1
  19. package/alb/listener.d.ts +77 -77
  20. package/alb/listener.js +1 -1
  21. package/alb/loadBalancer.d.ts +79 -79
  22. package/alb/loadBalancer.js +1 -1
  23. package/alb/rule.d.ts +42 -42
  24. package/alb/rule.js +1 -1
  25. package/alb/serverGroup.d.ts +45 -45
  26. package/alb/serverGroup.js +1 -1
  27. package/apig/customDomain.d.ts +27 -27
  28. package/apig/customDomain.js +1 -1
  29. package/apig/gateway.d.ts +45 -45
  30. package/apig/gateway.js +1 -1
  31. package/apig/gatewayService.d.ts +37 -37
  32. package/apig/gatewayService.js +1 -1
  33. package/apig/getCustomDomain.d.ts +10 -10
  34. package/apig/getGateway.d.ts +18 -18
  35. package/apig/getGatewayService.d.ts +16 -16
  36. package/apig/getUpstream.d.ts +14 -14
  37. package/apig/getUpstreamSource.d.ts +11 -11
  38. package/apig/upstream.d.ts +35 -35
  39. package/apig/upstream.js +1 -1
  40. package/apig/upstreamSource.d.ts +29 -29
  41. package/apig/upstreamSource.js +1 -1
  42. package/ark/endpoint.d.ts +46 -46
  43. package/ark/endpoint.js +1 -1
  44. package/ark/getEndpoint.d.ts +20 -20
  45. package/autoscaling/getScalingConfiguration.d.ts +28 -28
  46. package/autoscaling/getScalingGroup.d.ts +37 -29
  47. package/autoscaling/getScalingGroup.js.map +1 -1
  48. package/autoscaling/getScalingLifecycleHook.d.ts +7 -7
  49. package/autoscaling/getScalingPolicy.d.ts +11 -11
  50. package/autoscaling/scalingConfiguration.d.ts +71 -71
  51. package/autoscaling/scalingConfiguration.js +1 -1
  52. package/autoscaling/scalingGroup.d.ts +76 -70
  53. package/autoscaling/scalingGroup.js +5 -1
  54. package/autoscaling/scalingGroup.js.map +1 -1
  55. package/autoscaling/scalingLifecycleHook.d.ts +21 -21
  56. package/autoscaling/scalingLifecycleHook.js +1 -1
  57. package/autoscaling/scalingPolicy.d.ts +32 -32
  58. package/autoscaling/scalingPolicy.js +1 -1
  59. package/bmq/getGroup.d.ts +10 -10
  60. package/bmq/getInstance.d.ts +25 -25
  61. package/bmq/group.d.ts +43 -23
  62. package/bmq/group.js +21 -1
  63. package/bmq/group.js.map +1 -1
  64. package/bmq/instance.d.ts +67 -67
  65. package/bmq/instance.js +6 -6
  66. package/cdn/domain.d.ts +143 -145
  67. package/cdn/domain.js +1 -1
  68. package/cdn/domain.js.map +1 -1
  69. package/cdn/getDomain.d.ts +60 -61
  70. package/cdn/getDomain.js.map +1 -1
  71. package/cdn/getShareConfig.d.ts +11 -11
  72. package/cdn/shareConfig.d.ts +31 -31
  73. package/cdn/shareConfig.js +1 -1
  74. package/cen/cen.d.ts +22 -22
  75. package/cen/cen.js +1 -1
  76. package/cen/getCen.d.ts +11 -11
  77. package/cen/getGrantInstance.d.ts +60 -0
  78. package/cen/getGrantInstance.js +28 -0
  79. package/cen/getGrantInstance.js.map +1 -0
  80. package/cen/getGrantInstances.d.ts +22 -0
  81. package/cen/getGrantInstances.js +24 -0
  82. package/cen/getGrantInstances.js.map +1 -0
  83. package/cen/grantInstance.d.ts +128 -0
  84. package/cen/grantInstance.js +98 -0
  85. package/cen/grantInstance.js.map +1 -0
  86. package/cen/index.d.ts +9 -0
  87. package/cen/index.js +12 -1
  88. package/cen/index.js.map +1 -1
  89. package/clb/acl.d.ts +22 -22
  90. package/clb/acl.js +1 -1
  91. package/clb/certificate.d.ts +30 -30
  92. package/clb/certificate.js +1 -1
  93. package/clb/clb.d.ts +115 -115
  94. package/clb/clb.js +1 -1
  95. package/clb/getAcl.d.ts +12 -12
  96. package/clb/getCertificate.d.ts +13 -13
  97. package/clb/getClb.d.ts +46 -46
  98. package/clb/getListener.d.ts +45 -45
  99. package/clb/getNlb.d.ts +27 -27
  100. package/clb/getNlbListener.d.ts +18 -18
  101. package/clb/getNlbSecurityPolicy.d.ts +11 -11
  102. package/clb/getNlbServerGroup.d.ts +27 -27
  103. package/clb/getRule.d.ts +9 -9
  104. package/clb/getServerGroup.d.ts +12 -12
  105. package/clb/listener.d.ts +127 -127
  106. package/clb/listener.js +1 -1
  107. package/clb/nlb.d.ts +64 -64
  108. package/clb/nlb.js +1 -1
  109. package/clb/nlbListener.d.ts +45 -45
  110. package/clb/nlbListener.js +1 -1
  111. package/clb/nlbSecurityPolicy.d.ts +25 -25
  112. package/clb/nlbSecurityPolicy.js +1 -1
  113. package/clb/nlbServerGroup.d.ts +69 -69
  114. package/clb/nlbServerGroup.js +1 -1
  115. package/clb/rule.d.ts +24 -24
  116. package/clb/rule.js +1 -1
  117. package/clb/serverGroup.d.ts +25 -25
  118. package/clb/serverGroup.js +1 -1
  119. package/cloudidentity/getGroup.d.ts +9 -9
  120. package/cloudidentity/getPermissionSet.d.ts +9 -9
  121. package/cloudidentity/getPermissionSetAssignment.d.ts +8 -8
  122. package/cloudidentity/getPermissionSetProvisioning.d.ts +7 -7
  123. package/cloudidentity/getUser.d.ts +12 -12
  124. package/cloudidentity/getUserProvisioning.d.ts +13 -13
  125. package/cloudidentity/group.d.ts +21 -21
  126. package/cloudidentity/group.js +1 -1
  127. package/cloudidentity/permissionSet.d.ts +21 -21
  128. package/cloudidentity/permissionSet.js +1 -1
  129. package/cloudidentity/permissionSetAssignment.d.ts +22 -22
  130. package/cloudidentity/permissionSetAssignment.js +2 -2
  131. package/cloudidentity/permissionSetProvisioning.d.ts +17 -17
  132. package/cloudidentity/permissionSetProvisioning.js +1 -1
  133. package/cloudidentity/user.d.ts +32 -32
  134. package/cloudidentity/user.js +1 -1
  135. package/cloudidentity/userProvisioning.d.ts +35 -35
  136. package/cloudidentity/userProvisioning.js +1 -1
  137. package/cloudmonitor/getRule.d.ts +33 -33
  138. package/cloudmonitor/rule.d.ts +83 -83
  139. package/cloudmonitor/rule.js +1 -1
  140. package/cr/getNameSpace.d.ts +4 -4
  141. package/cr/getRegistry.d.ts +11 -11
  142. package/cr/getRepository.d.ts +7 -7
  143. package/cr/nameSpace.d.ts +12 -12
  144. package/cr/nameSpace.js +1 -1
  145. package/cr/registry.d.ts +25 -25
  146. package/cr/registry.js +1 -1
  147. package/cr/repository.d.ts +20 -20
  148. package/cr/repository.js +1 -1
  149. package/directconnect/directConnectGateway.d.ts +36 -36
  150. package/directconnect/directConnectGateway.js +1 -1
  151. package/directconnect/getDirectConnectGateway.d.ts +17 -17
  152. package/dns/getZone.d.ts +22 -22
  153. package/dns/zone.d.ts +46 -46
  154. package/dns/zone.js +1 -1
  155. package/ecs/command.d.ts +41 -41
  156. package/ecs/command.js +1 -1
  157. package/ecs/deploymentSet.d.ts +28 -28
  158. package/ecs/deploymentSet.js +1 -1
  159. package/ecs/getCommand.d.ts +17 -17
  160. package/ecs/getDeploymentSet.d.ts +11 -11
  161. package/ecs/getHpcCluster.d.ts +9 -9
  162. package/ecs/getImage.d.ts +46 -30
  163. package/ecs/getImage.js.map +1 -1
  164. package/ecs/getInvocation.d.ts +28 -28
  165. package/ecs/getKeypair.d.ts +10 -10
  166. package/ecs/getLaunchTemplate.d.ts +11 -11
  167. package/ecs/getLaunchTemplate.js +2 -2
  168. package/ecs/getLaunchTemplateVersion.d.ts +31 -31
  169. package/ecs/getLaunchTemplateVersion.js +2 -2
  170. package/ecs/getLaunchTemplateVersions.d.ts +2 -2
  171. package/ecs/getLaunchTemplateVersions.js +2 -2
  172. package/ecs/getLaunchTemplates.d.ts +2 -2
  173. package/ecs/getLaunchTemplates.js +2 -2
  174. package/ecs/hpcCluster.d.ts +21 -21
  175. package/ecs/hpcCluster.js +1 -1
  176. package/ecs/image.d.ts +132 -64
  177. package/ecs/image.js +15 -7
  178. package/ecs/image.js.map +1 -1
  179. package/ecs/instance.d.ts +303 -261
  180. package/ecs/instance.js +1 -1
  181. package/ecs/instance.js.map +1 -1
  182. package/ecs/invocation.d.ts +65 -65
  183. package/ecs/invocation.js +1 -1
  184. package/ecs/keypair.d.ts +24 -24
  185. package/ecs/keypair.js +1 -1
  186. package/ecs/launchTemplate.d.ts +21 -21
  187. package/ecs/launchTemplate.js +1 -1
  188. package/ecs/launchTemplateVersion.d.ts +78 -78
  189. package/ecs/launchTemplateVersion.js +1 -1
  190. package/emr/cluster.d.ts +61 -61
  191. package/emr/cluster.js +1 -1
  192. package/emr/clusterUser.d.ts +25 -25
  193. package/emr/clusterUser.js +1 -1
  194. package/emr/clusterUserGroup.d.ts +13 -13
  195. package/emr/clusterUserGroup.js +1 -1
  196. package/emr/getCluster.d.ts +29 -29
  197. package/emr/getClusterUser.d.ts +9 -9
  198. package/emr/getClusterUserGroup.d.ts +4 -4
  199. package/emr/getNodeGroup.d.ts +20 -20
  200. package/emr/nodeGroup.d.ts +47 -47
  201. package/emr/nodeGroup.js +1 -1
  202. package/escloud/getInstance.d.ts +44 -44
  203. package/escloud/instance.d.ts +90 -90
  204. package/escloud/instance.js +1 -1
  205. package/filenas/getInstance.d.ts +18 -18
  206. package/filenas/getMountPoint.d.ts +15 -15
  207. package/filenas/getSnapshot.d.ts +14 -14
  208. package/filenas/instance.d.ts +46 -46
  209. package/filenas/instance.js +1 -1
  210. package/filenas/mountPoint.d.ts +34 -34
  211. package/filenas/mountPoint.js +1 -1
  212. package/filenas/snapshot.d.ts +32 -32
  213. package/filenas/snapshot.js +1 -1
  214. package/fwcenter/dnsControlPolicy.d.ts +30 -30
  215. package/fwcenter/dnsControlPolicy.js +1 -1
  216. package/fwcenter/getDnsControlPolicy.d.ts +14 -14
  217. package/hbase/getInstance.d.ts +36 -36
  218. package/hbase/instance.d.ts +90 -90
  219. package/hbase/instance.js +1 -1
  220. package/iam/accesskey.d.ts +24 -24
  221. package/iam/accesskey.js +1 -1
  222. package/iam/getAccesskey.d.ts +10 -10
  223. package/iam/getGroup.d.ts +9 -9
  224. package/iam/getPolicy.d.ts +13 -13
  225. package/iam/getProject.d.ts +10 -10
  226. package/iam/getRole.d.ts +12 -12
  227. package/iam/getUser.d.ts +18 -18
  228. package/iam/group.d.ts +18 -18
  229. package/iam/group.js +1 -1
  230. package/iam/policy.d.ts +25 -25
  231. package/iam/policy.js +1 -1
  232. package/iam/project.d.ts +25 -25
  233. package/iam/project.js +1 -1
  234. package/iam/role.d.ts +26 -26
  235. package/iam/role.js +1 -1
  236. package/iam/user.d.ts +40 -44
  237. package/iam/user.js +2 -2
  238. package/iam/user.js.map +1 -1
  239. package/kafka/allowList.d.ts +19 -19
  240. package/kafka/allowList.js +1 -1
  241. package/kafka/getAllowList.d.ts +8 -8
  242. package/kafka/getInstance.d.ts +32 -32
  243. package/kafka/getTopic.d.ts +15 -15
  244. package/kafka/instance.d.ts +79 -79
  245. package/kafka/instance.js +1 -1
  246. package/kafka/topic.d.ts +35 -35
  247. package/kafka/topic.js +1 -1
  248. package/kms/getKey.d.ts +24 -24
  249. package/kms/getKeyRing.d.ts +9 -9
  250. package/kms/key.d.ts +59 -59
  251. package/kms/key.js +1 -1
  252. package/kms/keyRing.d.ts +23 -23
  253. package/kms/keyRing.js +1 -1
  254. package/mongodb/allowList.d.ts +25 -25
  255. package/mongodb/allowList.js +1 -1
  256. package/mongodb/getAllowList.d.ts +10 -10
  257. package/mongodb/getInstance.d.ts +44 -44
  258. package/mongodb/instance.d.ts +101 -101
  259. package/mongodb/instance.js +1 -1
  260. package/natgateway/dnatentry.d.ts +29 -29
  261. package/natgateway/dnatentry.js +1 -1
  262. package/natgateway/getDnatentry.d.ts +10 -10
  263. package/natgateway/getNatIp.d.ts +8 -8
  264. package/natgateway/getNgw.d.ts +29 -29
  265. package/natgateway/getSnatentry.d.ts +9 -9
  266. package/natgateway/natIp.d.ts +21 -21
  267. package/natgateway/natIp.js +1 -1
  268. package/natgateway/ngw.d.ts +65 -65
  269. package/natgateway/ngw.js +1 -1
  270. package/natgateway/snatentry.d.ts +26 -26
  271. package/natgateway/snatentry.js +2 -2
  272. package/organization/account.d.ts +59 -59
  273. package/organization/account.js +1 -1
  274. package/organization/getAccount.d.ts +25 -25
  275. package/organization/getOrganization.d.ts +3 -3
  276. package/organization/getUnit.d.ts +12 -12
  277. package/organization/organization.d.ts +9 -9
  278. package/organization/organization.js +1 -1
  279. package/organization/unit.d.ts +28 -28
  280. package/organization/unit.js +1 -1
  281. package/package.json +1 -1
  282. package/privatelink/endpointService.d.ts +63 -63
  283. package/privatelink/endpointService.js +1 -1
  284. package/privatelink/getEndpointService.d.ts +26 -26
  285. package/privatezone/getRecord.d.ts +14 -14
  286. package/privatezone/getResolverEndpoint.d.ts +13 -13
  287. package/privatezone/getResolverRule.d.ts +14 -14
  288. package/privatezone/getUserVpcAuthorization.d.ts +52 -0
  289. package/privatezone/getUserVpcAuthorization.js +28 -0
  290. package/privatezone/getUserVpcAuthorization.js.map +1 -0
  291. package/privatezone/getUserVpcAuthorizations.d.ts +22 -0
  292. package/privatezone/getUserVpcAuthorizations.js +24 -0
  293. package/privatezone/getUserVpcAuthorizations.js.map +1 -0
  294. package/privatezone/index.d.ts +9 -0
  295. package/privatezone/index.js +12 -1
  296. package/privatezone/index.js.map +1 -1
  297. package/privatezone/record.d.ts +39 -39
  298. package/privatezone/record.js +1 -1
  299. package/privatezone/resolverEndpoint.d.ts +29 -29
  300. package/privatezone/resolverEndpoint.js +1 -1
  301. package/privatezone/resolverRule.d.ts +29 -29
  302. package/privatezone/resolverRule.js +1 -1
  303. package/privatezone/userVpcAuthorization.d.ts +102 -0
  304. package/privatezone/userVpcAuthorization.js +77 -0
  305. package/privatezone/userVpcAuthorization.js.map +1 -0
  306. package/rabbitmq/getInstance.d.ts +24 -24
  307. package/rabbitmq/getInstancePlugin.d.ts +9 -9
  308. package/rabbitmq/getPublicAddress.d.ts +23 -23
  309. package/rabbitmq/instance.d.ts +58 -58
  310. package/rabbitmq/instance.js +1 -1
  311. package/rabbitmq/instancePlugin.d.ts +21 -21
  312. package/rabbitmq/instancePlugin.js +1 -1
  313. package/rabbitmq/publicAddress.d.ts +45 -45
  314. package/rabbitmq/publicAddress.js +1 -1
  315. package/rdsmssql/allowList.d.ts +32 -32
  316. package/rdsmssql/allowList.js +1 -1
  317. package/rdsmssql/getAllowList.d.ts +14 -14
  318. package/rdsmssql/getAllowList.js +2 -2
  319. package/rdsmssql/getAllowLists.d.ts +2 -2
  320. package/rdsmssql/getAllowLists.js +2 -2
  321. package/rdsmssql/getInstance.d.ts +35 -35
  322. package/rdsmssql/instance.d.ts +81 -81
  323. package/rdsmssql/instance.js +1 -1
  324. package/rdsmysql/allowList.d.ts +46 -46
  325. package/rdsmysql/allowList.js +1 -1
  326. package/rdsmysql/backup.d.ts +44 -44
  327. package/rdsmysql/backup.js +1 -1
  328. package/rdsmysql/database.d.ts +15 -15
  329. package/rdsmysql/database.js +1 -1
  330. package/rdsmysql/dbAccount.d.ts +25 -25
  331. package/rdsmysql/dbAccount.js +1 -1
  332. package/rdsmysql/endpoint.d.ts +69 -69
  333. package/rdsmysql/endpoint.js +1 -1
  334. package/rdsmysql/getAllowList.d.ts +18 -18
  335. package/rdsmysql/getBackup.d.ts +22 -22
  336. package/rdsmysql/getDatabase.d.ts +6 -6
  337. package/rdsmysql/getDbAccount.d.ts +11 -11
  338. package/rdsmysql/getEndpoint.d.ts +26 -26
  339. package/rdsmysql/getInstance.d.ts +70 -70
  340. package/rdsmysql/instance.d.ts +155 -155
  341. package/rdsmysql/instance.js +1 -1
  342. package/rdspostgresql/allowList.d.ts +35 -35
  343. package/rdspostgresql/allowList.js +1 -1
  344. package/rdspostgresql/database.d.ts +21 -21
  345. package/rdspostgresql/database.js +1 -1
  346. package/rdspostgresql/dbAccount.d.ts +19 -19
  347. package/rdspostgresql/dbAccount.js +1 -1
  348. package/rdspostgresql/dbEndpoint.d.ts +39 -39
  349. package/rdspostgresql/dbEndpoint.js +1 -1
  350. package/rdspostgresql/getAllowList.d.ts +14 -14
  351. package/rdspostgresql/getDatabase.d.ts +7 -7
  352. package/rdspostgresql/getDbAccount.d.ts +6 -6
  353. package/rdspostgresql/getDbEndpoint.d.ts +16 -16
  354. package/rdspostgresql/getSchema.d.ts +4 -4
  355. package/rdspostgresql/schema.d.ts +13 -13
  356. package/rdspostgresql/schema.js +1 -1
  357. package/redis/account.d.ts +18 -18
  358. package/redis/account.js +1 -1
  359. package/redis/endpointPublicAddress.d.ts +24 -24
  360. package/redis/endpointPublicAddress.js +1 -1
  361. package/redis/getAccount.d.ts +6 -6
  362. package/redis/getEndpointPublicAddress.d.ts +9 -9
  363. package/redis/getInstance.d.ts +44 -44
  364. package/redis/instance.d.ts +103 -103
  365. package/redis/instance.js +1 -1
  366. package/storageebs/getSnapshot.d.ts +21 -21
  367. package/storageebs/getVolume.d.ts +30 -30
  368. package/storageebs/snapshot.d.ts +46 -46
  369. package/storageebs/snapshot.js +1 -1
  370. package/storageebs/volume.d.ts +72 -72
  371. package/storageebs/volume.js +1 -1
  372. package/tls/getIndex.d.ts +8 -8
  373. package/tls/getProject.d.ts +8 -8
  374. package/tls/getScheduleSqlTask.d.ts +21 -21
  375. package/tls/getTopic.d.ts +21 -21
  376. package/tls/index_.d.ts +17 -17
  377. package/tls/index_.js +1 -1
  378. package/tls/project.d.ts +18 -18
  379. package/tls/project.js +1 -1
  380. package/tls/scheduleSqlTask.d.ts +56 -56
  381. package/tls/scheduleSqlTask.js +1 -1
  382. package/tls/topic.d.ts +57 -57
  383. package/tls/topic.js +1 -1
  384. package/transitrouter/getTransitRouter.d.ts +16 -16
  385. package/transitrouter/getTransitRouterRouteEntry.d.ts +14 -14
  386. package/transitrouter/getTransitRouterRouteTable.d.ts +11 -11
  387. package/transitrouter/getVpcAttachment.d.ts +14 -14
  388. package/transitrouter/getVpnAttachment.d.ts +14 -14
  389. package/transitrouter/transitRouter.d.ts +34 -34
  390. package/transitrouter/transitRouter.js +1 -1
  391. package/transitrouter/transitRouterRouteEntry.d.ts +35 -35
  392. package/transitrouter/transitRouterRouteEntry.js +1 -1
  393. package/transitrouter/transitRouterRouteTable.d.ts +24 -24
  394. package/transitrouter/transitRouterRouteTable.js +1 -1
  395. package/transitrouter/vpcAttachment.d.ts +32 -32
  396. package/transitrouter/vpcAttachment.js +1 -1
  397. package/transitrouter/vpnAttachment.d.ts +34 -34
  398. package/transitrouter/vpnAttachment.js +1 -1
  399. package/types/input.d.ts +2854 -2339
  400. package/types/output.d.ts +6146 -5048
  401. package/vedbm/account.d.ts +132 -0
  402. package/vedbm/account.js +83 -0
  403. package/vedbm/account.js.map +1 -0
  404. package/vedbm/allowList.d.ts +25 -25
  405. package/vedbm/allowList.js +1 -1
  406. package/vedbm/backup.d.ts +35 -35
  407. package/vedbm/backup.js +1 -1
  408. package/vedbm/database.d.ts +13 -13
  409. package/vedbm/database.js +1 -1
  410. package/vedbm/getAccount.d.ts +60 -0
  411. package/vedbm/getAccount.js +28 -0
  412. package/vedbm/getAccount.js.map +1 -0
  413. package/vedbm/getAccounts.d.ts +22 -0
  414. package/vedbm/getAccounts.js +24 -0
  415. package/vedbm/getAccounts.js.map +1 -0
  416. package/vedbm/getAllowList.d.ts +10 -10
  417. package/vedbm/getBackup.d.ts +14 -14
  418. package/vedbm/getDatabase.d.ts +5 -5
  419. package/vedbm/getInstance.d.ts +30 -30
  420. package/vedbm/index.d.ts +9 -0
  421. package/vedbm/index.js +12 -1
  422. package/vedbm/index.js.map +1 -1
  423. package/vedbm/instance.d.ts +76 -76
  424. package/vedbm/instance.js +1 -1
  425. package/vefaas/function.d.ts +381 -0
  426. package/vefaas/function.js +120 -0
  427. package/vefaas/function.js.map +1 -0
  428. package/vefaas/getFunction.d.ts +165 -0
  429. package/vefaas/getFunction.js +28 -0
  430. package/vefaas/getFunction.js.map +1 -0
  431. package/vefaas/getFunctions.d.ts +22 -0
  432. package/vefaas/getFunctions.js +24 -0
  433. package/vefaas/getFunctions.js.map +1 -0
  434. package/vefaas/getKafkaTrigger.d.ts +16 -16
  435. package/vefaas/getSandbox.d.ts +20 -20
  436. package/vefaas/index.d.ts +9 -0
  437. package/vefaas/index.js +12 -1
  438. package/vefaas/index.js.map +1 -1
  439. package/vefaas/kafkaTrigger.d.ts +44 -44
  440. package/vefaas/kafkaTrigger.js +1 -1
  441. package/vefaas/sandbox.d.ts +45 -45
  442. package/vefaas/sandbox.js +1 -1
  443. package/vepfs/getInstance.d.ts +31 -31
  444. package/vepfs/instance.d.ts +74 -74
  445. package/vepfs/instance.js +1 -1
  446. package/vke/addon.d.ts +26 -26
  447. package/vke/addon.js +1 -1
  448. package/vke/cluster.d.ts +53 -53
  449. package/vke/cluster.js +1 -1
  450. package/vke/defaultNodePool.d.ts +26 -26
  451. package/vke/defaultNodePool.js +1 -1
  452. package/vke/getAddon.d.ts +9 -9
  453. package/vke/getCluster.d.ts +21 -21
  454. package/vke/getDefaultNodePool.d.ts +12 -12
  455. package/vke/getNode.d.ts +18 -18
  456. package/vke/getNodePool.d.ts +13 -13
  457. package/vke/getPermission.d.ts +18 -18
  458. package/vke/node.d.ts +47 -47
  459. package/vke/node.js +1 -1
  460. package/vke/nodePool.d.ts +32 -32
  461. package/vke/nodePool.js +1 -1
  462. package/vke/permission.d.ts +46 -46
  463. package/vke/permission.js +1 -1
  464. package/vmp/getWorkspace.d.ts +54 -18
  465. package/vmp/getWorkspace.js.map +1 -1
  466. package/vmp/workspace.d.ts +151 -47
  467. package/vmp/workspace.js +29 -7
  468. package/vmp/workspace.js.map +1 -1
  469. package/vpc/bandwidthPackage.d.ts +52 -52
  470. package/vpc/bandwidthPackage.js +1 -1
  471. package/vpc/eip.d.ts +85 -85
  472. package/vpc/eip.js +1 -1
  473. package/vpc/eni.d.ts +59 -59
  474. package/vpc/eni.js +1 -1
  475. package/vpc/flowLog.d.ts +49 -49
  476. package/vpc/flowLog.js +1 -1
  477. package/vpc/getBandwidthPackage.d.ts +22 -22
  478. package/vpc/getEip.d.ts +33 -33
  479. package/vpc/getEni.d.ts +25 -25
  480. package/vpc/getFlowLog.d.ts +20 -20
  481. package/vpc/getHaVip.d.ts +16 -16
  482. package/vpc/getIpv6AddressBandwidth.d.ts +20 -20
  483. package/vpc/getIpv6Gateway.d.ts +10 -10
  484. package/vpc/getNetworkAcl.d.ts +14 -14
  485. package/vpc/getPrefixList.d.ts +14 -14
  486. package/vpc/getRouteTable.d.ts +17 -17
  487. package/vpc/getSecurityGroup.d.ts +12 -12
  488. package/vpc/getSubnet.d.ts +20 -20
  489. package/vpc/getTrafficMirrorFilter.d.ts +9 -9
  490. package/vpc/getTrafficMirrorFilterRule.d.ts +12 -12
  491. package/vpc/getTrafficMirrorSession.d.ts +16 -16
  492. package/vpc/getTrafficMirrorTarget.d.ts +10 -10
  493. package/vpc/getVpc.d.ts +24 -24
  494. package/vpc/haVip.d.ts +38 -38
  495. package/vpc/haVip.js +1 -1
  496. package/vpc/ipv6AddressBandwidth.d.ts +44 -44
  497. package/vpc/ipv6AddressBandwidth.js +1 -1
  498. package/vpc/ipv6Gateway.d.ts +23 -23
  499. package/vpc/ipv6Gateway.js +1 -1
  500. package/vpc/networkAcl.d.ts +21 -21
  501. package/vpc/networkAcl.js +1 -1
  502. package/vpc/prefixList.d.ts +26 -26
  503. package/vpc/prefixList.js +1 -1
  504. package/vpc/routeTable.d.ts +37 -37
  505. package/vpc/routeTable.js +1 -1
  506. package/vpc/securityGroup.d.ts +23 -23
  507. package/vpc/securityGroup.js +1 -1
  508. package/vpc/subnet.d.ts +46 -46
  509. package/vpc/subnet.js +1 -1
  510. package/vpc/trafficMirrorFilter.d.ts +16 -16
  511. package/vpc/trafficMirrorFilter.js +1 -1
  512. package/vpc/trafficMirrorFilterRule.d.ts +35 -35
  513. package/vpc/trafficMirrorFilterRule.js +1 -1
  514. package/vpc/trafficMirrorSession.d.ts +40 -40
  515. package/vpc/trafficMirrorSession.js +1 -1
  516. package/vpc/trafficMirrorTarget.d.ts +24 -24
  517. package/vpc/trafficMirrorTarget.js +1 -1
  518. package/vpc/vpc.d.ts +57 -57
  519. package/vpc/vpc.js +1 -1
  520. package/vpn/customerGateway.d.ts +31 -31
  521. package/vpn/customerGateway.js +1 -1
  522. package/vpn/getCustomerGateway.d.ts +13 -13
  523. package/vpn/getVpnConnection.d.ts +177 -0
  524. package/vpn/getVpnConnection.js +28 -0
  525. package/vpn/getVpnConnection.js.map +1 -0
  526. package/vpn/getVpnConnections.d.ts +22 -0
  527. package/vpn/getVpnConnections.js +24 -0
  528. package/vpn/getVpnConnections.js.map +1 -0
  529. package/vpn/getVpnGateway.d.ts +32 -32
  530. package/vpn/index.d.ts +9 -0
  531. package/vpn/index.js +12 -1
  532. package/vpn/index.js.map +1 -1
  533. package/vpn/vpnConnection.d.ts +379 -0
  534. package/vpn/vpnConnection.js +132 -0
  535. package/vpn/vpnConnection.js.map +1 -0
  536. package/vpn/vpnGateway.d.ts +80 -80
  537. package/vpn/vpnGateway.js +1 -1
  538. package/waf/domain.d.ts +245 -245
  539. package/waf/domain.js +1 -1
  540. package/waf/getDomain.d.ts +90 -90
@@ -6,7 +6,7 @@ exports.getLaunchTemplateVersionOutput = exports.getLaunchTemplateVersion = void
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Data Source schema for Byteplus::ECS::LaunchtemplateVersion
9
+ * Data Source schema for Byteplus::ECS::LaunchTemplateVersion
10
10
  */
11
11
  function getLaunchTemplateVersion(args, opts) {
12
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -16,7 +16,7 @@ function getLaunchTemplateVersion(args, opts) {
16
16
  }
17
17
  exports.getLaunchTemplateVersion = getLaunchTemplateVersion;
18
18
  /**
19
- * Data Source schema for Byteplus::ECS::LaunchtemplateVersion
19
+ * Data Source schema for Byteplus::ECS::LaunchTemplateVersion
20
20
  */
21
21
  function getLaunchTemplateVersionOutput(args, opts) {
22
22
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Plural Data Source schema for Byteplus::ECS::LaunchtemplateVersion
3
+ * Plural Data Source schema for Byteplus::ECS::LaunchTemplateVersion
4
4
  */
5
5
  export declare function getLaunchTemplateVersions(opts?: pulumi.InvokeOptions): Promise<GetLaunchTemplateVersionsResult>;
6
6
  /**
@@ -17,6 +17,6 @@ export interface GetLaunchTemplateVersionsResult {
17
17
  readonly ids: string[];
18
18
  }
19
19
  /**
20
- * Plural Data Source schema for Byteplus::ECS::LaunchtemplateVersion
20
+ * Plural Data Source schema for Byteplus::ECS::LaunchTemplateVersion
21
21
  */
22
22
  export declare function getLaunchTemplateVersionsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLaunchTemplateVersionsResult>;
@@ -6,7 +6,7 @@ exports.getLaunchTemplateVersionsOutput = exports.getLaunchTemplateVersions = vo
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Plural Data Source schema for Byteplus::ECS::LaunchtemplateVersion
9
+ * Plural Data Source schema for Byteplus::ECS::LaunchTemplateVersion
10
10
  */
11
11
  function getLaunchTemplateVersions(opts) {
12
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -14,7 +14,7 @@ function getLaunchTemplateVersions(opts) {
14
14
  }
15
15
  exports.getLaunchTemplateVersions = getLaunchTemplateVersions;
16
16
  /**
17
- * Plural Data Source schema for Byteplus::ECS::LaunchtemplateVersion
17
+ * Plural Data Source schema for Byteplus::ECS::LaunchTemplateVersion
18
18
  */
19
19
  function getLaunchTemplateVersionsOutput(opts) {
20
20
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Plural Data Source schema for Byteplus::ECS::Launchtemplate
3
+ * Plural Data Source schema for Byteplus::ECS::LaunchTemplate
4
4
  */
5
5
  export declare function getLaunchTemplates(opts?: pulumi.InvokeOptions): Promise<GetLaunchTemplatesResult>;
6
6
  /**
@@ -17,6 +17,6 @@ export interface GetLaunchTemplatesResult {
17
17
  readonly ids: string[];
18
18
  }
19
19
  /**
20
- * Plural Data Source schema for Byteplus::ECS::Launchtemplate
20
+ * Plural Data Source schema for Byteplus::ECS::LaunchTemplate
21
21
  */
22
22
  export declare function getLaunchTemplatesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLaunchTemplatesResult>;
@@ -6,7 +6,7 @@ exports.getLaunchTemplatesOutput = exports.getLaunchTemplates = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Plural Data Source schema for Byteplus::ECS::Launchtemplate
9
+ * Plural Data Source schema for Byteplus::ECS::LaunchTemplate
10
10
  */
11
11
  function getLaunchTemplates(opts) {
12
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -14,7 +14,7 @@ function getLaunchTemplates(opts) {
14
14
  }
15
15
  exports.getLaunchTemplates = getLaunchTemplates;
16
16
  /**
17
- * Plural Data Source schema for Byteplus::ECS::Launchtemplate
17
+ * Plural Data Source schema for Byteplus::ECS::LaunchTemplate
18
18
  */
19
19
  function getLaunchTemplatesOutput(opts) {
20
20
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
3
  import * as outputs from "../types/output";
4
4
  /**
5
- * 高性能计算集群(High Performance Compute Cluster,HPC集群)是一种用于处理大规模计算任务的集群计算环境,通常由大量的计算节点组成,这些节点通过RDMARemote Direct Memory Access)高速网络互联,并协同工作以处理复杂的计算任务。高性能计算集群可以提供强大的计算能力、大内存、高速存储和高速网络,以满足对计算密集型、数据密集型或两者结合的工作负载的需求。
5
+ * A high performance compute cluster (HPC cluster) is a cluster computing environment designed for large-scale computational tasks. It typically consists of numerous compute nodes interconnected via RDMA (Remote Direct Memory Access) high-speed networks, working together to handle complex computational workloads. High performance compute clusters provide powerful computing capabilities, large memory, high-speed storage, and high-speed networking to meet the demands of compute-intensive, data-intensive, or combined workloads
6
6
  *
7
7
  * ## Example Usage
8
8
  *
@@ -45,36 +45,36 @@ export declare class HpcCluster extends pulumi.CustomResource {
45
45
  */
46
46
  static isInstance(obj: any): obj is HpcCluster;
47
47
  /**
48
- * 创建时间,格式满足RFC3339
48
+ * Creation time, formatted according to RFC3339
49
49
  */
50
50
  readonly createdTime: pulumi.Output<string>;
51
51
  /**
52
- * 高性能计算集群描述,默认为空字符串。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在0255之间。
52
+ * High performance compute cluster description. Defaults to an empty string. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores, and hyphens. Length must be between 0 and 255 characters
53
53
  */
54
54
  readonly description: pulumi.Output<string>;
55
55
  /**
56
- * 高性能计算集群ID
56
+ * High performance compute cluster ID
57
57
  */
58
58
  readonly hpcClusterId: pulumi.Output<string>;
59
59
  /**
60
- * 高性能计算集群名称。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在1128之间。
60
+ * High performance compute cluster name. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores, and hyphens. Length must be between 1 and 128 characters
61
61
  */
62
62
  readonly name: pulumi.Output<string>;
63
63
  /**
64
- * 项目名称。
64
+ * Project name
65
65
  */
66
66
  readonly projectName: pulumi.Output<string>;
67
67
  readonly tags: pulumi.Output<outputs.ecs.HpcClusterTag[]>;
68
68
  /**
69
- * 更新时间,格式满足RFC3339
69
+ * Update time, formatted according to RFC3339
70
70
  */
71
71
  readonly updatedTime: pulumi.Output<string>;
72
72
  /**
73
- * 私有网络ID
73
+ * Private network ID
74
74
  */
75
75
  readonly vpcId: pulumi.Output<string>;
76
76
  /**
77
- * 高性能计算集群所属可用区ID
77
+ * Availability zone ID of the high performance compute cluster
78
78
  */
79
79
  readonly zoneId: pulumi.Output<string>;
80
80
  /**
@@ -91,36 +91,36 @@ export declare class HpcCluster extends pulumi.CustomResource {
91
91
  */
92
92
  export interface HpcClusterState {
93
93
  /**
94
- * 创建时间,格式满足RFC3339
94
+ * Creation time, formatted according to RFC3339
95
95
  */
96
96
  createdTime?: pulumi.Input<string>;
97
97
  /**
98
- * 高性能计算集群描述,默认为空字符串。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在0255之间。
98
+ * High performance compute cluster description. Defaults to an empty string. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores, and hyphens. Length must be between 0 and 255 characters
99
99
  */
100
100
  description?: pulumi.Input<string>;
101
101
  /**
102
- * 高性能计算集群ID
102
+ * High performance compute cluster ID
103
103
  */
104
104
  hpcClusterId?: pulumi.Input<string>;
105
105
  /**
106
- * 高性能计算集群名称。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在1128之间。
106
+ * High performance compute cluster name. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores, and hyphens. Length must be between 1 and 128 characters
107
107
  */
108
108
  name?: pulumi.Input<string>;
109
109
  /**
110
- * 项目名称。
110
+ * Project name
111
111
  */
112
112
  projectName?: pulumi.Input<string>;
113
113
  tags?: pulumi.Input<pulumi.Input<inputs.ecs.HpcClusterTag>[]>;
114
114
  /**
115
- * 更新时间,格式满足RFC3339
115
+ * Update time, formatted according to RFC3339
116
116
  */
117
117
  updatedTime?: pulumi.Input<string>;
118
118
  /**
119
- * 私有网络ID
119
+ * Private network ID
120
120
  */
121
121
  vpcId?: pulumi.Input<string>;
122
122
  /**
123
- * 高性能计算集群所属可用区ID
123
+ * Availability zone ID of the high performance compute cluster
124
124
  */
125
125
  zoneId?: pulumi.Input<string>;
126
126
  }
@@ -129,20 +129,20 @@ export interface HpcClusterState {
129
129
  */
130
130
  export interface HpcClusterArgs {
131
131
  /**
132
- * 高性能计算集群描述,默认为空字符串。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在0255之间。
132
+ * High performance compute cluster description. Defaults to an empty string. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores, and hyphens. Length must be between 0 and 255 characters
133
133
  */
134
134
  description?: pulumi.Input<string>;
135
135
  /**
136
- * 高性能计算集群名称。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在1128之间。
136
+ * High performance compute cluster name. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores, and hyphens. Length must be between 1 and 128 characters
137
137
  */
138
138
  name: pulumi.Input<string>;
139
139
  /**
140
- * 项目名称。
140
+ * Project name
141
141
  */
142
142
  projectName?: pulumi.Input<string>;
143
143
  tags?: pulumi.Input<pulumi.Input<inputs.ecs.HpcClusterTag>[]>;
144
144
  /**
145
- * 高性能计算集群所属可用区ID
145
+ * Availability zone ID of the high performance compute cluster
146
146
  */
147
147
  zoneId: pulumi.Input<string>;
148
148
  }
package/ecs/hpcCluster.js CHANGED
@@ -6,7 +6,7 @@ exports.HpcCluster = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * 高性能计算集群(High Performance Compute Cluster,HPC集群)是一种用于处理大规模计算任务的集群计算环境,通常由大量的计算节点组成,这些节点通过RDMARemote Direct Memory Access)高速网络互联,并协同工作以处理复杂的计算任务。高性能计算集群可以提供强大的计算能力、大内存、高速存储和高速网络,以满足对计算密集型、数据密集型或两者结合的工作负载的需求。
9
+ * A high performance compute cluster (HPC cluster) is a cluster computing environment designed for large-scale computational tasks. It typically consists of numerous compute nodes interconnected via RDMA (Remote Direct Memory Access) high-speed networks, working together to handle complex computational workloads. High performance compute clusters provide powerful computing capabilities, large memory, high-speed storage, and high-speed networking to meet the demands of compute-intensive, data-intensive, or combined workloads
10
10
  *
11
11
  * ## Example Usage
12
12
  *
package/ecs/image.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
3
  import * as outputs from "../types/output";
4
4
  /**
5
- * 镜像是包含了云服务器实例所需的基本操作系统、应用数据的特殊文件。创建实例时,必须选择镜像。
5
+ * An image is a special file containing the basic operating system and application data required for a cloud server instance. You must select an image when creating an instance.
6
6
  *
7
7
  * ## Example Usage
8
8
  *
@@ -46,117 +46,133 @@ export declare class Image extends pulumi.CustomResource {
46
46
  */
47
47
  static isInstance(obj: any): obj is Image;
48
48
  /**
49
- * 镜像的架构类型。可以选择amd64x86计算)、arm64ARM计算)类型。
49
+ * Image architecture type. Options: amd64 (x86 compute), arm64 (ARM compute).
50
50
  */
51
51
  readonly architecture: pulumi.Output<string>;
52
52
  /**
53
- * 镜像的启动模式。可以选择BIOSUEFI类型。
53
+ * Image boot mode. You can select BIOS or UEFI
54
54
  */
55
55
  readonly bootMode: pulumi.Output<string>;
56
56
  /**
57
- * 镜像创建时间
57
+ * Whether to create a full instance image. Values: false: Default, do not create a full instance image. true: Create a full instance image.
58
+ */
59
+ readonly createWholeImage: pulumi.Output<boolean>;
60
+ /**
61
+ * Image creation time
58
62
  */
59
63
  readonly createdAt: pulumi.Output<string>;
60
64
  /**
61
- * 镜像描述。必须以字母、汉字开头。只能包含中文、字母、数字、下划线“_”、中划线“-”、等号“=”、英文逗号“,”、英文句号“.”、中文逗号“,”、中文句号“。”和空格。长度限制为0255个字符。不填默认为空。
65
+ * Image description. Must start with a letter or Chinese character. Can contain Chinese characters, letters, numbers, underscores "_", hyphens "-", equals signs "=", English commas ",", English periods ".", Chinese commas ",", Chinese periods "。", and spaces. Length: 0255 characters. If left blank, defaults to empty.
62
66
  */
63
67
  readonly description: pulumi.Output<string>;
64
68
  /**
65
- * 镜像的检测结果。
69
+ * Image check result.
66
70
  */
67
71
  readonly detectionResults: pulumi.Output<outputs.ecs.ImageDetectionResults>;
68
72
  /**
69
- * 镜像ID
73
+ * Image ID
70
74
  */
71
75
  readonly imageId: pulumi.Output<string>;
72
76
  /**
73
- * 镜像名称。必须以字母、汉字开头。只能包含中文、字母、数字、下划线“_”、中划线“-”、英文句号“.”。长度限制为1 ~ 128个字符。
77
+ * Image name. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores "_", hyphens "-", and periods ".". Length: 1–128 characters
74
78
  */
75
79
  readonly imageName: pulumi.Output<string>;
76
80
  /**
77
- * 镜像所属的账号ID
81
+ * Account ID to which the image belongs.
78
82
  */
79
83
  readonly imageOwnerId: pulumi.Output<string>;
80
84
  /**
81
- * 实例ID。本参数与SnapshotId、SnapshotGroupId参数,三选一必填。
85
+ * Imported image information
86
+ */
87
+ readonly importImage: pulumi.Output<outputs.ecs.ImageImportImage>;
88
+ /**
89
+ * Instance ID. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
82
90
  */
83
91
  readonly instanceId: pulumi.Output<string>;
84
92
  /**
85
- * 镜像中是否安装了云助手Agent
93
+ * Whether Cloud Assistant Agent is installed in the image
86
94
  */
87
95
  readonly isInstallRunCommandAgent: pulumi.Output<boolean>;
88
96
  /**
89
- * 公共镜像是否长期维护。
97
+ * Whether the public image is maintained long-term.
90
98
  */
91
99
  readonly isLts: pulumi.Output<boolean>;
92
100
  /**
93
- * 镜像是否支持Cloud-init
101
+ * Whether the image supports Cloud-init.
94
102
  */
95
103
  readonly isSupportCloudInit: pulumi.Output<boolean>;
96
104
  /**
97
- * 镜像的内核版本。
105
+ * Image kernel version.
98
106
  */
99
107
  readonly kernel: pulumi.Output<string>;
100
108
  /**
101
- * 镜像许可证类型。VolcanoEngine:默认,根据您设置的platform,采用官方渠道的许可证。BYOL:自带许可证(BYOL)。
109
+ * Image license type. VolcanoEngine: Default, uses the official license based on your platform setting. BYOL: Bring Your Own License (BYOL)
102
110
  */
103
111
  readonly licenseType: pulumi.Output<string>;
104
112
  /**
105
- * 镜像操作系统的名称。
113
+ * Whether to perform image check. Values: true: Default, check enabled. false: Check disabled.
114
+ */
115
+ readonly needDetection: pulumi.Output<boolean>;
116
+ /**
117
+ * Name of the image operating system.
106
118
  */
107
119
  readonly osName: pulumi.Output<string>;
108
120
  /**
109
- * 操作系统类型。
121
+ * Operating system type
110
122
  */
111
123
  readonly osType: pulumi.Output<string>;
112
124
  /**
113
- * 镜像操作系统的发行版本。可以选择CentOSDebianveLinuxWindows ServerFedoraOpenSUSEUbuntu
125
+ * Release version of the image operating system. Options: CentOS, Debian, veLinux, Windows Server, Fedora, OpenSUSE, Ubuntu.
114
126
  */
115
127
  readonly platform: pulumi.Output<string>;
116
128
  /**
117
- * 镜像的发行版本。
129
+ * Image release version.
118
130
  */
119
131
  readonly platformVersion: pulumi.Output<string>;
120
132
  /**
121
- * 资源所属项目。调用接口账号若仅拥有部分项目权限时必须传入有权限的项目信息。
133
+ * Product code for marketplace image
134
+ */
135
+ readonly productCode: pulumi.Output<string>;
136
+ /**
137
+ * Project to which the resource belongs. If the API caller account only has permissions for certain projects, you must provide a project with the required permissions
122
138
  */
123
139
  readonly projectName: pulumi.Output<string>;
124
140
  /**
125
- * 镜像共享的账户
141
+ * Accounts with which the image is shared
126
142
  */
127
143
  readonly sharePermissions: pulumi.Output<string[]>;
128
144
  /**
129
- * 镜像共享状态。HasShared:自定义镜像已被共享给其他用户。当自定义镜像未被共享或使用公共镜像时,ShareStatus返回为空。
145
+ * Image sharing status. HasShared: The custom image has been shared with other users. If the custom image is not shared or a public image is used, ShareStatus returns empty.
130
146
  */
131
147
  readonly shareStatus: pulumi.Output<string>;
132
148
  /**
133
- * 镜像大小,单位为GiB
149
+ * Image size, in GiB.
134
150
  */
135
151
  readonly size: pulumi.Output<number>;
136
152
  /**
137
- * 快照一致性组ID,表示使用快照一致性组创建自定义镜像。本参数与SnapshotIdInstanceId参数,三选一必填。
153
+ * Snapshot consistency group ID, used to create a custom image from a snapshot consistency group. One of Snapshot consistency group ID, SnapshotId, or InstanceId must be provided
138
154
  */
139
155
  readonly snapshotGroupId: pulumi.Output<string>;
140
156
  /**
141
- * 系统盘快照ID,表示使用系统盘快照创建自定义镜像。本参数与InstanceIdSnapshotGroupId参数,三选一必填。
157
+ * System disk snapshot ID, used to create a custom image from a system disk snapshot. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
142
158
  */
143
159
  readonly snapshotId: pulumi.Output<string>;
144
160
  readonly snapshots: pulumi.Output<outputs.ecs.ImageSnapshot[]>;
145
161
  /**
146
- * 镜像的状态。
162
+ * Image status.
147
163
  */
148
164
  readonly status: pulumi.Output<string>;
149
165
  readonly tags: pulumi.Output<outputs.ecs.ImageTag[]>;
150
166
  /**
151
- * 镜像更新时间
167
+ * Image update time
152
168
  */
153
169
  readonly updatedAt: pulumi.Output<string>;
154
170
  /**
155
- * 镜像大小,单位为Byte。
171
+ * Image size, in Bytes.
156
172
  */
157
173
  readonly virtualSize: pulumi.Output<number>;
158
174
  /**
159
- * 镜像的可见性。public:公共镜像。private:私有镜像。shared:共享镜像。
175
+ * Image visibility. public: Public image. private: Private image. shared: Shared image.
160
176
  */
161
177
  readonly visibility: pulumi.Output<string>;
162
178
  /**
@@ -173,117 +189,133 @@ export declare class Image extends pulumi.CustomResource {
173
189
  */
174
190
  export interface ImageState {
175
191
  /**
176
- * 镜像的架构类型。可以选择amd64x86计算)、arm64ARM计算)类型。
192
+ * Image architecture type. Options: amd64 (x86 compute), arm64 (ARM compute).
177
193
  */
178
194
  architecture?: pulumi.Input<string>;
179
195
  /**
180
- * 镜像的启动模式。可以选择BIOSUEFI类型。
196
+ * Image boot mode. You can select BIOS or UEFI
181
197
  */
182
198
  bootMode?: pulumi.Input<string>;
183
199
  /**
184
- * 镜像创建时间
200
+ * Whether to create a full instance image. Values: false: Default, do not create a full instance image. true: Create a full instance image.
201
+ */
202
+ createWholeImage?: pulumi.Input<boolean>;
203
+ /**
204
+ * Image creation time
185
205
  */
186
206
  createdAt?: pulumi.Input<string>;
187
207
  /**
188
- * 镜像描述。必须以字母、汉字开头。只能包含中文、字母、数字、下划线“_”、中划线“-”、等号“=”、英文逗号“,”、英文句号“.”、中文逗号“,”、中文句号“。”和空格。长度限制为0255个字符。不填默认为空。
208
+ * Image description. Must start with a letter or Chinese character. Can contain Chinese characters, letters, numbers, underscores "_", hyphens "-", equals signs "=", English commas ",", English periods ".", Chinese commas ",", Chinese periods "。", and spaces. Length: 0255 characters. If left blank, defaults to empty.
189
209
  */
190
210
  description?: pulumi.Input<string>;
191
211
  /**
192
- * 镜像的检测结果。
212
+ * Image check result.
193
213
  */
194
214
  detectionResults?: pulumi.Input<inputs.ecs.ImageDetectionResults>;
195
215
  /**
196
- * 镜像ID
216
+ * Image ID
197
217
  */
198
218
  imageId?: pulumi.Input<string>;
199
219
  /**
200
- * 镜像名称。必须以字母、汉字开头。只能包含中文、字母、数字、下划线“_”、中划线“-”、英文句号“.”。长度限制为1 ~ 128个字符。
220
+ * Image name. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores "_", hyphens "-", and periods ".". Length: 1–128 characters
201
221
  */
202
222
  imageName?: pulumi.Input<string>;
203
223
  /**
204
- * 镜像所属的账号ID
224
+ * Account ID to which the image belongs.
205
225
  */
206
226
  imageOwnerId?: pulumi.Input<string>;
207
227
  /**
208
- * 实例ID。本参数与SnapshotId、SnapshotGroupId参数,三选一必填。
228
+ * Imported image information
229
+ */
230
+ importImage?: pulumi.Input<inputs.ecs.ImageImportImage>;
231
+ /**
232
+ * Instance ID. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
209
233
  */
210
234
  instanceId?: pulumi.Input<string>;
211
235
  /**
212
- * 镜像中是否安装了云助手Agent
236
+ * Whether Cloud Assistant Agent is installed in the image
213
237
  */
214
238
  isInstallRunCommandAgent?: pulumi.Input<boolean>;
215
239
  /**
216
- * 公共镜像是否长期维护。
240
+ * Whether the public image is maintained long-term.
217
241
  */
218
242
  isLts?: pulumi.Input<boolean>;
219
243
  /**
220
- * 镜像是否支持Cloud-init
244
+ * Whether the image supports Cloud-init.
221
245
  */
222
246
  isSupportCloudInit?: pulumi.Input<boolean>;
223
247
  /**
224
- * 镜像的内核版本。
248
+ * Image kernel version.
225
249
  */
226
250
  kernel?: pulumi.Input<string>;
227
251
  /**
228
- * 镜像许可证类型。VolcanoEngine:默认,根据您设置的platform,采用官方渠道的许可证。BYOL:自带许可证(BYOL)。
252
+ * Image license type. VolcanoEngine: Default, uses the official license based on your platform setting. BYOL: Bring Your Own License (BYOL)
229
253
  */
230
254
  licenseType?: pulumi.Input<string>;
231
255
  /**
232
- * 镜像操作系统的名称。
256
+ * Whether to perform image check. Values: true: Default, check enabled. false: Check disabled.
257
+ */
258
+ needDetection?: pulumi.Input<boolean>;
259
+ /**
260
+ * Name of the image operating system.
233
261
  */
234
262
  osName?: pulumi.Input<string>;
235
263
  /**
236
- * 操作系统类型。
264
+ * Operating system type
237
265
  */
238
266
  osType?: pulumi.Input<string>;
239
267
  /**
240
- * 镜像操作系统的发行版本。可以选择CentOSDebianveLinuxWindows ServerFedoraOpenSUSEUbuntu
268
+ * Release version of the image operating system. Options: CentOS, Debian, veLinux, Windows Server, Fedora, OpenSUSE, Ubuntu.
241
269
  */
242
270
  platform?: pulumi.Input<string>;
243
271
  /**
244
- * 镜像的发行版本。
272
+ * Image release version.
245
273
  */
246
274
  platformVersion?: pulumi.Input<string>;
247
275
  /**
248
- * 资源所属项目。调用接口账号若仅拥有部分项目权限时必须传入有权限的项目信息。
276
+ * Product code for marketplace image
277
+ */
278
+ productCode?: pulumi.Input<string>;
279
+ /**
280
+ * Project to which the resource belongs. If the API caller account only has permissions for certain projects, you must provide a project with the required permissions
249
281
  */
250
282
  projectName?: pulumi.Input<string>;
251
283
  /**
252
- * 镜像共享的账户
284
+ * Accounts with which the image is shared
253
285
  */
254
286
  sharePermissions?: pulumi.Input<pulumi.Input<string>[]>;
255
287
  /**
256
- * 镜像共享状态。HasShared:自定义镜像已被共享给其他用户。当自定义镜像未被共享或使用公共镜像时,ShareStatus返回为空。
288
+ * Image sharing status. HasShared: The custom image has been shared with other users. If the custom image is not shared or a public image is used, ShareStatus returns empty.
257
289
  */
258
290
  shareStatus?: pulumi.Input<string>;
259
291
  /**
260
- * 镜像大小,单位为GiB
292
+ * Image size, in GiB.
261
293
  */
262
294
  size?: pulumi.Input<number>;
263
295
  /**
264
- * 快照一致性组ID,表示使用快照一致性组创建自定义镜像。本参数与SnapshotIdInstanceId参数,三选一必填。
296
+ * Snapshot consistency group ID, used to create a custom image from a snapshot consistency group. One of Snapshot consistency group ID, SnapshotId, or InstanceId must be provided
265
297
  */
266
298
  snapshotGroupId?: pulumi.Input<string>;
267
299
  /**
268
- * 系统盘快照ID,表示使用系统盘快照创建自定义镜像。本参数与InstanceIdSnapshotGroupId参数,三选一必填。
300
+ * System disk snapshot ID, used to create a custom image from a system disk snapshot. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
269
301
  */
270
302
  snapshotId?: pulumi.Input<string>;
271
303
  snapshots?: pulumi.Input<pulumi.Input<inputs.ecs.ImageSnapshot>[]>;
272
304
  /**
273
- * 镜像的状态。
305
+ * Image status.
274
306
  */
275
307
  status?: pulumi.Input<string>;
276
308
  tags?: pulumi.Input<pulumi.Input<inputs.ecs.ImageTag>[]>;
277
309
  /**
278
- * 镜像更新时间
310
+ * Image update time
279
311
  */
280
312
  updatedAt?: pulumi.Input<string>;
281
313
  /**
282
- * 镜像大小,单位为Byte。
314
+ * Image size, in Bytes.
283
315
  */
284
316
  virtualSize?: pulumi.Input<number>;
285
317
  /**
286
- * 镜像的可见性。public:公共镜像。private:私有镜像。shared:共享镜像。
318
+ * Image visibility. public: Public image. private: Private image. shared: Shared image.
287
319
  */
288
320
  visibility?: pulumi.Input<string>;
289
321
  }
@@ -292,31 +324,67 @@ export interface ImageState {
292
324
  */
293
325
  export interface ImageArgs {
294
326
  /**
295
- * 镜像描述。必须以字母、汉字开头。只能包含中文、字母、数字、下划线“_”、中划线“-”、等号“=”、英文逗号“,”、英文句号“.”、中文逗号“,”、中文句号“。”和空格。长度限制为0~255个字符。不填默认为空。
327
+ * Image architecture type. Options: amd64 (x86 compute), arm64 (ARM compute).
328
+ */
329
+ architecture?: pulumi.Input<string>;
330
+ /**
331
+ * Image boot mode. You can select BIOS or UEFI
332
+ */
333
+ bootMode?: pulumi.Input<string>;
334
+ /**
335
+ * Whether to create a full instance image. Values: false: Default, do not create a full instance image. true: Create a full instance image.
336
+ */
337
+ createWholeImage?: pulumi.Input<boolean>;
338
+ /**
339
+ * Image description. Must start with a letter or Chinese character. Can contain Chinese characters, letters, numbers, underscores "_", hyphens "-", equals signs "=", English commas ",", English periods ".", Chinese commas ",", Chinese periods "。", and spaces. Length: 0–255 characters. If left blank, defaults to empty.
296
340
  */
297
341
  description?: pulumi.Input<string>;
298
342
  /**
299
- * 镜像名称。必须以字母、汉字开头。只能包含中文、字母、数字、下划线“_”、中划线“-”、英文句号“.”。长度限制为1 ~ 128个字符。
343
+ * Image name. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores "_", hyphens "-", and periods ".". Length: 1–128 characters
300
344
  */
301
345
  imageName: pulumi.Input<string>;
302
346
  /**
303
- * 实例ID。本参数与SnapshotId、SnapshotGroupId参数,三选一必填。
347
+ * Imported image information
348
+ */
349
+ importImage?: pulumi.Input<inputs.ecs.ImageImportImage>;
350
+ /**
351
+ * Instance ID. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
304
352
  */
305
353
  instanceId?: pulumi.Input<string>;
306
354
  /**
307
- * 资源所属项目。调用接口账号若仅拥有部分项目权限时必须传入有权限的项目信息。
355
+ * Image license type. VolcanoEngine: Default, uses the official license based on your platform setting. BYOL: Bring Your Own License (BYOL)
356
+ */
357
+ licenseType?: pulumi.Input<string>;
358
+ /**
359
+ * Whether to perform image check. Values: true: Default, check enabled. false: Check disabled.
360
+ */
361
+ needDetection?: pulumi.Input<boolean>;
362
+ /**
363
+ * Operating system type
364
+ */
365
+ osType?: pulumi.Input<string>;
366
+ /**
367
+ * Release version of the image operating system. Options: CentOS, Debian, veLinux, Windows Server, Fedora, OpenSUSE, Ubuntu.
368
+ */
369
+ platform?: pulumi.Input<string>;
370
+ /**
371
+ * Image release version.
372
+ */
373
+ platformVersion?: pulumi.Input<string>;
374
+ /**
375
+ * Project to which the resource belongs. If the API caller account only has permissions for certain projects, you must provide a project with the required permissions
308
376
  */
309
377
  projectName?: pulumi.Input<string>;
310
378
  /**
311
- * 镜像共享的账户
379
+ * Accounts with which the image is shared
312
380
  */
313
381
  sharePermissions?: pulumi.Input<pulumi.Input<string>[]>;
314
382
  /**
315
- * 快照一致性组ID,表示使用快照一致性组创建自定义镜像。本参数与SnapshotIdInstanceId参数,三选一必填。
383
+ * Snapshot consistency group ID, used to create a custom image from a snapshot consistency group. One of Snapshot consistency group ID, SnapshotId, or InstanceId must be provided
316
384
  */
317
385
  snapshotGroupId?: pulumi.Input<string>;
318
386
  /**
319
- * 系统盘快照ID,表示使用系统盘快照创建自定义镜像。本参数与InstanceIdSnapshotGroupId参数,三选一必填。
387
+ * System disk snapshot ID, used to create a custom image from a system disk snapshot. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
320
388
  */
321
389
  snapshotId?: pulumi.Input<string>;
322
390
  tags?: pulumi.Input<pulumi.Input<inputs.ecs.ImageTag>[]>;