@volcengine/pulumi-volcenginecc 0.0.2 → 0.0.3

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 (257) hide show
  1. package/alb/acl.d.ts +149 -0
  2. package/alb/acl.js +96 -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/getListener.d.ts +157 -0
  11. package/alb/getListener.js +28 -0
  12. package/alb/getListener.js.map +1 -0
  13. package/alb/getListeners.d.ts +22 -0
  14. package/alb/getListeners.js +24 -0
  15. package/alb/getListeners.js.map +1 -0
  16. package/alb/getLoadBalancer.d.ts +153 -0
  17. package/alb/getLoadBalancer.js +28 -0
  18. package/alb/getLoadBalancer.js.map +1 -0
  19. package/alb/getLoadBalancers.d.ts +22 -0
  20. package/alb/getLoadBalancers.js +24 -0
  21. package/alb/getLoadBalancers.js.map +1 -0
  22. package/alb/getServerGroup.d.ts +109 -0
  23. package/alb/getServerGroup.js +28 -0
  24. package/alb/getServerGroup.js.map +1 -0
  25. package/alb/getServerGroups.d.ts +22 -0
  26. package/alb/getServerGroups.js +24 -0
  27. package/alb/getServerGroups.js.map +1 -0
  28. package/alb/index.d.ts +36 -0
  29. package/alb/index.js +45 -1
  30. package/alb/index.js.map +1 -1
  31. package/alb/listener.d.ts +360 -0
  32. package/alb/listener.js +128 -0
  33. package/alb/listener.js.map +1 -0
  34. package/alb/loadBalancer.d.ts +341 -0
  35. package/alb/loadBalancer.js +120 -0
  36. package/alb/loadBalancer.js.map +1 -0
  37. package/alb/serverGroup.d.ts +219 -0
  38. package/alb/serverGroup.js +95 -0
  39. package/alb/serverGroup.js.map +1 -0
  40. package/apig/getUpstreamSource.d.ts +81 -0
  41. package/apig/getUpstreamSource.js +28 -0
  42. package/apig/getUpstreamSource.js.map +1 -0
  43. package/apig/getUpstreamSources.d.ts +22 -0
  44. package/apig/getUpstreamSources.js +24 -0
  45. package/apig/getUpstreamSources.js.map +1 -0
  46. package/apig/index.d.ts +9 -0
  47. package/apig/index.js +28 -0
  48. package/apig/index.js.map +1 -0
  49. package/apig/upstreamSource.d.ts +159 -0
  50. package/apig/upstreamSource.js +87 -0
  51. package/apig/upstreamSource.js.map +1 -0
  52. package/autoscaling/getScalingConfiguration.d.ts +140 -0
  53. package/autoscaling/getScalingConfiguration.js +28 -0
  54. package/autoscaling/getScalingConfiguration.js.map +1 -0
  55. package/autoscaling/getScalingConfigurations.d.ts +22 -0
  56. package/autoscaling/getScalingConfigurations.js +24 -0
  57. package/autoscaling/getScalingConfigurations.js.map +1 -0
  58. package/autoscaling/index.d.ts +9 -0
  59. package/autoscaling/index.js +28 -0
  60. package/autoscaling/index.js.map +1 -0
  61. package/autoscaling/scalingConfiguration.d.ts +318 -0
  62. package/autoscaling/scalingConfiguration.js +108 -0
  63. package/autoscaling/scalingConfiguration.js.map +1 -0
  64. package/clb/acl.d.ts +166 -0
  65. package/clb/acl.js +107 -0
  66. package/clb/acl.js.map +1 -0
  67. package/clb/certificate.d.ts +187 -0
  68. package/clb/certificate.js +109 -0
  69. package/clb/certificate.js.map +1 -0
  70. package/clb/getAcl.d.ts +85 -0
  71. package/clb/getAcl.js +28 -0
  72. package/clb/getAcl.js.map +1 -0
  73. package/clb/getAcls.d.ts +22 -0
  74. package/clb/getAcls.js +24 -0
  75. package/clb/getAcls.js.map +1 -0
  76. package/clb/getCertificate.d.ts +89 -0
  77. package/clb/getCertificate.js +28 -0
  78. package/clb/getCertificate.js.map +1 -0
  79. package/clb/getCertificates.d.ts +22 -0
  80. package/clb/getCertificates.js +24 -0
  81. package/clb/getCertificates.js.map +1 -0
  82. package/clb/getListener.d.ts +213 -0
  83. package/clb/getListener.js +28 -0
  84. package/clb/getListener.js.map +1 -0
  85. package/clb/getListeners.d.ts +22 -0
  86. package/clb/getListeners.js +24 -0
  87. package/clb/getListeners.js.map +1 -0
  88. package/clb/getRule.d.ts +73 -0
  89. package/clb/getRule.js +28 -0
  90. package/clb/getRule.js.map +1 -0
  91. package/clb/getRules.d.ts +22 -0
  92. package/clb/getRules.js +24 -0
  93. package/clb/getRules.js.map +1 -0
  94. package/clb/index.d.ts +36 -0
  95. package/clb/index.js +45 -1
  96. package/clb/index.js.map +1 -1
  97. package/clb/listener.d.ts +546 -0
  98. package/clb/listener.js +156 -0
  99. package/clb/listener.js.map +1 -0
  100. package/clb/rule.d.ts +162 -0
  101. package/clb/rule.js +97 -0
  102. package/clb/rule.js.map +1 -0
  103. package/cr/getNameSpace.d.ts +52 -0
  104. package/cr/getNameSpace.js +28 -0
  105. package/cr/getNameSpace.js.map +1 -0
  106. package/cr/getNameSpaces.d.ts +22 -0
  107. package/cr/getNameSpaces.js +24 -0
  108. package/cr/getNameSpaces.js.map +1 -0
  109. package/cr/getRegistries.d.ts +22 -0
  110. package/cr/getRegistries.js +24 -0
  111. package/cr/getRegistries.js.map +1 -0
  112. package/cr/getRegistry.d.ts +81 -0
  113. package/cr/getRegistry.js +28 -0
  114. package/cr/getRegistry.js.map +1 -0
  115. package/cr/index.d.ts +18 -0
  116. package/cr/index.js +23 -1
  117. package/cr/index.js.map +1 -1
  118. package/cr/nameSpace.d.ts +102 -0
  119. package/cr/nameSpace.js +83 -0
  120. package/cr/nameSpace.js.map +1 -0
  121. package/cr/registry.d.ts +142 -0
  122. package/cr/registry.js +81 -0
  123. package/cr/registry.js.map +1 -0
  124. package/directconnect/directConnectGateway.d.ts +173 -0
  125. package/directconnect/directConnectGateway.js +86 -0
  126. package/directconnect/directConnectGateway.js.map +1 -0
  127. package/directconnect/getDirectConnectGateway.d.ts +97 -0
  128. package/directconnect/getDirectConnectGateway.js +28 -0
  129. package/directconnect/getDirectConnectGateway.js.map +1 -0
  130. package/directconnect/getDirectConnectGateways.d.ts +22 -0
  131. package/directconnect/getDirectConnectGateways.js +24 -0
  132. package/directconnect/getDirectConnectGateways.js.map +1 -0
  133. package/directconnect/index.d.ts +9 -0
  134. package/directconnect/index.js +28 -0
  135. package/directconnect/index.js.map +1 -0
  136. package/ecs/getInstance.d.ts +66 -0
  137. package/ecs/getInstance.js +28 -0
  138. package/ecs/getInstance.js.map +1 -0
  139. package/ecs/getInstances.d.ts +22 -0
  140. package/ecs/getInstances.js +24 -0
  141. package/ecs/getInstances.js.map +1 -0
  142. package/ecs/index.d.ts +9 -0
  143. package/ecs/index.js +12 -1
  144. package/ecs/index.js.map +1 -1
  145. package/ecs/instance.d.ts +582 -0
  146. package/ecs/instance.js +150 -0
  147. package/ecs/instance.js.map +1 -0
  148. package/index.d.ts +9 -1
  149. package/index.js +17 -1
  150. package/index.js.map +1 -1
  151. package/package.json +2 -2
  152. package/rdsmysql/database.d.ts +100 -0
  153. package/rdsmysql/database.js +74 -0
  154. package/rdsmysql/database.js.map +1 -0
  155. package/rdsmysql/getDatabase.d.ts +58 -0
  156. package/rdsmysql/getDatabase.js +28 -0
  157. package/rdsmysql/getDatabase.js.map +1 -0
  158. package/rdsmysql/getDatabases.d.ts +22 -0
  159. package/rdsmysql/getDatabases.js +24 -0
  160. package/rdsmysql/getDatabases.js.map +1 -0
  161. package/rdsmysql/index.d.ts +9 -0
  162. package/rdsmysql/index.js +28 -0
  163. package/rdsmysql/index.js.map +1 -0
  164. package/redis/getInstance.d.ts +205 -0
  165. package/redis/getInstance.js +28 -0
  166. package/redis/getInstance.js.map +1 -0
  167. package/redis/getInstances.d.ts +22 -0
  168. package/redis/getInstances.js +24 -0
  169. package/redis/getInstances.js.map +1 -0
  170. package/redis/index.d.ts +9 -0
  171. package/redis/index.js +28 -0
  172. package/redis/index.js.map +1 -0
  173. package/redis/instance.d.ts +485 -0
  174. package/redis/instance.js +200 -0
  175. package/redis/instance.js.map +1 -0
  176. package/storageebs/getVolume.d.ts +4 -0
  177. package/storageebs/getVolume.js.map +1 -1
  178. package/storageebs/volume.d.ts +3 -0
  179. package/storageebs/volume.js +2 -0
  180. package/storageebs/volume.js.map +1 -1
  181. package/tls/getTopic.d.ts +113 -0
  182. package/tls/getTopic.js +28 -0
  183. package/tls/getTopic.js.map +1 -0
  184. package/tls/getTopics.d.ts +22 -0
  185. package/tls/getTopics.js +24 -0
  186. package/tls/getTopics.js.map +1 -0
  187. package/tls/index.d.ts +9 -0
  188. package/tls/index.js +28 -0
  189. package/tls/index.js.map +1 -0
  190. package/tls/topic.d.ts +252 -0
  191. package/tls/topic.js +101 -0
  192. package/tls/topic.js.map +1 -0
  193. package/transitrouter/getTransitRouterRouteEntries.d.ts +22 -0
  194. package/transitrouter/getTransitRouterRouteEntries.js +24 -0
  195. package/transitrouter/getTransitRouterRouteEntries.js.map +1 -0
  196. package/transitrouter/getTransitRouterRouteEntry.d.ts +84 -0
  197. package/transitrouter/getTransitRouterRouteEntry.js +28 -0
  198. package/transitrouter/getTransitRouterRouteEntry.js.map +1 -0
  199. package/transitrouter/getTransitRouterRouteTable.d.ts +81 -0
  200. package/transitrouter/getTransitRouterRouteTable.js +28 -0
  201. package/transitrouter/getTransitRouterRouteTable.js.map +1 -0
  202. package/transitrouter/getTransitRouterRouteTables.d.ts +22 -0
  203. package/transitrouter/getTransitRouterRouteTables.js +24 -0
  204. package/transitrouter/getTransitRouterRouteTables.js.map +1 -0
  205. package/transitrouter/index.d.ts +18 -0
  206. package/transitrouter/index.js +23 -1
  207. package/transitrouter/index.js.map +1 -1
  208. package/transitrouter/transitRouterRouteEntry.d.ts +186 -0
  209. package/transitrouter/transitRouterRouteEntry.js +106 -0
  210. package/transitrouter/transitRouterRouteEntry.js.map +1 -0
  211. package/transitrouter/transitRouterRouteTable.d.ts +142 -0
  212. package/transitrouter/transitRouterRouteTable.js +81 -0
  213. package/transitrouter/transitRouterRouteTable.js.map +1 -0
  214. package/types/input.d.ts +1273 -44
  215. package/types/output.d.ts +3250 -646
  216. package/vke/addon.d.ts +143 -0
  217. package/vke/addon.js +74 -0
  218. package/vke/addon.js.map +1 -0
  219. package/vke/getAddon.d.ts +73 -0
  220. package/vke/getAddon.js +28 -0
  221. package/vke/getAddon.js.map +1 -0
  222. package/vke/getAddons.d.ts +22 -0
  223. package/vke/getAddons.js +24 -0
  224. package/vke/getAddons.js.map +1 -0
  225. package/vke/index.d.ts +9 -0
  226. package/vke/index.js +28 -0
  227. package/vke/index.js.map +1 -0
  228. package/vpc/getNetworkAcl.d.ts +93 -0
  229. package/vpc/getNetworkAcl.js +28 -0
  230. package/vpc/getNetworkAcl.js.map +1 -0
  231. package/vpc/getNetworkAcls.d.ts +22 -0
  232. package/vpc/getNetworkAcls.js +24 -0
  233. package/vpc/getNetworkAcls.js.map +1 -0
  234. package/vpc/getPrefixList.d.ts +93 -0
  235. package/vpc/getPrefixList.js +28 -0
  236. package/vpc/getPrefixList.js.map +1 -0
  237. package/vpc/getPrefixLists.d.ts +22 -0
  238. package/vpc/getPrefixLists.js +24 -0
  239. package/vpc/getPrefixLists.js.map +1 -0
  240. package/vpc/index.d.ts +18 -0
  241. package/vpc/index.js +23 -1
  242. package/vpc/index.js.map +1 -1
  243. package/vpc/networkAcl.d.ts +143 -0
  244. package/vpc/networkAcl.js +87 -0
  245. package/vpc/networkAcl.js.map +1 -0
  246. package/vpc/prefixList.d.ts +180 -0
  247. package/vpc/prefixList.js +110 -0
  248. package/vpc/prefixList.js.map +1 -0
  249. package/waf/getDomain.d.ts +344 -0
  250. package/waf/getDomain.js +28 -0
  251. package/waf/getDomain.js.map +1 -0
  252. package/waf/getDomains.d.ts +22 -0
  253. package/waf/getDomains.js +24 -0
  254. package/waf/getDomains.js.map +1 -0
  255. package/waf/index.d.ts +6 -0
  256. package/waf/index.js +13 -0
  257. package/waf/index.js.map +1 -0
