@byteplus/pulumi-bytepluscc 0.0.8 → 0.0.12

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 (255) hide show
  1. package/alb/acl.d.ts +152 -0
  2. package/alb/acl.js +98 -0
  3. package/alb/acl.js.map +1 -0
  4. package/alb/getAcl.d.ts +81 -0
  5. package/alb/getAcl.js +28 -0
  6. package/alb/getAcl.js.map +1 -0
  7. package/alb/getAcls.d.ts +22 -0
  8. package/alb/getAcls.js +24 -0
  9. package/alb/getAcls.js.map +1 -0
  10. package/alb/getLoadBalancer.d.ts +153 -0
  11. package/alb/getLoadBalancer.js +28 -0
  12. package/alb/getLoadBalancer.js.map +1 -0
  13. package/alb/getLoadBalancers.d.ts +22 -0
  14. package/alb/getLoadBalancers.js +24 -0
  15. package/alb/getLoadBalancers.js.map +1 -0
  16. package/alb/getServerGroup.d.ts +109 -0
  17. package/alb/getServerGroup.js +28 -0
  18. package/alb/getServerGroup.js.map +1 -0
  19. package/alb/getServerGroups.d.ts +22 -0
  20. package/alb/getServerGroups.js +24 -0
  21. package/alb/getServerGroups.js.map +1 -0
  22. package/alb/index.d.ts +27 -0
  23. package/alb/index.js +34 -1
  24. package/alb/index.js.map +1 -1
  25. package/alb/loadBalancer.d.ts +341 -0
  26. package/alb/loadBalancer.js +120 -0
  27. package/alb/loadBalancer.js.map +1 -0
  28. package/alb/serverGroup.d.ts +219 -0
  29. package/alb/serverGroup.js +95 -0
  30. package/alb/serverGroup.js.map +1 -0
  31. package/autoscaling/getScalingConfiguration.d.ts +4 -1
  32. package/autoscaling/getScalingConfiguration.js.map +1 -1
  33. package/autoscaling/scalingConfiguration.d.ts +3 -3
  34. package/cdn/getShareConfig.d.ts +1 -1
  35. package/cdn/shareConfig.d.ts +3 -3
  36. package/cdn/shareConfig.js +2 -2
  37. package/cdn/shareConfig.js.map +1 -1
  38. package/clb/acl.d.ts +166 -0
  39. package/clb/acl.js +107 -0
  40. package/clb/acl.js.map +1 -0
  41. package/clb/certificate.d.ts +187 -0
  42. package/clb/certificate.js +109 -0
  43. package/clb/certificate.js.map +1 -0
  44. package/clb/getAcl.d.ts +85 -0
  45. package/clb/getAcl.js +28 -0
  46. package/clb/getAcl.js.map +1 -0
  47. package/clb/getAcls.d.ts +22 -0
  48. package/clb/getAcls.js +24 -0
  49. package/clb/getAcls.js.map +1 -0
  50. package/clb/getCertificate.d.ts +89 -0
  51. package/clb/getCertificate.js +28 -0
  52. package/clb/getCertificate.js.map +1 -0
  53. package/clb/getCertificates.d.ts +22 -0
  54. package/clb/getCertificates.js +24 -0
  55. package/clb/getCertificates.js.map +1 -0
  56. package/clb/getListener.d.ts +5 -1
  57. package/clb/getListener.js.map +1 -1
  58. package/clb/getNlb.d.ts +141 -0
  59. package/clb/getNlb.js +28 -0
  60. package/clb/getNlb.js.map +1 -0
  61. package/clb/getNlbs.d.ts +22 -0
  62. package/clb/getNlbs.js +24 -0
  63. package/clb/getNlbs.js.map +1 -0
  64. package/clb/index.d.ts +27 -0
  65. package/clb/index.js +34 -1
  66. package/clb/index.js.map +1 -1
  67. package/clb/listener.d.ts +11 -3
  68. package/clb/listener.js +2 -0
  69. package/clb/listener.js.map +1 -1
  70. package/clb/nlb.d.ts +297 -0
  71. package/clb/nlb.js +120 -0
  72. package/clb/nlb.js.map +1 -0
  73. package/cr/getNameSpace.d.ts +52 -0
  74. package/cr/getNameSpace.js +28 -0
  75. package/cr/getNameSpace.js.map +1 -0
  76. package/cr/getNameSpaces.d.ts +22 -0
  77. package/cr/getNameSpaces.js +24 -0
  78. package/cr/getNameSpaces.js.map +1 -0
  79. package/cr/getRegistries.d.ts +22 -0
  80. package/cr/getRegistries.js +24 -0
  81. package/cr/getRegistries.js.map +1 -0
  82. package/cr/getRegistry.d.ts +81 -0
  83. package/cr/getRegistry.js +28 -0
  84. package/cr/getRegistry.js.map +1 -0
  85. package/cr/index.d.ts +18 -0
  86. package/cr/index.js +23 -1
  87. package/cr/index.js.map +1 -1
  88. package/cr/nameSpace.d.ts +102 -0
  89. package/cr/nameSpace.js +83 -0
  90. package/cr/nameSpace.js.map +1 -0
  91. package/cr/registry.d.ts +159 -0
  92. package/cr/registry.js +98 -0
  93. package/cr/registry.js.map +1 -0
  94. package/ecs/command.d.ts +213 -0
  95. package/ecs/command.js +99 -0
  96. package/ecs/command.js.map +1 -0
  97. package/ecs/getCommand.d.ts +105 -0
  98. package/ecs/getCommand.js +28 -0
  99. package/ecs/getCommand.js.map +1 -0
  100. package/ecs/getCommands.d.ts +22 -0
  101. package/ecs/getCommands.js +24 -0
  102. package/ecs/getCommands.js.map +1 -0
  103. package/ecs/getInvocation.d.ts +149 -0
  104. package/ecs/getInvocation.js +28 -0
  105. package/ecs/getInvocation.js.map +1 -0
  106. package/ecs/getInvocations.d.ts +22 -0
  107. package/ecs/getInvocations.js +24 -0
  108. package/ecs/getInvocations.js.map +1 -0
  109. package/ecs/getKeypair.d.ts +77 -0
  110. package/ecs/getKeypair.js +28 -0
  111. package/ecs/getKeypair.js.map +1 -0
  112. package/ecs/getKeypairs.d.ts +22 -0
  113. package/ecs/getKeypairs.js +24 -0
  114. package/ecs/getKeypairs.js.map +1 -0
  115. package/ecs/index.d.ts +27 -0
  116. package/ecs/index.js +34 -1
  117. package/ecs/index.js.map +1 -1
  118. package/ecs/invocation.d.ts +338 -0
  119. package/ecs/invocation.js +149 -0
  120. package/ecs/invocation.js.map +1 -0
  121. package/ecs/keypair.d.ts +159 -0
  122. package/ecs/keypair.js +96 -0
  123. package/ecs/keypair.js.map +1 -0
  124. package/filenas/getSnapshot.d.ts +92 -0
  125. package/filenas/getSnapshot.js +28 -0
  126. package/filenas/getSnapshot.js.map +1 -0
  127. package/filenas/getSnapshots.d.ts +22 -0
  128. package/filenas/getSnapshots.js +24 -0
  129. package/filenas/getSnapshots.js.map +1 -0
  130. package/filenas/index.d.ts +9 -0
  131. package/filenas/index.js +12 -1
  132. package/filenas/index.js.map +1 -1
  133. package/filenas/snapshot.d.ts +182 -0
  134. package/filenas/snapshot.js +103 -0
  135. package/filenas/snapshot.js.map +1 -0
  136. package/iam/getGroup.d.ts +73 -0
  137. package/iam/getGroup.js +28 -0
  138. package/iam/getGroup.js.map +1 -0
  139. package/iam/getGroups.d.ts +22 -0
  140. package/iam/getGroups.js +24 -0
  141. package/iam/getGroups.js.map +1 -0
  142. package/iam/group.d.ts +121 -0
  143. package/iam/group.js +77 -0
  144. package/iam/group.js.map +1 -0
  145. package/iam/index.d.ts +9 -0
  146. package/iam/index.js +12 -1
  147. package/iam/index.js.map +1 -1
  148. package/iam/policy.d.ts +0 -4
  149. package/iam/policy.js +1 -1
  150. package/iam/policy.js.map +1 -1
  151. package/index.d.ts +4 -1
  152. package/index.js +7 -1
  153. package/index.js.map +1 -1
  154. package/package.json +1 -1
  155. package/rdsmysql/database.d.ts +106 -0
  156. package/rdsmysql/database.js +74 -0
  157. package/rdsmysql/database.js.map +1 -0
  158. package/rdsmysql/getDatabase.d.ts +61 -0
  159. package/rdsmysql/getDatabase.js +28 -0
  160. package/rdsmysql/getDatabase.js.map +1 -0
  161. package/rdsmysql/getDatabases.d.ts +22 -0
  162. package/rdsmysql/getDatabases.js +24 -0
  163. package/rdsmysql/getDatabases.js.map +1 -0
  164. package/rdsmysql/index.d.ts +9 -0
  165. package/rdsmysql/index.js +12 -1
  166. package/rdsmysql/index.js.map +1 -1
  167. package/transitrouter/getTransitRouter.d.ts +93 -0
  168. package/transitrouter/getTransitRouter.js +28 -0
  169. package/transitrouter/getTransitRouter.js.map +1 -0
  170. package/transitrouter/getTransitRouterRouteEntries.d.ts +22 -0
  171. package/transitrouter/getTransitRouterRouteEntries.js +24 -0
  172. package/transitrouter/getTransitRouterRouteEntries.js.map +1 -0
  173. package/transitrouter/getTransitRouterRouteEntry.d.ts +84 -0
  174. package/transitrouter/getTransitRouterRouteEntry.js +28 -0
  175. package/transitrouter/getTransitRouterRouteEntry.js.map +1 -0
  176. package/transitrouter/getTransitRouterRouteTable.d.ts +81 -0
  177. package/transitrouter/getTransitRouterRouteTable.js +28 -0
  178. package/transitrouter/getTransitRouterRouteTable.js.map +1 -0
  179. package/transitrouter/getTransitRouterRouteTables.d.ts +22 -0
  180. package/transitrouter/getTransitRouterRouteTables.js +24 -0
  181. package/transitrouter/getTransitRouterRouteTables.js.map +1 -0
  182. package/transitrouter/getTransitRouters.d.ts +22 -0
  183. package/transitrouter/getTransitRouters.js +24 -0
  184. package/transitrouter/getTransitRouters.js.map +1 -0
  185. package/transitrouter/index.d.ts +27 -0
  186. package/transitrouter/index.js +50 -0
  187. package/transitrouter/index.js.map +1 -0
  188. package/transitrouter/transitRouter.d.ts +182 -0
  189. package/transitrouter/transitRouter.js +102 -0
  190. package/transitrouter/transitRouter.js.map +1 -0
  191. package/transitrouter/transitRouterRouteEntry.d.ts +165 -0
  192. package/transitrouter/transitRouterRouteEntry.js +89 -0
  193. package/transitrouter/transitRouterRouteEntry.js.map +1 -0
  194. package/transitrouter/transitRouterRouteTable.d.ts +159 -0
  195. package/transitrouter/transitRouterRouteTable.js +98 -0
  196. package/transitrouter/transitRouterRouteTable.js.map +1 -0
  197. package/types/input.d.ts +978 -26
  198. package/types/output.d.ts +2407 -341
  199. package/vefaas/kafkaTrigger.d.ts +1 -1
  200. package/vefaas/kafkaTrigger.js +3 -0
  201. package/vefaas/kafkaTrigger.js.map +1 -1
  202. package/vmp/getWorkspace.d.ts +109 -0
  203. package/vmp/getWorkspace.js +28 -0
  204. package/vmp/getWorkspace.js.map +1 -0
  205. package/vmp/getWorkspaces.d.ts +22 -0
  206. package/vmp/getWorkspaces.js +24 -0
  207. package/vmp/getWorkspaces.js.map +1 -0
  208. package/vmp/index.d.ts +9 -0
  209. package/vmp/index.js +28 -0
  210. package/vmp/index.js.map +1 -0
  211. package/vmp/workspace.d.ts +235 -0
  212. package/vmp/workspace.js +119 -0
  213. package/vmp/workspace.js.map +1 -0
  214. package/vpc/bandwidthPackage.d.ts +257 -0
  215. package/vpc/bandwidthPackage.js +103 -0
  216. package/vpc/bandwidthPackage.js.map +1 -0
  217. package/vpc/getBandwidthPackage.d.ts +125 -0
  218. package/vpc/getBandwidthPackage.js +28 -0
  219. package/vpc/getBandwidthPackage.js.map +1 -0
  220. package/vpc/getBandwidthPackages.d.ts +22 -0
  221. package/vpc/getBandwidthPackages.js +24 -0
  222. package/vpc/getBandwidthPackages.js.map +1 -0
  223. package/vpc/getNetworkAcl.d.ts +93 -0
  224. package/vpc/getNetworkAcl.js +28 -0
  225. package/vpc/getNetworkAcl.js.map +1 -0
  226. package/vpc/getNetworkAcls.d.ts +22 -0
  227. package/vpc/getNetworkAcls.js +24 -0
  228. package/vpc/getNetworkAcls.js.map +1 -0
  229. package/vpc/getPrefixList.d.ts +93 -0
  230. package/vpc/getPrefixList.js +28 -0
  231. package/vpc/getPrefixList.js.map +1 -0
  232. package/vpc/getPrefixLists.d.ts +22 -0
  233. package/vpc/getPrefixLists.js +24 -0
  234. package/vpc/getPrefixLists.js.map +1 -0
  235. package/vpc/index.d.ts +27 -0
  236. package/vpc/index.js +34 -1
  237. package/vpc/index.js.map +1 -1
  238. package/vpc/networkAcl.d.ts +143 -0
  239. package/vpc/networkAcl.js +87 -0
  240. package/vpc/networkAcl.js.map +1 -0
  241. package/vpc/prefixList.d.ts +180 -0
  242. package/vpc/prefixList.js +110 -0
  243. package/vpc/prefixList.js.map +1 -0
  244. package/vpn/getVpnGateway.d.ts +165 -0
  245. package/vpn/getVpnGateway.js +28 -0
  246. package/vpn/getVpnGateway.js.map +1 -0
  247. package/vpn/getVpnGateways.d.ts +22 -0
  248. package/vpn/getVpnGateways.js +24 -0
  249. package/vpn/getVpnGateways.js.map +1 -0
  250. package/vpn/index.d.ts +9 -0
  251. package/vpn/index.js +28 -0
  252. package/vpn/index.js.map +1 -0
  253. package/vpn/vpnGateway.d.ts +389 -0
  254. package/vpn/vpnGateway.js +152 -0
  255. package/vpn/vpnGateway.js.map +1 -0
