@pulumi/linode 6.1.0-alpha.1783668291 → 6.1.0-alpha.1783743299
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/databaseMysqlV2.d.ts +3 -3
- package/databasePostgresqlV2.d.ts +3 -3
- package/domain.d.ts +3 -3
- package/domainRecord.d.ts +3 -3
- package/image.d.ts +6 -6
- package/instance.d.ts +3 -3
- package/instanceConfig.d.ts +3 -3
- package/instanceDisk.d.ts +3 -3
- package/nodeBalancer.d.ts +3 -3
- package/nodeBalancerConfig.d.ts +3 -3
- package/nodeBalancerNode.d.ts +3 -3
- package/objectStorageKey.d.ts +3 -3
- package/package.json +2 -2
- package/stackScript.d.ts +3 -3
- package/volume.d.ts +3 -3
package/databaseMysqlV2.d.ts
CHANGED
|
@@ -401,7 +401,7 @@ export declare class DatabaseMysqlV2 extends pulumi.CustomResource {
|
|
|
401
401
|
/**
|
|
402
402
|
* The Linode Instance type used for the nodes of the Managed Database.
|
|
403
403
|
*
|
|
404
|
-
*
|
|
404
|
+
* ***
|
|
405
405
|
*/
|
|
406
406
|
readonly type: pulumi.Output<string>;
|
|
407
407
|
/**
|
|
@@ -653,7 +653,7 @@ export interface DatabaseMysqlV2State {
|
|
|
653
653
|
/**
|
|
654
654
|
* The Linode Instance type used for the nodes of the Managed Database.
|
|
655
655
|
*
|
|
656
|
-
*
|
|
656
|
+
* ***
|
|
657
657
|
*/
|
|
658
658
|
type?: pulumi.Input<string | undefined>;
|
|
659
659
|
/**
|
|
@@ -829,7 +829,7 @@ export interface DatabaseMysqlV2Args {
|
|
|
829
829
|
/**
|
|
830
830
|
* The Linode Instance type used for the nodes of the Managed Database.
|
|
831
831
|
*
|
|
832
|
-
*
|
|
832
|
+
* ***
|
|
833
833
|
*/
|
|
834
834
|
type: pulumi.Input<string>;
|
|
835
835
|
/**
|
|
@@ -496,7 +496,7 @@ export declare class DatabasePostgresqlV2 extends pulumi.CustomResource {
|
|
|
496
496
|
/**
|
|
497
497
|
* The Linode Instance type used for the nodes of the Managed Database.
|
|
498
498
|
*
|
|
499
|
-
*
|
|
499
|
+
* ***
|
|
500
500
|
*/
|
|
501
501
|
readonly type: pulumi.Output<string>;
|
|
502
502
|
/**
|
|
@@ -824,7 +824,7 @@ export interface DatabasePostgresqlV2State {
|
|
|
824
824
|
/**
|
|
825
825
|
* The Linode Instance type used for the nodes of the Managed Database.
|
|
826
826
|
*
|
|
827
|
-
*
|
|
827
|
+
* ***
|
|
828
828
|
*/
|
|
829
829
|
type?: pulumi.Input<string | undefined>;
|
|
830
830
|
/**
|
|
@@ -1076,7 +1076,7 @@ export interface DatabasePostgresqlV2Args {
|
|
|
1076
1076
|
/**
|
|
1077
1077
|
* The Linode Instance type used for the nodes of the Managed Database.
|
|
1078
1078
|
*
|
|
1079
|
-
*
|
|
1079
|
+
* ***
|
|
1080
1080
|
*/
|
|
1081
1081
|
type: pulumi.Input<string>;
|
|
1082
1082
|
/**
|
package/domain.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export declare class Domain extends pulumi.CustomResource {
|
|
|
75
75
|
/**
|
|
76
76
|
* The IP addresses representing the master DNS for this Domain.
|
|
77
77
|
*
|
|
78
|
-
*
|
|
78
|
+
* ***
|
|
79
79
|
*/
|
|
80
80
|
readonly masterIps: pulumi.Output<string[] | undefined>;
|
|
81
81
|
/**
|
|
@@ -142,7 +142,7 @@ export interface DomainState {
|
|
|
142
142
|
/**
|
|
143
143
|
* The IP addresses representing the master DNS for this Domain.
|
|
144
144
|
*
|
|
145
|
-
*
|
|
145
|
+
* ***
|
|
146
146
|
*/
|
|
147
147
|
masterIps?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
148
148
|
/**
|
|
@@ -201,7 +201,7 @@ export interface DomainArgs {
|
|
|
201
201
|
/**
|
|
202
202
|
* The IP addresses representing the master DNS for this Domain.
|
|
203
203
|
*
|
|
204
|
-
*
|
|
204
|
+
* ***
|
|
205
205
|
*/
|
|
206
206
|
masterIps?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
207
207
|
/**
|
package/domainRecord.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ export declare class DomainRecord extends pulumi.CustomResource {
|
|
|
83
83
|
/**
|
|
84
84
|
* The target for this Record. This field's actual usage depends on the type of record this represents. For A and AAAA records, this is the address the named Domain should resolve to.
|
|
85
85
|
*
|
|
86
|
-
*
|
|
86
|
+
* ***
|
|
87
87
|
*/
|
|
88
88
|
readonly target: pulumi.Output<string>;
|
|
89
89
|
/**
|
|
@@ -142,7 +142,7 @@ export interface DomainRecordState {
|
|
|
142
142
|
/**
|
|
143
143
|
* The target for this Record. This field's actual usage depends on the type of record this represents. For A and AAAA records, this is the address the named Domain should resolve to.
|
|
144
144
|
*
|
|
145
|
-
*
|
|
145
|
+
* ***
|
|
146
146
|
*/
|
|
147
147
|
target?: pulumi.Input<string | undefined>;
|
|
148
148
|
/**
|
|
@@ -193,7 +193,7 @@ export interface DomainRecordArgs {
|
|
|
193
193
|
/**
|
|
194
194
|
* The target for this Record. This field's actual usage depends on the type of record this represents. For A and AAAA records, this is the address the named Domain should resolve to.
|
|
195
195
|
*
|
|
196
|
-
*
|
|
196
|
+
* ***
|
|
197
197
|
*/
|
|
198
198
|
target: pulumi.Input<string>;
|
|
199
199
|
/**
|
package/image.d.ts
CHANGED
|
@@ -161,7 +161,7 @@ export declare class Image extends pulumi.CustomResource {
|
|
|
161
161
|
/**
|
|
162
162
|
* The ID of the Linode that this Image will be created from.
|
|
163
163
|
*
|
|
164
|
-
*
|
|
164
|
+
* ***
|
|
165
165
|
*
|
|
166
166
|
* > **NOTICE:** Uploading images is currently in beta. Ensure `LINODE_API_VERSION` is set to `v4beta` in order to use this functionality.
|
|
167
167
|
*/
|
|
@@ -206,7 +206,7 @@ export declare class Image extends pulumi.CustomResource {
|
|
|
206
206
|
/**
|
|
207
207
|
* Whether to wait for all image replications become `available`. Default to false.
|
|
208
208
|
*
|
|
209
|
-
*
|
|
209
|
+
* ***
|
|
210
210
|
*/
|
|
211
211
|
readonly waitForReplications: pulumi.Output<boolean>;
|
|
212
212
|
/**
|
|
@@ -281,7 +281,7 @@ export interface ImageState {
|
|
|
281
281
|
/**
|
|
282
282
|
* The ID of the Linode that this Image will be created from.
|
|
283
283
|
*
|
|
284
|
-
*
|
|
284
|
+
* ***
|
|
285
285
|
*
|
|
286
286
|
* > **NOTICE:** Uploading images is currently in beta. Ensure `LINODE_API_VERSION` is set to `v4beta` in order to use this functionality.
|
|
287
287
|
*/
|
|
@@ -326,7 +326,7 @@ export interface ImageState {
|
|
|
326
326
|
/**
|
|
327
327
|
* Whether to wait for all image replications become `available`. Default to false.
|
|
328
328
|
*
|
|
329
|
-
*
|
|
329
|
+
* ***
|
|
330
330
|
*/
|
|
331
331
|
waitForReplications?: pulumi.Input<boolean | undefined>;
|
|
332
332
|
}
|
|
@@ -361,7 +361,7 @@ export interface ImageArgs {
|
|
|
361
361
|
/**
|
|
362
362
|
* The ID of the Linode that this Image will be created from.
|
|
363
363
|
*
|
|
364
|
-
*
|
|
364
|
+
* ***
|
|
365
365
|
*
|
|
366
366
|
* > **NOTICE:** Uploading images is currently in beta. Ensure `LINODE_API_VERSION` is set to `v4beta` in order to use this functionality.
|
|
367
367
|
*/
|
|
@@ -382,7 +382,7 @@ export interface ImageArgs {
|
|
|
382
382
|
/**
|
|
383
383
|
* Whether to wait for all image replications become `available`. Default to false.
|
|
384
384
|
*
|
|
385
|
-
*
|
|
385
|
+
* ***
|
|
386
386
|
*/
|
|
387
387
|
waitForReplications?: pulumi.Input<boolean | undefined>;
|
|
388
388
|
}
|
package/instance.d.ts
CHANGED
|
@@ -364,7 +364,7 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
364
364
|
/**
|
|
365
365
|
* The Linode type defines the pricing, CPU, disk, and RAM specs of the instance. Examples are `"g6-nanode-1"`, `"g6-standard-2"`, `"g6-highmem-16"`, `"g6-dedicated-16"`, etc. See all types [here](https://api.linode.com/v4/linode/types).
|
|
366
366
|
*
|
|
367
|
-
*
|
|
367
|
+
* ***
|
|
368
368
|
*/
|
|
369
369
|
readonly type: pulumi.Output<string | undefined>;
|
|
370
370
|
/**
|
|
@@ -589,7 +589,7 @@ export interface InstanceState {
|
|
|
589
589
|
/**
|
|
590
590
|
* The Linode type defines the pricing, CPU, disk, and RAM specs of the instance. Examples are `"g6-nanode-1"`, `"g6-standard-2"`, `"g6-highmem-16"`, `"g6-dedicated-16"`, etc. See all types [here](https://api.linode.com/v4/linode/types).
|
|
591
591
|
*
|
|
592
|
-
*
|
|
592
|
+
* ***
|
|
593
593
|
*/
|
|
594
594
|
type?: pulumi.Input<string | undefined>;
|
|
595
595
|
/**
|
|
@@ -760,7 +760,7 @@ export interface InstanceArgs {
|
|
|
760
760
|
/**
|
|
761
761
|
* The Linode type defines the pricing, CPU, disk, and RAM specs of the instance. Examples are `"g6-nanode-1"`, `"g6-standard-2"`, `"g6-highmem-16"`, `"g6-dedicated-16"`, etc. See all types [here](https://api.linode.com/v4/linode/types).
|
|
762
762
|
*
|
|
763
|
-
*
|
|
763
|
+
* ***
|
|
764
764
|
*/
|
|
765
765
|
type?: pulumi.Input<string | undefined>;
|
|
766
766
|
/**
|
package/instanceConfig.d.ts
CHANGED
|
@@ -175,7 +175,7 @@ export declare class InstanceConfig extends pulumi.CustomResource {
|
|
|
175
175
|
/**
|
|
176
176
|
* The Config’s label for display purposes only.
|
|
177
177
|
*
|
|
178
|
-
*
|
|
178
|
+
* ***
|
|
179
179
|
*/
|
|
180
180
|
readonly label: pulumi.Output<string>;
|
|
181
181
|
/**
|
|
@@ -250,7 +250,7 @@ export interface InstanceConfigState {
|
|
|
250
250
|
/**
|
|
251
251
|
* The Config’s label for display purposes only.
|
|
252
252
|
*
|
|
253
|
-
*
|
|
253
|
+
* ***
|
|
254
254
|
*/
|
|
255
255
|
label?: pulumi.Input<string | undefined>;
|
|
256
256
|
/**
|
|
@@ -317,7 +317,7 @@ export interface InstanceConfigArgs {
|
|
|
317
317
|
/**
|
|
318
318
|
* The Config’s label for display purposes only.
|
|
319
319
|
*
|
|
320
|
-
*
|
|
320
|
+
* ***
|
|
321
321
|
*/
|
|
322
322
|
label: pulumi.Input<string>;
|
|
323
323
|
/**
|
package/instanceDisk.d.ts
CHANGED
|
@@ -111,7 +111,7 @@ export declare class InstanceDisk extends pulumi.CustomResource {
|
|
|
111
111
|
/**
|
|
112
112
|
* The size of the Disk in MB. **NOTE:** Resizing a disk will trigger a Linode reboot.
|
|
113
113
|
*
|
|
114
|
-
*
|
|
114
|
+
* ***
|
|
115
115
|
*/
|
|
116
116
|
readonly size: pulumi.Output<number>;
|
|
117
117
|
/**
|
|
@@ -185,7 +185,7 @@ export interface InstanceDiskState {
|
|
|
185
185
|
/**
|
|
186
186
|
* The size of the Disk in MB. **NOTE:** Resizing a disk will trigger a Linode reboot.
|
|
187
187
|
*
|
|
188
|
-
*
|
|
188
|
+
* ***
|
|
189
189
|
*/
|
|
190
190
|
size?: pulumi.Input<number | undefined>;
|
|
191
191
|
/**
|
|
@@ -243,7 +243,7 @@ export interface InstanceDiskArgs {
|
|
|
243
243
|
/**
|
|
244
244
|
* The size of the Disk in MB. **NOTE:** Resizing a disk will trigger a Linode reboot.
|
|
245
245
|
*
|
|
246
|
-
*
|
|
246
|
+
* ***
|
|
247
247
|
*/
|
|
248
248
|
size: pulumi.Input<number>;
|
|
249
249
|
/**
|
package/nodeBalancer.d.ts
CHANGED
|
@@ -103,7 +103,7 @@ export declare class NodeBalancer extends pulumi.CustomResource {
|
|
|
103
103
|
/**
|
|
104
104
|
* The region where this NodeBalancer will be deployed. Examples are `"us-east"`, `"us-west"`, `"ap-south"`, etc. See all regions [here](https://api.linode.com/v4/regions). *Changing `region` forces the creation of a new Linode NodeBalancer.*.
|
|
105
105
|
*
|
|
106
|
-
*
|
|
106
|
+
* ***
|
|
107
107
|
*/
|
|
108
108
|
readonly region: pulumi.Output<string>;
|
|
109
109
|
/**
|
|
@@ -176,7 +176,7 @@ export interface NodeBalancerState {
|
|
|
176
176
|
/**
|
|
177
177
|
* The region where this NodeBalancer will be deployed. Examples are `"us-east"`, `"us-west"`, `"ap-south"`, etc. See all regions [here](https://api.linode.com/v4/regions). *Changing `region` forces the creation of a new Linode NodeBalancer.*.
|
|
178
178
|
*
|
|
179
|
-
*
|
|
179
|
+
* ***
|
|
180
180
|
*/
|
|
181
181
|
region?: pulumi.Input<string | undefined>;
|
|
182
182
|
/**
|
|
@@ -221,7 +221,7 @@ export interface NodeBalancerArgs {
|
|
|
221
221
|
/**
|
|
222
222
|
* The region where this NodeBalancer will be deployed. Examples are `"us-east"`, `"us-west"`, `"ap-south"`, etc. See all regions [here](https://api.linode.com/v4/regions). *Changing `region` forces the creation of a new Linode NodeBalancer.*.
|
|
223
223
|
*
|
|
224
|
-
*
|
|
224
|
+
* ***
|
|
225
225
|
*/
|
|
226
226
|
region?: pulumi.Input<string | undefined>;
|
|
227
227
|
/**
|
package/nodeBalancerConfig.d.ts
CHANGED
|
@@ -99,7 +99,7 @@ export declare class NodeBalancerConfig extends pulumi.CustomResource {
|
|
|
99
99
|
/**
|
|
100
100
|
* The ID of the NodeBalancer to access.
|
|
101
101
|
*
|
|
102
|
-
*
|
|
102
|
+
* ***
|
|
103
103
|
*/
|
|
104
104
|
readonly nodebalancerId: pulumi.Output<number>;
|
|
105
105
|
/**
|
|
@@ -200,7 +200,7 @@ export interface NodeBalancerConfigState {
|
|
|
200
200
|
/**
|
|
201
201
|
* The ID of the NodeBalancer to access.
|
|
202
202
|
*
|
|
203
|
-
*
|
|
203
|
+
* ***
|
|
204
204
|
*/
|
|
205
205
|
nodebalancerId?: pulumi.Input<number | undefined>;
|
|
206
206
|
/**
|
|
@@ -289,7 +289,7 @@ export interface NodeBalancerConfigArgs {
|
|
|
289
289
|
/**
|
|
290
290
|
* The ID of the NodeBalancer to access.
|
|
291
291
|
*
|
|
292
|
-
*
|
|
292
|
+
* ***
|
|
293
293
|
*/
|
|
294
294
|
nodebalancerId: pulumi.Input<number>;
|
|
295
295
|
/**
|
package/nodeBalancerNode.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare class NodeBalancerNode extends pulumi.CustomResource {
|
|
|
30
30
|
/**
|
|
31
31
|
* The private IP Address where this backend can be reached. This must be a private IP address.
|
|
32
32
|
*
|
|
33
|
-
*
|
|
33
|
+
* ***
|
|
34
34
|
*/
|
|
35
35
|
readonly address: pulumi.Output<string>;
|
|
36
36
|
/**
|
|
@@ -81,7 +81,7 @@ export interface NodeBalancerNodeState {
|
|
|
81
81
|
/**
|
|
82
82
|
* The private IP Address where this backend can be reached. This must be a private IP address.
|
|
83
83
|
*
|
|
84
|
-
*
|
|
84
|
+
* ***
|
|
85
85
|
*/
|
|
86
86
|
address?: pulumi.Input<string | undefined>;
|
|
87
87
|
/**
|
|
@@ -124,7 +124,7 @@ export interface NodeBalancerNodeArgs {
|
|
|
124
124
|
/**
|
|
125
125
|
* The private IP Address where this backend can be reached. This must be a private IP address.
|
|
126
126
|
*
|
|
127
|
-
*
|
|
127
|
+
* ***
|
|
128
128
|
*/
|
|
129
129
|
address: pulumi.Input<string>;
|
|
130
130
|
/**
|
package/objectStorageKey.d.ts
CHANGED
|
@@ -90,7 +90,7 @@ export declare class ObjectStorageKey extends pulumi.CustomResource {
|
|
|
90
90
|
/**
|
|
91
91
|
* A set of regions where the key will grant access to create buckets.
|
|
92
92
|
*
|
|
93
|
-
*
|
|
93
|
+
* ***
|
|
94
94
|
*/
|
|
95
95
|
readonly regions: pulumi.Output<string[]>;
|
|
96
96
|
/**
|
|
@@ -133,7 +133,7 @@ export interface ObjectStorageKeyState {
|
|
|
133
133
|
/**
|
|
134
134
|
* A set of regions where the key will grant access to create buckets.
|
|
135
135
|
*
|
|
136
|
-
*
|
|
136
|
+
* ***
|
|
137
137
|
*/
|
|
138
138
|
regions?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
139
139
|
/**
|
|
@@ -160,7 +160,7 @@ export interface ObjectStorageKeyArgs {
|
|
|
160
160
|
/**
|
|
161
161
|
* A set of regions where the key will grant access to create buckets.
|
|
162
162
|
*
|
|
163
|
-
*
|
|
163
|
+
* ***
|
|
164
164
|
*/
|
|
165
165
|
regions?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
166
166
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/linode",
|
|
3
|
-
"version": "6.1.0-alpha.
|
|
3
|
+
"version": "6.1.0-alpha.1783743299",
|
|
4
4
|
"description": "A Pulumi package for creating and managing linode cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "linode",
|
|
26
|
-
"version": "6.1.0-alpha.
|
|
26
|
+
"version": "6.1.0-alpha.1783743299"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/stackScript.d.ts
CHANGED
|
@@ -84,7 +84,7 @@ export declare class StackScript extends pulumi.CustomResource {
|
|
|
84
84
|
/**
|
|
85
85
|
* A set of Image IDs representing the Images that this StackScript is compatible for deploying with. `any/all` indicates that all available image distributions, including private images, are accepted. Currently private image IDs are not supported.
|
|
86
86
|
*
|
|
87
|
-
*
|
|
87
|
+
* ***
|
|
88
88
|
*/
|
|
89
89
|
readonly images: pulumi.Output<string[]>;
|
|
90
90
|
/**
|
|
@@ -151,7 +151,7 @@ export interface StackScriptState {
|
|
|
151
151
|
/**
|
|
152
152
|
* A set of Image IDs representing the Images that this StackScript is compatible for deploying with. `any/all` indicates that all available image distributions, including private images, are accepted. Currently private image IDs are not supported.
|
|
153
153
|
*
|
|
154
|
-
*
|
|
154
|
+
* ***
|
|
155
155
|
*/
|
|
156
156
|
images?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
157
157
|
/**
|
|
@@ -198,7 +198,7 @@ export interface StackScriptArgs {
|
|
|
198
198
|
/**
|
|
199
199
|
* A set of Image IDs representing the Images that this StackScript is compatible for deploying with. `any/all` indicates that all available image distributions, including private images, are accepted. Currently private image IDs are not supported.
|
|
200
200
|
*
|
|
201
|
-
*
|
|
201
|
+
* ***
|
|
202
202
|
*/
|
|
203
203
|
images: pulumi.Input<pulumi.Input<string>[]>;
|
|
204
204
|
/**
|
package/volume.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
104
104
|
/**
|
|
105
105
|
* The region where this volume will be deployed. Examples are `"us-east"`, `"us-west"`, `"ap-south"`, etc. See all regions [here](https://api.linode.com/v4/regions). This field is optional for cloned volumes. *Changing `region` forces the creation of a new Linode Volume.*.
|
|
106
106
|
*
|
|
107
|
-
*
|
|
107
|
+
* ***
|
|
108
108
|
*/
|
|
109
109
|
readonly region: pulumi.Output<string>;
|
|
110
110
|
/**
|
|
@@ -156,7 +156,7 @@ export interface VolumeState {
|
|
|
156
156
|
/**
|
|
157
157
|
* The region where this volume will be deployed. Examples are `"us-east"`, `"us-west"`, `"ap-south"`, etc. See all regions [here](https://api.linode.com/v4/regions). This field is optional for cloned volumes. *Changing `region` forces the creation of a new Linode Volume.*.
|
|
158
158
|
*
|
|
159
|
-
*
|
|
159
|
+
* ***
|
|
160
160
|
*/
|
|
161
161
|
region?: pulumi.Input<string | undefined>;
|
|
162
162
|
/**
|
|
@@ -196,7 +196,7 @@ export interface VolumeArgs {
|
|
|
196
196
|
/**
|
|
197
197
|
* The region where this volume will be deployed. Examples are `"us-east"`, `"us-west"`, `"ap-south"`, etc. See all regions [here](https://api.linode.com/v4/regions). This field is optional for cloned volumes. *Changing `region` forces the creation of a new Linode Volume.*.
|
|
198
198
|
*
|
|
199
|
-
*
|
|
199
|
+
* ***
|
|
200
200
|
*/
|
|
201
201
|
region?: pulumi.Input<string | undefined>;
|
|
202
202
|
/**
|