@volcengine/pulumi-volcenginecc 0.0.1

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 (333) hide show
  1. package/LICENSE +373 -0
  2. package/README.md +77 -0
  3. package/alb/certificate.d.ts +197 -0
  4. package/alb/certificate.js +109 -0
  5. package/alb/certificate.js.map +1 -0
  6. package/alb/getCertificate.d.ts +93 -0
  7. package/alb/getCertificate.js +28 -0
  8. package/alb/getCertificate.js.map +1 -0
  9. package/alb/getCertificates.d.ts +22 -0
  10. package/alb/getCertificates.js +24 -0
  11. package/alb/getCertificates.js.map +1 -0
  12. package/alb/index.d.ts +9 -0
  13. package/alb/index.js +28 -0
  14. package/alb/index.js.map +1 -0
  15. package/ark/endpoint.d.ts +230 -0
  16. package/ark/endpoint.js +102 -0
  17. package/ark/endpoint.js.map +1 -0
  18. package/ark/getEndpoint.d.ts +117 -0
  19. package/ark/getEndpoint.js +28 -0
  20. package/ark/getEndpoint.js.map +1 -0
  21. package/ark/getEndpoints.d.ts +22 -0
  22. package/ark/getEndpoints.js +24 -0
  23. package/ark/getEndpoints.js.map +1 -0
  24. package/ark/index.d.ts +9 -0
  25. package/ark/index.js +28 -0
  26. package/ark/index.js.map +1 -0
  27. package/clb/clb.d.ts +512 -0
  28. package/clb/clb.js +148 -0
  29. package/clb/clb.js.map +1 -0
  30. package/clb/getClb.d.ts +221 -0
  31. package/clb/getClb.js +28 -0
  32. package/clb/getClb.js.map +1 -0
  33. package/clb/getClbs.d.ts +22 -0
  34. package/clb/getClbs.js +24 -0
  35. package/clb/getClbs.js.map +1 -0
  36. package/clb/getNlb.d.ts +141 -0
  37. package/clb/getNlb.js +28 -0
  38. package/clb/getNlb.js.map +1 -0
  39. package/clb/getNlbListener.d.ts +109 -0
  40. package/clb/getNlbListener.js +28 -0
  41. package/clb/getNlbListener.js.map +1 -0
  42. package/clb/getNlbListeners.d.ts +22 -0
  43. package/clb/getNlbListeners.js +24 -0
  44. package/clb/getNlbListeners.js.map +1 -0
  45. package/clb/getNlbServerGroup.d.ts +145 -0
  46. package/clb/getNlbServerGroup.js +28 -0
  47. package/clb/getNlbServerGroup.js.map +1 -0
  48. package/clb/getNlbServerGroups.d.ts +22 -0
  49. package/clb/getNlbServerGroups.js +24 -0
  50. package/clb/getNlbServerGroups.js.map +1 -0
  51. package/clb/getNlbs.d.ts +22 -0
  52. package/clb/getNlbs.js +24 -0
  53. package/clb/getNlbs.js.map +1 -0
  54. package/clb/getServerGroup.d.ts +85 -0
  55. package/clb/getServerGroup.js +28 -0
  56. package/clb/getServerGroup.js.map +1 -0
  57. package/clb/getServerGroups.d.ts +22 -0
  58. package/clb/getServerGroups.js +24 -0
  59. package/clb/getServerGroups.js.map +1 -0
  60. package/clb/index.d.ts +45 -0
  61. package/clb/index.js +72 -0
  62. package/clb/index.js.map +1 -0
  63. package/clb/nlb.d.ts +297 -0
  64. package/clb/nlb.js +120 -0
  65. package/clb/nlb.js.map +1 -0
  66. package/clb/nlbListener.d.ts +251 -0
  67. package/clb/nlbListener.js +126 -0
  68. package/clb/nlbListener.js.map +1 -0
  69. package/clb/nlbServerGroup.d.ts +337 -0
  70. package/clb/nlbServerGroup.js +116 -0
  71. package/clb/nlbServerGroup.js.map +1 -0
  72. package/clb/serverGroup.d.ts +151 -0
  73. package/clb/serverGroup.js +83 -0
  74. package/clb/serverGroup.js.map +1 -0
  75. package/config/index.d.ts +1 -0
  76. package/config/index.js +21 -0
  77. package/config/index.js.map +1 -0
  78. package/config/vars.d.ts +37 -0
  79. package/config/vars.js +62 -0
  80. package/config/vars.js.map +1 -0
  81. package/cr/getRepositories.d.ts +22 -0
  82. package/cr/getRepositories.js +24 -0
  83. package/cr/getRepositories.js.map +1 -0
  84. package/cr/getRepository.d.ts +64 -0
  85. package/cr/getRepository.js +28 -0
  86. package/cr/getRepository.js.map +1 -0
  87. package/cr/index.d.ts +9 -0
  88. package/cr/index.js +28 -0
  89. package/cr/index.js.map +1 -0
  90. package/cr/repository.d.ts +136 -0
  91. package/cr/repository.js +94 -0
  92. package/cr/repository.js.map +1 -0
  93. package/ecs/command.d.ts +213 -0
  94. package/ecs/command.js +99 -0
  95. package/ecs/command.js.map +1 -0
  96. package/ecs/getCommand.d.ts +105 -0
  97. package/ecs/getCommand.js +28 -0
  98. package/ecs/getCommand.js.map +1 -0
  99. package/ecs/getCommands.d.ts +22 -0
  100. package/ecs/getCommands.js +24 -0
  101. package/ecs/getCommands.js.map +1 -0
  102. package/ecs/getHpcCluster.d.ts +64 -0
  103. package/ecs/getHpcCluster.js +28 -0
  104. package/ecs/getHpcCluster.js.map +1 -0
  105. package/ecs/getHpcClusters.d.ts +22 -0
  106. package/ecs/getHpcClusters.js +24 -0
  107. package/ecs/getHpcClusters.js.map +1 -0
  108. package/ecs/getImage.d.ts +157 -0
  109. package/ecs/getImage.js +28 -0
  110. package/ecs/getImage.js.map +1 -0
  111. package/ecs/getImages.d.ts +22 -0
  112. package/ecs/getImages.js +24 -0
  113. package/ecs/getImages.js.map +1 -0
  114. package/ecs/getInvocation.d.ts +143 -0
  115. package/ecs/getInvocation.js +28 -0
  116. package/ecs/getInvocation.js.map +1 -0
  117. package/ecs/getInvocations.d.ts +22 -0
  118. package/ecs/getInvocations.js +24 -0
  119. package/ecs/getInvocations.js.map +1 -0
  120. package/ecs/getKeypair.d.ts +81 -0
  121. package/ecs/getKeypair.js +28 -0
  122. package/ecs/getKeypair.js.map +1 -0
  123. package/ecs/getKeypairs.d.ts +22 -0
  124. package/ecs/getKeypairs.js +24 -0
  125. package/ecs/getKeypairs.js.map +1 -0
  126. package/ecs/hpcCluster.d.ts +134 -0
  127. package/ecs/hpcCluster.js +89 -0
  128. package/ecs/hpcCluster.js.map +1 -0
  129. package/ecs/image.d.ts +332 -0
  130. package/ecs/image.js +119 -0
  131. package/ecs/image.js.map +1 -0
  132. package/ecs/index.d.ts +45 -0
  133. package/ecs/index.js +72 -0
  134. package/ecs/index.js.map +1 -0
  135. package/ecs/invocation.d.ts +338 -0
  136. package/ecs/invocation.js +149 -0
  137. package/ecs/invocation.js.map +1 -0
  138. package/ecs/keypair.d.ts +171 -0
  139. package/ecs/keypair.js +98 -0
  140. package/ecs/keypair.js.map +1 -0
  141. package/filenas/getInstance.d.ts +109 -0
  142. package/filenas/getInstance.js +28 -0
  143. package/filenas/getInstance.js.map +1 -0
  144. package/filenas/getInstances.d.ts +22 -0
  145. package/filenas/getInstances.js +24 -0
  146. package/filenas/getInstances.js.map +1 -0
  147. package/filenas/index.d.ts +9 -0
  148. package/filenas/index.js +28 -0
  149. package/filenas/index.js.map +1 -0
  150. package/filenas/instance.d.ts +256 -0
  151. package/filenas/instance.js +125 -0
  152. package/filenas/instance.js.map +1 -0
  153. package/iam/accesskey.d.ts +136 -0
  154. package/iam/accesskey.js +81 -0
  155. package/iam/accesskey.js.map +1 -0
  156. package/iam/getAccesskey.d.ts +72 -0
  157. package/iam/getAccesskey.js +28 -0
  158. package/iam/getAccesskey.js.map +1 -0
  159. package/iam/getAccesskeys.d.ts +22 -0
  160. package/iam/getAccesskeys.js +24 -0
  161. package/iam/getAccesskeys.js.map +1 -0
  162. package/iam/getGroup.d.ts +73 -0
  163. package/iam/getGroup.js +28 -0
  164. package/iam/getGroup.js.map +1 -0
  165. package/iam/getGroups.d.ts +22 -0
  166. package/iam/getGroups.js +24 -0
  167. package/iam/getGroups.js.map +1 -0
  168. package/iam/getPolicies.d.ts +22 -0
  169. package/iam/getPolicies.js +24 -0
  170. package/iam/getPolicies.js.map +1 -0
  171. package/iam/getPolicy.d.ts +89 -0
  172. package/iam/getPolicy.js +28 -0
  173. package/iam/getPolicy.js.map +1 -0
  174. package/iam/getRole.d.ts +79 -0
  175. package/iam/getRole.js +28 -0
  176. package/iam/getRole.js.map +1 -0
  177. package/iam/getRoles.d.ts +22 -0
  178. package/iam/getRoles.js +24 -0
  179. package/iam/getRoles.js.map +1 -0
  180. package/iam/getUser.d.ts +97 -0
  181. package/iam/getUser.js +28 -0
  182. package/iam/getUser.js.map +1 -0
  183. package/iam/getUsers.d.ts +22 -0
  184. package/iam/getUsers.js +24 -0
  185. package/iam/getUsers.js.map +1 -0
  186. package/iam/group.d.ts +121 -0
  187. package/iam/group.js +77 -0
  188. package/iam/group.js.map +1 -0
  189. package/iam/index.d.ts +45 -0
  190. package/iam/index.js +72 -0
  191. package/iam/index.js.map +1 -0
  192. package/iam/policy.d.ts +156 -0
  193. package/iam/policy.js +91 -0
  194. package/iam/policy.js.map +1 -0
  195. package/iam/role.d.ts +185 -0
  196. package/iam/role.js +115 -0
  197. package/iam/role.js.map +1 -0
  198. package/iam/user.d.ts +189 -0
  199. package/iam/user.js +89 -0
  200. package/iam/user.js.map +1 -0
  201. package/index.d.ts +16 -0
  202. package/index.js +63 -0
  203. package/index.js.map +1 -0
  204. package/package.json +29 -0
  205. package/provider.d.ts +102 -0
  206. package/provider.js +61 -0
  207. package/provider.js.map +1 -0
  208. package/storageebs/getVolume.d.ts +153 -0
  209. package/storageebs/getVolume.js +28 -0
  210. package/storageebs/getVolume.js.map +1 -0
  211. package/storageebs/getVolumes.d.ts +22 -0
  212. package/storageebs/getVolumes.js +24 -0
  213. package/storageebs/getVolumes.js.map +1 -0
  214. package/storageebs/index.d.ts +9 -0
  215. package/storageebs/index.js +28 -0
  216. package/storageebs/index.js.map +1 -0
  217. package/storageebs/volume.d.ts +345 -0
  218. package/storageebs/volume.js +140 -0
  219. package/storageebs/volume.js.map +1 -0
  220. package/tos/bucket.d.ts +172 -0
  221. package/tos/bucket.js +87 -0
  222. package/tos/bucket.js.map +1 -0
  223. package/tos/getBucket.d.ts +90 -0
  224. package/tos/getBucket.js +28 -0
  225. package/tos/getBucket.js.map +1 -0
  226. package/tos/getBuckets.d.ts +22 -0
  227. package/tos/getBuckets.js +24 -0
  228. package/tos/getBuckets.js.map +1 -0
  229. package/tos/index.d.ts +9 -0
  230. package/tos/index.js +28 -0
  231. package/tos/index.js.map +1 -0
  232. package/transitrouter/getTransitRouter.d.ts +97 -0
  233. package/transitrouter/getTransitRouter.js +28 -0
  234. package/transitrouter/getTransitRouter.js.map +1 -0
  235. package/transitrouter/getTransitRouters.d.ts +22 -0
  236. package/transitrouter/getTransitRouters.js +24 -0
  237. package/transitrouter/getTransitRouters.js.map +1 -0
  238. package/transitrouter/index.d.ts +9 -0
  239. package/transitrouter/index.js +28 -0
  240. package/transitrouter/index.js.map +1 -0
  241. package/transitrouter/transitRouter.d.ts +194 -0
  242. package/transitrouter/transitRouter.js +104 -0
  243. package/transitrouter/transitRouter.js.map +1 -0
  244. package/types/index.d.ts +3 -0
  245. package/types/index.js +11 -0
  246. package/types/index.js.map +1 -0
  247. package/types/input.d.ts +1581 -0
  248. package/types/input.js +5 -0
  249. package/types/input.js.map +1 -0
  250. package/types/output.d.ts +3321 -0
  251. package/types/output.js +5 -0
  252. package/types/output.js.map +1 -0
  253. package/utilities.d.ts +8 -0
  254. package/utilities.js +101 -0
  255. package/utilities.js.map +1 -0
  256. package/vmp/getWorkspace.d.ts +109 -0
  257. package/vmp/getWorkspace.js +28 -0
  258. package/vmp/getWorkspace.js.map +1 -0
  259. package/vmp/getWorkspaces.d.ts +22 -0
  260. package/vmp/getWorkspaces.js +24 -0
  261. package/vmp/getWorkspaces.js.map +1 -0
  262. package/vmp/index.d.ts +9 -0
  263. package/vmp/index.js +28 -0
  264. package/vmp/index.js.map +1 -0
  265. package/vmp/workspace.d.ts +235 -0
  266. package/vmp/workspace.js +119 -0
  267. package/vmp/workspace.js.map +1 -0
  268. package/vpc/bandwidthPackage.d.ts +257 -0
  269. package/vpc/bandwidthPackage.js +103 -0
  270. package/vpc/bandwidthPackage.js.map +1 -0
  271. package/vpc/eip.d.ts +415 -0
  272. package/vpc/eip.js +150 -0
  273. package/vpc/eip.js.map +1 -0
  274. package/vpc/eni.d.ts +289 -0
  275. package/vpc/eni.js +106 -0
  276. package/vpc/eni.js.map +1 -0
  277. package/vpc/getBandwidthPackage.d.ts +125 -0
  278. package/vpc/getBandwidthPackage.js +28 -0
  279. package/vpc/getBandwidthPackage.js.map +1 -0
  280. package/vpc/getBandwidthPackages.d.ts +22 -0
  281. package/vpc/getBandwidthPackages.js +24 -0
  282. package/vpc/getBandwidthPackages.js.map +1 -0
  283. package/vpc/getEip.d.ts +169 -0
  284. package/vpc/getEip.js +28 -0
  285. package/vpc/getEip.js.map +1 -0
  286. package/vpc/getEips.d.ts +22 -0
  287. package/vpc/getEips.js +24 -0
  288. package/vpc/getEips.js.map +1 -0
  289. package/vpc/getEni.d.ts +134 -0
  290. package/vpc/getEni.js +28 -0
  291. package/vpc/getEni.js.map +1 -0
  292. package/vpc/getEnis.d.ts +22 -0
  293. package/vpc/getEnis.js +24 -0
  294. package/vpc/getEnis.js.map +1 -0
  295. package/vpc/getRouteTable.d.ts +105 -0
  296. package/vpc/getRouteTable.js +28 -0
  297. package/vpc/getRouteTable.js.map +1 -0
  298. package/vpc/getRouteTables.d.ts +22 -0
  299. package/vpc/getRouteTables.js +24 -0
  300. package/vpc/getRouteTables.js.map +1 -0
  301. package/vpc/getSecurityGroup.d.ts +82 -0
  302. package/vpc/getSecurityGroup.js +28 -0
  303. package/vpc/getSecurityGroup.js.map +1 -0
  304. package/vpc/getSecurityGroups.d.ts +22 -0
  305. package/vpc/getSecurityGroups.js +24 -0
  306. package/vpc/getSecurityGroups.js.map +1 -0
  307. package/vpc/getSubnet.d.ts +110 -0
  308. package/vpc/getSubnet.js +28 -0
  309. package/vpc/getSubnet.js.map +1 -0
  310. package/vpc/getSubnets.d.ts +22 -0
  311. package/vpc/getSubnets.js +24 -0
  312. package/vpc/getSubnets.js.map +1 -0
  313. package/vpc/getVpc.d.ts +129 -0
  314. package/vpc/getVpc.js +28 -0
  315. package/vpc/getVpc.js.map +1 -0
  316. package/vpc/getVpcs.d.ts +22 -0
  317. package/vpc/getVpcs.js +24 -0
  318. package/vpc/getVpcs.js.map +1 -0
  319. package/vpc/index.d.ts +63 -0
  320. package/vpc/index.js +94 -0
  321. package/vpc/index.js.map +1 -0
  322. package/vpc/routeTable.d.ts +203 -0
  323. package/vpc/routeTable.js +93 -0
  324. package/vpc/routeTable.js.map +1 -0
  325. package/vpc/securityGroup.d.ts +144 -0
  326. package/vpc/securityGroup.js +83 -0
  327. package/vpc/securityGroup.js.map +1 -0
  328. package/vpc/subnet.d.ts +241 -0
  329. package/vpc/subnet.js +122 -0
  330. package/vpc/subnet.js.map +1 -0
  331. package/vpc/vpc.d.ts +277 -0
  332. package/vpc/vpc.js +102 -0
  333. package/vpc/vpc.js.map +1 -0
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::ECS::Invocation
4
+ */
5
+ export declare function getInvocations(opts?: pulumi.InvokeOptions): Promise<GetInvocationsResult>;
6
+ /**
7
+ * A collection of values returned by getInvocations.
8
+ */
9
+ export interface GetInvocationsResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::ECS::Invocation
21
+ */
22
+ export declare function getInvocationsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetInvocationsResult>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getInvocationsOutput = exports.getInvocations = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::ECS::Invocation
10
+ */
11
+ function getInvocations(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getInvocations:getInvocations", {}, opts);
14
+ }
15
+ exports.getInvocations = getInvocations;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::ECS::Invocation
18
+ */
19
+ function getInvocationsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getInvocations:getInvocations", {}, opts);
22
+ }
23
+ exports.getInvocationsOutput = getInvocationsOutput;
24
+ //# sourceMappingURL=getInvocations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInvocations.js","sourceRoot":"","sources":["../../ecs/getInvocations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE,EAC9E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC;AAeD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAAiC;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC"}
@@ -0,0 +1,81 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::ECS::Keypair
5
+ */
6
+ export declare function getKeypair(args: GetKeypairArgs, opts?: pulumi.InvokeOptions): Promise<GetKeypairResult>;
7
+ /**
8
+ * A collection of arguments for invoking getKeypair.
9
+ */
10
+ export interface GetKeypairArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getKeypair.
18
+ */
19
+ export interface GetKeypairResult {
20
+ /**
21
+ * 密钥对创建时间。
22
+ */
23
+ readonly createdTime: string;
24
+ /**
25
+ * 密钥对的描述,默认值为空字符串。必须以字母或中文开头。只能包含中文、字母、数字、点“.”、空格、下划线“_”、中划线“-”、等号“=”、英文逗号“,”、中文逗号“,”和中文句号“。”长度限制在255个字符以内。
26
+ */
27
+ readonly description: string;
28
+ /**
29
+ * 密钥对的指纹。根据RFC4716定义的公钥指纹格式,采用MD5信息摘要算法。
30
+ */
31
+ readonly fingerPrint: string;
32
+ /**
33
+ * Uniquely identifies the resource.
34
+ */
35
+ readonly id: string;
36
+ /**
37
+ * 操作的实例ID。
38
+ */
39
+ readonly instanceIds: string[];
40
+ /**
41
+ * 密钥对唯一ID。
42
+ */
43
+ readonly keyPairId: string;
44
+ /**
45
+ * 密钥对名称。不可与已有名称重复。长度限制在 2~64 个字符之间。允许使用点号“.”分隔字符成多段,每段允许使用大小写字母、数字或连字符“-”。不能以“-”和“.”开头或结尾,不能连续使用“-”或者“.”。
46
+ */
47
+ readonly keyPairName: string;
48
+ /**
49
+ * 密钥对私钥信息。
50
+ */
51
+ readonly privateKey: string;
52
+ /**
53
+ * 资源所属项目,一个资源只能归属于一个项目。只能包含字母、数字、下划线“_”、点“.”和中划线“-”。长度限制在64个字符以内。
54
+ */
55
+ readonly projectName: string;
56
+ /**
57
+ * 密钥对的公钥信息。
58
+ */
59
+ readonly publicKey: string;
60
+ /**
61
+ * 密钥对的标签。
62
+ */
63
+ readonly tags: outputs.ecs.GetKeypairTag[];
64
+ /**
65
+ * 密钥对更新时间。
66
+ */
67
+ readonly updatedTime: string;
68
+ }
69
+ /**
70
+ * Data Source schema for Volcengine::ECS::Keypair
71
+ */
72
+ export declare function getKeypairOutput(args: GetKeypairOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetKeypairResult>;
73
+ /**
74
+ * A collection of arguments for invoking getKeypair.
75
+ */
76
+ export interface GetKeypairOutputArgs {
77
+ /**
78
+ * Uniquely identifies the resource.
79
+ */
80
+ id: pulumi.Input<string>;
81
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getKeypairOutput = exports.getKeypair = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::ECS::Keypair
10
+ */
11
+ function getKeypair(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getKeypair:getKeypair", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getKeypair = getKeypair;
18
+ /**
19
+ * Data Source schema for Volcengine::ECS::Keypair
20
+ */
21
+ function getKeypairOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getKeypair:getKeypair", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getKeypairOutput = getKeypairOutput;
28
+ //# sourceMappingURL=getKeypair.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getKeypair.js","sourceRoot":"","sources":["../../ecs/getKeypair.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAiED;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::ECS::Keypair
4
+ */
5
+ export declare function getKeypairs(opts?: pulumi.InvokeOptions): Promise<GetKeypairsResult>;
6
+ /**
7
+ * A collection of values returned by getKeypairs.
8
+ */
9
+ export interface GetKeypairsResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::ECS::Keypair
21
+ */
22
+ export declare function getKeypairsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetKeypairsResult>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getKeypairsOutput = exports.getKeypairs = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::ECS::Keypair
10
+ */
11
+ function getKeypairs(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getKeypairs:getKeypairs", {}, opts);
14
+ }
15
+ exports.getKeypairs = getKeypairs;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::ECS::Keypair
18
+ */
19
+ function getKeypairsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getKeypairs:getKeypairs", {}, opts);
22
+ }
23
+ exports.getKeypairsOutput = getKeypairsOutput;
24
+ //# sourceMappingURL=getKeypairs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getKeypairs.js","sourceRoot":"","sources":["../../ecs/getKeypairs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAA2B;IACnD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE,EACxE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kCAIC;AAeD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAAiC;IAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE,EAC9E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8CAIC"}
@@ -0,0 +1,134 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * 高性能计算集群(High Performance Compute Cluster,HPC集群)是一种用于处理大规模计算任务的集群计算环境,通常由大量的计算节点组成,这些节点通过RDMA(Remote Direct Memory Access)高速网络互联,并协同工作以处理复杂的计算任务。高性能计算集群可以提供强大的计算能力、大内存、高速存储和高速网络,以满足对计算密集型、数据密集型或两者结合的工作负载的需求。
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
10
+ *
11
+ * const eCSHpcClusterDemo = new volcenginecc.ecs.HpcCluster("ECSHpcClusterDemo", {
12
+ * name: "ECSHpcClusterDemo",
13
+ * zoneId: "cn-beijing-a",
14
+ * description: "ECSHpcClusterDemo description",
15
+ * });
16
+ * ```
17
+ *
18
+ * ## Import
19
+ *
20
+ * ```sh
21
+ * $ pulumi import volcenginecc:ecs/hpcCluster:HpcCluster example "hpc_cluster_id"
22
+ * ```
23
+ */
24
+ export declare class HpcCluster extends pulumi.CustomResource {
25
+ /**
26
+ * Get an existing HpcCluster resource's state with the given name, ID, and optional extra
27
+ * properties used to qualify the lookup.
28
+ *
29
+ * @param name The _unique_ name of the resulting resource.
30
+ * @param id The _unique_ provider ID of the resource to lookup.
31
+ * @param state Any extra arguments used during the lookup.
32
+ * @param opts Optional settings to control the behavior of the CustomResource.
33
+ */
34
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: HpcClusterState, opts?: pulumi.CustomResourceOptions): HpcCluster;
35
+ /**
36
+ * Returns true if the given object is an instance of HpcCluster. This is designed to work even
37
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
38
+ */
39
+ static isInstance(obj: any): obj is HpcCluster;
40
+ /**
41
+ * 创建时间,格式满足RFC3339。
42
+ */
43
+ readonly createdTime: pulumi.Output<string>;
44
+ /**
45
+ * 高性能计算集群描述,默认为空字符串。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在0~255之间。
46
+ */
47
+ readonly description: pulumi.Output<string>;
48
+ /**
49
+ * 高性能计算集群ID。
50
+ */
51
+ readonly hpcClusterId: pulumi.Output<string>;
52
+ /**
53
+ * 高性能计算集群名称。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在1~128之间。
54
+ */
55
+ readonly name: pulumi.Output<string>;
56
+ /**
57
+ * 更新时间,格式满足RFC3339。
58
+ */
59
+ readonly updatedTime: pulumi.Output<string>;
60
+ /**
61
+ * 私有网络ID。
62
+ */
63
+ readonly vpcId: pulumi.Output<string>;
64
+ /**
65
+ * 高性能计算集群所属可用区ID。
66
+ */
67
+ readonly zoneId: pulumi.Output<string>;
68
+ /**
69
+ * Create a HpcCluster resource with the given unique name, arguments, and options.
70
+ *
71
+ * @param name The _unique_ name of the resource.
72
+ * @param args The arguments to use to populate this resource's properties.
73
+ * @param opts A bag of options that control this resource's behavior.
74
+ */
75
+ constructor(name: string, args: HpcClusterArgs, opts?: pulumi.CustomResourceOptions);
76
+ }
77
+ /**
78
+ * Input properties used for looking up and filtering HpcCluster resources.
79
+ */
80
+ export interface HpcClusterState {
81
+ /**
82
+ * 创建时间,格式满足RFC3339。
83
+ */
84
+ createdTime?: pulumi.Input<string>;
85
+ /**
86
+ * 高性能计算集群描述,默认为空字符串。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在0~255之间。
87
+ */
88
+ description?: pulumi.Input<string>;
89
+ /**
90
+ * 高性能计算集群ID。
91
+ */
92
+ hpcClusterId?: pulumi.Input<string>;
93
+ /**
94
+ * 高性能计算集群名称。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在1~128之间。
95
+ */
96
+ name?: pulumi.Input<string>;
97
+ /**
98
+ * 更新时间,格式满足RFC3339。
99
+ */
100
+ updatedTime?: pulumi.Input<string>;
101
+ /**
102
+ * 私有网络ID。
103
+ */
104
+ vpcId?: pulumi.Input<string>;
105
+ /**
106
+ * 高性能计算集群所属可用区ID。
107
+ */
108
+ zoneId?: pulumi.Input<string>;
109
+ }
110
+ /**
111
+ * The set of arguments for constructing a HpcCluster resource.
112
+ */
113
+ export interface HpcClusterArgs {
114
+ /**
115
+ * 创建时间,格式满足RFC3339。
116
+ */
117
+ createdTime?: pulumi.Input<string>;
118
+ /**
119
+ * 高性能计算集群描述,默认为空字符串。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在0~255之间。
120
+ */
121
+ description?: pulumi.Input<string>;
122
+ /**
123
+ * 高性能计算集群名称。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在1~128之间。
124
+ */
125
+ name: pulumi.Input<string>;
126
+ /**
127
+ * 更新时间,格式满足RFC3339。
128
+ */
129
+ updatedTime?: pulumi.Input<string>;
130
+ /**
131
+ * 高性能计算集群所属可用区ID。
132
+ */
133
+ zoneId: pulumi.Input<string>;
134
+ }
@@ -0,0 +1,89 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.HpcCluster = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * 高性能计算集群(High Performance Compute Cluster,HPC集群)是一种用于处理大规模计算任务的集群计算环境,通常由大量的计算节点组成,这些节点通过RDMA(Remote Direct Memory Access)高速网络互联,并协同工作以处理复杂的计算任务。高性能计算集群可以提供强大的计算能力、大内存、高速存储和高速网络,以满足对计算密集型、数据密集型或两者结合的工作负载的需求。
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
16
+ *
17
+ * const eCSHpcClusterDemo = new volcenginecc.ecs.HpcCluster("ECSHpcClusterDemo", {
18
+ * name: "ECSHpcClusterDemo",
19
+ * zoneId: "cn-beijing-a",
20
+ * description: "ECSHpcClusterDemo description",
21
+ * });
22
+ * ```
23
+ *
24
+ * ## Import
25
+ *
26
+ * ```sh
27
+ * $ pulumi import volcenginecc:ecs/hpcCluster:HpcCluster example "hpc_cluster_id"
28
+ * ```
29
+ */
30
+ class HpcCluster extends pulumi.CustomResource {
31
+ /**
32
+ * Get an existing HpcCluster resource's state with the given name, ID, and optional extra
33
+ * properties used to qualify the lookup.
34
+ *
35
+ * @param name The _unique_ name of the resulting resource.
36
+ * @param id The _unique_ provider ID of the resource to lookup.
37
+ * @param state Any extra arguments used during the lookup.
38
+ * @param opts Optional settings to control the behavior of the CustomResource.
39
+ */
40
+ static get(name, id, state, opts) {
41
+ return new HpcCluster(name, state, Object.assign(Object.assign({}, opts), { id: id }));
42
+ }
43
+ /**
44
+ * Returns true if the given object is an instance of HpcCluster. This is designed to work even
45
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
46
+ */
47
+ static isInstance(obj) {
48
+ if (obj === undefined || obj === null) {
49
+ return false;
50
+ }
51
+ return obj['__pulumiType'] === HpcCluster.__pulumiType;
52
+ }
53
+ constructor(name, argsOrState, opts) {
54
+ let resourceInputs = {};
55
+ opts = opts || {};
56
+ if (opts.id) {
57
+ const state = argsOrState;
58
+ resourceInputs["createdTime"] = state ? state.createdTime : undefined;
59
+ resourceInputs["description"] = state ? state.description : undefined;
60
+ resourceInputs["hpcClusterId"] = state ? state.hpcClusterId : undefined;
61
+ resourceInputs["name"] = state ? state.name : undefined;
62
+ resourceInputs["updatedTime"] = state ? state.updatedTime : undefined;
63
+ resourceInputs["vpcId"] = state ? state.vpcId : undefined;
64
+ resourceInputs["zoneId"] = state ? state.zoneId : undefined;
65
+ }
66
+ else {
67
+ const args = argsOrState;
68
+ if ((!args || args.name === undefined) && !opts.urn) {
69
+ throw new Error("Missing required property 'name'");
70
+ }
71
+ if ((!args || args.zoneId === undefined) && !opts.urn) {
72
+ throw new Error("Missing required property 'zoneId'");
73
+ }
74
+ resourceInputs["createdTime"] = args ? args.createdTime : undefined;
75
+ resourceInputs["description"] = args ? args.description : undefined;
76
+ resourceInputs["name"] = args ? args.name : undefined;
77
+ resourceInputs["updatedTime"] = args ? args.updatedTime : undefined;
78
+ resourceInputs["zoneId"] = args ? args.zoneId : undefined;
79
+ resourceInputs["hpcClusterId"] = undefined /*out*/;
80
+ resourceInputs["vpcId"] = undefined /*out*/;
81
+ }
82
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
83
+ super(HpcCluster.__pulumiType, name, resourceInputs, opts);
84
+ }
85
+ }
86
+ exports.HpcCluster = HpcCluster;
87
+ /** @internal */
88
+ HpcCluster.__pulumiType = 'volcenginecc:ecs/hpcCluster:HpcCluster';
89
+ //# sourceMappingURL=hpcCluster.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hpcCluster.js","sourceRoot":"","sources":["../../ecs/hpcCluster.ts"],"names":[],"mappings":"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"}