@volcengine/pulumi-volcenginecc 0.0.47 → 0.0.48

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 (78) hide show
  1. package/id/getOauth2CredentialProvider.d.ts +74 -0
  2. package/id/getOauth2CredentialProvider.d.ts.map +1 -0
  3. package/id/getOauth2CredentialProvider.js +51 -0
  4. package/id/getOauth2CredentialProvider.js.map +1 -0
  5. package/id/getOauth2CredentialProviders.d.ts +23 -0
  6. package/id/getOauth2CredentialProviders.d.ts.map +1 -0
  7. package/id/getOauth2CredentialProviders.js +47 -0
  8. package/id/getOauth2CredentialProviders.js.map +1 -0
  9. package/id/index.d.ts +9 -0
  10. package/id/index.d.ts.map +1 -1
  11. package/id/index.js +12 -1
  12. package/id/index.js.map +1 -1
  13. package/id/oauth2CredentialProvider.d.ts +191 -0
  14. package/id/oauth2CredentialProvider.d.ts.map +1 -0
  15. package/id/oauth2CredentialProvider.js +157 -0
  16. package/id/oauth2CredentialProvider.js.map +1 -0
  17. package/kms/getSecret.d.ts +29 -0
  18. package/kms/getSecret.d.ts.map +1 -1
  19. package/kms/getSecret.js.map +1 -1
  20. package/kms/secret.d.ts +80 -0
  21. package/kms/secret.d.ts.map +1 -1
  22. package/kms/secret.js +14 -0
  23. package/kms/secret.js.map +1 -1
  24. package/package.json +1 -1
  25. package/tls/alarmContentTemplateType.d.ts +263 -0
  26. package/tls/alarmContentTemplateType.d.ts.map +1 -0
  27. package/tls/alarmContentTemplateType.js +183 -0
  28. package/tls/alarmContentTemplateType.js.map +1 -0
  29. package/tls/getAlarmContentTemplateType.d.ts +90 -0
  30. package/tls/getAlarmContentTemplateType.d.ts.map +1 -0
  31. package/tls/getAlarmContentTemplateType.js +51 -0
  32. package/tls/getAlarmContentTemplateType.js.map +1 -0
  33. package/tls/getAlarmContentTemplateTypes.d.ts +23 -0
  34. package/tls/getAlarmContentTemplateTypes.d.ts.map +1 -0
  35. package/tls/getAlarmContentTemplateTypes.js +47 -0
  36. package/tls/getAlarmContentTemplateTypes.js.map +1 -0
  37. package/tls/index.d.ts +9 -0
  38. package/tls/index.d.ts.map +1 -1
  39. package/tls/index.js +13 -2
  40. package/tls/index.js.map +1 -1
  41. package/tos/bucket.d.ts +1 -1
  42. package/tos/bucket.js +1 -1
  43. package/tos/getObject.d.ts +118 -0
  44. package/tos/getObject.d.ts.map +1 -0
  45. package/tos/getObject.js +51 -0
  46. package/tos/getObject.js.map +1 -0
  47. package/tos/getObjects.d.ts +23 -0
  48. package/tos/getObjects.d.ts.map +1 -0
  49. package/tos/getObjects.js +47 -0
  50. package/tos/getObjects.js.map +1 -0
  51. package/tos/index.d.ts +9 -0
  52. package/tos/index.d.ts.map +1 -1
  53. package/tos/index.js +13 -1
  54. package/tos/index.js.map +1 -1
  55. package/tos/tosObject.d.ts +294 -0
  56. package/tos/tosObject.d.ts.map +1 -0
  57. package/tos/tosObject.js +168 -0
  58. package/tos/tosObject.js.map +1 -0
  59. package/types/input.d.ts +680 -0
  60. package/types/input.d.ts.map +1 -1
  61. package/types/output.d.ts +1404 -47
  62. package/types/output.d.ts.map +1 -1
  63. package/veenedge/getVeen.d.ts +206 -0
  64. package/veenedge/getVeen.d.ts.map +1 -0
  65. package/veenedge/getVeen.js +51 -0
  66. package/veenedge/getVeen.js.map +1 -0
  67. package/veenedge/getVeens.d.ts +23 -0
  68. package/veenedge/getVeens.d.ts.map +1 -0
  69. package/veenedge/getVeens.js +47 -0
  70. package/veenedge/getVeens.js.map +1 -0
  71. package/veenedge/index.d.ts +9 -0
  72. package/veenedge/index.d.ts.map +1 -1
  73. package/veenedge/index.js +12 -1
  74. package/veenedge/index.js.map +1 -1
  75. package/veenedge/veen.d.ts +475 -0
  76. package/veenedge/veen.d.ts.map +1 -0
  77. package/veenedge/veen.js +211 -0
  78. package/veenedge/veen.js.map +1 -0