@@ -0,0 +1,173 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * 专线网关是本地数据中心访问云上的入口,用于连接私有网络(VPC)与物理专线,实现云下数据中心(IDC)和云上私有网络(VPC)互访。
6
+ *
7
+ * ## Import
8
+ *
9
+ * ```sh
10
+ * $ pulumi import volcenginecc:directconnect/directConnectGateway:DirectConnectGateway example "direct_connect_gateway_id"
11
+ * ```
12
+ */
13
+ export declare class DirectConnectGateway extends pulumi.CustomResource {
14
+ /**
15
+ * Get an existing DirectConnectGateway resource's state with the given name, ID, and optional extra
16
+ * properties used to qualify the lookup.
17
+ *
18
+ * @param name The _unique_ name of the resulting resource.
19
+ * @param id The _unique_ provider ID of the resource to lookup.
20
+ * @param state Any extra arguments used during the lookup.
21
+ * @param opts Optional settings to control the behavior of the CustomResource.
22
+ */
23
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DirectConnectGatewayState, opts?: pulumi.CustomResourceOptions): DirectConnectGateway;
24
+ /**
25
+ * Returns true if the given object is an instance of DirectConnectGateway. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj: any): obj is DirectConnectGateway;
29
+ /**
30
+ * 专线网关所属账号的ID。
31
+ */
32
+ readonly accountId: pulumi.Output<string>;
33
+ readonly associateCens: pulumi.Output<outputs.directconnect.DirectConnectGatewayAssociateCen[]>;
34
+ /**
35
+ * 专线网关是否被锁定。Normal:正常。FinancialLocked:被锁定。
36
+ */
37
+ readonly businessStatus: pulumi.Output<string>;
38
+ /**
39
+ * 创建专线网关的时间。
40
+ */
41
+ readonly createdTime: pulumi.Output<string>;
42
+ /**
43
+ * 预期资源强制回收时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
44
+ */
45
+ readonly deletedTime: pulumi.Output<string>;
46
+ /**
47
+ * 专线网关的描述信息。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、空格( )、下划线(_)、中划线(-)、等号(=)、英文逗号(,)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。不传入该参数或该参数不传入数值时,默认为空字符串。
48
+ */
49
+ readonly description: pulumi.Output<string>;
50
+ /**
51
+ * 专线网关的ID。
52
+ */
53
+ readonly directConnectGatewayId: pulumi.Output<string>;
54
+ /**
55
+ * 专线网关的名称。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。不传入该参数或该参数不传入数值时,默认为专线网关的ID。
56
+ */
57
+ readonly directConnectGatewayName: pulumi.Output<string>;
58
+ /**
59
+ * 是否支持IPv6。true:支持。false:不支持。
60
+ */
61
+ readonly enableIpv6: pulumi.Output<boolean>;
62
+ /**
63
+ * 专线网关被锁定的原因。unlock:解锁。financial:因欠费被锁定。security:因安全被锁定。
64
+ */
65
+ readonly lockReason: pulumi.Output<string>;
66
+ /**
67
+ * 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
68
+ */
69
+ readonly overdueTime: pulumi.Output<string>;
70
+ /**
71
+ * 专线网关所属的项目。
72
+ */
73
+ readonly projectName: pulumi.Output<string>;
74
+ /**
75
+ * 专线网关的状态。Creating:创建中。Deleting:删除中。Pending:配置中。Available:可用。
76
+ */
77
+ readonly status: pulumi.Output<string>;
78
+ readonly tags: pulumi.Output<outputs.directconnect.DirectConnectGatewayTag[]>;
79
+ /**
80
+ * 更新专线网关的时间。
81
+ */
82
+ readonly updatedTime: pulumi.Output<string>;
83
+ /**
84
+ * Create a DirectConnectGateway 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?: DirectConnectGatewayArgs, opts?: pulumi.CustomResourceOptions);
91
+ }
92
+ /**
93
+ * Input properties used for looking up and filtering DirectConnectGateway resources.
94
+ */
95
+ export interface DirectConnectGatewayState {
96
+ /**
97
+ * 专线网关所属账号的ID。
98
+ */
99
+ accountId?: pulumi.Input<string>;
100
+ associateCens?: pulumi.Input<pulumi.Input<inputs.directconnect.DirectConnectGatewayAssociateCen>[]>;
101
+ /**
102
+ * 专线网关是否被锁定。Normal:正常。FinancialLocked:被锁定。
103
+ */
104
+ businessStatus?: pulumi.Input<string>;
105
+ /**
106
+ * 创建专线网关的时间。
107
+ */
108
+ createdTime?: pulumi.Input<string>;
109
+ /**
110
+ * 预期资源强制回收时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
111
+ */
112
+ deletedTime?: pulumi.Input<string>;
113
+ /**
114
+ * 专线网关的描述信息。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、空格( )、下划线(_)、中划线(-)、等号(=)、英文逗号(,)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。不传入该参数或该参数不传入数值时,默认为空字符串。
115
+ */
116
+ description?: pulumi.Input<string>;
117
+ /**
118
+ * 专线网关的ID。
119
+ */
120
+ directConnectGatewayId?: pulumi.Input<string>;
121
+ /**
122
+ * 专线网关的名称。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。不传入该参数或该参数不传入数值时,默认为专线网关的ID。
123
+ */
124
+ directConnectGatewayName?: pulumi.Input<string>;
125
+ /**
126
+ * 是否支持IPv6。true:支持。false:不支持。
127
+ */
128
+ enableIpv6?: pulumi.Input<boolean>;
129
+ /**
130
+ * 专线网关被锁定的原因。unlock:解锁。financial:因欠费被锁定。security:因安全被锁定。
131
+ */
132
+ lockReason?: pulumi.Input<string>;
133
+ /**
134
+ * 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
135
+ */
136
+ overdueTime?: pulumi.Input<string>;
137
+ /**
138
+ * 专线网关所属的项目。
139
+ */
140
+ projectName?: pulumi.Input<string>;
141
+ /**
142
+ * 专线网关的状态。Creating:创建中。Deleting:删除中。Pending:配置中。Available:可用。
143
+ */
144
+ status?: pulumi.Input<string>;
145
+ tags?: pulumi.Input<pulumi.Input<inputs.directconnect.DirectConnectGatewayTag>[]>;
146
+ /**
147
+ * 更新专线网关的时间。
148
+ */
149
+ updatedTime?: pulumi.Input<string>;
150
+ }
151
+ /**
152
+ * The set of arguments for constructing a DirectConnectGateway resource.
153
+ */
154
+ export interface DirectConnectGatewayArgs {
155
+ associateCens?: pulumi.Input<pulumi.Input<inputs.directconnect.DirectConnectGatewayAssociateCen>[]>;
156
+ /**
157
+ * 专线网关的描述信息。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、空格( )、下划线(_)、中划线(-)、等号(=)、英文逗号(,)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。不传入该参数或该参数不传入数值时,默认为空字符串。
158
+ */
159
+ description?: pulumi.Input<string>;
160
+ /**
161
+ * 专线网关的名称。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。不传入该参数或该参数不传入数值时,默认为专线网关的ID。
162
+ */
163
+ directConnectGatewayName?: pulumi.Input<string>;
164
+ /**
165
+ * 是否支持IPv6。true:支持。false:不支持。
166
+ */
167
+ enableIpv6?: pulumi.Input<boolean>;
168
+ /**
169
+ * 专线网关所属的项目。
170
+ */
171
+ projectName?: pulumi.Input<string>;
172
+ tags?: pulumi.Input<pulumi.Input<inputs.directconnect.DirectConnectGatewayTag>[]>;
173
+ }
@@ -0,0 +1,86 @@
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.DirectConnectGateway = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * 专线网关是本地数据中心访问云上的入口,用于连接私有网络(VPC)与物理专线,实现云下数据中心(IDC)和云上私有网络(VPC)互访。
10
+ *
11
+ * ## Import
12
+ *
13
+ * ```sh
14
+ * $ pulumi import volcenginecc:directconnect/directConnectGateway:DirectConnectGateway example "direct_connect_gateway_id"
15
+ * ```
16
+ */
17
+ class DirectConnectGateway extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing DirectConnectGateway resource's state with the given name, ID, and optional extra
20
+ * properties used to qualify the lookup.
21
+ *
22
+ * @param name The _unique_ name of the resulting resource.
23
+ * @param id The _unique_ provider ID of the resource to lookup.
24
+ * @param state Any extra arguments used during the lookup.
25
+ * @param opts Optional settings to control the behavior of the CustomResource.
26
+ */
27
+ static get(name, id, state, opts) {
28
+ return new DirectConnectGateway(name, state, Object.assign(Object.assign({}, opts), { id: id }));
29
+ }
30
+ /**
31
+ * Returns true if the given object is an instance of DirectConnectGateway. This is designed to work even
32
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
33
+ */
34
+ static isInstance(obj) {
35
+ if (obj === undefined || obj === null) {
36
+ return false;
37
+ }
38
+ return obj['__pulumiType'] === DirectConnectGateway.__pulumiType;
39
+ }
40
+ constructor(name, argsOrState, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (opts.id) {
44
+ const state = argsOrState;
45
+ resourceInputs["accountId"] = state ? state.accountId : undefined;
46
+ resourceInputs["associateCens"] = state ? state.associateCens : undefined;
47
+ resourceInputs["businessStatus"] = state ? state.businessStatus : undefined;
48
+ resourceInputs["createdTime"] = state ? state.createdTime : undefined;
49
+ resourceInputs["deletedTime"] = state ? state.deletedTime : undefined;
50
+ resourceInputs["description"] = state ? state.description : undefined;
51
+ resourceInputs["directConnectGatewayId"] = state ? state.directConnectGatewayId : undefined;
52
+ resourceInputs["directConnectGatewayName"] = state ? state.directConnectGatewayName : undefined;
53
+ resourceInputs["enableIpv6"] = state ? state.enableIpv6 : undefined;
54
+ resourceInputs["lockReason"] = state ? state.lockReason : undefined;
55
+ resourceInputs["overdueTime"] = state ? state.overdueTime : undefined;
56
+ resourceInputs["projectName"] = state ? state.projectName : undefined;
57
+ resourceInputs["status"] = state ? state.status : undefined;
58
+ resourceInputs["tags"] = state ? state.tags : undefined;
59
+ resourceInputs["updatedTime"] = state ? state.updatedTime : undefined;
60
+ }
61
+ else {
62
+ const args = argsOrState;
63
+ resourceInputs["associateCens"] = args ? args.associateCens : undefined;
64
+ resourceInputs["description"] = args ? args.description : undefined;
65
+ resourceInputs["directConnectGatewayName"] = args ? args.directConnectGatewayName : undefined;
66
+ resourceInputs["enableIpv6"] = args ? args.enableIpv6 : undefined;
67
+ resourceInputs["projectName"] = args ? args.projectName : undefined;
68
+ resourceInputs["tags"] = args ? args.tags : undefined;
69
+ resourceInputs["accountId"] = undefined /*out*/;
70
+ resourceInputs["businessStatus"] = undefined /*out*/;
71
+ resourceInputs["createdTime"] = undefined /*out*/;
72
+ resourceInputs["deletedTime"] = undefined /*out*/;
73
+ resourceInputs["directConnectGatewayId"] = undefined /*out*/;
74
+ resourceInputs["lockReason"] = undefined /*out*/;
75
+ resourceInputs["overdueTime"] = undefined /*out*/;
76
+ resourceInputs["status"] = undefined /*out*/;
77
+ resourceInputs["updatedTime"] = undefined /*out*/;
78
+ }
79
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
80
+ super(DirectConnectGateway.__pulumiType, name, resourceInputs, opts);
81
+ }
82
+ }
83
+ exports.DirectConnectGateway = DirectConnectGateway;
84
+ /** @internal */
85
+ DirectConnectGateway.__pulumiType = 'volcenginecc:directconnect/directConnectGateway:DirectConnectGateway';
86
+ //# sourceMappingURL=directConnectGateway.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"directConnectGateway.js","sourceRoot":"","sources":["../../directconnect/directConnectGateway.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,97 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::DirectConnect::DirectConnectGateway
5
+ */
6
+ export declare function getDirectConnectGateway(args: GetDirectConnectGatewayArgs, opts?: pulumi.InvokeOptions): Promise<GetDirectConnectGatewayResult>;
7
+ /**
8
+ * A collection of arguments for invoking getDirectConnectGateway.
9
+ */
10
+ export interface GetDirectConnectGatewayArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getDirectConnectGateway.
18
+ */
19
+ export interface GetDirectConnectGatewayResult {
20
+ /**
21
+ * 专线网关所属账号的ID。
22
+ */
23
+ readonly accountId: string;
24
+ /**
25
+ * 关联的CEN信息。
26
+ */
27
+ readonly associateCens: outputs.directconnect.GetDirectConnectGatewayAssociateCen[];
28
+ /**
29
+ * 专线网关是否被锁定。Normal:正常。FinancialLocked:被锁定。
30
+ */
31
+ readonly businessStatus: string;
32
+ /**
33
+ * 创建专线网关的时间。
34
+ */
35
+ readonly createdTime: string;
36
+ /**
37
+ * 预期资源强制回收时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
38
+ */
39
+ readonly deletedTime: string;
40
+ /**
41
+ * 专线网关的描述信息。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、空格( )、下划线(_)、中划线(-)、等号(=)、英文逗号(,)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。不传入该参数或该参数不传入数值时,默认为空字符串。
42
+ */
43
+ readonly description: string;
44
+ /**
45
+ * 专线网关的ID。
46
+ */
47
+ readonly directConnectGatewayId: string;
48
+ /**
49
+ * 专线网关的名称。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。不传入该参数或该参数不传入数值时,默认为专线网关的ID。
50
+ */
51
+ readonly directConnectGatewayName: string;
52
+ /**
53
+ * 是否支持IPv6。true:支持。false:不支持。
54
+ */
55
+ readonly enableIpv6: boolean;
56
+ /**
57
+ * Uniquely identifies the resource.
58
+ */
59
+ readonly id: string;
60
+ /**
61
+ * 专线网关被锁定的原因。unlock:解锁。financial:因欠费被锁定。security:因安全被锁定。
62
+ */
63
+ readonly lockReason: string;
64
+ /**
65
+ * 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
66
+ */
67
+ readonly overdueTime: string;
68
+ /**
69
+ * 专线网关所属的项目。
70
+ */
71
+ readonly projectName: string;
72
+ /**
73
+ * 专线网关的状态。Creating:创建中。Deleting:删除中。Pending:配置中。Available:可用。
74
+ */
75
+ readonly status: string;
76
+ /**
77
+ * 专线网关已添加的全部标签信息。
78
+ */
79
+ readonly tags: outputs.directconnect.GetDirectConnectGatewayTag[];
80
+ /**
81
+ * 更新专线网关的时间。
82
+ */
83
+ readonly updatedTime: string;
84
+ }
85
+ /**
86
+ * Data Source schema for Volcengine::DirectConnect::DirectConnectGateway
87
+ */
88
+ export declare function getDirectConnectGatewayOutput(args: GetDirectConnectGatewayOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDirectConnectGatewayResult>;
89
+ /**
90
+ * A collection of arguments for invoking getDirectConnectGateway.
91
+ */
92
+ export interface GetDirectConnectGatewayOutputArgs {
93
+ /**
94
+ * Uniquely identifies the resource.
95
+ */
96
+ id: pulumi.Input<string>;
97
+ }
@@ -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.getDirectConnectGatewayOutput = exports.getDirectConnectGateway = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::DirectConnect::DirectConnectGateway
10
+ */
11
+ function getDirectConnectGateway(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:directconnect/getDirectConnectGateway:getDirectConnectGateway", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getDirectConnectGateway = getDirectConnectGateway;
18
+ /**
19
+ * Data Source schema for Volcengine::DirectConnect::DirectConnectGateway
20
+ */
21
+ function getDirectConnectGatewayOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:directconnect/getDirectConnectGateway:getDirectConnectGateway", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getDirectConnectGatewayOutput = getDirectConnectGatewayOutput;
28
+ //# sourceMappingURL=getDirectConnectGateway.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDirectConnectGateway.js","sourceRoot":"","sources":["../../directconnect/getDirectConnectGateway.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4EAA4E,EAAE;QACvG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC;AAiFD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4EAA4E,EAAE;QAC7G,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::DirectConnect::DirectConnectGateway
4
+ */
5
+ export declare function getDirectConnectGateways(opts?: pulumi.InvokeOptions): Promise<GetDirectConnectGatewaysResult>;
6
+ /**
7
+ * A collection of values returned by getDirectConnectGateways.
8
+ */
9
+ export interface GetDirectConnectGatewaysResult {
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::DirectConnect::DirectConnectGateway
21
+ */
22
+ export declare function getDirectConnectGatewaysOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDirectConnectGatewaysResult>;
@@ -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.getDirectConnectGatewaysOutput = exports.getDirectConnectGateways = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::DirectConnect::DirectConnectGateway
10
+ */
11
+ function getDirectConnectGateways(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:directconnect/getDirectConnectGateways:getDirectConnectGateways", {}, opts);
14
+ }
15
+ exports.getDirectConnectGateways = getDirectConnectGateways;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::DirectConnect::DirectConnectGateway
18
+ */
19
+ function getDirectConnectGatewaysOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:directconnect/getDirectConnectGateways:getDirectConnectGateways", {}, opts);
22
+ }
23
+ exports.getDirectConnectGatewaysOutput = getDirectConnectGatewaysOutput;
24
+ //# sourceMappingURL=getDirectConnectGateways.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDirectConnectGateways.js","sourceRoot":"","sources":["../../directconnect/getDirectConnectGateways.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE,EAC5G,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC;AAeD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAiC;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8EAA8E,EAAE,EAClH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wEAIC"}
@@ -0,0 +1,9 @@
1
+ export { DirectConnectGatewayArgs, DirectConnectGatewayState } from "./directConnectGateway";
2
+ export type DirectConnectGateway = import("./directConnectGateway").DirectConnectGateway;
3
+ export declare const DirectConnectGateway: typeof import("./directConnectGateway").DirectConnectGateway;
4
+ export { GetDirectConnectGatewayArgs, GetDirectConnectGatewayResult, GetDirectConnectGatewayOutputArgs } from "./getDirectConnectGateway";
5
+ export declare const getDirectConnectGateway: typeof import("./getDirectConnectGateway").getDirectConnectGateway;
6
+ export declare const getDirectConnectGatewayOutput: typeof import("./getDirectConnectGateway").getDirectConnectGatewayOutput;
7
+ export { GetDirectConnectGatewaysResult } from "./getDirectConnectGateways";
8
+ export declare const getDirectConnectGateways: typeof import("./getDirectConnectGateways").getDirectConnectGateways;
9
+ export declare const getDirectConnectGatewaysOutput: typeof import("./getDirectConnectGateways").getDirectConnectGatewaysOutput;
@@ -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.getDirectConnectGatewaysOutput = exports.getDirectConnectGateways = exports.getDirectConnectGatewayOutput = exports.getDirectConnectGateway = exports.DirectConnectGateway = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ exports.DirectConnectGateway = null;
9
+ utilities.lazyLoad(exports, ["DirectConnectGateway"], () => require("./directConnectGateway"));
10
+ exports.getDirectConnectGateway = null;
11
+ exports.getDirectConnectGatewayOutput = null;
12
+ utilities.lazyLoad(exports, ["getDirectConnectGateway", "getDirectConnectGatewayOutput"], () => require("./getDirectConnectGateway"));
13
+ exports.getDirectConnectGateways = null;
14
+ exports.getDirectConnectGatewaysOutput = null;
15
+ utilities.lazyLoad(exports, ["getDirectConnectGateways", "getDirectConnectGatewaysOutput"], () => require("./getDirectConnectGateways"));
16
+ const _module = {
17
+ version: utilities.getVersion(),
18
+ construct: (name, type, urn) => {
19
+ switch (type) {
20
+ case "volcenginecc:directconnect/directConnectGateway:DirectConnectGateway":
21
+ return new exports.DirectConnectGateway(name, undefined, { urn });
22
+ default:
23
+ throw new Error(`unknown resource type ${type}`);
24
+ }
25
+ },
26
+ };
27
+ pulumi.runtime.registerResourceModule("volcenginecc", "directconnect/directConnectGateway", _module);
28
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../directconnect/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAGlF,QAAA,uBAAuB,GAAuE,IAAW,CAAC;AAC1G,QAAA,6BAA6B,GAA6E,IAAW,CAAC;AACnI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,yBAAyB,EAAC,+BAA+B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,2BAA2B,CAAC,CAAC,CAAC;AAGxH,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC7G,QAAA,8BAA8B,GAA+E,IAAW,CAAC;AACtI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,EAAC,gCAAgC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;AAGxI,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,sEAAsE;gBACvE,OAAO,IAAI,4BAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,oCAAoC,EAAE,OAAO,CAAC,CAAA"}
@@ -0,0 +1,66 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::ECS::Instance
5
+ */
6
+ export declare function getInstance(args: GetInstanceArgs, opts?: pulumi.InvokeOptions): Promise<GetInstanceResult>;
7
+ /**
8
+ * A collection of arguments for invoking getInstance.
9
+ */
10
+ export interface GetInstanceArgs {
11
+ id: string;
12
+ }
13
+ /**
14
+ * A collection of values returned by getInstance.
15
+ */
16
+ export interface GetInstanceResult {
17
+ readonly affinityGroupSize: number;
18
+ readonly autoRenew: boolean;
19
+ readonly autoRenewPeriod: number;
20
+ readonly cpuMaxFrequency: number;
21
+ readonly cpuMemory: outputs.ecs.GetInstanceCpuMemory;
22
+ readonly createdAt: string;
23
+ readonly creditSpecification: string;
24
+ readonly deletionProtection: boolean;
25
+ readonly deploymentSetGroupNumber: number;
26
+ readonly deploymentSetId: string;
27
+ readonly description: string;
28
+ readonly eipAddress: outputs.ecs.GetInstanceEipAddress;
29
+ readonly expiredAt: string;
30
+ readonly hostname: string;
31
+ readonly hpcClusterId: string;
32
+ readonly id: string;
33
+ readonly image: outputs.ecs.GetInstanceImage;
34
+ readonly instanceChargeType: string;
35
+ readonly instanceId: string;
36
+ readonly instanceName: string;
37
+ readonly instanceType: string;
38
+ readonly keyPair: outputs.ecs.GetInstanceKeyPair;
39
+ readonly operationSystem: outputs.ecs.GetInstanceOperationSystem;
40
+ readonly password: string;
41
+ readonly period: number;
42
+ readonly periodUnit: string;
43
+ readonly placement: outputs.ecs.GetInstancePlacement;
44
+ readonly primaryNetworkInterface: outputs.ecs.GetInstancePrimaryNetworkInterface;
45
+ readonly projectName: string;
46
+ readonly secondaryNetworkInterfaces: outputs.ecs.GetInstanceSecondaryNetworkInterface[];
47
+ readonly spotPriceLimit: number;
48
+ readonly spotStrategy: string;
49
+ readonly status: string;
50
+ readonly systemVolume: outputs.ecs.GetInstanceSystemVolume;
51
+ readonly tags: outputs.ecs.GetInstanceTag[];
52
+ readonly updatedAt: string;
53
+ readonly userData: string;
54
+ readonly vpcId: string;
55
+ readonly zoneId: string;
56
+ }
57
+ /**
58
+ * Data Source schema for Volcengine::ECS::Instance
59
+ */
60
+ export declare function getInstanceOutput(args: GetInstanceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetInstanceResult>;
61
+ /**
62
+ * A collection of arguments for invoking getInstance.
63
+ */
64
+ export interface GetInstanceOutputArgs {
65
+ id: pulumi.Input<string>;
66
+ }
@@ -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.getInstanceOutput = exports.getInstance = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::ECS::Instance
10
+ */
11
+ function getInstance(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getInstance:getInstance", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getInstance = getInstance;
18
+ /**
19
+ * Data Source schema for Volcengine::ECS::Instance
20
+ */
21
+ function getInstanceOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getInstance:getInstance", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getInstanceOutput = getInstanceOutput;
28
+ //# sourceMappingURL=getInstance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInstance.js","sourceRoot":"","sources":["../../ecs/getInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,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,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAqDD;;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,0CAA0C,EAAE;QAC3E,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 Volcengine::ECS::Instance
4
+ */
5
+ export declare function getInstances(opts?: pulumi.InvokeOptions): Promise<GetInstancesResult>;
6
+ /**
7
+ * A collection of values returned by getInstances.
8
+ */
9
+ export interface GetInstancesResult {
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::Instance
21
+ */
22
+ export declare function getInstancesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetInstancesResult>;
@@ -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.getInstancesOutput = exports.getInstances = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::ECS::Instance
10
+ */
11
+ function getInstances(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:ecs/getInstances:getInstances", {}, opts);
14
+ }
15
+ exports.getInstances = getInstances;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::ECS::Instance
18
+ */
19
+ function getInstancesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:ecs/getInstances:getInstances", {}, opts);
22
+ }
23
+ exports.getInstancesOutput = getInstancesOutput;
24
+ //# sourceMappingURL=getInstances.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInstances.js","sourceRoot":"","sources":["../../ecs/getInstances.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,4CAA4C,EAAE,EAC1E,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,4CAA4C,EAAE,EAChF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC"}