@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.
- package/id/getOauth2CredentialProvider.d.ts +74 -0
- package/id/getOauth2CredentialProvider.d.ts.map +1 -0
- package/id/getOauth2CredentialProvider.js +51 -0
- package/id/getOauth2CredentialProvider.js.map +1 -0
- package/id/getOauth2CredentialProviders.d.ts +23 -0
- package/id/getOauth2CredentialProviders.d.ts.map +1 -0
- package/id/getOauth2CredentialProviders.js +47 -0
- package/id/getOauth2CredentialProviders.js.map +1 -0
- package/id/index.d.ts +9 -0
- package/id/index.d.ts.map +1 -1
- package/id/index.js +12 -1
- package/id/index.js.map +1 -1
- package/id/oauth2CredentialProvider.d.ts +191 -0
- package/id/oauth2CredentialProvider.d.ts.map +1 -0
- package/id/oauth2CredentialProvider.js +157 -0
- package/id/oauth2CredentialProvider.js.map +1 -0
- package/kms/getSecret.d.ts +29 -0
- package/kms/getSecret.d.ts.map +1 -1
- package/kms/getSecret.js.map +1 -1
- package/kms/secret.d.ts +80 -0
- package/kms/secret.d.ts.map +1 -1
- package/kms/secret.js +14 -0
- package/kms/secret.js.map +1 -1
- package/package.json +1 -1
- package/tls/alarmContentTemplateType.d.ts +263 -0
- package/tls/alarmContentTemplateType.d.ts.map +1 -0
- package/tls/alarmContentTemplateType.js +183 -0
- package/tls/alarmContentTemplateType.js.map +1 -0
- package/tls/getAlarmContentTemplateType.d.ts +90 -0
- package/tls/getAlarmContentTemplateType.d.ts.map +1 -0
- package/tls/getAlarmContentTemplateType.js +51 -0
- package/tls/getAlarmContentTemplateType.js.map +1 -0
- package/tls/getAlarmContentTemplateTypes.d.ts +23 -0
- package/tls/getAlarmContentTemplateTypes.d.ts.map +1 -0
- package/tls/getAlarmContentTemplateTypes.js +47 -0
- package/tls/getAlarmContentTemplateTypes.js.map +1 -0
- package/tls/index.d.ts +9 -0
- package/tls/index.d.ts.map +1 -1
- package/tls/index.js +13 -2
- package/tls/index.js.map +1 -1
- package/tos/bucket.d.ts +1 -1
- package/tos/bucket.js +1 -1
- package/tos/getObject.d.ts +118 -0
- package/tos/getObject.d.ts.map +1 -0
- package/tos/getObject.js +51 -0
- package/tos/getObject.js.map +1 -0
- package/tos/getObjects.d.ts +23 -0
- package/tos/getObjects.d.ts.map +1 -0
- package/tos/getObjects.js +47 -0
- package/tos/getObjects.js.map +1 -0
- package/tos/index.d.ts +9 -0
- package/tos/index.d.ts.map +1 -1
- package/tos/index.js +13 -1
- package/tos/index.js.map +1 -1
- package/tos/tosObject.d.ts +294 -0
- package/tos/tosObject.d.ts.map +1 -0
- package/tos/tosObject.js +168 -0
- package/tos/tosObject.js.map +1 -0
- package/types/input.d.ts +680 -0
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +1404 -47
- package/types/output.d.ts.map +1 -1
- package/veenedge/getVeen.d.ts +206 -0
- package/veenedge/getVeen.d.ts.map +1 -0
- package/veenedge/getVeen.js +51 -0
- package/veenedge/getVeen.js.map +1 -0
- package/veenedge/getVeens.d.ts +23 -0
- package/veenedge/getVeens.d.ts.map +1 -0
- package/veenedge/getVeens.js +47 -0
- package/veenedge/getVeens.js.map +1 -0
- package/veenedge/index.d.ts +9 -0
- package/veenedge/index.d.ts.map +1 -1
- package/veenedge/index.js +12 -1
- package/veenedge/index.js.map +1 -1
- package/veenedge/veen.d.ts +475 -0
- package/veenedge/veen.d.ts.map +1 -0
- package/veenedge/veen.js +211 -0
- package/veenedge/veen.js.map +1 -0
|
@@ -0,0 +1,475 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* An edge instance is a cloud-based computing server that includes CPU, memory, storage, and network resources
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
12
|
+
*
|
|
13
|
+
* const example = new volcenginecc.veenedge.Veen("Example", {
|
|
14
|
+
* cloudServerIdentity: "cloudserver-plxxxxxxxx4nr",
|
|
15
|
+
* createInstanceTimeout: 120,
|
|
16
|
+
* instanceAreaNums: [{
|
|
17
|
+
* area_name: "",
|
|
18
|
+
* cluster_name: "bdcdn-gxxxxt06",
|
|
19
|
+
* isp: "",
|
|
20
|
+
* default_isp: "",
|
|
21
|
+
* external_network_mode: "",
|
|
22
|
+
* vpc_identity: "vpc-dvxxxxx659",
|
|
23
|
+
* subnet_identity: "subnet-vbgxxxxxxfvq5t",
|
|
24
|
+
* num: 1,
|
|
25
|
+
* host_name_list: [],
|
|
26
|
+
* single_interface_name_config: {
|
|
27
|
+
* externalInterfaceName: "",
|
|
28
|
+
* internalInterfaceName: "",
|
|
29
|
+
* },
|
|
30
|
+
* multi_interface_name_config: {
|
|
31
|
+
* ctccExternalInterfaceName: "",
|
|
32
|
+
* internalInterfaceName: "",
|
|
33
|
+
* cuccExternalInterfaceName: "",
|
|
34
|
+
* cmccExternalInterfaceName: "",
|
|
35
|
+
* },
|
|
36
|
+
* }],
|
|
37
|
+
* tags: [{
|
|
38
|
+
* value: "test",
|
|
39
|
+
* key: "env",
|
|
40
|
+
* }],
|
|
41
|
+
* instanceName: "test-instance",
|
|
42
|
+
* customData: {
|
|
43
|
+
* is_base_64: false,
|
|
44
|
+
* data: "test data",
|
|
45
|
+
* },
|
|
46
|
+
* advancedConfiguration: {
|
|
47
|
+
* delete_protection: true,
|
|
48
|
+
* },
|
|
49
|
+
* });
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* ## Import
|
|
53
|
+
*
|
|
54
|
+
* ```sh
|
|
55
|
+
* $ pulumi import volcenginecc:veenedge/veen:Veen example "instance_identity"
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
export declare class Veen extends pulumi.CustomResource {
|
|
59
|
+
/**
|
|
60
|
+
* Get an existing Veen resource's state with the given name, ID, and optional extra
|
|
61
|
+
* properties used to qualify the lookup.
|
|
62
|
+
*
|
|
63
|
+
* @param name The _unique_ name of the resulting resource.
|
|
64
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
65
|
+
* @param state Any extra arguments used during the lookup.
|
|
66
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
67
|
+
*/
|
|
68
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: VeenState, opts?: pulumi.CustomResourceOptions): Veen;
|
|
69
|
+
/**
|
|
70
|
+
* Returns true if the given object is an instance of Veen. This is designed to work even
|
|
71
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
72
|
+
*/
|
|
73
|
+
static isInstance(obj: any): obj is Veen;
|
|
74
|
+
/**
|
|
75
|
+
* Advanced configuration for the edge instance, such as deletion protection
|
|
76
|
+
*/
|
|
77
|
+
readonly advancedConfiguration: pulumi.Output<outputs.veenedge.VeenAdvancedConfiguration>;
|
|
78
|
+
/**
|
|
79
|
+
* Edge instance architecture: arm: ARM, x86: x86, bare_metal: bare metal.
|
|
80
|
+
*/
|
|
81
|
+
readonly arch: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* 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
|
|
84
|
+
*/
|
|
85
|
+
readonly bandwidthPeakLimitIspConfigs: pulumi.Output<outputs.veenedge.VeenBandwidthPeakLimitIspConfigs>;
|
|
86
|
+
/**
|
|
87
|
+
* Bare metal package name (only for bare metal instances)
|
|
88
|
+
*/
|
|
89
|
+
readonly bareMetalPackage: pulumi.Output<string>;
|
|
90
|
+
/**
|
|
91
|
+
* Billing configuration for edge instances.
|
|
92
|
+
*/
|
|
93
|
+
readonly billing: pulumi.Output<outputs.veenedge.VeenBilling>;
|
|
94
|
+
/**
|
|
95
|
+
* Billing configuration for edge instances.
|
|
96
|
+
*/
|
|
97
|
+
readonly billingConfig: pulumi.Output<outputs.veenedge.VeenBillingConfig>;
|
|
98
|
+
/**
|
|
99
|
+
* Edge instance classic network identifier.
|
|
100
|
+
*/
|
|
101
|
+
readonly classicNetworkIdentity: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Edge instance classic subnet identifier.
|
|
104
|
+
*/
|
|
105
|
+
readonly classicSubnetIdentity: pulumi.Output<string>;
|
|
106
|
+
/**
|
|
107
|
+
* Edge service ID.
|
|
108
|
+
*/
|
|
109
|
+
readonly cloudServerIdentity: pulumi.Output<string>;
|
|
110
|
+
/**
|
|
111
|
+
* Edge service name.
|
|
112
|
+
*/
|
|
113
|
+
readonly cloudServerName: pulumi.Output<string>;
|
|
114
|
+
/**
|
|
115
|
+
* Information about the node where the edge instance is located.
|
|
116
|
+
*/
|
|
117
|
+
readonly cluster: pulumi.Output<outputs.veenedge.VeenCluster>;
|
|
118
|
+
/**
|
|
119
|
+
* Number of CPU cores for the edge instance
|
|
120
|
+
*/
|
|
121
|
+
readonly cpu: pulumi.Output<string>;
|
|
122
|
+
/**
|
|
123
|
+
* 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.
|
|
124
|
+
*/
|
|
125
|
+
readonly createInstanceTimeout: pulumi.Output<number>;
|
|
126
|
+
/**
|
|
127
|
+
* Creation time of the edge instance.
|
|
128
|
+
*/
|
|
129
|
+
readonly createTime: pulumi.Output<number>;
|
|
130
|
+
/**
|
|
131
|
+
* Edge instance creation time, string timestamp format.
|
|
132
|
+
*/
|
|
133
|
+
readonly createTimestamp: pulumi.Output<string>;
|
|
134
|
+
/**
|
|
135
|
+
* Creator of the edge instance
|
|
136
|
+
*/
|
|
137
|
+
readonly creator: pulumi.Output<string>;
|
|
138
|
+
/**
|
|
139
|
+
* User data is injected when the instance starts. Can be updated after creation
|
|
140
|
+
*/
|
|
141
|
+
readonly customData: pulumi.Output<outputs.veenedge.VeenCustomData>;
|
|
142
|
+
/**
|
|
143
|
+
* End time of the edge instance operation
|
|
144
|
+
*/
|
|
145
|
+
readonly endTime: pulumi.Output<number>;
|
|
146
|
+
/**
|
|
147
|
+
* Edge instance GPU configuration
|
|
148
|
+
*/
|
|
149
|
+
readonly gpu: pulumi.Output<outputs.veenedge.VeenGpu>;
|
|
150
|
+
/**
|
|
151
|
+
* Hostname of the edge instance.
|
|
152
|
+
*/
|
|
153
|
+
readonly hostName: pulumi.Output<string>;
|
|
154
|
+
/**
|
|
155
|
+
* Edge instance image configuration.
|
|
156
|
+
*/
|
|
157
|
+
readonly image: pulumi.Output<outputs.veenedge.VeenImage>;
|
|
158
|
+
/**
|
|
159
|
+
* Region information for the edge instance
|
|
160
|
+
* Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
|
|
161
|
+
*/
|
|
162
|
+
readonly instanceAreaNums: pulumi.Output<outputs.veenedge.VeenInstanceAreaNum[]>;
|
|
163
|
+
/**
|
|
164
|
+
* Description of the edge instance
|
|
165
|
+
*/
|
|
166
|
+
readonly instanceDesc: pulumi.Output<string>;
|
|
167
|
+
/**
|
|
168
|
+
* Edge instance ID. You can obtain the edge instance ID through the ListInstances API.
|
|
169
|
+
*/
|
|
170
|
+
readonly instanceIdentity: pulumi.Output<string>;
|
|
171
|
+
/**
|
|
172
|
+
* Name of the edge instance.
|
|
173
|
+
*/
|
|
174
|
+
readonly instanceName: pulumi.Output<string>;
|
|
175
|
+
/**
|
|
176
|
+
* UUID of the edge instance.
|
|
177
|
+
*/
|
|
178
|
+
readonly instanceUuid: pulumi.Output<string>;
|
|
179
|
+
/**
|
|
180
|
+
* 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
|
|
181
|
+
*/
|
|
182
|
+
readonly limitMode: pulumi.Output<string>;
|
|
183
|
+
/**
|
|
184
|
+
* Edge instance types: virtual*machine: virtual machine. bare*metal: bare metal
|
|
185
|
+
*/
|
|
186
|
+
readonly loadType: pulumi.Output<string>;
|
|
187
|
+
/**
|
|
188
|
+
* Edge instance memory size. Unit: GB.
|
|
189
|
+
*/
|
|
190
|
+
readonly mem: pulumi.Output<string>;
|
|
191
|
+
/**
|
|
192
|
+
* Monitoring agent information
|
|
193
|
+
*/
|
|
194
|
+
readonly monitorAgent: pulumi.Output<outputs.veenedge.VeenMonitorAgent>;
|
|
195
|
+
/**
|
|
196
|
+
* Network configuration of the edge instance.
|
|
197
|
+
*/
|
|
198
|
+
readonly network: pulumi.Output<outputs.veenedge.VeenNetwork>;
|
|
199
|
+
/**
|
|
200
|
+
* Project to which the edge instance belongs.
|
|
201
|
+
*/
|
|
202
|
+
readonly project: pulumi.Output<string>;
|
|
203
|
+
/**
|
|
204
|
+
* Password configuration for the edge instance
|
|
205
|
+
*/
|
|
206
|
+
readonly secret: pulumi.Output<outputs.veenedge.VeenSecret>;
|
|
207
|
+
/**
|
|
208
|
+
* Edge instance specifications
|
|
209
|
+
*/
|
|
210
|
+
readonly spec: pulumi.Output<string>;
|
|
211
|
+
/**
|
|
212
|
+
* Chinese name of the instance specification.
|
|
213
|
+
*/
|
|
214
|
+
readonly specDisplay: pulumi.Output<string>;
|
|
215
|
+
/**
|
|
216
|
+
* Edge instance start time
|
|
217
|
+
*/
|
|
218
|
+
readonly startTime: pulumi.Output<number>;
|
|
219
|
+
/**
|
|
220
|
+
* Edge instance status: opening: creating. starting: starting. running: running. stopping: stopping. stop: stopped. rebooting: rebooting. terminating: deleting. open_fail: creation failed
|
|
221
|
+
*/
|
|
222
|
+
readonly status: pulumi.Output<string>;
|
|
223
|
+
/**
|
|
224
|
+
* Storage configuration of the edge instance.
|
|
225
|
+
*/
|
|
226
|
+
readonly storage: pulumi.Output<outputs.veenedge.VeenStorage>;
|
|
227
|
+
/**
|
|
228
|
+
* Subnet CIDR.
|
|
229
|
+
*/
|
|
230
|
+
readonly subnetCidr: pulumi.Output<string>;
|
|
231
|
+
/**
|
|
232
|
+
* Bound tags
|
|
233
|
+
* Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
|
|
234
|
+
*/
|
|
235
|
+
readonly tags: pulumi.Output<outputs.veenedge.VeenTag[]>;
|
|
236
|
+
/**
|
|
237
|
+
* Edge instance update time
|
|
238
|
+
*/
|
|
239
|
+
readonly updateTime: pulumi.Output<number>;
|
|
240
|
+
/**
|
|
241
|
+
* Private network ID
|
|
242
|
+
*/
|
|
243
|
+
readonly vpcIdentity: pulumi.Output<string>;
|
|
244
|
+
/**
|
|
245
|
+
* Create a Veen resource with the given unique name, arguments, and options.
|
|
246
|
+
*
|
|
247
|
+
* @param name The _unique_ name of the resource.
|
|
248
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
249
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
250
|
+
*/
|
|
251
|
+
constructor(name: string, args: VeenArgs, opts?: pulumi.CustomResourceOptions);
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Input properties used for looking up and filtering Veen resources.
|
|
255
|
+
*/
|
|
256
|
+
export interface VeenState {
|
|
257
|
+
/**
|
|
258
|
+
* Advanced configuration for the edge instance, such as deletion protection
|
|
259
|
+
*/
|
|
260
|
+
advancedConfiguration?: pulumi.Input<inputs.veenedge.VeenAdvancedConfiguration | undefined>;
|
|
261
|
+
/**
|
|
262
|
+
* Edge instance architecture: arm: ARM, x86: x86, bare_metal: bare metal.
|
|
263
|
+
*/
|
|
264
|
+
arch?: pulumi.Input<string | undefined>;
|
|
265
|
+
/**
|
|
266
|
+
* 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
|
|
267
|
+
*/
|
|
268
|
+
bandwidthPeakLimitIspConfigs?: pulumi.Input<inputs.veenedge.VeenBandwidthPeakLimitIspConfigs | undefined>;
|
|
269
|
+
/**
|
|
270
|
+
* Bare metal package name (only for bare metal instances)
|
|
271
|
+
*/
|
|
272
|
+
bareMetalPackage?: pulumi.Input<string | undefined>;
|
|
273
|
+
/**
|
|
274
|
+
* Billing configuration for edge instances.
|
|
275
|
+
*/
|
|
276
|
+
billing?: pulumi.Input<inputs.veenedge.VeenBilling | undefined>;
|
|
277
|
+
/**
|
|
278
|
+
* Billing configuration for edge instances.
|
|
279
|
+
*/
|
|
280
|
+
billingConfig?: pulumi.Input<inputs.veenedge.VeenBillingConfig | undefined>;
|
|
281
|
+
/**
|
|
282
|
+
* Edge instance classic network identifier.
|
|
283
|
+
*/
|
|
284
|
+
classicNetworkIdentity?: pulumi.Input<string | undefined>;
|
|
285
|
+
/**
|
|
286
|
+
* Edge instance classic subnet identifier.
|
|
287
|
+
*/
|
|
288
|
+
classicSubnetIdentity?: pulumi.Input<string | undefined>;
|
|
289
|
+
/**
|
|
290
|
+
* Edge service ID.
|
|
291
|
+
*/
|
|
292
|
+
cloudServerIdentity?: pulumi.Input<string | undefined>;
|
|
293
|
+
/**
|
|
294
|
+
* Edge service name.
|
|
295
|
+
*/
|
|
296
|
+
cloudServerName?: pulumi.Input<string | undefined>;
|
|
297
|
+
/**
|
|
298
|
+
* Information about the node where the edge instance is located.
|
|
299
|
+
*/
|
|
300
|
+
cluster?: pulumi.Input<inputs.veenedge.VeenCluster | undefined>;
|
|
301
|
+
/**
|
|
302
|
+
* Number of CPU cores for the edge instance
|
|
303
|
+
*/
|
|
304
|
+
cpu?: pulumi.Input<string | undefined>;
|
|
305
|
+
/**
|
|
306
|
+
* 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.
|
|
307
|
+
*/
|
|
308
|
+
createInstanceTimeout?: pulumi.Input<number | undefined>;
|
|
309
|
+
/**
|
|
310
|
+
* Creation time of the edge instance.
|
|
311
|
+
*/
|
|
312
|
+
createTime?: pulumi.Input<number | undefined>;
|
|
313
|
+
/**
|
|
314
|
+
* Edge instance creation time, string timestamp format.
|
|
315
|
+
*/
|
|
316
|
+
createTimestamp?: pulumi.Input<string | undefined>;
|
|
317
|
+
/**
|
|
318
|
+
* Creator of the edge instance
|
|
319
|
+
*/
|
|
320
|
+
creator?: pulumi.Input<string | undefined>;
|
|
321
|
+
/**
|
|
322
|
+
* User data is injected when the instance starts. Can be updated after creation
|
|
323
|
+
*/
|
|
324
|
+
customData?: pulumi.Input<inputs.veenedge.VeenCustomData | undefined>;
|
|
325
|
+
/**
|
|
326
|
+
* End time of the edge instance operation
|
|
327
|
+
*/
|
|
328
|
+
endTime?: pulumi.Input<number | undefined>;
|
|
329
|
+
/**
|
|
330
|
+
* Edge instance GPU configuration
|
|
331
|
+
*/
|
|
332
|
+
gpu?: pulumi.Input<inputs.veenedge.VeenGpu | undefined>;
|
|
333
|
+
/**
|
|
334
|
+
* Hostname of the edge instance.
|
|
335
|
+
*/
|
|
336
|
+
hostName?: pulumi.Input<string | undefined>;
|
|
337
|
+
/**
|
|
338
|
+
* Edge instance image configuration.
|
|
339
|
+
*/
|
|
340
|
+
image?: pulumi.Input<inputs.veenedge.VeenImage | undefined>;
|
|
341
|
+
/**
|
|
342
|
+
* Region information for the edge instance
|
|
343
|
+
* Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
|
|
344
|
+
*/
|
|
345
|
+
instanceAreaNums?: pulumi.Input<pulumi.Input<inputs.veenedge.VeenInstanceAreaNum>[] | undefined>;
|
|
346
|
+
/**
|
|
347
|
+
* Description of the edge instance
|
|
348
|
+
*/
|
|
349
|
+
instanceDesc?: pulumi.Input<string | undefined>;
|
|
350
|
+
/**
|
|
351
|
+
* Edge instance ID. You can obtain the edge instance ID through the ListInstances API.
|
|
352
|
+
*/
|
|
353
|
+
instanceIdentity?: pulumi.Input<string | undefined>;
|
|
354
|
+
/**
|
|
355
|
+
* Name of the edge instance.
|
|
356
|
+
*/
|
|
357
|
+
instanceName?: pulumi.Input<string | undefined>;
|
|
358
|
+
/**
|
|
359
|
+
* UUID of the edge instance.
|
|
360
|
+
*/
|
|
361
|
+
instanceUuid?: pulumi.Input<string | undefined>;
|
|
362
|
+
/**
|
|
363
|
+
* 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
|
|
364
|
+
*/
|
|
365
|
+
limitMode?: pulumi.Input<string | undefined>;
|
|
366
|
+
/**
|
|
367
|
+
* Edge instance types: virtual*machine: virtual machine. bare*metal: bare metal
|
|
368
|
+
*/
|
|
369
|
+
loadType?: pulumi.Input<string | undefined>;
|
|
370
|
+
/**
|
|
371
|
+
* Edge instance memory size. Unit: GB.
|
|
372
|
+
*/
|
|
373
|
+
mem?: pulumi.Input<string | undefined>;
|
|
374
|
+
/**
|
|
375
|
+
* Monitoring agent information
|
|
376
|
+
*/
|
|
377
|
+
monitorAgent?: pulumi.Input<inputs.veenedge.VeenMonitorAgent | undefined>;
|
|
378
|
+
/**
|
|
379
|
+
* Network configuration of the edge instance.
|
|
380
|
+
*/
|
|
381
|
+
network?: pulumi.Input<inputs.veenedge.VeenNetwork | undefined>;
|
|
382
|
+
/**
|
|
383
|
+
* Project to which the edge instance belongs.
|
|
384
|
+
*/
|
|
385
|
+
project?: pulumi.Input<string | undefined>;
|
|
386
|
+
/**
|
|
387
|
+
* Password configuration for the edge instance
|
|
388
|
+
*/
|
|
389
|
+
secret?: pulumi.Input<inputs.veenedge.VeenSecret | undefined>;
|
|
390
|
+
/**
|
|
391
|
+
* Edge instance specifications
|
|
392
|
+
*/
|
|
393
|
+
spec?: pulumi.Input<string | undefined>;
|
|
394
|
+
/**
|
|
395
|
+
* Chinese name of the instance specification.
|
|
396
|
+
*/
|
|
397
|
+
specDisplay?: pulumi.Input<string | undefined>;
|
|
398
|
+
/**
|
|
399
|
+
* Edge instance start time
|
|
400
|
+
*/
|
|
401
|
+
startTime?: pulumi.Input<number | undefined>;
|
|
402
|
+
/**
|
|
403
|
+
* Edge instance status: opening: creating. starting: starting. running: running. stopping: stopping. stop: stopped. rebooting: rebooting. terminating: deleting. open_fail: creation failed
|
|
404
|
+
*/
|
|
405
|
+
status?: pulumi.Input<string | undefined>;
|
|
406
|
+
/**
|
|
407
|
+
* Storage configuration of the edge instance.
|
|
408
|
+
*/
|
|
409
|
+
storage?: pulumi.Input<inputs.veenedge.VeenStorage | undefined>;
|
|
410
|
+
/**
|
|
411
|
+
* Subnet CIDR.
|
|
412
|
+
*/
|
|
413
|
+
subnetCidr?: pulumi.Input<string | undefined>;
|
|
414
|
+
/**
|
|
415
|
+
* Bound tags
|
|
416
|
+
* Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
|
|
417
|
+
*/
|
|
418
|
+
tags?: pulumi.Input<pulumi.Input<inputs.veenedge.VeenTag>[] | undefined>;
|
|
419
|
+
/**
|
|
420
|
+
* Edge instance update time
|
|
421
|
+
*/
|
|
422
|
+
updateTime?: pulumi.Input<number | undefined>;
|
|
423
|
+
/**
|
|
424
|
+
* Private network ID
|
|
425
|
+
*/
|
|
426
|
+
vpcIdentity?: pulumi.Input<string | undefined>;
|
|
427
|
+
}
|
|
428
|
+
/**
|
|
429
|
+
* The set of arguments for constructing a Veen resource.
|
|
430
|
+
*/
|
|
431
|
+
export interface VeenArgs {
|
|
432
|
+
/**
|
|
433
|
+
* Advanced configuration for the edge instance, such as deletion protection
|
|
434
|
+
*/
|
|
435
|
+
advancedConfiguration?: pulumi.Input<inputs.veenedge.VeenAdvancedConfiguration | undefined>;
|
|
436
|
+
/**
|
|
437
|
+
* 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
|
|
438
|
+
*/
|
|
439
|
+
bandwidthPeakLimitIspConfigs?: pulumi.Input<inputs.veenedge.VeenBandwidthPeakLimitIspConfigs | undefined>;
|
|
440
|
+
/**
|
|
441
|
+
* Billing configuration for edge instances.
|
|
442
|
+
*/
|
|
443
|
+
billingConfig?: pulumi.Input<inputs.veenedge.VeenBillingConfig | undefined>;
|
|
444
|
+
/**
|
|
445
|
+
* Edge service ID.
|
|
446
|
+
*/
|
|
447
|
+
cloudServerIdentity: pulumi.Input<string>;
|
|
448
|
+
/**
|
|
449
|
+
* 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.
|
|
450
|
+
*/
|
|
451
|
+
createInstanceTimeout?: pulumi.Input<number | undefined>;
|
|
452
|
+
/**
|
|
453
|
+
* User data is injected when the instance starts. Can be updated after creation
|
|
454
|
+
*/
|
|
455
|
+
customData?: pulumi.Input<inputs.veenedge.VeenCustomData | undefined>;
|
|
456
|
+
/**
|
|
457
|
+
* Region information for the edge instance
|
|
458
|
+
* Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
|
|
459
|
+
*/
|
|
460
|
+
instanceAreaNums?: pulumi.Input<pulumi.Input<inputs.veenedge.VeenInstanceAreaNum>[] | undefined>;
|
|
461
|
+
/**
|
|
462
|
+
* Name of the edge instance.
|
|
463
|
+
*/
|
|
464
|
+
instanceName?: pulumi.Input<string | undefined>;
|
|
465
|
+
/**
|
|
466
|
+
* 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
|
|
467
|
+
*/
|
|
468
|
+
limitMode?: pulumi.Input<string | undefined>;
|
|
469
|
+
/**
|
|
470
|
+
* Bound tags
|
|
471
|
+
* Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
|
|
472
|
+
*/
|
|
473
|
+
tags?: pulumi.Input<pulumi.Input<inputs.veenedge.VeenTag>[] | undefined>;
|
|
474
|
+
}
|
|
475
|
+
//# sourceMappingURL=veen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"veen.d.ts","sourceRoot":"","sources":["../../veenedge/veen.ts"],"names":[],"mappings":"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"}
|