@@ -0,0 +1,206 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::VeenEdge::Veen
5
+ */
6
+ export declare function getVeen(args: GetVeenArgs, opts?: pulumi.InvokeOptions): Promise<GetVeenResult>;
7
+ /**
8
+ * A collection of arguments for invoking getVeen.
9
+ */
10
+ export interface GetVeenArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getVeen.
18
+ */
19
+ export interface GetVeenResult {
20
+ /**
21
+ * Advanced configuration for the edge instance, such as deletion protection
22
+ */
23
+ readonly advancedConfiguration: outputs.veenedge.GetVeenAdvancedConfiguration;
24
+ /**
25
+ * Edge instance architecture: arm: ARM, x86: x86, bare_metal: bare metal.
26
+ */
27
+ readonly arch: string;
28
+ /**
29
+ * Rate-limited bandwidth configured by carrier. When you select rate limiting by carrier (isp) mode, the parameter values take effect. Mobile public bandwidth peak: default equals public bandwidth peak. Value must be a multiple of 5. Unit: Mbps. Unicom public bandwidth peak: default is 0. Value must be a multiple of 5. Unit: Mbps. Telecom public bandwidth peak: default is 0. Value must be a multiple of 5. Unit: Mbps
30
+ */
31
+ readonly bandwidthPeakLimitIspConfigs: outputs.veenedge.GetVeenBandwidthPeakLimitIspConfigs;
32
+ /**
33
+ * Bare metal package name (only for bare metal instances)
34
+ */
35
+ readonly bareMetalPackage: string;
36
+ /**
37
+ * Billing configuration for edge instances.
38
+ */
39
+ readonly billing: outputs.veenedge.GetVeenBilling;
40
+ /**
41
+ * Billing configuration for edge instances.
42
+ */
43
+ readonly billingConfig: outputs.veenedge.GetVeenBillingConfig;
44
+ /**
45
+ * Edge instance classic network identifier.
46
+ */
47
+ readonly classicNetworkIdentity: string;
48
+ /**
49
+ * Edge instance classic subnet identifier.
50
+ */
51
+ readonly classicSubnetIdentity: string;
52
+ /**
53
+ * Edge service ID.
54
+ */
55
+ readonly cloudServerIdentity: string;
56
+ /**
57
+ * Edge service name.
58
+ */
59
+ readonly cloudServerName: string;
60
+ /**
61
+ * Information about the node where the edge instance is located.
62
+ */
63
+ readonly cluster: outputs.veenedge.GetVeenCluster;
64
+ /**
65
+ * Number of CPU cores for the edge instance
66
+ */
67
+ readonly cpu: string;
68
+ /**
69
+ * Note: This parameter applies only to postpaid instances. Edge instance creation timeout. Unit: seconds. Minimum value: 120. If the creation time of the edge instance exceeds the set value, the creation fails and its status changes to open_fail. You can delete the relevant instance via the console or API. If this parameter is not specified, there is no limit on the instance creation time.
70
+ */
71
+ readonly createInstanceTimeout: number;
72
+ /**
73
+ * Creation time of the edge instance.
74
+ */
75
+ readonly createTime: number;
76
+ /**
77
+ * Edge instance creation time, string timestamp format.
78
+ */
79
+ readonly createTimestamp: string;
80
+ /**
81
+ * Creator of the edge instance
82
+ */
83
+ readonly creator: string;
84
+ /**
85
+ * User data is injected when the instance starts. Can be updated after creation
86
+ */
87
+ readonly customData: outputs.veenedge.GetVeenCustomData;
88
+ /**
89
+ * End time of the edge instance operation
90
+ */
91
+ readonly endTime: number;
92
+ /**
93
+ * Edge instance GPU configuration
94
+ */
95
+ readonly gpu: outputs.veenedge.GetVeenGpu;
96
+ /**
97
+ * Hostname of the edge instance.
98
+ */
99
+ readonly hostName: string;
100
+ /**
101
+ * Uniquely identifies the resource.
102
+ */
103
+ readonly id: string;
104
+ /**
105
+ * Edge instance image configuration.
106
+ */
107
+ readonly image: outputs.veenedge.GetVeenImage;
108
+ /**
109
+ * Region information for the edge instance
110
+ */
111
+ readonly instanceAreaNums: outputs.veenedge.GetVeenInstanceAreaNum[];
112
+ /**
113
+ * Description of the edge instance
114
+ */
115
+ readonly instanceDesc: string;
116
+ /**
117
+ * Edge instance ID. You can obtain the edge instance ID through the ListInstances API.
118
+ */
119
+ readonly instanceIdentity: string;
120
+ /**
121
+ * Name of the edge instance.
122
+ */
123
+ readonly instanceName: string;
124
+ /**
125
+ * UUID of the edge instance.
126
+ */
127
+ readonly instanceUuid: string;
128
+ /**
129
+ * Rate limiting mode. When using multi-line nodes, you can configure the rate limiting mode for edge instances. Options: shared (default): shared rate limiting. All carriers share bandwidth resources; total public bandwidth usage does not exceed the value set for bandwidthPeak (public bandwidth peak). isp: rate limiting by carrier. You can set bandwidth peak for each carrier separately
130
+ */
131
+ readonly limitMode: string;
132
+ /**
133
+ * Edge instance types: virtual*machine: virtual machine. bare*metal: bare metal
134
+ */
135
+ readonly loadType: string;
136
+ /**
137
+ * Edge instance memory size. Unit: GB.
138
+ */
139
+ readonly mem: string;
140
+ /**
141
+ * Monitoring agent information
142
+ */
143
+ readonly monitorAgent: outputs.veenedge.GetVeenMonitorAgent;
144
+ /**
145
+ * Network configuration of the edge instance.
146
+ */
147
+ readonly network: outputs.veenedge.GetVeenNetwork;
148
+ /**
149
+ * Project to which the edge instance belongs.
150
+ */
151
+ readonly project: string;
152
+ /**
153
+ * Password configuration for the edge instance
154
+ */
155
+ readonly secret: outputs.veenedge.GetVeenSecret;
156
+ /**
157
+ * Edge instance specifications
158
+ */
159
+ readonly spec: string;
160
+ /**
161
+ * Chinese name of the instance specification.
162
+ */
163
+ readonly specDisplay: string;
164
+ /**
165
+ * Edge instance start time
166
+ */
167
+ readonly startTime: number;
168
+ /**
169
+ * Edge instance status: opening: creating. starting: starting. running: running. stopping: stopping. stop: stopped. rebooting: rebooting. terminating: deleting. open_fail: creation failed
170
+ */
171
+ readonly status: string;
172
+ /**
173
+ * Storage configuration of the edge instance.
174
+ */
175
+ readonly storage: outputs.veenedge.GetVeenStorage;
176
+ /**
177
+ * Subnet CIDR.
178
+ */
179
+ readonly subnetCidr: string;
180
+ /**
181
+ * Bound tags
182
+ */
183
+ readonly tags: outputs.veenedge.GetVeenTag[];
184
+ /**
185
+ * Edge instance update time
186
+ */
187
+ readonly updateTime: number;
188
+ /**
189
+ * Private network ID
190
+ */
191
+ readonly vpcIdentity: string;
192
+ }
193
+ /**
194
+ * Data Source schema for Volcengine::VeenEdge::Veen
195
+ */
196
+ export declare function getVeenOutput(args: GetVeenOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVeenResult>;
197
+ /**
198
+ * A collection of arguments for invoking getVeen.
199
+ */
200
+ export interface GetVeenOutputArgs {
201
+ /**
202
+ * Uniquely identifies the resource.
203
+ */
204
+ id: pulumi.Input<string>;
205
+ }
206
+ //# sourceMappingURL=getVeen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVeen.d.ts","sourceRoot":"","sources":["../../veenedge/getVeen.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.getVeenOutput = exports.getVeen = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../utilities"));
31
+ /**
32
+ * Data Source schema for Volcengine::VeenEdge::Veen
33
+ */
34
+ function getVeen(args, opts) {
35
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
36
+ return pulumi.runtime.invoke("volcenginecc:veenedge/getVeen:getVeen", {
37
+ "id": args.id,
38
+ }, opts);
39
+ }
40
+ exports.getVeen = getVeen;
41
+ /**
42
+ * Data Source schema for Volcengine::VeenEdge::Veen
43
+ */
44
+ function getVeenOutput(args, opts) {
45
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
46
+ return pulumi.runtime.invokeOutput("volcenginecc:veenedge/getVeen:getVeen", {
47
+ "id": args.id,
48
+ }, opts);
49
+ }
50
+ exports.getVeenOutput = getVeenOutput;
51
+ //# sourceMappingURL=getVeen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVeen.js","sourceRoot":"","sources":["../../veenedge/getVeen.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,wDAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AA6LD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uCAAuC,EAAE;QACxE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
@@ -0,0 +1,23 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::VeenEdge::Veen
4
+ */
5
+ export declare function getVeens(opts?: pulumi.InvokeOptions): Promise<GetVeensResult>;
6
+ /**
7
+ * A collection of values returned by getVeens.
8
+ */
9
+ export interface GetVeensResult {
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::VeenEdge::Veen
21
+ */
22
+ export declare function getVeensOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVeensResult>;
23
+ //# sourceMappingURL=getVeens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVeens.d.ts","sourceRoot":"","sources":["../../veenedge/getVeens.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;GAEG;AACH,wBAAgB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,cAAc,CAAC,CAI7E;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,CAAC;CAC1B;AACD;;GAEG;AACH,wBAAgB,cAAc,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAI/F"}
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.getVeensOutput = exports.getVeens = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../utilities"));
31
+ /**
32
+ * Plural Data Source schema for Volcengine::VeenEdge::Veen
33
+ */
34
+ function getVeens(opts) {
35
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
36
+ return pulumi.runtime.invoke("volcenginecc:veenedge/getVeens:getVeens", {}, opts);
37
+ }
38
+ exports.getVeens = getVeens;
39
+ /**
40
+ * Plural Data Source schema for Volcengine::VeenEdge::Veen
41
+ */
42
+ function getVeensOutput(opts) {
43
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
44
+ return pulumi.runtime.invokeOutput("volcenginecc:veenedge/getVeens:getVeens", {}, opts);
45
+ }
46
+ exports.getVeensOutput = getVeensOutput;
47
+ //# sourceMappingURL=getVeens.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVeens.js","sourceRoot":"","sources":["../../veenedge/getVeens.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,wDAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAChD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE,EACvE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4BAIC;AAeD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAiC;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE,EAC7E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC"}
@@ -7,12 +7,21 @@ export declare const getCloudServerOutput: typeof import("./getCloudServer").get
7
7
  export { GetCloudServersResult } from "./getCloudServers";
8
8
  export declare const getCloudServers: typeof import("./getCloudServers").getCloudServers;
9
9
  export declare const getCloudServersOutput: typeof import("./getCloudServers").getCloudServersOutput;
10
+ export { GetVeenArgs, GetVeenResult, GetVeenOutputArgs } from "./getVeen";
11
+ export declare const getVeen: typeof import("./getVeen").getVeen;
12
+ export declare const getVeenOutput: typeof import("./getVeen").getVeenOutput;
13
+ export { GetVeensResult } from "./getVeens";
14
+ export declare const getVeens: typeof import("./getVeens").getVeens;
15
+ export declare const getVeensOutput: typeof import("./getVeens").getVeensOutput;
10
16
  export { GetVpcArgs, GetVpcResult, GetVpcOutputArgs } from "./getVpc";
11
17
  export declare const getVpc: typeof import("./getVpc").getVpc;
12
18
  export declare const getVpcOutput: typeof import("./getVpc").getVpcOutput;
13
19
  export { GetVpcsResult } from "./getVpcs";
14
20
  export declare const getVpcs: typeof import("./getVpcs").getVpcs;
15
21
  export declare const getVpcsOutput: typeof import("./getVpcs").getVpcsOutput;
22
+ export { VeenArgs, VeenState } from "./veen";
23
+ export type Veen = import("./veen").Veen;
24
+ export declare const Veen: typeof import("./veen").Veen;
16
25
  export { VpcArgs, VpcState } from "./vpc";
17
26
  export type Vpc = import("./vpc").Vpc;
18
27
  export declare const Vpc: typeof import("./vpc").Vpc;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../veenedge/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAClE,MAAM,MAAM,WAAW,GAAG,OAAO,eAAe,EAAE,WAAW,CAAC;AAC9D,eAAO,MAAM,WAAW,EAAE,cAAc,eAAe,EAAE,WAAyB,CAAC;AAGnF,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AACtG,eAAO,MAAM,cAAc,EAAE,cAAc,kBAAkB,EAAE,cAA4B,CAAC;AAC5F,eAAO,MAAM,oBAAoB,EAAE,cAAc,kBAAkB,EAAE,oBAAkC,CAAC;AAGxG,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,eAAO,MAAM,eAAe,EAAE,cAAc,mBAAmB,EAAE,eAA6B,CAAC;AAC/F,eAAO,MAAM,qBAAqB,EAAE,cAAc,mBAAmB,EAAE,qBAAmC,CAAC;AAG3G,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACtE,eAAO,MAAM,MAAM,EAAE,cAAc,UAAU,EAAE,MAAoB,CAAC;AACpE,eAAO,MAAM,YAAY,EAAE,cAAc,UAAU,EAAE,YAA0B,CAAC;AAGhF,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC1C,eAAO,MAAM,OAAO,EAAE,cAAc,WAAW,EAAE,OAAqB,CAAC;AACvE,eAAO,MAAM,aAAa,EAAE,cAAc,WAAW,EAAE,aAA2B,CAAC;AAGnF,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAC1C,MAAM,MAAM,GAAG,GAAG,OAAO,OAAO,EAAE,GAAG,CAAC;AACtC,eAAO,MAAM,GAAG,EAAE,cAAc,OAAO,EAAE,GAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../veenedge/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAClE,MAAM,MAAM,WAAW,GAAG,OAAO,eAAe,EAAE,WAAW,CAAC;AAC9D,eAAO,MAAM,WAAW,EAAE,cAAc,eAAe,EAAE,WAAyB,CAAC;AAGnF,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AACtG,eAAO,MAAM,cAAc,EAAE,cAAc,kBAAkB,EAAE,cAA4B,CAAC;AAC5F,eAAO,MAAM,oBAAoB,EAAE,cAAc,kBAAkB,EAAE,oBAAkC,CAAC;AAGxG,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,eAAO,MAAM,eAAe,EAAE,cAAc,mBAAmB,EAAE,eAA6B,CAAC;AAC/F,eAAO,MAAM,qBAAqB,EAAE,cAAc,mBAAmB,EAAE,qBAAmC,CAAC;AAG3G,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC1E,eAAO,MAAM,OAAO,EAAE,cAAc,WAAW,EAAE,OAAqB,CAAC;AACvE,eAAO,MAAM,aAAa,EAAE,cAAc,WAAW,EAAE,aAA2B,CAAC;AAGnF,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAC5C,eAAO,MAAM,QAAQ,EAAE,cAAc,YAAY,EAAE,QAAsB,CAAC;AAC1E,eAAO,MAAM,cAAc,EAAE,cAAc,YAAY,EAAE,cAA4B,CAAC;AAGtF,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACtE,eAAO,MAAM,MAAM,EAAE,cAAc,UAAU,EAAE,MAAoB,CAAC;AACpE,eAAO,MAAM,YAAY,EAAE,cAAc,UAAU,EAAE,YAA0B,CAAC;AAGhF,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC1C,eAAO,MAAM,OAAO,EAAE,cAAc,WAAW,EAAE,OAAqB,CAAC;AACvE,eAAO,MAAM,aAAa,EAAE,cAAc,WAAW,EAAE,aAA2B,CAAC;AAGnF,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAC7C,MAAM,MAAM,IAAI,GAAG,OAAO,QAAQ,EAAE,IAAI,CAAC;AACzC,eAAO,MAAM,IAAI,EAAE,cAAc,QAAQ,EAAE,IAAkB,CAAC;AAG9D,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAC1C,MAAM,MAAM,GAAG,GAAG,OAAO,OAAO,EAAE,GAAG,CAAC;AACtC,eAAO,MAAM,GAAG,EAAE,cAAc,OAAO,EAAE,GAAiB,CAAC"}
package/veenedge/index.js CHANGED
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  return result;
26
26
  };
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
- exports.Vpc = exports.getVpcsOutput = exports.getVpcs = exports.getVpcOutput = exports.getVpc = exports.getCloudServersOutput = exports.getCloudServers = exports.getCloudServerOutput = exports.getCloudServer = exports.CloudServer = void 0;
28
+ exports.Vpc = exports.Veen = exports.getVpcsOutput = exports.getVpcs = exports.getVpcOutput = exports.getVpc = exports.getVeensOutput = exports.getVeens = exports.getVeenOutput = exports.getVeen = exports.getCloudServersOutput = exports.getCloudServers = exports.getCloudServerOutput = exports.getCloudServer = exports.CloudServer = void 0;
29
29
  const pulumi = __importStar(require("@pulumi/pulumi"));
30
30
  const utilities = __importStar(require("../utilities"));
31
31
  exports.CloudServer = null;
@@ -36,12 +36,20 @@ utilities.lazyLoad(exports, ["getCloudServer", "getCloudServerOutput"], () => re
36
36
  exports.getCloudServers = null;
37
37
  exports.getCloudServersOutput = null;
38
38
  utilities.lazyLoad(exports, ["getCloudServers", "getCloudServersOutput"], () => require("./getCloudServers"));
39
+ exports.getVeen = null;
40
+ exports.getVeenOutput = null;
41
+ utilities.lazyLoad(exports, ["getVeen", "getVeenOutput"], () => require("./getVeen"));
42
+ exports.getVeens = null;
43
+ exports.getVeensOutput = null;
44
+ utilities.lazyLoad(exports, ["getVeens", "getVeensOutput"], () => require("./getVeens"));
39
45
  exports.getVpc = null;
40
46
  exports.getVpcOutput = null;
41
47
  utilities.lazyLoad(exports, ["getVpc", "getVpcOutput"], () => require("./getVpc"));
42
48
  exports.getVpcs = null;
43
49
  exports.getVpcsOutput = null;
44
50
  utilities.lazyLoad(exports, ["getVpcs", "getVpcsOutput"], () => require("./getVpcs"));
51
+ exports.Veen = null;
52
+ utilities.lazyLoad(exports, ["Veen"], () => require("./veen"));
45
53
  exports.Vpc = null;
46
54
  utilities.lazyLoad(exports, ["Vpc"], () => require("./vpc"));
47
55
  const _module = {
@@ -50,6 +58,8 @@ const _module = {
50
58
  switch (type) {
51
59
  case "volcenginecc:veenedge/cloudServer:CloudServer":
52
60
  return new exports.CloudServer(name, undefined, { urn });
61
+ case "volcenginecc:veenedge/veen:Veen":
62
+ return new exports.Veen(name, undefined, { urn });
53
63
  case "volcenginecc:veenedge/vpc:Vpc":
54
64
  return new exports.Vpc(name, undefined, { urn });
55
65
  default:
@@ -58,5 +68,6 @@ const _module = {
58
68
  },
59
69
  };
60
70
  pulumi.runtime.registerResourceModule("volcenginecc", "veenedge/cloudServer", _module);
71
+ pulumi.runtime.registerResourceModule("volcenginecc", "veenedge/veen", _module);
61
72
  pulumi.runtime.registerResourceModule("volcenginecc", "veenedge/vpc", _module);
62
73
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../veenedge/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,wDAA0C;AAK7B,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGhE,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG7F,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGhG,QAAA,MAAM,GAAqC,IAAW,CAAC;AACvD,QAAA,YAAY,GAA2C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAGrE,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAIxE,QAAA,GAAG,GAA+B,IAAW,CAAC;AAC3D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;AAG7D,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,+CAA+C;gBAChD,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,+BAA+B;gBAChC,OAAO,IAAI,WAAG,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,cAAc,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../veenedge/index.ts"],"names":[],"mappings":"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"}