@volcengine/pulumi-volcenginecc 0.0.30 → 0.0.32

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 (260) hide show
  1. package/cen/bandwidthPackage.d.ts +320 -0
  2. package/cen/bandwidthPackage.js +134 -0
  3. package/cen/bandwidthPackage.js.map +1 -0
  4. package/cen/getBandwidthPackage.d.ts +137 -0
  5. package/cen/getBandwidthPackage.js +28 -0
  6. package/cen/getBandwidthPackage.js.map +1 -0
  7. package/cen/getBandwidthPackages.d.ts +22 -0
  8. package/cen/getBandwidthPackages.js +24 -0
  9. package/cen/getBandwidthPackages.js.map +1 -0
  10. package/cen/getInterRegionBandwidth.d.ts +72 -0
  11. package/cen/getInterRegionBandwidth.js +28 -0
  12. package/cen/getInterRegionBandwidth.js.map +1 -0
  13. package/cen/getInterRegionBandwidths.d.ts +22 -0
  14. package/cen/getInterRegionBandwidths.js +24 -0
  15. package/cen/getInterRegionBandwidths.js.map +1 -0
  16. package/cen/getRouteEntries.d.ts +22 -0
  17. package/cen/getRouteEntries.js +24 -0
  18. package/cen/getRouteEntries.js.map +1 -0
  19. package/cen/getRouteEntry.d.ts +72 -0
  20. package/cen/getRouteEntry.js +28 -0
  21. package/cen/getRouteEntry.js.map +1 -0
  22. package/cen/getServiceRouteEntries.d.ts +22 -0
  23. package/cen/getServiceRouteEntries.js +24 -0
  24. package/cen/getServiceRouteEntries.js.map +1 -0
  25. package/cen/getServiceRouteEntry.d.ts +73 -0
  26. package/cen/getServiceRouteEntry.js +28 -0
  27. package/cen/getServiceRouteEntry.js.map +1 -0
  28. package/cen/index.d.ts +36 -0
  29. package/cen/index.js +45 -1
  30. package/cen/index.js.map +1 -1
  31. package/cen/interRegionBandwidth.d.ts +152 -0
  32. package/cen/interRegionBandwidth.js +101 -0
  33. package/cen/interRegionBandwidth.js.map +1 -0
  34. package/cen/routeEntry.d.ts +152 -0
  35. package/cen/routeEntry.js +104 -0
  36. package/cen/routeEntry.js.map +1 -0
  37. package/cen/serviceRouteEntry.d.ts +138 -0
  38. package/cen/serviceRouteEntry.js +83 -0
  39. package/cen/serviceRouteEntry.js.map +1 -0
  40. package/clb/clb.d.ts +8 -0
  41. package/clb/clb.js +2 -0
  42. package/clb/clb.js.map +1 -1
  43. package/clb/getClb.d.ts +4 -0
  44. package/clb/getClb.js.map +1 -1
  45. package/clb/getListener.d.ts +4 -0
  46. package/clb/getListener.js.map +1 -1
  47. package/clb/listener.d.ts +3 -0
  48. package/clb/listener.js +2 -0
  49. package/clb/listener.js.map +1 -1
  50. package/iam/accesskey.d.ts +2 -2
  51. package/iam/accesskey.js +2 -2
  52. package/iam/accesskey.js.map +1 -1
  53. package/mongodb/getInstance.d.ts +1 -1
  54. package/mongodb/getSslState.d.ts +56 -0
  55. package/mongodb/getSslState.js +28 -0
  56. package/mongodb/getSslState.js.map +1 -0
  57. package/mongodb/getSslStates.d.ts +22 -0
  58. package/mongodb/getSslStates.js +24 -0
  59. package/mongodb/getSslStates.js.map +1 -0
  60. package/mongodb/index.d.ts +9 -0
  61. package/mongodb/index.js +12 -1
  62. package/mongodb/index.js.map +1 -1
  63. package/mongodb/instance.d.ts +3 -3
  64. package/mongodb/sslState.d.ts +105 -0
  65. package/mongodb/sslState.js +81 -0
  66. package/mongodb/sslState.js.map +1 -0
  67. package/package.json +1 -1
  68. package/privatelink/endpointService.d.ts +15 -3
  69. package/privatelink/endpointService.js +2 -0
  70. package/privatelink/endpointService.js.map +1 -1
  71. package/privatelink/getEndpointService.d.ts +5 -1
  72. package/privatelink/getEndpointService.js.map +1 -1
  73. package/privatelink/getVpcEndpoint.d.ts +137 -0
  74. package/privatelink/getVpcEndpoint.js +28 -0
  75. package/privatelink/getVpcEndpoint.js.map +1 -0
  76. package/privatelink/getVpcEndpointConnection.d.ts +89 -0
  77. package/privatelink/getVpcEndpointConnection.js +28 -0
  78. package/privatelink/getVpcEndpointConnection.js.map +1 -0
  79. package/privatelink/getVpcEndpointConnections.d.ts +22 -0
  80. package/privatelink/getVpcEndpointConnections.js +24 -0
  81. package/privatelink/getVpcEndpointConnections.js.map +1 -0
  82. package/privatelink/getVpcEndpoints.d.ts +22 -0
  83. package/privatelink/getVpcEndpoints.js +24 -0
  84. package/privatelink/getVpcEndpoints.js.map +1 -0
  85. package/privatelink/index.d.ts +18 -0
  86. package/privatelink/index.js +23 -1
  87. package/privatelink/index.js.map +1 -1
  88. package/privatelink/vpcEndpoint.d.ts +277 -0
  89. package/privatelink/vpcEndpoint.js +106 -0
  90. package/privatelink/vpcEndpoint.js.map +1 -0
  91. package/privatelink/vpcEndpointConnection.d.ts +156 -0
  92. package/privatelink/vpcEndpointConnection.js +88 -0
  93. package/privatelink/vpcEndpointConnection.js.map +1 -0
  94. package/rabbitmq/allowList.d.ts +151 -0
  95. package/rabbitmq/allowList.js +100 -0
  96. package/rabbitmq/allowList.js.map +1 -0
  97. package/rabbitmq/getAllowList.d.ts +73 -0
  98. package/rabbitmq/getAllowList.js +28 -0
  99. package/rabbitmq/getAllowList.js.map +1 -0
  100. package/rabbitmq/getAllowLists.d.ts +22 -0
  101. package/rabbitmq/getAllowLists.js +24 -0
  102. package/rabbitmq/getAllowLists.js.map +1 -0
  103. package/rabbitmq/index.d.ts +9 -0
  104. package/rabbitmq/index.js +12 -1
  105. package/rabbitmq/index.js.map +1 -1
  106. package/rdspostgresql/getInstance.d.ts +153 -0
  107. package/rdspostgresql/getInstance.js +28 -0
  108. package/rdspostgresql/getInstance.js.map +1 -0
  109. package/rdspostgresql/getInstances.d.ts +22 -0
  110. package/rdspostgresql/getInstances.js +24 -0
  111. package/rdspostgresql/getInstances.js.map +1 -0
  112. package/rdspostgresql/index.d.ts +9 -0
  113. package/rdspostgresql/index.js +12 -1
  114. package/rdspostgresql/index.js.map +1 -1
  115. package/rdspostgresql/instance.d.ts +303 -0
  116. package/rdspostgresql/instance.js +132 -0
  117. package/rdspostgresql/instance.js.map +1 -0
  118. package/redis/allowList.d.ts +148 -0
  119. package/redis/allowList.js +78 -0
  120. package/redis/allowList.js.map +1 -0
  121. package/redis/getAllowList.d.ts +81 -0
  122. package/redis/getAllowList.js +28 -0
  123. package/redis/getAllowList.js.map +1 -0
  124. package/redis/getAllowLists.d.ts +22 -0
  125. package/redis/getAllowLists.js +24 -0
  126. package/redis/getAllowLists.js.map +1 -0
  127. package/redis/index.d.ts +9 -0
  128. package/redis/index.js +12 -1
  129. package/redis/index.js.map +1 -1
  130. package/storageebs/getSnapshotGroup.d.ts +81 -0
  131. package/storageebs/getSnapshotGroup.js +28 -0
  132. package/storageebs/getSnapshotGroup.js.map +1 -0
  133. package/storageebs/getSnapshotGroups.d.ts +22 -0
  134. package/storageebs/getSnapshotGroups.js +24 -0
  135. package/storageebs/getSnapshotGroups.js.map +1 -0
  136. package/storageebs/index.d.ts +9 -0
  137. package/storageebs/index.js +12 -1
  138. package/storageebs/index.js.map +1 -1
  139. package/storageebs/snapshotGroup.d.ts +168 -0
  140. package/storageebs/snapshotGroup.js +105 -0
  141. package/storageebs/snapshotGroup.js.map +1 -0
  142. package/tls/alarmNotifyGroup.d.ts +113 -0
  143. package/tls/alarmNotifyGroup.js +75 -0
  144. package/tls/alarmNotifyGroup.js.map +1 -0
  145. package/tls/consumerGroup.d.ts +128 -0
  146. package/tls/consumerGroup.js +98 -0
  147. package/tls/consumerGroup.js.map +1 -0
  148. package/tls/getAlarmNotifyGroup.d.ts +69 -0
  149. package/tls/getAlarmNotifyGroup.js +28 -0
  150. package/tls/getAlarmNotifyGroup.js.map +1 -0
  151. package/tls/getAlarmNotifyGroups.d.ts +22 -0
  152. package/tls/getAlarmNotifyGroups.js +24 -0
  153. package/tls/getAlarmNotifyGroups.js.map +1 -0
  154. package/tls/getConsumerGroup.d.ts +60 -0
  155. package/tls/getConsumerGroup.js +28 -0
  156. package/tls/getConsumerGroup.js.map +1 -0
  157. package/tls/getConsumerGroups.d.ts +22 -0
  158. package/tls/getConsumerGroups.js +24 -0
  159. package/tls/getConsumerGroups.js.map +1 -0
  160. package/tls/getImportTask.d.ts +89 -0
  161. package/tls/getImportTask.js +28 -0
  162. package/tls/getImportTask.js.map +1 -0
  163. package/tls/getImportTasks.d.ts +22 -0
  164. package/tls/getImportTasks.js +24 -0
  165. package/tls/getImportTasks.js.map +1 -0
  166. package/tls/getRule.d.ts +109 -0
  167. package/tls/getRule.js +28 -0
  168. package/tls/getRule.js.map +1 -0
  169. package/tls/getRules.d.ts +22 -0
  170. package/tls/getRules.js +24 -0
  171. package/tls/getRules.js.map +1 -0
  172. package/tls/getShipper.d.ts +101 -0
  173. package/tls/getShipper.js +28 -0
  174. package/tls/getShipper.js.map +1 -0
  175. package/tls/getShippers.d.ts +22 -0
  176. package/tls/getShippers.js +24 -0
  177. package/tls/getShippers.js.map +1 -0
  178. package/tls/importTask.d.ts +183 -0
  179. package/tls/importTask.js +97 -0
  180. package/tls/importTask.js.map +1 -0
  181. package/tls/index.d.ts +45 -0
  182. package/tls/index.js +56 -1
  183. package/tls/index.js.map +1 -1
  184. package/tls/rule.d.ts +221 -0
  185. package/tls/rule.js +98 -0
  186. package/tls/rule.js.map +1 -0
  187. package/tls/shipper.d.ts +211 -0
  188. package/tls/shipper.js +97 -0
  189. package/tls/shipper.js.map +1 -0
  190. package/tos/bucketEncryption.d.ts +94 -0
  191. package/tos/bucketEncryption.js +78 -0
  192. package/tos/bucketEncryption.js.map +1 -0
  193. package/tos/bucketInventory.d.ts +155 -0
  194. package/tos/bucketInventory.js +95 -0
  195. package/tos/bucketInventory.js.map +1 -0
  196. package/tos/getBucketEncryption.d.ts +48 -0
  197. package/tos/getBucketEncryption.js +28 -0
  198. package/tos/getBucketEncryption.js.map +1 -0
  199. package/tos/getBucketEncryptions.d.ts +22 -0
  200. package/tos/getBucketEncryptions.js +24 -0
  201. package/tos/getBucketEncryptions.js.map +1 -0
  202. package/tos/getBucketInventories.d.ts +22 -0
  203. package/tos/getBucketInventories.js +24 -0
  204. package/tos/getBucketInventories.js.map +1 -0
  205. package/tos/getBucketInventory.d.ts +73 -0
  206. package/tos/getBucketInventory.js +28 -0
  207. package/tos/getBucketInventory.js.map +1 -0
  208. package/tos/index.d.ts +18 -0
  209. package/tos/index.js +23 -1
  210. package/tos/index.js.map +1 -1
  211. package/types/input.d.ts +1804 -186
  212. package/types/output.d.ts +3846 -591
  213. package/vedbm/endpoint.d.ts +247 -0
  214. package/vedbm/endpoint.js +93 -0
  215. package/vedbm/endpoint.js.map +1 -0
  216. package/vedbm/getEndpoint.d.ts +105 -0
  217. package/vedbm/getEndpoint.js +28 -0
  218. package/vedbm/getEndpoint.js.map +1 -0
  219. package/vedbm/getEndpoints.d.ts +22 -0
  220. package/vedbm/getEndpoints.js +24 -0
  221. package/vedbm/getEndpoints.js.map +1 -0
  222. package/vedbm/index.d.ts +9 -0
  223. package/vedbm/index.js +12 -1
  224. package/vedbm/index.js.map +1 -1
  225. package/vefaas/getRelease.d.ts +120 -0
  226. package/vefaas/getRelease.js +28 -0
  227. package/vefaas/getRelease.js.map +1 -0
  228. package/vefaas/getReleases.d.ts +22 -0
  229. package/vefaas/getReleases.js +24 -0
  230. package/vefaas/getReleases.js.map +1 -0
  231. package/vefaas/index.d.ts +9 -0
  232. package/vefaas/index.js +12 -1
  233. package/vefaas/index.js.map +1 -1
  234. package/vefaas/release.d.ts +253 -0
  235. package/vefaas/release.js +120 -0
  236. package/vefaas/release.js.map +1 -0
  237. package/vepfs/getMountService.d.ts +93 -0
  238. package/vepfs/getMountService.js +28 -0
  239. package/vepfs/getMountService.js.map +1 -0
  240. package/vepfs/getMountServices.d.ts +22 -0
  241. package/vepfs/getMountServices.js +24 -0
  242. package/vepfs/getMountServices.js.map +1 -0
  243. package/vepfs/index.d.ts +9 -0
  244. package/vepfs/index.js +12 -1
  245. package/vepfs/index.js.map +1 -1
  246. package/vepfs/mountService.d.ts +172 -0
  247. package/vepfs/mountService.js +99 -0
  248. package/vepfs/mountService.js.map +1 -0
  249. package/vke/getKubeconfig.d.ts +72 -0
  250. package/vke/getKubeconfig.js +28 -0
  251. package/vke/getKubeconfig.js.map +1 -0
  252. package/vke/getKubeconfigs.d.ts +22 -0
  253. package/vke/getKubeconfigs.js +24 -0
  254. package/vke/getKubeconfigs.js.map +1 -0
  255. package/vke/index.d.ts +9 -0
  256. package/vke/index.js +12 -1
  257. package/vke/index.js.map +1 -1
  258. package/vke/kubeconfig.d.ts +142 -0
  259. package/vke/kubeconfig.js +93 -0
  260. package/vke/kubeconfig.js.map +1 -0
