@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,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.getCommandOutput = exports.getCommand = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::ECS::Command
10
+ */
11
+ function getCommand(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getCommand:getCommand", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getCommand = getCommand;
18
+ /**
19
+ * Data Source schema for Volcengine::ECS::Command
20
+ */
21
+ function getCommandOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getCommand:getCommand", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getCommandOutput = getCommandOutput;
28
+ //# sourceMappingURL=getCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCommand.js","sourceRoot":"","sources":["../../ecs/getCommand.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;AAyFD;;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::Command
4
+ */
5
+ export declare function getCommands(opts?: pulumi.InvokeOptions): Promise<GetCommandsResult>;
6
+ /**
7
+ * A collection of values returned by getCommands.
8
+ */
9
+ export interface GetCommandsResult {
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::Command
21
+ */
22
+ export declare function getCommandsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCommandsResult>;
@@ -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.getCommandsOutput = exports.getCommands = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::ECS::Command
10
+ */
11
+ function getCommands(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getCommands:getCommands", {}, opts);
14
+ }
15
+ exports.getCommands = getCommands;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::ECS::Command
18
+ */
19
+ function getCommandsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getCommands:getCommands", {}, opts);
22
+ }
23
+ exports.getCommandsOutput = getCommandsOutput;
24
+ //# sourceMappingURL=getCommands.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCommands.js","sourceRoot":"","sources":["../../ecs/getCommands.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,64 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Data Source schema for Volcengine::ECS::HpcCluster
4
+ */
5
+ export declare function getHpcCluster(args: GetHpcClusterArgs, opts?: pulumi.InvokeOptions): Promise<GetHpcClusterResult>;
6
+ /**
7
+ * A collection of arguments for invoking getHpcCluster.
8
+ */
9
+ export interface GetHpcClusterArgs {
10
+ /**
11
+ * Uniquely identifies the resource.
12
+ */
13
+ id: string;
14
+ }
15
+ /**
16
+ * A collection of values returned by getHpcCluster.
17
+ */
18
+ export interface GetHpcClusterResult {
19
+ /**
20
+ * 创建时间,格式满足RFC3339。
21
+ */
22
+ readonly createdTime: string;
23
+ /**
24
+ * 高性能计算集群描述,默认为空字符串。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在0~255之间。
25
+ */
26
+ readonly description: string;
27
+ /**
28
+ * 高性能计算集群ID。
29
+ */
30
+ readonly hpcClusterId: string;
31
+ /**
32
+ * Uniquely identifies the resource.
33
+ */
34
+ readonly id: string;
35
+ /**
36
+ * 高性能计算集群名称。必须以字母或中文开头。只能包含中文、字母、数字、下划线和中划线。长度限制在1~128之间。
37
+ */
38
+ readonly name: string;
39
+ /**
40
+ * 更新时间,格式满足RFC3339。
41
+ */
42
+ readonly updatedTime: string;
43
+ /**
44
+ * 私有网络ID。
45
+ */
46
+ readonly vpcId: string;
47
+ /**
48
+ * 高性能计算集群所属可用区ID。
49
+ */
50
+ readonly zoneId: string;
51
+ }
52
+ /**
53
+ * Data Source schema for Volcengine::ECS::HpcCluster
54
+ */
55
+ export declare function getHpcClusterOutput(args: GetHpcClusterOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHpcClusterResult>;
56
+ /**
57
+ * A collection of arguments for invoking getHpcCluster.
58
+ */
59
+ export interface GetHpcClusterOutputArgs {
60
+ /**
61
+ * Uniquely identifies the resource.
62
+ */
63
+ id: pulumi.Input<string>;
64
+ }
@@ -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.getHpcClusterOutput = exports.getHpcCluster = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::ECS::HpcCluster
10
+ */
11
+ function getHpcCluster(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getHpcCluster:getHpcCluster", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getHpcCluster = getHpcCluster;
18
+ /**
19
+ * Data Source schema for Volcengine::ECS::HpcCluster
20
+ */
21
+ function getHpcClusterOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getHpcCluster:getHpcCluster", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getHpcClusterOutput = getHpcClusterOutput;
28
+ //# sourceMappingURL=getHpcCluster.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getHpcCluster.js","sourceRoot":"","sources":["../../ecs/getHpcCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AAiDD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::ECS::HpcCluster
4
+ */
5
+ export declare function getHpcClusters(opts?: pulumi.InvokeOptions): Promise<GetHpcClustersResult>;
6
+ /**
7
+ * A collection of values returned by getHpcClusters.
8
+ */
9
+ export interface GetHpcClustersResult {
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::HpcCluster
21
+ */
22
+ export declare function getHpcClustersOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHpcClustersResult>;
@@ -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.getHpcClustersOutput = exports.getHpcClusters = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::ECS::HpcCluster
10
+ */
11
+ function getHpcClusters(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getHpcClusters:getHpcClusters", {}, opts);
14
+ }
15
+ exports.getHpcClusters = getHpcClusters;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::ECS::HpcCluster
18
+ */
19
+ function getHpcClustersOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getHpcClusters:getHpcClusters", {}, opts);
22
+ }
23
+ exports.getHpcClustersOutput = getHpcClustersOutput;
24
+ //# sourceMappingURL=getHpcClusters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getHpcClusters.js","sourceRoot":"","sources":["../../ecs/getHpcClusters.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,157 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::ECS::Image
5
+ */
6
+ export declare function getImage(args: GetImageArgs, opts?: pulumi.InvokeOptions): Promise<GetImageResult>;
7
+ /**
8
+ * A collection of arguments for invoking getImage.
9
+ */
10
+ export interface GetImageArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getImage.
18
+ */
19
+ export interface GetImageResult {
20
+ /**
21
+ * 镜像的架构类型。可以选择amd64(x86计算)、arm64(ARM计算)类型。
22
+ */
23
+ readonly architecture: string;
24
+ /**
25
+ * 镜像的启动模式。可以选择BIOS、UEFI类型。
26
+ */
27
+ readonly bootMode: string;
28
+ /**
29
+ * 镜像创建时间
30
+ */
31
+ readonly createdAt: string;
32
+ /**
33
+ * 镜像描述。必须以字母、汉字开头。只能包含中文、字母、数字、下划线“_”、中划线“-”、等号“=”、英文逗号“,”、英文句号“.”、中文逗号“,”、中文句号“。”和空格。长度限制为0~255个字符。不填默认为空。
34
+ */
35
+ readonly description: string;
36
+ /**
37
+ * 镜像的检测结果。
38
+ */
39
+ readonly detectionResults: outputs.ecs.GetImageDetectionResults;
40
+ /**
41
+ * Uniquely identifies the resource.
42
+ */
43
+ readonly id: string;
44
+ /**
45
+ * 镜像ID。
46
+ */
47
+ readonly imageId: string;
48
+ /**
49
+ * 镜像名称。必须以字母、汉字开头。只能包含中文、字母、数字、下划线“_”、中划线“-”、英文句号“.”。长度限制为1 ~ 128个字符。
50
+ */
51
+ readonly imageName: string;
52
+ /**
53
+ * 镜像所属的账号ID。
54
+ */
55
+ readonly imageOwnerId: string;
56
+ /**
57
+ * 实例ID。本参数与SnapshotId、SnapshotGroupId参数,三选一必填。
58
+ */
59
+ readonly instanceId: string;
60
+ /**
61
+ * 镜像中是否安装了云助手Agent。
62
+ */
63
+ readonly isInstallRunCommandAgent: boolean;
64
+ /**
65
+ * 公共镜像是否长期维护。
66
+ */
67
+ readonly isLts: boolean;
68
+ /**
69
+ * 镜像是否支持Cloud-init。
70
+ */
71
+ readonly isSupportCloudInit: boolean;
72
+ /**
73
+ * 镜像的内核版本。
74
+ */
75
+ readonly kernel: string;
76
+ /**
77
+ * 镜像许可证类型。VolcanoEngine:默认,根据您设置的platform,采用火山引擎官方渠道的许可证。BYOL:自带许可证(BYOL)。
78
+ */
79
+ readonly licenseType: string;
80
+ /**
81
+ * 镜像操作系统的名称。
82
+ */
83
+ readonly osName: string;
84
+ /**
85
+ * 操作系统类型。
86
+ */
87
+ readonly osType: string;
88
+ /**
89
+ * 镜像操作系统的发行版本。可以选择CentOS、Debian、veLinux、Windows Server、Fedora、OpenSUSE、Ubuntu。
90
+ */
91
+ readonly platform: string;
92
+ /**
93
+ * 镜像的发行版本。
94
+ */
95
+ readonly platformVersion: string;
96
+ /**
97
+ * 资源所属项目。调用接口账号若仅拥有部分项目权限时必须传入有权限的项目信息。
98
+ */
99
+ readonly projectName: string;
100
+ /**
101
+ * 镜像共享的账户
102
+ */
103
+ readonly sharePermissions: string[];
104
+ /**
105
+ * 镜像共享状态。HasShared:自定义镜像已被共享给其他用户。当自定义镜像未被共享或使用公共镜像时,ShareStatus返回为空。
106
+ */
107
+ readonly shareStatus: string;
108
+ /**
109
+ * 镜像大小,单位为GiB。
110
+ */
111
+ readonly size: number;
112
+ /**
113
+ * 快照一致性组ID,表示使用快照一致性组创建自定义镜像。本参数与SnapshotId、InstanceId参数,三选一必填。
114
+ */
115
+ readonly snapshotGroupId: string;
116
+ /**
117
+ * 系统盘快照ID,表示使用系统盘快照创建自定义镜像。本参数与InstanceId、SnapshotGroupId参数,三选一必填。
118
+ */
119
+ readonly snapshotId: string;
120
+ /**
121
+ * 镜像关联快照的信息。
122
+ */
123
+ readonly snapshots: outputs.ecs.GetImageSnapshot[];
124
+ /**
125
+ * 镜像的状态。
126
+ */
127
+ readonly status: string;
128
+ /**
129
+ * 镜像绑定的标签列表。
130
+ */
131
+ readonly tags: outputs.ecs.GetImageTag[];
132
+ /**
133
+ * 镜像更新时间
134
+ */
135
+ readonly updatedAt: string;
136
+ /**
137
+ * 镜像大小,单位为Byte。
138
+ */
139
+ readonly virtualSize: number;
140
+ /**
141
+ * 镜像的可见性。public:公共镜像。private:私有镜像。shared:共享镜像。
142
+ */
143
+ readonly visibility: string;
144
+ }
145
+ /**
146
+ * Data Source schema for Volcengine::ECS::Image
147
+ */
148
+ export declare function getImageOutput(args: GetImageOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetImageResult>;
149
+ /**
150
+ * A collection of arguments for invoking getImage.
151
+ */
152
+ export interface GetImageOutputArgs {
153
+ /**
154
+ * Uniquely identifies the resource.
155
+ */
156
+ id: pulumi.Input<string>;
157
+ }
@@ -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.getImageOutput = exports.getImage = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::ECS::Image
10
+ */
11
+ function getImage(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getImage:getImage", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getImage = getImage;
18
+ /**
19
+ * Data Source schema for Volcengine::ECS::Image
20
+ */
21
+ function getImageOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getImage:getImage", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getImageOutput = getImageOutput;
28
+ //# sourceMappingURL=getImage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getImage.js","sourceRoot":"","sources":["../../ecs/getImage.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AA6ID;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::ECS::Image
4
+ */
5
+ export declare function getImages(opts?: pulumi.InvokeOptions): Promise<GetImagesResult>;
6
+ /**
7
+ * A collection of values returned by getImages.
8
+ */
9
+ export interface GetImagesResult {
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::Image
21
+ */
22
+ export declare function getImagesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetImagesResult>;
@@ -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.getImagesOutput = exports.getImages = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::ECS::Image
10
+ */
11
+ function getImages(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getImages:getImages", {}, opts);
14
+ }
15
+ exports.getImages = getImages;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::ECS::Image
18
+ */
19
+ function getImagesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getImages:getImages", {}, opts);
22
+ }
23
+ exports.getImagesOutput = getImagesOutput;
24
+ //# sourceMappingURL=getImages.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getImages.js","sourceRoot":"","sources":["../../ecs/getImages.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAA2B;IACjD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE,EACpE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8BAIC;AAeD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAiC;IAC7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE,EAC1E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC"}
@@ -0,0 +1,143 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::ECS::Invocation
5
+ */
6
+ export declare function getInvocation(args: GetInvocationArgs, opts?: pulumi.InvokeOptions): Promise<GetInvocationResult>;
7
+ /**
8
+ * A collection of arguments for invoking getInvocation.
9
+ */
10
+ export interface GetInvocationArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getInvocation.
18
+ */
19
+ export interface GetInvocationResult {
20
+ /**
21
+ * 命令内容。
22
+ */
23
+ readonly commandContent: string;
24
+ /**
25
+ * 被调用命令的描述。
26
+ */
27
+ readonly commandDescription: string;
28
+ /**
29
+ * 命令ID。
30
+ */
31
+ readonly commandId: string;
32
+ /**
33
+ * 任务触发时的命令名称。
34
+ */
35
+ readonly commandName: string;
36
+ /**
37
+ * 被调用命令的提供方。
38
+ */
39
+ readonly commandProvider: string;
40
+ /**
41
+ * 作业触发的命令类型。
42
+ */
43
+ readonly commandType: string;
44
+ /**
45
+ * 被调用命令是否使用自定义参数。true:已启用。false:未启用。
46
+ */
47
+ readonly enableParameter: boolean;
48
+ /**
49
+ * 任务结束时间。
50
+ */
51
+ readonly endTime: string;
52
+ /**
53
+ * 执行频率。RepeatMode=Rate 时本参数必填。格式:<执行间隔数值><执行间隔单位>,执行间隔单位:支持分钟(5m-60m)、小时(1h-24h)和天(1d-7d)。执行间隔基于固定频率,与作业实际执行需要的时间无关。创建作业后基于LaunchTime执行一次,根据间隔设置确定下一次执行时间。
54
+ */
55
+ readonly frequency: string;
56
+ /**
57
+ * Uniquely identifies the resource.
58
+ */
59
+ readonly id: string;
60
+ /**
61
+ * 实例ID列表,最多支持200个ID。
62
+ */
63
+ readonly instanceIds: string[];
64
+ /**
65
+ * 执行实例数量。
66
+ */
67
+ readonly instanceNumber: number;
68
+ /**
69
+ * 作业描述,默认为空字符串,不超过256个字符。
70
+ */
71
+ readonly invocationDescription: string;
72
+ /**
73
+ * 任务执行 ID。
74
+ */
75
+ readonly invocationId: string;
76
+ /**
77
+ * 作业名称。不超过64个字符。暂不限制特殊字符。同地域下作业名称可重复。
78
+ */
79
+ readonly invocationName: string;
80
+ /**
81
+ * 单台实例执行命令的结果。
82
+ */
83
+ readonly invocationResults: outputs.ecs.GetInvocationInvocationResult[];
84
+ /**
85
+ * 命令执行的总执行状态。
86
+ */
87
+ readonly invocationStatus: string;
88
+ /**
89
+ * 执行时间。
90
+ */
91
+ readonly launchTime: string;
92
+ readonly parameterDefinitions: outputs.ecs.GetInvocationParameterDefinition[];
93
+ /**
94
+ * 命令中包含自定义参数时,需通过本参数传入自定义参数的键值对。自定义参数个数范围为0~60。Key不允许为空字符串,最多支持64个字符。Value允许为空字符串。自定义参数与原始命令内容在Base64编码后,综合长度不能超过16KB。设置的自定义参数名集合必须为创建命令时定义的参数集的子集。对于未传入的参数,使用默认值代替。
95
+ */
96
+ readonly parameters: string;
97
+ /**
98
+ * 资源所属项目,一个资源只能归属于一个项目。
99
+ */
100
+ readonly projectName: string;
101
+ /**
102
+ * 周期结束时间,仅适用于周期任务(Rate)。
103
+ */
104
+ readonly recurrenceEndTime: string;
105
+ /**
106
+ * 设置命令执行的方式。Once:默认,表示立即执行命令。Rate:周期执行命令,需要通过Frequency参数传入Rate表达式指定执行周期。Fixed:定时执行命令,需要通过LaunchTime参数指定的执行时间。
107
+ */
108
+ readonly repeatMode: string;
109
+ /**
110
+ * 任务开始时间。
111
+ */
112
+ readonly startTime: string;
113
+ readonly tags: outputs.ecs.GetInvocationTag[];
114
+ /**
115
+ * 创建的命令在ECS实例中执行时最大的超时时间,单位为秒。默认值:60。可选范围为:30~86400。
116
+ */
117
+ readonly timeout: number;
118
+ /**
119
+ * 在ECS实例中执行命令的用户名称。
120
+ */
121
+ readonly username: string;
122
+ /**
123
+ * 自定义windows用户的密码。
124
+ */
125
+ readonly windowsPassword: string;
126
+ /**
127
+ * 创建的命令在ECS实例中运行的目录。
128
+ */
129
+ readonly workingDir: string;
130
+ }
131
+ /**
132
+ * Data Source schema for Volcengine::ECS::Invocation
133
+ */
134
+ export declare function getInvocationOutput(args: GetInvocationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetInvocationResult>;
135
+ /**
136
+ * A collection of arguments for invoking getInvocation.
137
+ */
138
+ export interface GetInvocationOutputArgs {
139
+ /**
140
+ * Uniquely identifies the resource.
141
+ */
142
+ id: pulumi.Input<string>;
143
+ }
@@ -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.getInvocationOutput = exports.getInvocation = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::ECS::Invocation
10
+ */
11
+ function getInvocation(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getInvocation:getInvocation", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getInvocation = getInvocation;
18
+ /**
19
+ * Data Source schema for Volcengine::ECS::Invocation
20
+ */
21
+ function getInvocationOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getInvocation:getInvocation", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getInvocationOutput = getInvocationOutput;
28
+ //# sourceMappingURL=getInvocation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInvocation.js","sourceRoot":"","sources":["../../ecs/getInvocation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AA+HD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}