@pulumi/openstack 4.1.1 → 4.1.2
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/blockstorage/getQuotasetV3.d.ts +1 -1
- package/blockstorage/getSnapshotV2.d.ts +1 -1
- package/blockstorage/getSnapshotV3.d.ts +1 -1
- package/blockstorage/getVolumeV2.d.ts +3 -3
- package/blockstorage/getVolumeV3.d.ts +3 -3
- package/blockstorage/qosV3.d.ts +3 -3
- package/blockstorage/quoteSetV2.d.ts +3 -3
- package/blockstorage/quoteSetV3.d.ts +3 -3
- package/blockstorage/volume.d.ts +3 -3
- package/blockstorage/volumeAttach.d.ts +2 -2
- package/blockstorage/volumeAttachV2.d.ts +2 -2
- package/blockstorage/volumeTypeV3.d.ts +3 -3
- package/blockstorage/volumeV1.d.ts +3 -3
- package/blockstorage/volumeV2.d.ts +3 -3
- package/compute/flavor.d.ts +3 -3
- package/compute/getFlavor.d.ts +1 -1
- package/compute/getInstanceV2.d.ts +1 -1
- package/compute/instance.d.ts +5 -5
- package/compute/keypair.d.ts +3 -3
- package/compute/serverGroup.d.ts +3 -3
- package/config/vars.d.ts +1 -1
- package/config/vars.js.map +1 -1
- package/containerinfra/cluster.d.ts +3 -3
- package/containerinfra/clusterTemplate.d.ts +3 -3
- package/containerinfra/getCluster.d.ts +1 -1
- package/containerinfra/getClusterTemplate.d.ts +1 -1
- package/containerinfra/getNodeGroup.d.ts +1 -1
- package/containerinfra/nodeGroup.d.ts +3 -3
- package/dns/getDnsZone.d.ts +3 -3
- package/dns/recordSet.d.ts +3 -3
- package/dns/transferAccept.d.ts +3 -3
- package/dns/transferRequest.d.ts +3 -3
- package/dns/zone.d.ts +6 -6
- package/firewall/firewall.d.ts +3 -3
- package/firewall/policy.d.ts +3 -3
- package/firewall/rule.d.ts +3 -3
- package/identity/user.d.ts +3 -3
- package/images/getImage.d.ts +4 -4
- package/images/getImageIds.d.ts +3 -3
- package/images/image.d.ts +5 -5
- package/keymanager/getSecret.d.ts +2 -2
- package/keymanager/secretV1.d.ts +7 -7
- package/loadbalancer/listener.d.ts +3 -3
- package/loadbalancer/vip.d.ts +3 -3
- package/networking/floatingIp.d.ts +3 -3
- package/networking/getPort.d.ts +1 -1
- package/networking/network.d.ts +3 -3
- package/networking/port.d.ts +5 -5
- package/networking/qosPolicy.d.ts +3 -3
- package/networking/router.d.ts +3 -3
- package/networking/subnet.d.ts +3 -3
- package/networking/subnetPool.d.ts +3 -3
- package/objectstorage/container.d.ts +3 -3
- package/objectstorage/containerObject.d.ts +3 -58
- package/objectstorage/containerObject.js +0 -55
- package/objectstorage/containerObject.js.map +1 -1
- package/orchestration/stackV1.d.ts +10 -10
- package/orchestration/stackV1.js +1 -1
- package/package.json +2 -2
- package/provider.d.ts +1 -1
- package/sharedfilesystem/getShare.d.ts +3 -3
- package/sharedfilesystem/share.d.ts +5 -5
- package/types/input.d.ts +4 -4
- package/types/output.d.ts +5 -5
- package/vpnaas/endpointGroup.d.ts +3 -3
- package/vpnaas/ikePolicy.d.ts +3 -3
- package/vpnaas/ipSecPolicy.d.ts +3 -3
- package/vpnaas/service.d.ts +3 -3
- package/vpnaas/siteConnection.d.ts +3 -3
|
@@ -158,7 +158,7 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
158
158
|
* Changing this updates the existing container metadata.
|
|
159
159
|
*/
|
|
160
160
|
readonly metadata: pulumi.Output<{
|
|
161
|
-
[key: string]:
|
|
161
|
+
[key: string]: string;
|
|
162
162
|
} | undefined>;
|
|
163
163
|
/**
|
|
164
164
|
* A unique name for the container. Changing this creates a
|
|
@@ -240,7 +240,7 @@ export interface ContainerState {
|
|
|
240
240
|
* Changing this updates the existing container metadata.
|
|
241
241
|
*/
|
|
242
242
|
metadata?: pulumi.Input<{
|
|
243
|
-
[key: string]:
|
|
243
|
+
[key: string]: pulumi.Input<string>;
|
|
244
244
|
}>;
|
|
245
245
|
/**
|
|
246
246
|
* A unique name for the container. Changing this creates a
|
|
@@ -314,7 +314,7 @@ export interface ContainerArgs {
|
|
|
314
314
|
* Changing this updates the existing container metadata.
|
|
315
315
|
*/
|
|
316
316
|
metadata?: pulumi.Input<{
|
|
317
|
-
[key: string]:
|
|
317
|
+
[key: string]: pulumi.Input<string>;
|
|
318
318
|
}>;
|
|
319
319
|
/**
|
|
320
320
|
* A unique name for the container. Changing this creates a
|
|
@@ -3,61 +3,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
3
3
|
* Manages a V1 container object resource within OpenStack.
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
|
-
*
|
|
7
|
-
* ### Example with simple content
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as openstack from "@pulumi/openstack";
|
|
12
|
-
*
|
|
13
|
-
* const container1 = new openstack.objectstorage.Container("container_1", {
|
|
14
|
-
* region: "RegionOne",
|
|
15
|
-
* name: "tf-test-container-1",
|
|
16
|
-
* metadata: [{
|
|
17
|
-
* test: "true",
|
|
18
|
-
* }],
|
|
19
|
-
* contentType: "application/json",
|
|
20
|
-
* });
|
|
21
|
-
* const doc1 = new openstack.objectstorage.ContainerObject("doc_1", {
|
|
22
|
-
* region: "RegionOne",
|
|
23
|
-
* containerName: container1.name,
|
|
24
|
-
* name: "test/default.json",
|
|
25
|
-
* metadata: [{
|
|
26
|
-
* test: "true",
|
|
27
|
-
* }],
|
|
28
|
-
* contentType: "application/json",
|
|
29
|
-
* content: ` {
|
|
30
|
-
* "foo" : "bar"
|
|
31
|
-
* }
|
|
32
|
-
* `,
|
|
33
|
-
* });
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* ### Example with content from file
|
|
37
|
-
*
|
|
38
|
-
* ```typescript
|
|
39
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
-
* import * as openstack from "@pulumi/openstack";
|
|
41
|
-
*
|
|
42
|
-
* const container1 = new openstack.objectstorage.Container("container_1", {
|
|
43
|
-
* region: "RegionOne",
|
|
44
|
-
* name: "tf-test-container-1",
|
|
45
|
-
* metadata: [{
|
|
46
|
-
* test: "true",
|
|
47
|
-
* }],
|
|
48
|
-
* contentType: "application/json",
|
|
49
|
-
* });
|
|
50
|
-
* const doc1 = new openstack.objectstorage.ContainerObject("doc_1", {
|
|
51
|
-
* region: "RegionOne",
|
|
52
|
-
* containerName: container1.name,
|
|
53
|
-
* name: "test/default.json",
|
|
54
|
-
* metadata: [{
|
|
55
|
-
* test: "true",
|
|
56
|
-
* }],
|
|
57
|
-
* contentType: "application/json",
|
|
58
|
-
* source: "./default.json",
|
|
59
|
-
* });
|
|
60
|
-
* ```
|
|
61
6
|
*/
|
|
62
7
|
export declare class ContainerObject extends pulumi.CustomResource {
|
|
63
8
|
/**
|
|
@@ -154,7 +99,7 @@ export declare class ContainerObject extends pulumi.CustomResource {
|
|
|
154
99
|
*/
|
|
155
100
|
readonly lastModified: pulumi.Output<string>;
|
|
156
101
|
readonly metadata: pulumi.Output<{
|
|
157
|
-
[key: string]:
|
|
102
|
+
[key: string]: string;
|
|
158
103
|
} | undefined>;
|
|
159
104
|
/**
|
|
160
105
|
* A unique name for the object.
|
|
@@ -276,7 +221,7 @@ export interface ContainerObjectState {
|
|
|
276
221
|
*/
|
|
277
222
|
lastModified?: pulumi.Input<string>;
|
|
278
223
|
metadata?: pulumi.Input<{
|
|
279
|
-
[key: string]:
|
|
224
|
+
[key: string]: pulumi.Input<string>;
|
|
280
225
|
}>;
|
|
281
226
|
/**
|
|
282
227
|
* A unique name for the object.
|
|
@@ -370,7 +315,7 @@ export interface ContainerObjectArgs {
|
|
|
370
315
|
*/
|
|
371
316
|
etag?: pulumi.Input<string>;
|
|
372
317
|
metadata?: pulumi.Input<{
|
|
373
|
-
[key: string]:
|
|
318
|
+
[key: string]: pulumi.Input<string>;
|
|
374
319
|
}>;
|
|
375
320
|
/**
|
|
376
321
|
* A unique name for the object.
|
|
@@ -9,61 +9,6 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Manages a V1 container object resource within OpenStack.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* ### Example with simple content
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as openstack from "@pulumi/openstack";
|
|
18
|
-
*
|
|
19
|
-
* const container1 = new openstack.objectstorage.Container("container_1", {
|
|
20
|
-
* region: "RegionOne",
|
|
21
|
-
* name: "tf-test-container-1",
|
|
22
|
-
* metadata: [{
|
|
23
|
-
* test: "true",
|
|
24
|
-
* }],
|
|
25
|
-
* contentType: "application/json",
|
|
26
|
-
* });
|
|
27
|
-
* const doc1 = new openstack.objectstorage.ContainerObject("doc_1", {
|
|
28
|
-
* region: "RegionOne",
|
|
29
|
-
* containerName: container1.name,
|
|
30
|
-
* name: "test/default.json",
|
|
31
|
-
* metadata: [{
|
|
32
|
-
* test: "true",
|
|
33
|
-
* }],
|
|
34
|
-
* contentType: "application/json",
|
|
35
|
-
* content: ` {
|
|
36
|
-
* "foo" : "bar"
|
|
37
|
-
* }
|
|
38
|
-
* `,
|
|
39
|
-
* });
|
|
40
|
-
* ```
|
|
41
|
-
*
|
|
42
|
-
* ### Example with content from file
|
|
43
|
-
*
|
|
44
|
-
* ```typescript
|
|
45
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
-
* import * as openstack from "@pulumi/openstack";
|
|
47
|
-
*
|
|
48
|
-
* const container1 = new openstack.objectstorage.Container("container_1", {
|
|
49
|
-
* region: "RegionOne",
|
|
50
|
-
* name: "tf-test-container-1",
|
|
51
|
-
* metadata: [{
|
|
52
|
-
* test: "true",
|
|
53
|
-
* }],
|
|
54
|
-
* contentType: "application/json",
|
|
55
|
-
* });
|
|
56
|
-
* const doc1 = new openstack.objectstorage.ContainerObject("doc_1", {
|
|
57
|
-
* region: "RegionOne",
|
|
58
|
-
* containerName: container1.name,
|
|
59
|
-
* name: "test/default.json",
|
|
60
|
-
* metadata: [{
|
|
61
|
-
* test: "true",
|
|
62
|
-
* }],
|
|
63
|
-
* contentType: "application/json",
|
|
64
|
-
* source: "./default.json",
|
|
65
|
-
* });
|
|
66
|
-
* ```
|
|
67
12
|
*/
|
|
68
13
|
class ContainerObject extends pulumi.CustomResource {
|
|
69
14
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"containerObject.js","sourceRoot":"","sources":["../../objectstorage/containerObject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"containerObject.js","sourceRoot":"","sources":["../../objectstorage/containerObject.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,7 +13,7 @@ import * as outputs from "../types/output";
|
|
|
13
13
|
* const stack1 = new openstack.orchestration.StackV1("stack_1", {
|
|
14
14
|
* name: "stack_1",
|
|
15
15
|
* parameters: {
|
|
16
|
-
* length: 4,
|
|
16
|
+
* length: "4",
|
|
17
17
|
* },
|
|
18
18
|
* templateOpts: {
|
|
19
19
|
* Bin: `heat_template_version: 2013-05-23
|
|
@@ -93,7 +93,7 @@ export declare class StackV1 extends pulumi.CustomResource {
|
|
|
93
93
|
* Environment Opts.
|
|
94
94
|
*/
|
|
95
95
|
readonly environmentOpts: pulumi.Output<{
|
|
96
|
-
[key: string]:
|
|
96
|
+
[key: string]: string;
|
|
97
97
|
} | undefined>;
|
|
98
98
|
/**
|
|
99
99
|
* A unique name for the stack. It must start with an
|
|
@@ -109,7 +109,7 @@ export declare class StackV1 extends pulumi.CustomResource {
|
|
|
109
109
|
* to the template. Changing this updates the existing stack parameters.
|
|
110
110
|
*/
|
|
111
111
|
readonly parameters: pulumi.Output<{
|
|
112
|
-
[key: string]:
|
|
112
|
+
[key: string]: string;
|
|
113
113
|
} | undefined>;
|
|
114
114
|
/**
|
|
115
115
|
* The region in which to create the stack. If
|
|
@@ -140,7 +140,7 @@ export declare class StackV1 extends pulumi.CustomResource {
|
|
|
140
140
|
* Template Opts.
|
|
141
141
|
*/
|
|
142
142
|
readonly templateOpts: pulumi.Output<{
|
|
143
|
-
[key: string]:
|
|
143
|
+
[key: string]: string;
|
|
144
144
|
}>;
|
|
145
145
|
/**
|
|
146
146
|
* The timeout for stack action in minutes.
|
|
@@ -198,7 +198,7 @@ export interface StackV1State {
|
|
|
198
198
|
* Environment Opts.
|
|
199
199
|
*/
|
|
200
200
|
environmentOpts?: pulumi.Input<{
|
|
201
|
-
[key: string]:
|
|
201
|
+
[key: string]: pulumi.Input<string>;
|
|
202
202
|
}>;
|
|
203
203
|
/**
|
|
204
204
|
* A unique name for the stack. It must start with an
|
|
@@ -214,7 +214,7 @@ export interface StackV1State {
|
|
|
214
214
|
* to the template. Changing this updates the existing stack parameters.
|
|
215
215
|
*/
|
|
216
216
|
parameters?: pulumi.Input<{
|
|
217
|
-
[key: string]:
|
|
217
|
+
[key: string]: pulumi.Input<string>;
|
|
218
218
|
}>;
|
|
219
219
|
/**
|
|
220
220
|
* The region in which to create the stack. If
|
|
@@ -245,7 +245,7 @@ export interface StackV1State {
|
|
|
245
245
|
* Template Opts.
|
|
246
246
|
*/
|
|
247
247
|
templateOpts?: pulumi.Input<{
|
|
248
|
-
[key: string]:
|
|
248
|
+
[key: string]: pulumi.Input<string>;
|
|
249
249
|
}>;
|
|
250
250
|
/**
|
|
251
251
|
* The timeout for stack action in minutes.
|
|
@@ -295,7 +295,7 @@ export interface StackV1Args {
|
|
|
295
295
|
* Environment Opts.
|
|
296
296
|
*/
|
|
297
297
|
environmentOpts?: pulumi.Input<{
|
|
298
|
-
[key: string]:
|
|
298
|
+
[key: string]: pulumi.Input<string>;
|
|
299
299
|
}>;
|
|
300
300
|
/**
|
|
301
301
|
* A unique name for the stack. It must start with an
|
|
@@ -311,7 +311,7 @@ export interface StackV1Args {
|
|
|
311
311
|
* to the template. Changing this updates the existing stack parameters.
|
|
312
312
|
*/
|
|
313
313
|
parameters?: pulumi.Input<{
|
|
314
|
-
[key: string]:
|
|
314
|
+
[key: string]: pulumi.Input<string>;
|
|
315
315
|
}>;
|
|
316
316
|
/**
|
|
317
317
|
* The region in which to create the stack. If
|
|
@@ -342,7 +342,7 @@ export interface StackV1Args {
|
|
|
342
342
|
* Template Opts.
|
|
343
343
|
*/
|
|
344
344
|
templateOpts: pulumi.Input<{
|
|
345
|
-
[key: string]:
|
|
345
|
+
[key: string]: pulumi.Input<string>;
|
|
346
346
|
}>;
|
|
347
347
|
/**
|
|
348
348
|
* The timeout for stack action in minutes.
|
package/orchestration/stackV1.js
CHANGED
|
@@ -17,7 +17,7 @@ const utilities = require("../utilities");
|
|
|
17
17
|
* const stack1 = new openstack.orchestration.StackV1("stack_1", {
|
|
18
18
|
* name: "stack_1",
|
|
19
19
|
* parameters: {
|
|
20
|
-
* length: 4,
|
|
20
|
+
* length: "4",
|
|
21
21
|
* },
|
|
22
22
|
* templateOpts: {
|
|
23
23
|
* Bin: `heat_template_version: 2013-05-23
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/openstack",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
4
4
|
"description": "A Pulumi package for creating and managing OpenStack cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"pulumi": {
|
|
23
23
|
"resource": true,
|
|
24
24
|
"name": "openstack",
|
|
25
|
-
"version": "4.1.
|
|
25
|
+
"version": "4.1.2"
|
|
26
26
|
}
|
|
27
27
|
}
|
package/provider.d.ts
CHANGED
|
@@ -175,7 +175,7 @@ export interface ProviderArgs {
|
|
|
175
175
|
* A map of services with an endpoint to override what was from the Keystone catalog
|
|
176
176
|
*/
|
|
177
177
|
endpointOverrides?: pulumi.Input<{
|
|
178
|
-
[key: string]:
|
|
178
|
+
[key: string]: pulumi.Input<string>;
|
|
179
179
|
}>;
|
|
180
180
|
endpointType?: pulumi.Input<string>;
|
|
181
181
|
/**
|
|
@@ -38,7 +38,7 @@ export interface GetShareArgs {
|
|
|
38
38
|
* strings.
|
|
39
39
|
*/
|
|
40
40
|
metadata?: {
|
|
41
|
-
[key: string]:
|
|
41
|
+
[key: string]: string;
|
|
42
42
|
};
|
|
43
43
|
/**
|
|
44
44
|
* The name of the share.
|
|
@@ -99,7 +99,7 @@ export interface GetShareResult {
|
|
|
99
99
|
* See Argument Reference above.
|
|
100
100
|
*/
|
|
101
101
|
readonly metadata: {
|
|
102
|
-
[key: string]:
|
|
102
|
+
[key: string]: string;
|
|
103
103
|
};
|
|
104
104
|
/**
|
|
105
105
|
* See Argument Reference above.
|
|
@@ -172,7 +172,7 @@ export interface GetShareOutputArgs {
|
|
|
172
172
|
* strings.
|
|
173
173
|
*/
|
|
174
174
|
metadata?: pulumi.Input<{
|
|
175
|
-
[key: string]:
|
|
175
|
+
[key: string]: pulumi.Input<string>;
|
|
176
176
|
}>;
|
|
177
177
|
/**
|
|
178
178
|
* The name of the share.
|
|
@@ -64,7 +64,7 @@ export declare class Share extends pulumi.CustomResource {
|
|
|
64
64
|
* explicitly and implicitly added.
|
|
65
65
|
*/
|
|
66
66
|
readonly allMetadata: pulumi.Output<{
|
|
67
|
-
[key: string]:
|
|
67
|
+
[key: string]: string;
|
|
68
68
|
}>;
|
|
69
69
|
/**
|
|
70
70
|
* The share availability zone. Changing this creates a
|
|
@@ -100,7 +100,7 @@ export declare class Share extends pulumi.CustomResource {
|
|
|
100
100
|
* strings.
|
|
101
101
|
*/
|
|
102
102
|
readonly metadata: pulumi.Output<{
|
|
103
|
-
[key: string]:
|
|
103
|
+
[key: string]: string;
|
|
104
104
|
} | undefined>;
|
|
105
105
|
/**
|
|
106
106
|
* The name of the share. Changing this updates the name
|
|
@@ -169,7 +169,7 @@ export interface ShareState {
|
|
|
169
169
|
* explicitly and implicitly added.
|
|
170
170
|
*/
|
|
171
171
|
allMetadata?: pulumi.Input<{
|
|
172
|
-
[key: string]:
|
|
172
|
+
[key: string]: pulumi.Input<string>;
|
|
173
173
|
}>;
|
|
174
174
|
/**
|
|
175
175
|
* The share availability zone. Changing this creates a
|
|
@@ -205,7 +205,7 @@ export interface ShareState {
|
|
|
205
205
|
* strings.
|
|
206
206
|
*/
|
|
207
207
|
metadata?: pulumi.Input<{
|
|
208
|
-
[key: string]:
|
|
208
|
+
[key: string]: pulumi.Input<string>;
|
|
209
209
|
}>;
|
|
210
210
|
/**
|
|
211
211
|
* The name of the share. Changing this updates the name
|
|
@@ -282,7 +282,7 @@ export interface ShareArgs {
|
|
|
282
282
|
* strings.
|
|
283
283
|
*/
|
|
284
284
|
metadata?: pulumi.Input<{
|
|
285
|
-
[key: string]:
|
|
285
|
+
[key: string]: pulumi.Input<string>;
|
|
286
286
|
}>;
|
|
287
287
|
/**
|
|
288
288
|
* The name of the share. Changing this updates the name
|
package/types/input.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ export declare namespace blockstorage {
|
|
|
35
35
|
* properties to pass to the scheduler.
|
|
36
36
|
*/
|
|
37
37
|
additionalProperties?: pulumi.Input<{
|
|
38
|
-
[key: string]:
|
|
38
|
+
[key: string]: pulumi.Input<string>;
|
|
39
39
|
}>;
|
|
40
40
|
/**
|
|
41
41
|
* The volume should be scheduled on a
|
|
@@ -82,7 +82,7 @@ export declare namespace blockstorage {
|
|
|
82
82
|
* properties to pass to the scheduler.
|
|
83
83
|
*/
|
|
84
84
|
additionalProperties?: pulumi.Input<{
|
|
85
|
-
[key: string]:
|
|
85
|
+
[key: string]: pulumi.Input<string>;
|
|
86
86
|
}>;
|
|
87
87
|
/**
|
|
88
88
|
* The volume should be scheduled on a
|
|
@@ -279,7 +279,7 @@ export declare namespace compute {
|
|
|
279
279
|
* properties to pass to the scheduler.
|
|
280
280
|
*/
|
|
281
281
|
additionalProperties?: pulumi.Input<{
|
|
282
|
-
[key: string]:
|
|
282
|
+
[key: string]: pulumi.Input<string>;
|
|
283
283
|
}>;
|
|
284
284
|
/**
|
|
285
285
|
* An IP Address in CIDR form. The instance
|
|
@@ -722,7 +722,7 @@ export declare namespace networking {
|
|
|
722
722
|
* details for this specific binding.
|
|
723
723
|
*/
|
|
724
724
|
vifDetails?: pulumi.Input<{
|
|
725
|
-
[key: string]:
|
|
725
|
+
[key: string]: pulumi.Input<string>;
|
|
726
726
|
}>;
|
|
727
727
|
/**
|
|
728
728
|
* The VNIC type of the port binding.
|
package/types/output.d.ts
CHANGED
|
@@ -39,7 +39,7 @@ export declare namespace blockstorage {
|
|
|
39
39
|
* properties to pass to the scheduler.
|
|
40
40
|
*/
|
|
41
41
|
additionalProperties?: {
|
|
42
|
-
[key: string]:
|
|
42
|
+
[key: string]: string;
|
|
43
43
|
};
|
|
44
44
|
/**
|
|
45
45
|
* The volume should be scheduled on a
|
|
@@ -86,7 +86,7 @@ export declare namespace blockstorage {
|
|
|
86
86
|
* properties to pass to the scheduler.
|
|
87
87
|
*/
|
|
88
88
|
additionalProperties?: {
|
|
89
|
-
[key: string]:
|
|
89
|
+
[key: string]: string;
|
|
90
90
|
};
|
|
91
91
|
/**
|
|
92
92
|
* The volume should be scheduled on a
|
|
@@ -257,7 +257,7 @@ export declare namespace compute {
|
|
|
257
257
|
* properties to pass to the scheduler.
|
|
258
258
|
*/
|
|
259
259
|
additionalProperties?: {
|
|
260
|
-
[key: string]:
|
|
260
|
+
[key: string]: string;
|
|
261
261
|
};
|
|
262
262
|
/**
|
|
263
263
|
* An IP Address in CIDR form. The instance
|
|
@@ -807,7 +807,7 @@ export declare namespace networking {
|
|
|
807
807
|
* specific binding.
|
|
808
808
|
*/
|
|
809
809
|
vifDetails: {
|
|
810
|
-
[key: string]:
|
|
810
|
+
[key: string]: string;
|
|
811
811
|
};
|
|
812
812
|
/**
|
|
813
813
|
* The VNIC type of the port binding.
|
|
@@ -903,7 +903,7 @@ export declare namespace networking {
|
|
|
903
903
|
* details for this specific binding.
|
|
904
904
|
*/
|
|
905
905
|
vifDetails: {
|
|
906
|
-
[key: string]:
|
|
906
|
+
[key: string]: string;
|
|
907
907
|
};
|
|
908
908
|
/**
|
|
909
909
|
* The VNIC type of the port binding.
|
|
@@ -78,7 +78,7 @@ export declare class EndpointGroup extends pulumi.CustomResource {
|
|
|
78
78
|
* Map of additional options.
|
|
79
79
|
*/
|
|
80
80
|
readonly valueSpecs: pulumi.Output<{
|
|
81
|
-
[key: string]:
|
|
81
|
+
[key: string]: string;
|
|
82
82
|
} | undefined>;
|
|
83
83
|
/**
|
|
84
84
|
* Create a EndpointGroup resource with the given unique name, arguments, and options.
|
|
@@ -129,7 +129,7 @@ export interface EndpointGroupState {
|
|
|
129
129
|
* Map of additional options.
|
|
130
130
|
*/
|
|
131
131
|
valueSpecs?: pulumi.Input<{
|
|
132
|
-
[key: string]:
|
|
132
|
+
[key: string]: pulumi.Input<string>;
|
|
133
133
|
}>;
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
@@ -172,6 +172,6 @@ export interface EndpointGroupArgs {
|
|
|
172
172
|
* Map of additional options.
|
|
173
173
|
*/
|
|
174
174
|
valueSpecs?: pulumi.Input<{
|
|
175
|
-
[key: string]:
|
|
175
|
+
[key: string]: pulumi.Input<string>;
|
|
176
176
|
}>;
|
|
177
177
|
}
|
package/vpnaas/ikePolicy.d.ts
CHANGED
|
@@ -92,7 +92,7 @@ export declare class IkePolicy extends pulumi.CustomResource {
|
|
|
92
92
|
* Map of additional options.
|
|
93
93
|
*/
|
|
94
94
|
readonly valueSpecs: pulumi.Output<{
|
|
95
|
-
[key: string]:
|
|
95
|
+
[key: string]: string;
|
|
96
96
|
} | undefined>;
|
|
97
97
|
/**
|
|
98
98
|
* Create a IkePolicy resource with the given unique name, arguments, and options.
|
|
@@ -162,7 +162,7 @@ export interface IkePolicyState {
|
|
|
162
162
|
* Map of additional options.
|
|
163
163
|
*/
|
|
164
164
|
valueSpecs?: pulumi.Input<{
|
|
165
|
-
[key: string]:
|
|
165
|
+
[key: string]: pulumi.Input<string>;
|
|
166
166
|
}>;
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
@@ -224,6 +224,6 @@ export interface IkePolicyArgs {
|
|
|
224
224
|
* Map of additional options.
|
|
225
225
|
*/
|
|
226
226
|
valueSpecs?: pulumi.Input<{
|
|
227
|
-
[key: string]:
|
|
227
|
+
[key: string]: pulumi.Input<string>;
|
|
228
228
|
}>;
|
|
229
229
|
}
|
package/vpnaas/ipSecPolicy.d.ts
CHANGED
|
@@ -92,7 +92,7 @@ export declare class IpSecPolicy extends pulumi.CustomResource {
|
|
|
92
92
|
* Map of additional options.
|
|
93
93
|
*/
|
|
94
94
|
readonly valueSpecs: pulumi.Output<{
|
|
95
|
-
[key: string]:
|
|
95
|
+
[key: string]: string;
|
|
96
96
|
} | undefined>;
|
|
97
97
|
/**
|
|
98
98
|
* Create a IpSecPolicy resource with the given unique name, arguments, and options.
|
|
@@ -162,7 +162,7 @@ export interface IpSecPolicyState {
|
|
|
162
162
|
* Map of additional options.
|
|
163
163
|
*/
|
|
164
164
|
valueSpecs?: pulumi.Input<{
|
|
165
|
-
[key: string]:
|
|
165
|
+
[key: string]: pulumi.Input<string>;
|
|
166
166
|
}>;
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
@@ -224,6 +224,6 @@ export interface IpSecPolicyArgs {
|
|
|
224
224
|
* Map of additional options.
|
|
225
225
|
*/
|
|
226
226
|
valueSpecs?: pulumi.Input<{
|
|
227
|
-
[key: string]:
|
|
227
|
+
[key: string]: pulumi.Input<string>;
|
|
228
228
|
}>;
|
|
229
229
|
}
|
package/vpnaas/service.d.ts
CHANGED
|
@@ -90,7 +90,7 @@ export declare class Service extends pulumi.CustomResource {
|
|
|
90
90
|
* Map of additional options.
|
|
91
91
|
*/
|
|
92
92
|
readonly valueSpecs: pulumi.Output<{
|
|
93
|
-
[key: string]:
|
|
93
|
+
[key: string]: string;
|
|
94
94
|
} | undefined>;
|
|
95
95
|
/**
|
|
96
96
|
* Create a Service resource with the given unique name, arguments, and options.
|
|
@@ -156,7 +156,7 @@ export interface ServiceState {
|
|
|
156
156
|
* Map of additional options.
|
|
157
157
|
*/
|
|
158
158
|
valueSpecs?: pulumi.Input<{
|
|
159
|
-
[key: string]:
|
|
159
|
+
[key: string]: pulumi.Input<string>;
|
|
160
160
|
}>;
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
@@ -202,6 +202,6 @@ export interface ServiceArgs {
|
|
|
202
202
|
* Map of additional options.
|
|
203
203
|
*/
|
|
204
204
|
valueSpecs?: pulumi.Input<{
|
|
205
|
-
[key: string]:
|
|
205
|
+
[key: string]: pulumi.Input<string>;
|
|
206
206
|
}>;
|
|
207
207
|
}
|
|
@@ -140,7 +140,7 @@ export declare class SiteConnection extends pulumi.CustomResource {
|
|
|
140
140
|
* Map of additional options.
|
|
141
141
|
*/
|
|
142
142
|
readonly valueSpecs: pulumi.Output<{
|
|
143
|
-
[key: string]:
|
|
143
|
+
[key: string]: string;
|
|
144
144
|
} | undefined>;
|
|
145
145
|
/**
|
|
146
146
|
* The ID of the VPN service. Changing this creates a new connection.
|
|
@@ -248,7 +248,7 @@ export interface SiteConnectionState {
|
|
|
248
248
|
* Map of additional options.
|
|
249
249
|
*/
|
|
250
250
|
valueSpecs?: pulumi.Input<{
|
|
251
|
-
[key: string]:
|
|
251
|
+
[key: string]: pulumi.Input<string>;
|
|
252
252
|
}>;
|
|
253
253
|
/**
|
|
254
254
|
* The ID of the VPN service. Changing this creates a new connection.
|
|
@@ -348,7 +348,7 @@ export interface SiteConnectionArgs {
|
|
|
348
348
|
* Map of additional options.
|
|
349
349
|
*/
|
|
350
350
|
valueSpecs?: pulumi.Input<{
|
|
351
|
-
[key: string]:
|
|
351
|
+
[key: string]: pulumi.Input<string>;
|
|
352
352
|
}>;
|
|
353
353
|
/**
|
|
354
354
|
* The ID of the VPN service. Changing this creates a new connection.
|