@@ -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.getBandwidthPackagesOutput = exports.getBandwidthPackages = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::CEN::BandwidthPackage
10
+ */
11
+ function getBandwidthPackages(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:cen/getBandwidthPackages:getBandwidthPackages", {}, opts);
14
+ }
15
+ exports.getBandwidthPackages = getBandwidthPackages;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::CEN::BandwidthPackage
18
+ */
19
+ function getBandwidthPackagesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:cen/getBandwidthPackages:getBandwidthPackages", {}, opts);
22
+ }
23
+ exports.getBandwidthPackagesOutput = getBandwidthPackagesOutput;
24
+ //# sourceMappingURL=getBandwidthPackages.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBandwidthPackages.js","sourceRoot":"","sources":["../../cen/getBandwidthPackages.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE,EAC1F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC;AAeD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAiC;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE,EAChG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gEAIC"}
@@ -0,0 +1,72 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Data Source schema for Volcengine::CEN::InterRegionBandwidth
4
+ */
5
+ export declare function getInterRegionBandwidth(args: GetInterRegionBandwidthArgs, opts?: pulumi.InvokeOptions): Promise<GetInterRegionBandwidthResult>;
6
+ /**
7
+ * A collection of arguments for invoking getInterRegionBandwidth.
8
+ */
9
+ export interface GetInterRegionBandwidthArgs {
10
+ /**
11
+ * Uniquely identifies the resource.
12
+ */
13
+ id: string;
14
+ }
15
+ /**
16
+ * A collection of values returned by getInterRegionBandwidth.
17
+ */
18
+ export interface GetInterRegionBandwidthResult {
19
+ /**
20
+ * Peak bandwidth of CEN inter-region bandwidth, measured in Mbps. The value cannot exceed the bandwidth that can be allocated by the associated bandwidth package.
21
+ */
22
+ readonly bandwidth: number;
23
+ /**
24
+ * Instance ID of the bandwidth package.
25
+ */
26
+ readonly cenBandwidthPackageId: string;
27
+ /**
28
+ * ID of the Cloud Enterprise Network instance.
29
+ */
30
+ readonly cenId: string;
31
+ /**
32
+ * Time when the CEN inter-region bandwidth was created.
33
+ */
34
+ readonly creationTime: string;
35
+ /**
36
+ * Uniquely identifies the resource.
37
+ */
38
+ readonly id: string;
39
+ /**
40
+ * ID of the CEN inter-region bandwidth.
41
+ */
42
+ readonly interRegionBandwidthId: string;
43
+ /**
44
+ * ID of the local region for CEN inter-region bandwidth.
45
+ */
46
+ readonly localRegionId: string;
47
+ /**
48
+ * ID of the remote region for CEN inter-region bandwidth.
49
+ */
50
+ readonly peerRegionId: string;
51
+ /**
52
+ * Status of CEN inter-region bandwidth. Creating: Being created. Deleting: Being deleted. Pending: Configuring. Available: Available.
53
+ */
54
+ readonly status: string;
55
+ /**
56
+ * Time when the CEN inter-region bandwidth was updated.
57
+ */
58
+ readonly updateTime: string;
59
+ }
60
+ /**
61
+ * Data Source schema for Volcengine::CEN::InterRegionBandwidth
62
+ */
63
+ export declare function getInterRegionBandwidthOutput(args: GetInterRegionBandwidthOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetInterRegionBandwidthResult>;
64
+ /**
65
+ * A collection of arguments for invoking getInterRegionBandwidth.
66
+ */
67
+ export interface GetInterRegionBandwidthOutputArgs {
68
+ /**
69
+ * Uniquely identifies the resource.
70
+ */
71
+ id: pulumi.Input<string>;
72
+ }
@@ -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.getInterRegionBandwidthOutput = exports.getInterRegionBandwidth = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::CEN::InterRegionBandwidth
10
+ */
11
+ function getInterRegionBandwidth(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:cen/getInterRegionBandwidth:getInterRegionBandwidth", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getInterRegionBandwidth = getInterRegionBandwidth;
18
+ /**
19
+ * Data Source schema for Volcengine::CEN::InterRegionBandwidth
20
+ */
21
+ function getInterRegionBandwidthOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:cen/getInterRegionBandwidth:getInterRegionBandwidth", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getInterRegionBandwidthOutput = getInterRegionBandwidthOutput;
28
+ //# sourceMappingURL=getInterRegionBandwidth.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInterRegionBandwidth.js","sourceRoot":"","sources":["../../cen/getInterRegionBandwidth.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,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,kEAAkE,EAAE;QAC7F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC;AAyDD;;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,kEAAkE,EAAE;QACnG,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::CEN::InterRegionBandwidth
4
+ */
5
+ export declare function getInterRegionBandwidths(opts?: pulumi.InvokeOptions): Promise<GetInterRegionBandwidthsResult>;
6
+ /**
7
+ * A collection of values returned by getInterRegionBandwidths.
8
+ */
9
+ export interface GetInterRegionBandwidthsResult {
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::CEN::InterRegionBandwidth
21
+ */
22
+ export declare function getInterRegionBandwidthsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetInterRegionBandwidthsResult>;
@@ -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.getInterRegionBandwidthsOutput = exports.getInterRegionBandwidths = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::CEN::InterRegionBandwidth
10
+ */
11
+ function getInterRegionBandwidths(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:cen/getInterRegionBandwidths:getInterRegionBandwidths", {}, opts);
14
+ }
15
+ exports.getInterRegionBandwidths = getInterRegionBandwidths;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::CEN::InterRegionBandwidth
18
+ */
19
+ function getInterRegionBandwidthsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:cen/getInterRegionBandwidths:getInterRegionBandwidths", {}, opts);
22
+ }
23
+ exports.getInterRegionBandwidthsOutput = getInterRegionBandwidthsOutput;
24
+ //# sourceMappingURL=getInterRegionBandwidths.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInterRegionBandwidths.js","sourceRoot":"","sources":["../../cen/getInterRegionBandwidths.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,oEAAoE,EAAE,EAClG,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,oEAAoE,EAAE,EACxG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wEAIC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::CEN::RouteEntry
4
+ */
5
+ export declare function getRouteEntries(opts?: pulumi.InvokeOptions): Promise<GetRouteEntriesResult>;
6
+ /**
7
+ * A collection of values returned by getRouteEntries.
8
+ */
9
+ export interface GetRouteEntriesResult {
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::CEN::RouteEntry
21
+ */
22
+ export declare function getRouteEntriesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRouteEntriesResult>;
@@ -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.getRouteEntriesOutput = exports.getRouteEntries = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::CEN::RouteEntry
10
+ */
11
+ function getRouteEntries(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:cen/getRouteEntries:getRouteEntries", {}, opts);
14
+ }
15
+ exports.getRouteEntries = getRouteEntries;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::CEN::RouteEntry
18
+ */
19
+ function getRouteEntriesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:cen/getRouteEntries:getRouteEntries", {}, opts);
22
+ }
23
+ exports.getRouteEntriesOutput = getRouteEntriesOutput;
24
+ //# sourceMappingURL=getRouteEntries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRouteEntries.js","sourceRoot":"","sources":["../../cen/getRouteEntries.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAA2B;IACvD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE,EAChF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC;AAeD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAAiC;IACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE,EACtF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC"}
@@ -0,0 +1,72 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Data Source schema for Volcengine::CEN::RouteEntry
4
+ */
5
+ export declare function getRouteEntry(args: GetRouteEntryArgs, opts?: pulumi.InvokeOptions): Promise<GetRouteEntryResult>;
6
+ /**
7
+ * A collection of arguments for invoking getRouteEntry.
8
+ */
9
+ export interface GetRouteEntryArgs {
10
+ /**
11
+ * Uniquely identifies the resource.
12
+ */
13
+ id: string;
14
+ }
15
+ /**
16
+ * A collection of values returned by getRouteEntry.
17
+ */
18
+ export interface GetRouteEntryResult {
19
+ /**
20
+ * AS path
21
+ */
22
+ readonly asPaths: string[];
23
+ /**
24
+ * Cloud enterprise network instance ID
25
+ */
26
+ readonly cenId: string;
27
+ /**
28
+ * Destination CIDR of the route entry
29
+ */
30
+ readonly destinationCidrBlock: string;
31
+ /**
32
+ * Uniquely identifies the resource.
33
+ */
34
+ readonly id: string;
35
+ /**
36
+ * Network instance ID
37
+ */
38
+ readonly instanceId: string;
39
+ /**
40
+ * Region ID of the network instance
41
+ */
42
+ readonly instanceRegionId: string;
43
+ /**
44
+ * Network instance type
45
+ */
46
+ readonly instanceType: string;
47
+ /**
48
+ * Publish status of the route entry
49
+ */
50
+ readonly publishStatus: string;
51
+ /**
52
+ * Effective status of the route entry
53
+ */
54
+ readonly status: string;
55
+ /**
56
+ * Route entry type
57
+ */
58
+ readonly type: string;
59
+ }
60
+ /**
61
+ * Data Source schema for Volcengine::CEN::RouteEntry
62
+ */
63
+ export declare function getRouteEntryOutput(args: GetRouteEntryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRouteEntryResult>;
64
+ /**
65
+ * A collection of arguments for invoking getRouteEntry.
66
+ */
67
+ export interface GetRouteEntryOutputArgs {
68
+ /**
69
+ * Uniquely identifies the resource.
70
+ */
71
+ id: pulumi.Input<string>;
72
+ }
@@ -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.getRouteEntryOutput = exports.getRouteEntry = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::CEN::RouteEntry
10
+ */
11
+ function getRouteEntry(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:cen/getRouteEntry:getRouteEntry", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getRouteEntry = getRouteEntry;
18
+ /**
19
+ * Data Source schema for Volcengine::CEN::RouteEntry
20
+ */
21
+ function getRouteEntryOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:cen/getRouteEntry:getRouteEntry", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getRouteEntryOutput = getRouteEntryOutput;
28
+ //# sourceMappingURL=getRouteEntry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRouteEntry.js","sourceRoot":"","sources":["../../cen/getRouteEntry.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;AAyDD;;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::CEN::ServiceRouteEntry
4
+ */
5
+ export declare function getServiceRouteEntries(opts?: pulumi.InvokeOptions): Promise<GetServiceRouteEntriesResult>;
6
+ /**
7
+ * A collection of values returned by getServiceRouteEntries.
8
+ */
9
+ export interface GetServiceRouteEntriesResult {
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::CEN::ServiceRouteEntry
21
+ */
22
+ export declare function getServiceRouteEntriesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetServiceRouteEntriesResult>;
@@ -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.getServiceRouteEntriesOutput = exports.getServiceRouteEntries = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::CEN::ServiceRouteEntry
10
+ */
11
+ function getServiceRouteEntries(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:cen/getServiceRouteEntries:getServiceRouteEntries", {}, opts);
14
+ }
15
+ exports.getServiceRouteEntries = getServiceRouteEntries;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::CEN::ServiceRouteEntry
18
+ */
19
+ function getServiceRouteEntriesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:cen/getServiceRouteEntries:getServiceRouteEntries", {}, opts);
22
+ }
23
+ exports.getServiceRouteEntriesOutput = getServiceRouteEntriesOutput;
24
+ //# sourceMappingURL=getServiceRouteEntries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getServiceRouteEntries.js","sourceRoot":"","sources":["../../cen/getServiceRouteEntries.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAA2B;IAC9D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE,EAC9F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wDAIC;AAeD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAiC;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE,EACpG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oEAIC"}
@@ -0,0 +1,73 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::CEN::ServiceRouteEntry
5
+ */
6
+ export declare function getServiceRouteEntry(args: GetServiceRouteEntryArgs, opts?: pulumi.InvokeOptions): Promise<GetServiceRouteEntryResult>;
7
+ /**
8
+ * A collection of arguments for invoking getServiceRouteEntry.
9
+ */
10
+ export interface GetServiceRouteEntryArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getServiceRouteEntry.
18
+ */
19
+ export interface GetServiceRouteEntryResult {
20
+ /**
21
+ * Cloud Enterprise Network instance ID.
22
+ */
23
+ readonly cenId: string;
24
+ /**
25
+ * Resource creation time.
26
+ */
27
+ readonly creationTime: string;
28
+ /**
29
+ * Custom remarks for the route.
30
+ */
31
+ readonly description: string;
32
+ /**
33
+ * Address range where the cloud service is deployed.
34
+ */
35
+ readonly destinationCidrBlock: string;
36
+ /**
37
+ * Uniquely identifies the resource.
38
+ */
39
+ readonly id: string;
40
+ /**
41
+ * Route publishing scope mode.
42
+ */
43
+ readonly publishMode: string;
44
+ /**
45
+ * List of network instances associated with batch route publishing.
46
+ */
47
+ readonly publishToInstances: outputs.cen.GetServiceRouteEntryPublishToInstance[];
48
+ /**
49
+ * Region where the cloud service is located.
50
+ */
51
+ readonly serviceRegionId: string;
52
+ /**
53
+ * Private network ID bound to the backend cloud service.
54
+ */
55
+ readonly serviceVpcId: string;
56
+ /**
57
+ * Cloud service access route status.
58
+ */
59
+ readonly status: string;
60
+ }
61
+ /**
62
+ * Data Source schema for Volcengine::CEN::ServiceRouteEntry
63
+ */
64
+ export declare function getServiceRouteEntryOutput(args: GetServiceRouteEntryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetServiceRouteEntryResult>;
65
+ /**
66
+ * A collection of arguments for invoking getServiceRouteEntry.
67
+ */
68
+ export interface GetServiceRouteEntryOutputArgs {
69
+ /**
70
+ * Uniquely identifies the resource.
71
+ */
72
+ id: pulumi.Input<string>;
73
+ }
@@ -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.getServiceRouteEntryOutput = exports.getServiceRouteEntry = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::CEN::ServiceRouteEntry
10
+ */
11
+ function getServiceRouteEntry(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:cen/getServiceRouteEntry:getServiceRouteEntry", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getServiceRouteEntry = getServiceRouteEntry;
18
+ /**
19
+ * Data Source schema for Volcengine::CEN::ServiceRouteEntry
20
+ */
21
+ function getServiceRouteEntryOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:cen/getServiceRouteEntry:getServiceRouteEntry", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getServiceRouteEntryOutput = getServiceRouteEntryOutput;
28
+ //# sourceMappingURL=getServiceRouteEntry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getServiceRouteEntry.js","sourceRoot":"","sources":["../../cen/getServiceRouteEntry.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC;AAyDD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC"}
package/cen/index.d.ts CHANGED
@@ -1,6 +1,15 @@
1
+ export { BandwidthPackageArgs, BandwidthPackageState } from "./bandwidthPackage";
2
+ export type BandwidthPackage = import("./bandwidthPackage").BandwidthPackage;
3
+ export declare const BandwidthPackage: typeof import("./bandwidthPackage").BandwidthPackage;
1
4
  export { CenArgs, CenState } from "./cen";
2
5
  export type Cen = import("./cen").Cen;
3
6
  export declare const Cen: typeof import("./cen").Cen;
7
+ export { GetBandwidthPackageArgs, GetBandwidthPackageResult, GetBandwidthPackageOutputArgs } from "./getBandwidthPackage";
8
+ export declare const getBandwidthPackage: typeof import("./getBandwidthPackage").getBandwidthPackage;
9
+ export declare const getBandwidthPackageOutput: typeof import("./getBandwidthPackage").getBandwidthPackageOutput;
10
+ export { GetBandwidthPackagesResult } from "./getBandwidthPackages";
11
+ export declare const getBandwidthPackages: typeof import("./getBandwidthPackages").getBandwidthPackages;
12
+ export declare const getBandwidthPackagesOutput: typeof import("./getBandwidthPackages").getBandwidthPackagesOutput;
4
13
  export { GetCenArgs, GetCenResult, GetCenOutputArgs } from "./getCen";
5
14
  export declare const getCen: typeof import("./getCen").getCen;
6
15
  export declare const getCenOutput: typeof import("./getCen").getCenOutput;
@@ -13,6 +22,33 @@ export declare const getGrantInstanceOutput: typeof import("./getGrantInstance")
13
22
  export { GetGrantInstancesResult } from "./getGrantInstances";
14
23
  export declare const getGrantInstances: typeof import("./getGrantInstances").getGrantInstances;
15
24
  export declare const getGrantInstancesOutput: typeof import("./getGrantInstances").getGrantInstancesOutput;
25
+ export { GetInterRegionBandwidthArgs, GetInterRegionBandwidthResult, GetInterRegionBandwidthOutputArgs } from "./getInterRegionBandwidth";
26
+ export declare const getInterRegionBandwidth: typeof import("./getInterRegionBandwidth").getInterRegionBandwidth;
27
+ export declare const getInterRegionBandwidthOutput: typeof import("./getInterRegionBandwidth").getInterRegionBandwidthOutput;
28
+ export { GetInterRegionBandwidthsResult } from "./getInterRegionBandwidths";
29
+ export declare const getInterRegionBandwidths: typeof import("./getInterRegionBandwidths").getInterRegionBandwidths;
30
+ export declare const getInterRegionBandwidthsOutput: typeof import("./getInterRegionBandwidths").getInterRegionBandwidthsOutput;
31
+ export { GetRouteEntriesResult } from "./getRouteEntries";
32
+ export declare const getRouteEntries: typeof import("./getRouteEntries").getRouteEntries;
33
+ export declare const getRouteEntriesOutput: typeof import("./getRouteEntries").getRouteEntriesOutput;
34
+ export { GetRouteEntryArgs, GetRouteEntryResult, GetRouteEntryOutputArgs } from "./getRouteEntry";
35
+ export declare const getRouteEntry: typeof import("./getRouteEntry").getRouteEntry;
36
+ export declare const getRouteEntryOutput: typeof import("./getRouteEntry").getRouteEntryOutput;
37
+ export { GetServiceRouteEntriesResult } from "./getServiceRouteEntries";
38
+ export declare const getServiceRouteEntries: typeof import("./getServiceRouteEntries").getServiceRouteEntries;
39
+ export declare const getServiceRouteEntriesOutput: typeof import("./getServiceRouteEntries").getServiceRouteEntriesOutput;
40
+ export { GetServiceRouteEntryArgs, GetServiceRouteEntryResult, GetServiceRouteEntryOutputArgs } from "./getServiceRouteEntry";
41
+ export declare const getServiceRouteEntry: typeof import("./getServiceRouteEntry").getServiceRouteEntry;
42
+ export declare const getServiceRouteEntryOutput: typeof import("./getServiceRouteEntry").getServiceRouteEntryOutput;
16
43
  export { GrantInstanceArgs, GrantInstanceState } from "./grantInstance";
17
44
  export type GrantInstance = import("./grantInstance").GrantInstance;
18
45
  export declare const GrantInstance: typeof import("./grantInstance").GrantInstance;
46
+ export { InterRegionBandwidthArgs, InterRegionBandwidthState } from "./interRegionBandwidth";
47
+ export type InterRegionBandwidth = import("./interRegionBandwidth").InterRegionBandwidth;
48
+ export declare const InterRegionBandwidth: typeof import("./interRegionBandwidth").InterRegionBandwidth;
49
+ export { RouteEntryArgs, RouteEntryState } from "./routeEntry";
50
+ export type RouteEntry = import("./routeEntry").RouteEntry;
51
+ export declare const RouteEntry: typeof import("./routeEntry").RouteEntry;
52
+ export { ServiceRouteEntryArgs, ServiceRouteEntryState } from "./serviceRouteEntry";
53
+ export type ServiceRouteEntry = import("./serviceRouteEntry").ServiceRouteEntry;
54
+ export declare const ServiceRouteEntry: typeof import("./serviceRouteEntry").ServiceRouteEntry;
package/cen/index.js CHANGED
@@ -2,11 +2,19 @@
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.GrantInstance = exports.getGrantInstancesOutput = exports.getGrantInstances = exports.getGrantInstanceOutput = exports.getGrantInstance = exports.getCensOutput = exports.getCens = exports.getCenOutput = exports.getCen = exports.Cen = void 0;
5
+ exports.ServiceRouteEntry = exports.RouteEntry = exports.InterRegionBandwidth = exports.GrantInstance = exports.getServiceRouteEntryOutput = exports.getServiceRouteEntry = exports.getServiceRouteEntriesOutput = exports.getServiceRouteEntries = exports.getRouteEntryOutput = exports.getRouteEntry = exports.getRouteEntriesOutput = exports.getRouteEntries = exports.getInterRegionBandwidthsOutput = exports.getInterRegionBandwidths = exports.getInterRegionBandwidthOutput = exports.getInterRegionBandwidth = exports.getGrantInstancesOutput = exports.getGrantInstances = exports.getGrantInstanceOutput = exports.getGrantInstance = exports.getCensOutput = exports.getCens = exports.getCenOutput = exports.getCen = exports.getBandwidthPackagesOutput = exports.getBandwidthPackages = exports.getBandwidthPackageOutput = exports.getBandwidthPackage = exports.Cen = exports.BandwidthPackage = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
+ exports.BandwidthPackage = null;
9
+ utilities.lazyLoad(exports, ["BandwidthPackage"], () => require("./bandwidthPackage"));
8
10
  exports.Cen = null;
9
11
  utilities.lazyLoad(exports, ["Cen"], () => require("./cen"));
12
+ exports.getBandwidthPackage = null;
13
+ exports.getBandwidthPackageOutput = null;
14
+ utilities.lazyLoad(exports, ["getBandwidthPackage", "getBandwidthPackageOutput"], () => require("./getBandwidthPackage"));
15
+ exports.getBandwidthPackages = null;
16
+ exports.getBandwidthPackagesOutput = null;
17
+ utilities.lazyLoad(exports, ["getBandwidthPackages", "getBandwidthPackagesOutput"], () => require("./getBandwidthPackages"));
10
18
  exports.getCen = null;
11
19
  exports.getCenOutput = null;
12
20
  utilities.lazyLoad(exports, ["getCen", "getCenOutput"], () => require("./getCen"));
@@ -19,21 +27,57 @@ utilities.lazyLoad(exports, ["getGrantInstance", "getGrantInstanceOutput"], () =
19
27
  exports.getGrantInstances = null;
20
28
  exports.getGrantInstancesOutput = null;
21
29
  utilities.lazyLoad(exports, ["getGrantInstances", "getGrantInstancesOutput"], () => require("./getGrantInstances"));
30
+ exports.getInterRegionBandwidth = null;
31
+ exports.getInterRegionBandwidthOutput = null;
32
+ utilities.lazyLoad(exports, ["getInterRegionBandwidth", "getInterRegionBandwidthOutput"], () => require("./getInterRegionBandwidth"));
33
+ exports.getInterRegionBandwidths = null;
34
+ exports.getInterRegionBandwidthsOutput = null;
35
+ utilities.lazyLoad(exports, ["getInterRegionBandwidths", "getInterRegionBandwidthsOutput"], () => require("./getInterRegionBandwidths"));
36
+ exports.getRouteEntries = null;
37
+ exports.getRouteEntriesOutput = null;
38
+ utilities.lazyLoad(exports, ["getRouteEntries", "getRouteEntriesOutput"], () => require("./getRouteEntries"));
39
+ exports.getRouteEntry = null;
40
+ exports.getRouteEntryOutput = null;
41
+ utilities.lazyLoad(exports, ["getRouteEntry", "getRouteEntryOutput"], () => require("./getRouteEntry"));
42
+ exports.getServiceRouteEntries = null;
43
+ exports.getServiceRouteEntriesOutput = null;
44
+ utilities.lazyLoad(exports, ["getServiceRouteEntries", "getServiceRouteEntriesOutput"], () => require("./getServiceRouteEntries"));
45
+ exports.getServiceRouteEntry = null;
46
+ exports.getServiceRouteEntryOutput = null;
47
+ utilities.lazyLoad(exports, ["getServiceRouteEntry", "getServiceRouteEntryOutput"], () => require("./getServiceRouteEntry"));
22
48
  exports.GrantInstance = null;
23
49
  utilities.lazyLoad(exports, ["GrantInstance"], () => require("./grantInstance"));
50
+ exports.InterRegionBandwidth = null;
51
+ utilities.lazyLoad(exports, ["InterRegionBandwidth"], () => require("./interRegionBandwidth"));
52
+ exports.RouteEntry = null;
53
+ utilities.lazyLoad(exports, ["RouteEntry"], () => require("./routeEntry"));
54
+ exports.ServiceRouteEntry = null;
55
+ utilities.lazyLoad(exports, ["ServiceRouteEntry"], () => require("./serviceRouteEntry"));
24
56
  const _module = {
25
57
  version: utilities.getVersion(),
26
58
  construct: (name, type, urn) => {
27
59
  switch (type) {
60
+ case "volcenginecc:cen/bandwidthPackage:BandwidthPackage":
61
+ return new exports.BandwidthPackage(name, undefined, { urn });
28
62
  case "volcenginecc:cen/cen:Cen":
29
63
  return new exports.Cen(name, undefined, { urn });
30
64
  case "volcenginecc:cen/grantInstance:GrantInstance":
31
65
  return new exports.GrantInstance(name, undefined, { urn });
66
+ case "volcenginecc:cen/interRegionBandwidth:InterRegionBandwidth":
67
+ return new exports.InterRegionBandwidth(name, undefined, { urn });
68
+ case "volcenginecc:cen/routeEntry:RouteEntry":
69
+ return new exports.RouteEntry(name, undefined, { urn });
70
+ case "volcenginecc:cen/serviceRouteEntry:ServiceRouteEntry":
71
+ return new exports.ServiceRouteEntry(name, undefined, { urn });
32
72
  default:
33
73
  throw new Error(`unknown resource type ${type}`);
34
74
  }
35
75
  },
36
76
  };
77
+ pulumi.runtime.registerResourceModule("volcenginecc", "cen/bandwidthPackage", _module);
37
78
  pulumi.runtime.registerResourceModule("volcenginecc", "cen/cen", _module);
38
79
  pulumi.runtime.registerResourceModule("volcenginecc", "cen/grantInstance", _module);
80
+ pulumi.runtime.registerResourceModule("volcenginecc", "cen/interRegionBandwidth", _module);
81
+ pulumi.runtime.registerResourceModule("volcenginecc", "cen/routeEntry", _module);
82
+ pulumi.runtime.registerResourceModule("volcenginecc", "cen/serviceRouteEntry", _module);
39
83
  //# sourceMappingURL=index.js.map