@@ -0,0 +1,159 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * ECS 密钥对(Keypair)默认采用 RSA 2048 位加密算法生成一对关联密钥,包含公钥(public key)和私钥(private key)。其中,公钥用于对数据进行加密处理,可将明文转换为不可直接读取的密文;私钥则作为解密的唯一凭证,能将密文还原为原始明文,实现安全的身份验证与数据传输。
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as bytepluscc from "@byteplus/pulumi-bytepluscc";
12
+ *
13
+ * const eCSKeypairDemo = new bytepluscc.ecs.Keypair("ECSKeypairDemo", {
14
+ * keyPairName: "ECSKeypairDemo",
15
+ * projectName: "default",
16
+ * description: "ECSKeypairDemo Description",
17
+ * tags: [{
18
+ * key: "env",
19
+ * value: "test",
20
+ * }],
21
+ * });
22
+ * ```
23
+ *
24
+ * ## Import
25
+ *
26
+ * ```sh
27
+ * $ pulumi import bytepluscc:ecs/keypair:Keypair example "key_pair_name"
28
+ * ```
29
+ */
30
+ export declare class Keypair extends pulumi.CustomResource {
31
+ /**
32
+ * Get an existing Keypair 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: string, id: pulumi.Input<pulumi.ID>, state?: KeypairState, opts?: pulumi.CustomResourceOptions): Keypair;
41
+ /**
42
+ * Returns true if the given object is an instance of Keypair. This is designed to work even
43
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
44
+ */
45
+ static isInstance(obj: any): obj is Keypair;
46
+ /**
47
+ * 密钥对创建时间。
48
+ */
49
+ readonly createdTime: pulumi.Output<string>;
50
+ /**
51
+ * 密钥对的描述,默认值为空字符串。必须以字母或中文开头。只能包含中文、字母、数字、点“.”、空格、下划线“_”、中划线“-”、等号“=”、英文逗号“,”、中文逗号“,”和中文句号“。”长度限制在255个字符以内。
52
+ */
53
+ readonly description: pulumi.Output<string>;
54
+ /**
55
+ * 密钥对的指纹。根据RFC4716定义的公钥指纹格式,采用MD5信息摘要算法。
56
+ */
57
+ readonly fingerPrint: pulumi.Output<string>;
58
+ /**
59
+ * 操作的实例ID。
60
+ */
61
+ readonly instanceIds: pulumi.Output<string[]>;
62
+ /**
63
+ * 密钥对唯一ID。
64
+ */
65
+ readonly keyPairId: pulumi.Output<string>;
66
+ /**
67
+ * 密钥对名称。不可与已有名称重复。长度限制在 2~64 个字符之间。允许使用点号“.”分隔字符成多段,每段允许使用大小写字母、数字或连字符“-”。不能以“-”和“.”开头或结尾,不能连续使用“-”或者“.”。
68
+ */
69
+ readonly keyPairName: pulumi.Output<string>;
70
+ /**
71
+ * 资源所属项目,一个资源只能归属于一个项目。只能包含字母、数字、下划线“_”、点“.”和中划线“-”。长度限制在64个字符以内。
72
+ */
73
+ readonly projectName: pulumi.Output<string>;
74
+ /**
75
+ * 密钥对的公钥信息。
76
+ */
77
+ readonly publicKey: pulumi.Output<string>;
78
+ readonly tags: pulumi.Output<outputs.ecs.KeypairTag[]>;
79
+ /**
80
+ * 密钥对更新时间。
81
+ */
82
+ readonly updatedTime: pulumi.Output<string>;
83
+ /**
84
+ * Create a Keypair resource with the given unique name, arguments, and options.
85
+ *
86
+ * @param name The _unique_ name of the resource.
87
+ * @param args The arguments to use to populate this resource's properties.
88
+ * @param opts A bag of options that control this resource's behavior.
89
+ */
90
+ constructor(name: string, args: KeypairArgs, opts?: pulumi.CustomResourceOptions);
91
+ }
92
+ /**
93
+ * Input properties used for looking up and filtering Keypair resources.
94
+ */
95
+ export interface KeypairState {
96
+ /**
97
+ * 密钥对创建时间。
98
+ */
99
+ createdTime?: pulumi.Input<string>;
100
+ /**
101
+ * 密钥对的描述,默认值为空字符串。必须以字母或中文开头。只能包含中文、字母、数字、点“.”、空格、下划线“_”、中划线“-”、等号“=”、英文逗号“,”、中文逗号“,”和中文句号“。”长度限制在255个字符以内。
102
+ */
103
+ description?: pulumi.Input<string>;
104
+ /**
105
+ * 密钥对的指纹。根据RFC4716定义的公钥指纹格式,采用MD5信息摘要算法。
106
+ */
107
+ fingerPrint?: pulumi.Input<string>;
108
+ /**
109
+ * 操作的实例ID。
110
+ */
111
+ instanceIds?: pulumi.Input<pulumi.Input<string>[]>;
112
+ /**
113
+ * 密钥对唯一ID。
114
+ */
115
+ keyPairId?: pulumi.Input<string>;
116
+ /**
117
+ * 密钥对名称。不可与已有名称重复。长度限制在 2~64 个字符之间。允许使用点号“.”分隔字符成多段,每段允许使用大小写字母、数字或连字符“-”。不能以“-”和“.”开头或结尾,不能连续使用“-”或者“.”。
118
+ */
119
+ keyPairName?: pulumi.Input<string>;
120
+ /**
121
+ * 资源所属项目,一个资源只能归属于一个项目。只能包含字母、数字、下划线“_”、点“.”和中划线“-”。长度限制在64个字符以内。
122
+ */
123
+ projectName?: pulumi.Input<string>;
124
+ /**
125
+ * 密钥对的公钥信息。
126
+ */
127
+ publicKey?: pulumi.Input<string>;
128
+ tags?: pulumi.Input<pulumi.Input<inputs.ecs.KeypairTag>[]>;
129
+ /**
130
+ * 密钥对更新时间。
131
+ */
132
+ updatedTime?: pulumi.Input<string>;
133
+ }
134
+ /**
135
+ * The set of arguments for constructing a Keypair resource.
136
+ */
137
+ export interface KeypairArgs {
138
+ /**
139
+ * 密钥对的描述,默认值为空字符串。必须以字母或中文开头。只能包含中文、字母、数字、点“.”、空格、下划线“_”、中划线“-”、等号“=”、英文逗号“,”、中文逗号“,”和中文句号“。”长度限制在255个字符以内。
140
+ */
141
+ description?: pulumi.Input<string>;
142
+ /**
143
+ * 操作的实例ID。
144
+ */
145
+ instanceIds?: pulumi.Input<pulumi.Input<string>[]>;
146
+ /**
147
+ * 密钥对名称。不可与已有名称重复。长度限制在 2~64 个字符之间。允许使用点号“.”分隔字符成多段,每段允许使用大小写字母、数字或连字符“-”。不能以“-”和“.”开头或结尾,不能连续使用“-”或者“.”。
148
+ */
149
+ keyPairName: pulumi.Input<string>;
150
+ /**
151
+ * 资源所属项目,一个资源只能归属于一个项目。只能包含字母、数字、下划线“_”、点“.”和中划线“-”。长度限制在64个字符以内。
152
+ */
153
+ projectName?: pulumi.Input<string>;
154
+ /**
155
+ * 密钥对的公钥信息。
156
+ */
157
+ publicKey?: pulumi.Input<string>;
158
+ tags?: pulumi.Input<pulumi.Input<inputs.ecs.KeypairTag>[]>;
159
+ }
package/ecs/keypair.js ADDED
@@ -0,0 +1,96 @@
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.Keypair = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * ECS 密钥对(Keypair)默认采用 RSA 2048 位加密算法生成一对关联密钥,包含公钥(public key)和私钥(private key)。其中,公钥用于对数据进行加密处理,可将明文转换为不可直接读取的密文;私钥则作为解密的唯一凭证,能将密文还原为原始明文,实现安全的身份验证与数据传输。
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as bytepluscc from "@byteplus/pulumi-bytepluscc";
16
+ *
17
+ * const eCSKeypairDemo = new bytepluscc.ecs.Keypair("ECSKeypairDemo", {
18
+ * keyPairName: "ECSKeypairDemo",
19
+ * projectName: "default",
20
+ * description: "ECSKeypairDemo Description",
21
+ * tags: [{
22
+ * key: "env",
23
+ * value: "test",
24
+ * }],
25
+ * });
26
+ * ```
27
+ *
28
+ * ## Import
29
+ *
30
+ * ```sh
31
+ * $ pulumi import bytepluscc:ecs/keypair:Keypair example "key_pair_name"
32
+ * ```
33
+ */
34
+ class Keypair extends pulumi.CustomResource {
35
+ /**
36
+ * Get an existing Keypair resource's state with the given name, ID, and optional extra
37
+ * properties used to qualify the lookup.
38
+ *
39
+ * @param name The _unique_ name of the resulting resource.
40
+ * @param id The _unique_ provider ID of the resource to lookup.
41
+ * @param state Any extra arguments used during the lookup.
42
+ * @param opts Optional settings to control the behavior of the CustomResource.
43
+ */
44
+ static get(name, id, state, opts) {
45
+ return new Keypair(name, state, Object.assign(Object.assign({}, opts), { id: id }));
46
+ }
47
+ /**
48
+ * Returns true if the given object is an instance of Keypair. This is designed to work even
49
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
50
+ */
51
+ static isInstance(obj) {
52
+ if (obj === undefined || obj === null) {
53
+ return false;
54
+ }
55
+ return obj['__pulumiType'] === Keypair.__pulumiType;
56
+ }
57
+ constructor(name, argsOrState, opts) {
58
+ let resourceInputs = {};
59
+ opts = opts || {};
60
+ if (opts.id) {
61
+ const state = argsOrState;
62
+ resourceInputs["createdTime"] = state ? state.createdTime : undefined;
63
+ resourceInputs["description"] = state ? state.description : undefined;
64
+ resourceInputs["fingerPrint"] = state ? state.fingerPrint : undefined;
65
+ resourceInputs["instanceIds"] = state ? state.instanceIds : undefined;
66
+ resourceInputs["keyPairId"] = state ? state.keyPairId : undefined;
67
+ resourceInputs["keyPairName"] = state ? state.keyPairName : undefined;
68
+ resourceInputs["projectName"] = state ? state.projectName : undefined;
69
+ resourceInputs["publicKey"] = state ? state.publicKey : undefined;
70
+ resourceInputs["tags"] = state ? state.tags : undefined;
71
+ resourceInputs["updatedTime"] = state ? state.updatedTime : undefined;
72
+ }
73
+ else {
74
+ const args = argsOrState;
75
+ if ((!args || args.keyPairName === undefined) && !opts.urn) {
76
+ throw new Error("Missing required property 'keyPairName'");
77
+ }
78
+ resourceInputs["description"] = args ? args.description : undefined;
79
+ resourceInputs["instanceIds"] = args ? args.instanceIds : undefined;
80
+ resourceInputs["keyPairName"] = args ? args.keyPairName : undefined;
81
+ resourceInputs["projectName"] = args ? args.projectName : undefined;
82
+ resourceInputs["publicKey"] = args ? args.publicKey : undefined;
83
+ resourceInputs["tags"] = args ? args.tags : undefined;
84
+ resourceInputs["createdTime"] = undefined /*out*/;
85
+ resourceInputs["fingerPrint"] = undefined /*out*/;
86
+ resourceInputs["keyPairId"] = undefined /*out*/;
87
+ resourceInputs["updatedTime"] = undefined /*out*/;
88
+ }
89
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
90
+ super(Keypair.__pulumiType, name, resourceInputs, opts);
91
+ }
92
+ }
93
+ exports.Keypair = Keypair;
94
+ /** @internal */
95
+ Keypair.__pulumiType = 'bytepluscc:ecs/keypair:Keypair';
96
+ //# sourceMappingURL=keypair.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"keypair.js","sourceRoot":"","sources":["../../ecs/keypair.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,92 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Data Source schema for Byteplus::FileNAS::Snapshot
4
+ */
5
+ export declare function getSnapshot(args: GetSnapshotArgs, opts?: pulumi.InvokeOptions): Promise<GetSnapshotResult>;
6
+ /**
7
+ * A collection of arguments for invoking getSnapshot.
8
+ */
9
+ export interface GetSnapshotArgs {
10
+ /**
11
+ * Uniquely identifies the resource.
12
+ */
13
+ id: string;
14
+ }
15
+ /**
16
+ * A collection of values returned by getSnapshot.
17
+ */
18
+ export interface GetSnapshotResult {
19
+ /**
20
+ * 快照创建时间。
21
+ */
22
+ readonly createdTime: string;
23
+ /**
24
+ * 快照描述信息。
25
+ */
26
+ readonly description: string;
27
+ /**
28
+ * 文件系统 ID。
29
+ */
30
+ readonly fileSystemId: string;
31
+ /**
32
+ * 文件系统名称。
33
+ */
34
+ readonly fileSystemName: string;
35
+ /**
36
+ * Uniquely identifies the resource.
37
+ */
38
+ readonly id: string;
39
+ /**
40
+ * 是否加密,当前仅支持false,即不加密。
41
+ */
42
+ readonly isEncrypt: boolean;
43
+ /**
44
+ * 快照创建进度。
45
+ */
46
+ readonly progress: string;
47
+ /**
48
+ * 快照保留时间,默认为2147483647,即永久保留。
49
+ */
50
+ readonly retentionDays: number;
51
+ /**
52
+ * 快照 ID。
53
+ */
54
+ readonly snapshotId: string;
55
+ /**
56
+ * 快照名称。
57
+ */
58
+ readonly snapshotName: string;
59
+ /**
60
+ * 快照类型,默认为Manual,即手动快照。
61
+ */
62
+ readonly snapshotType: string;
63
+ /**
64
+ * 文件系统容量,单位为 GiB。
65
+ */
66
+ readonly sourceSize: number;
67
+ /**
68
+ * 文件系统版本。
69
+ */
70
+ readonly sourceVersion: string;
71
+ /**
72
+ * 快照状态。说明如下:Progressing:正在创建。Accomplished:创建成功。Failed:创建失败。
73
+ */
74
+ readonly status: string;
75
+ /**
76
+ * 可用区 ID。
77
+ */
78
+ readonly zoneId: string;
79
+ }
80
+ /**
81
+ * Data Source schema for Byteplus::FileNAS::Snapshot
82
+ */
83
+ export declare function getSnapshotOutput(args: GetSnapshotOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSnapshotResult>;
84
+ /**
85
+ * A collection of arguments for invoking getSnapshot.
86
+ */
87
+ export interface GetSnapshotOutputArgs {
88
+ /**
89
+ * Uniquely identifies the resource.
90
+ */
91
+ id: pulumi.Input<string>;
92
+ }
@@ -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.getSnapshotOutput = exports.getSnapshot = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Byteplus::FileNAS::Snapshot
10
+ */
11
+ function getSnapshot(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:filenas/getSnapshot:getSnapshot", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getSnapshot = getSnapshot;
18
+ /**
19
+ * Data Source schema for Byteplus::FileNAS::Snapshot
20
+ */
21
+ function getSnapshotOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("bytepluscc:filenas/getSnapshot:getSnapshot", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getSnapshotOutput = getSnapshotOutput;
28
+ //# sourceMappingURL=getSnapshot.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSnapshot.js","sourceRoot":"","sources":["../../filenas/getSnapshot.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AA6ED;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Byteplus::FileNAS::Snapshot
4
+ */
5
+ export declare function getSnapshots(opts?: pulumi.InvokeOptions): Promise<GetSnapshotsResult>;
6
+ /**
7
+ * A collection of values returned by getSnapshots.
8
+ */
9
+ export interface GetSnapshotsResult {
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 Byteplus::FileNAS::Snapshot
21
+ */
22
+ export declare function getSnapshotsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSnapshotsResult>;
@@ -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.getSnapshotsOutput = exports.getSnapshots = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Byteplus::FileNAS::Snapshot
10
+ */
11
+ function getSnapshots(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:filenas/getSnapshots:getSnapshots", {}, opts);
14
+ }
15
+ exports.getSnapshots = getSnapshots;
16
+ /**
17
+ * Plural Data Source schema for Byteplus::FileNAS::Snapshot
18
+ */
19
+ function getSnapshotsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("bytepluscc:filenas/getSnapshots:getSnapshots", {}, opts);
22
+ }
23
+ exports.getSnapshotsOutput = getSnapshotsOutput;
24
+ //# sourceMappingURL=getSnapshots.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSnapshots.js","sourceRoot":"","sources":["../../filenas/getSnapshots.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAA2B;IACpD,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,EAC5E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oCAIC;AAeD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAAiC;IAChE,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,EAClF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC"}
@@ -4,6 +4,15 @@ export declare const getInstanceOutput: typeof import("./getInstance").getInstan
4
4
  export { GetInstancesResult } from "./getInstances";
5
5
  export declare const getInstances: typeof import("./getInstances").getInstances;
6
6
  export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput;
7
+ export { GetSnapshotArgs, GetSnapshotResult, GetSnapshotOutputArgs } from "./getSnapshot";
8
+ export declare const getSnapshot: typeof import("./getSnapshot").getSnapshot;
9
+ export declare const getSnapshotOutput: typeof import("./getSnapshot").getSnapshotOutput;
10
+ export { GetSnapshotsResult } from "./getSnapshots";
11
+ export declare const getSnapshots: typeof import("./getSnapshots").getSnapshots;
12
+ export declare const getSnapshotsOutput: typeof import("./getSnapshots").getSnapshotsOutput;
7
13
  export { InstanceArgs, InstanceState } from "./instance";
8
14
  export type Instance = import("./instance").Instance;
9
15
  export declare const Instance: typeof import("./instance").Instance;
16
+ export { SnapshotArgs, SnapshotState } from "./snapshot";
17
+ export type Snapshot = import("./snapshot").Snapshot;
18
+ export declare const Snapshot: typeof import("./snapshot").Snapshot;
package/filenas/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.Instance = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = void 0;
5
+ exports.Snapshot = exports.Instance = exports.getSnapshotsOutput = exports.getSnapshots = exports.getSnapshotOutput = exports.getSnapshot = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.getInstance = null;
@@ -11,18 +11,29 @@ utilities.lazyLoad(exports, ["getInstance", "getInstanceOutput"], () => require(
11
11
  exports.getInstances = null;
12
12
  exports.getInstancesOutput = null;
13
13
  utilities.lazyLoad(exports, ["getInstances", "getInstancesOutput"], () => require("./getInstances"));
14
+ exports.getSnapshot = null;
15
+ exports.getSnapshotOutput = null;
16
+ utilities.lazyLoad(exports, ["getSnapshot", "getSnapshotOutput"], () => require("./getSnapshot"));
17
+ exports.getSnapshots = null;
18
+ exports.getSnapshotsOutput = null;
19
+ utilities.lazyLoad(exports, ["getSnapshots", "getSnapshotsOutput"], () => require("./getSnapshots"));
14
20
  exports.Instance = null;
15
21
  utilities.lazyLoad(exports, ["Instance"], () => require("./instance"));
22
+ exports.Snapshot = null;
23
+ utilities.lazyLoad(exports, ["Snapshot"], () => require("./snapshot"));
16
24
  const _module = {
17
25
  version: utilities.getVersion(),
18
26
  construct: (name, type, urn) => {
19
27
  switch (type) {
20
28
  case "bytepluscc:filenas/instance:Instance":
21
29
  return new exports.Instance(name, undefined, { urn });
30
+ case "bytepluscc:filenas/snapshot:Snapshot":
31
+ return new exports.Snapshot(name, undefined, { urn });
22
32
  default:
23
33
  throw new Error(`unknown resource type ${type}`);
24
34
  }
25
35
  },
26
36
  };
27
37
  pulumi.runtime.registerResourceModule("bytepluscc", "filenas/instance", _module);
38
+ pulumi.runtime.registerResourceModule("bytepluscc", "filenas/snapshot", _module);
28
39
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../filenas/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIvF,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAGvE,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,sCAAsC;gBACvC,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../filenas/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGvF,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIvF,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI1D,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAGvE,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,sCAAsC;gBACvC,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,sCAAsC;gBACvC,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA;AAChF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA"}