@pulumi/openstack 3.14.0-alpha.1698440040 → 3.14.0-alpha.1698713765
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/compute/volumeAttach.d.ts +3 -3
- package/compute/volumeAttach.js +3 -3
- package/firewall/groupV2.d.ts +12 -12
- package/firewall/policyV2.d.ts +33 -9
- package/firewall/policyV2.js +2 -0
- package/firewall/policyV2.js.map +1 -1
- package/firewall/ruleV2.d.ts +34 -10
- package/firewall/ruleV2.js +2 -0
- package/firewall/ruleV2.js.map +1 -1
- package/getFwGroupV2.d.ts +8 -8
- package/getFwPolicyV2.d.ts +18 -2
- package/getFwPolicyV2.js +1 -0
- package/getFwPolicyV2.js.map +1 -1
- package/getFwRuleV2.d.ts +18 -2
- package/getFwRuleV2.js +1 -0
- package/getFwRuleV2.js.map +1 -1
- package/package.json +1 -1
- package/types/output.d.ts +1 -1
|
@@ -12,7 +12,7 @@ import * as outputs from "../types/output";
|
|
|
12
12
|
* import * as pulumi from "@pulumi/pulumi";
|
|
13
13
|
* import * as openstack from "@pulumi/openstack";
|
|
14
14
|
*
|
|
15
|
-
* const volume1 = new openstack.blockstorage.
|
|
15
|
+
* const volume1 = new openstack.blockstorage.Volume("volume1", {size: 1});
|
|
16
16
|
* const instance1 = new openstack.compute.Instance("instance1", {securityGroups: ["default"]});
|
|
17
17
|
* const va1 = new openstack.compute.VolumeAttach("va1", {
|
|
18
18
|
* instanceId: instance1.id,
|
|
@@ -36,12 +36,12 @@ import * as outputs from "../types/output";
|
|
|
36
36
|
* const instance2 = new openstack.compute.Instance("instance2", {securityGroups: ["default"]});
|
|
37
37
|
* const va1 = new openstack.compute.VolumeAttach("va1", {
|
|
38
38
|
* instanceId: instance1.id,
|
|
39
|
-
* volumeId:
|
|
39
|
+
* volumeId: volume1.id,
|
|
40
40
|
* multiattach: true,
|
|
41
41
|
* });
|
|
42
42
|
* const va2 = new openstack.compute.VolumeAttach("va2", {
|
|
43
43
|
* instanceId: instance2.id,
|
|
44
|
-
* volumeId:
|
|
44
|
+
* volumeId: volume1.id,
|
|
45
45
|
* multiattach: true,
|
|
46
46
|
* }, {
|
|
47
47
|
* dependsOn: ["openstack_compute_volume_attach_v2.va_1"],
|
package/compute/volumeAttach.js
CHANGED
|
@@ -16,7 +16,7 @@ const utilities = require("../utilities");
|
|
|
16
16
|
* import * as pulumi from "@pulumi/pulumi";
|
|
17
17
|
* import * as openstack from "@pulumi/openstack";
|
|
18
18
|
*
|
|
19
|
-
* const volume1 = new openstack.blockstorage.
|
|
19
|
+
* const volume1 = new openstack.blockstorage.Volume("volume1", {size: 1});
|
|
20
20
|
* const instance1 = new openstack.compute.Instance("instance1", {securityGroups: ["default"]});
|
|
21
21
|
* const va1 = new openstack.compute.VolumeAttach("va1", {
|
|
22
22
|
* instanceId: instance1.id,
|
|
@@ -40,12 +40,12 @@ const utilities = require("../utilities");
|
|
|
40
40
|
* const instance2 = new openstack.compute.Instance("instance2", {securityGroups: ["default"]});
|
|
41
41
|
* const va1 = new openstack.compute.VolumeAttach("va1", {
|
|
42
42
|
* instanceId: instance1.id,
|
|
43
|
-
* volumeId:
|
|
43
|
+
* volumeId: volume1.id,
|
|
44
44
|
* multiattach: true,
|
|
45
45
|
* });
|
|
46
46
|
* const va2 = new openstack.compute.VolumeAttach("va2", {
|
|
47
47
|
* instanceId: instance2.id,
|
|
48
|
-
* volumeId:
|
|
48
|
+
* volumeId: volume1.id,
|
|
49
49
|
* multiattach: true,
|
|
50
50
|
* }, {
|
|
51
51
|
* dependsOn: ["openstack_compute_volume_attach_v2.va_1"],
|
package/firewall/groupV2.d.ts
CHANGED
|
@@ -91,9 +91,9 @@ export declare class GroupV2 extends pulumi.CustomResource {
|
|
|
91
91
|
*/
|
|
92
92
|
readonly ports: pulumi.Output<string[] | undefined>;
|
|
93
93
|
/**
|
|
94
|
-
* This argument
|
|
95
|
-
* `tenantId`. The owner of the firewall group. Required if admin wants
|
|
96
|
-
* create a firewall group for another project. Changing this creates a new
|
|
94
|
+
* This argument conflicts and is interchangeable
|
|
95
|
+
* with `tenantId`. The owner of the firewall group. Required if admin wants
|
|
96
|
+
* to create a firewall group for another project. Changing this creates a new
|
|
97
97
|
* firewall group.
|
|
98
98
|
*/
|
|
99
99
|
readonly projectId: pulumi.Output<string>;
|
|
@@ -117,7 +117,7 @@ export declare class GroupV2 extends pulumi.CustomResource {
|
|
|
117
117
|
*/
|
|
118
118
|
readonly status: pulumi.Output<string>;
|
|
119
119
|
/**
|
|
120
|
-
* This argument
|
|
120
|
+
* This argument conflicts and is interchangeable with
|
|
121
121
|
* `projectId`. The owner of the firewall group. Required if admin wants to
|
|
122
122
|
* create a firewall group for another tenant. Changing this creates a new
|
|
123
123
|
* firewall group.
|
|
@@ -171,9 +171,9 @@ export interface GroupV2State {
|
|
|
171
171
|
*/
|
|
172
172
|
ports?: pulumi.Input<pulumi.Input<string>[]>;
|
|
173
173
|
/**
|
|
174
|
-
* This argument
|
|
175
|
-
* `tenantId`. The owner of the firewall group. Required if admin wants
|
|
176
|
-
* create a firewall group for another project. Changing this creates a new
|
|
174
|
+
* This argument conflicts and is interchangeable
|
|
175
|
+
* with `tenantId`. The owner of the firewall group. Required if admin wants
|
|
176
|
+
* to create a firewall group for another project. Changing this creates a new
|
|
177
177
|
* firewall group.
|
|
178
178
|
*/
|
|
179
179
|
projectId?: pulumi.Input<string>;
|
|
@@ -197,7 +197,7 @@ export interface GroupV2State {
|
|
|
197
197
|
*/
|
|
198
198
|
status?: pulumi.Input<string>;
|
|
199
199
|
/**
|
|
200
|
-
* This argument
|
|
200
|
+
* This argument conflicts and is interchangeable with
|
|
201
201
|
* `projectId`. The owner of the firewall group. Required if admin wants to
|
|
202
202
|
* create a firewall group for another tenant. Changing this creates a new
|
|
203
203
|
* firewall group.
|
|
@@ -243,9 +243,9 @@ export interface GroupV2Args {
|
|
|
243
243
|
*/
|
|
244
244
|
ports?: pulumi.Input<pulumi.Input<string>[]>;
|
|
245
245
|
/**
|
|
246
|
-
* This argument
|
|
247
|
-
* `tenantId`. The owner of the firewall group. Required if admin wants
|
|
248
|
-
* create a firewall group for another project. Changing this creates a new
|
|
246
|
+
* This argument conflicts and is interchangeable
|
|
247
|
+
* with `tenantId`. The owner of the firewall group. Required if admin wants
|
|
248
|
+
* to create a firewall group for another project. Changing this creates a new
|
|
249
249
|
* firewall group.
|
|
250
250
|
*/
|
|
251
251
|
projectId?: pulumi.Input<string>;
|
|
@@ -265,7 +265,7 @@ export interface GroupV2Args {
|
|
|
265
265
|
*/
|
|
266
266
|
shared?: pulumi.Input<boolean>;
|
|
267
267
|
/**
|
|
268
|
-
* This argument
|
|
268
|
+
* This argument conflicts and is interchangeable with
|
|
269
269
|
* `projectId`. The owner of the firewall group. Required if admin wants to
|
|
270
270
|
* create a firewall group for another tenant. Changing this creates a new
|
|
271
271
|
* firewall group.
|
package/firewall/policyV2.d.ts
CHANGED
|
@@ -72,6 +72,13 @@ export declare class PolicyV2 extends pulumi.CustomResource {
|
|
|
72
72
|
* updates the `name` of an existing firewall policy.
|
|
73
73
|
*/
|
|
74
74
|
readonly name: pulumi.Output<string>;
|
|
75
|
+
/**
|
|
76
|
+
* This argument conflicts and is interchangeable
|
|
77
|
+
* with `tenantId`. The owner of the firewall policy. Required if admin wants
|
|
78
|
+
* to create a firewall policy for another project. Changing this creates a new
|
|
79
|
+
* firewall policy.
|
|
80
|
+
*/
|
|
81
|
+
readonly projectId: pulumi.Output<string>;
|
|
75
82
|
/**
|
|
76
83
|
* The region in which to obtain the v2 networking client.
|
|
77
84
|
* A networking client is needed to create a firewall policy. If omitted, the
|
|
@@ -94,9 +101,10 @@ export declare class PolicyV2 extends pulumi.CustomResource {
|
|
|
94
101
|
*/
|
|
95
102
|
readonly shared: pulumi.Output<boolean | undefined>;
|
|
96
103
|
/**
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
*
|
|
104
|
+
* This argument conflicts and is interchangeable
|
|
105
|
+
* with `projectId`. The owner of the firewall policy. Required if admin wants
|
|
106
|
+
* to create a firewall policy for another tenant. Changing this creates a new
|
|
107
|
+
* firewall policy.
|
|
100
108
|
*/
|
|
101
109
|
readonly tenantId: pulumi.Output<string>;
|
|
102
110
|
/**
|
|
@@ -130,6 +138,13 @@ export interface PolicyV2State {
|
|
|
130
138
|
* updates the `name` of an existing firewall policy.
|
|
131
139
|
*/
|
|
132
140
|
name?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* This argument conflicts and is interchangeable
|
|
143
|
+
* with `tenantId`. The owner of the firewall policy. Required if admin wants
|
|
144
|
+
* to create a firewall policy for another project. Changing this creates a new
|
|
145
|
+
* firewall policy.
|
|
146
|
+
*/
|
|
147
|
+
projectId?: pulumi.Input<string>;
|
|
133
148
|
/**
|
|
134
149
|
* The region in which to obtain the v2 networking client.
|
|
135
150
|
* A networking client is needed to create a firewall policy. If omitted, the
|
|
@@ -152,9 +167,10 @@ export interface PolicyV2State {
|
|
|
152
167
|
*/
|
|
153
168
|
shared?: pulumi.Input<boolean>;
|
|
154
169
|
/**
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
170
|
+
* This argument conflicts and is interchangeable
|
|
171
|
+
* with `projectId`. The owner of the firewall policy. Required if admin wants
|
|
172
|
+
* to create a firewall policy for another tenant. Changing this creates a new
|
|
173
|
+
* firewall policy.
|
|
158
174
|
*/
|
|
159
175
|
tenantId?: pulumi.Input<string>;
|
|
160
176
|
}
|
|
@@ -180,6 +196,13 @@ export interface PolicyV2Args {
|
|
|
180
196
|
* updates the `name` of an existing firewall policy.
|
|
181
197
|
*/
|
|
182
198
|
name?: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* This argument conflicts and is interchangeable
|
|
201
|
+
* with `tenantId`. The owner of the firewall policy. Required if admin wants
|
|
202
|
+
* to create a firewall policy for another project. Changing this creates a new
|
|
203
|
+
* firewall policy.
|
|
204
|
+
*/
|
|
205
|
+
projectId?: pulumi.Input<string>;
|
|
183
206
|
/**
|
|
184
207
|
* The region in which to obtain the v2 networking client.
|
|
185
208
|
* A networking client is needed to create a firewall policy. If omitted, the
|
|
@@ -202,9 +225,10 @@ export interface PolicyV2Args {
|
|
|
202
225
|
*/
|
|
203
226
|
shared?: pulumi.Input<boolean>;
|
|
204
227
|
/**
|
|
205
|
-
*
|
|
206
|
-
*
|
|
207
|
-
*
|
|
228
|
+
* This argument conflicts and is interchangeable
|
|
229
|
+
* with `projectId`. The owner of the firewall policy. Required if admin wants
|
|
230
|
+
* to create a firewall policy for another tenant. Changing this creates a new
|
|
231
|
+
* firewall policy.
|
|
208
232
|
*/
|
|
209
233
|
tenantId?: pulumi.Input<string>;
|
|
210
234
|
}
|
package/firewall/policyV2.js
CHANGED
|
@@ -75,6 +75,7 @@ class PolicyV2 extends pulumi.CustomResource {
|
|
|
75
75
|
resourceInputs["audited"] = state ? state.audited : undefined;
|
|
76
76
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
77
77
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
78
|
+
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
78
79
|
resourceInputs["region"] = state ? state.region : undefined;
|
|
79
80
|
resourceInputs["rules"] = state ? state.rules : undefined;
|
|
80
81
|
resourceInputs["shared"] = state ? state.shared : undefined;
|
|
@@ -85,6 +86,7 @@ class PolicyV2 extends pulumi.CustomResource {
|
|
|
85
86
|
resourceInputs["audited"] = args ? args.audited : undefined;
|
|
86
87
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
87
88
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
89
|
+
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
88
90
|
resourceInputs["region"] = args ? args.region : undefined;
|
|
89
91
|
resourceInputs["rules"] = args ? args.rules : undefined;
|
|
90
92
|
resourceInputs["shared"] = args ? args.shared : undefined;
|
package/firewall/policyV2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"policyV2.js","sourceRoot":"","sources":["../../firewall/policyV2.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"policyV2.js","sourceRoot":"","sources":["../../firewall/policyV2.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IAgED,YAAY,IAAY,EAAE,WAA0C,EAAE,IAAmC;QACrG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwC,CAAC;YACvD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAuC,CAAC;YACrD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AApHL,4BAqHC;AAvGG,gBAAgB;AACO,qBAAY,GAAG,sCAAsC,CAAC"}
|
package/firewall/ruleV2.d.ts
CHANGED
|
@@ -82,6 +82,13 @@ export declare class RuleV2 extends pulumi.CustomResource {
|
|
|
82
82
|
* updates the `name` of an existing firewall rule.
|
|
83
83
|
*/
|
|
84
84
|
readonly name: pulumi.Output<string>;
|
|
85
|
+
/**
|
|
86
|
+
* This argument conflicts and is interchangeable
|
|
87
|
+
* with `tenantId`. The owner of the firewall rule. Required if admin wants
|
|
88
|
+
* to create a firewall rule for another project. Changing this creates a new
|
|
89
|
+
* firewall rule.
|
|
90
|
+
*/
|
|
91
|
+
readonly projectId: pulumi.Output<string>;
|
|
85
92
|
/**
|
|
86
93
|
* (Optional; Required if `sourcePort` or `destinationPort` is not
|
|
87
94
|
* empty) The protocol type on which the firewall rule operates.
|
|
@@ -116,11 +123,12 @@ export declare class RuleV2 extends pulumi.CustomResource {
|
|
|
116
123
|
*/
|
|
117
124
|
readonly sourcePort: pulumi.Output<string | undefined>;
|
|
118
125
|
/**
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
126
|
+
* This argument conflicts and is interchangeable
|
|
127
|
+
* with `projectId`. The owner of the firewall rule. Required if admin wants
|
|
128
|
+
* to create a firewall rule for another tenant. Changing this creates a new
|
|
129
|
+
* firewall rule.
|
|
122
130
|
*/
|
|
123
|
-
readonly tenantId: pulumi.Output<string
|
|
131
|
+
readonly tenantId: pulumi.Output<string>;
|
|
124
132
|
/**
|
|
125
133
|
* Create a RuleV2 resource with the given unique name, arguments, and options.
|
|
126
134
|
*
|
|
@@ -173,6 +181,13 @@ export interface RuleV2State {
|
|
|
173
181
|
* updates the `name` of an existing firewall rule.
|
|
174
182
|
*/
|
|
175
183
|
name?: pulumi.Input<string>;
|
|
184
|
+
/**
|
|
185
|
+
* This argument conflicts and is interchangeable
|
|
186
|
+
* with `tenantId`. The owner of the firewall rule. Required if admin wants
|
|
187
|
+
* to create a firewall rule for another project. Changing this creates a new
|
|
188
|
+
* firewall rule.
|
|
189
|
+
*/
|
|
190
|
+
projectId?: pulumi.Input<string>;
|
|
176
191
|
/**
|
|
177
192
|
* (Optional; Required if `sourcePort` or `destinationPort` is not
|
|
178
193
|
* empty) The protocol type on which the firewall rule operates.
|
|
@@ -207,9 +222,10 @@ export interface RuleV2State {
|
|
|
207
222
|
*/
|
|
208
223
|
sourcePort?: pulumi.Input<string>;
|
|
209
224
|
/**
|
|
210
|
-
*
|
|
211
|
-
*
|
|
212
|
-
*
|
|
225
|
+
* This argument conflicts and is interchangeable
|
|
226
|
+
* with `projectId`. The owner of the firewall rule. Required if admin wants
|
|
227
|
+
* to create a firewall rule for another tenant. Changing this creates a new
|
|
228
|
+
* firewall rule.
|
|
213
229
|
*/
|
|
214
230
|
tenantId?: pulumi.Input<string>;
|
|
215
231
|
}
|
|
@@ -256,6 +272,13 @@ export interface RuleV2Args {
|
|
|
256
272
|
* updates the `name` of an existing firewall rule.
|
|
257
273
|
*/
|
|
258
274
|
name?: pulumi.Input<string>;
|
|
275
|
+
/**
|
|
276
|
+
* This argument conflicts and is interchangeable
|
|
277
|
+
* with `tenantId`. The owner of the firewall rule. Required if admin wants
|
|
278
|
+
* to create a firewall rule for another project. Changing this creates a new
|
|
279
|
+
* firewall rule.
|
|
280
|
+
*/
|
|
281
|
+
projectId?: pulumi.Input<string>;
|
|
259
282
|
/**
|
|
260
283
|
* (Optional; Required if `sourcePort` or `destinationPort` is not
|
|
261
284
|
* empty) The protocol type on which the firewall rule operates.
|
|
@@ -290,9 +313,10 @@ export interface RuleV2Args {
|
|
|
290
313
|
*/
|
|
291
314
|
sourcePort?: pulumi.Input<string>;
|
|
292
315
|
/**
|
|
293
|
-
*
|
|
294
|
-
*
|
|
295
|
-
*
|
|
316
|
+
* This argument conflicts and is interchangeable
|
|
317
|
+
* with `projectId`. The owner of the firewall rule. Required if admin wants
|
|
318
|
+
* to create a firewall rule for another tenant. Changing this creates a new
|
|
319
|
+
* firewall rule.
|
|
296
320
|
*/
|
|
297
321
|
tenantId?: pulumi.Input<string>;
|
|
298
322
|
}
|
package/firewall/ruleV2.js
CHANGED
|
@@ -68,6 +68,7 @@ class RuleV2 extends pulumi.CustomResource {
|
|
|
68
68
|
resourceInputs["enabled"] = state ? state.enabled : undefined;
|
|
69
69
|
resourceInputs["ipVersion"] = state ? state.ipVersion : undefined;
|
|
70
70
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
71
|
+
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
71
72
|
resourceInputs["protocol"] = state ? state.protocol : undefined;
|
|
72
73
|
resourceInputs["region"] = state ? state.region : undefined;
|
|
73
74
|
resourceInputs["shared"] = state ? state.shared : undefined;
|
|
@@ -84,6 +85,7 @@ class RuleV2 extends pulumi.CustomResource {
|
|
|
84
85
|
resourceInputs["enabled"] = args ? args.enabled : undefined;
|
|
85
86
|
resourceInputs["ipVersion"] = args ? args.ipVersion : undefined;
|
|
86
87
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
88
|
+
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
87
89
|
resourceInputs["protocol"] = args ? args.protocol : undefined;
|
|
88
90
|
resourceInputs["region"] = args ? args.region : undefined;
|
|
89
91
|
resourceInputs["shared"] = args ? args.shared : undefined;
|
package/firewall/ruleV2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ruleV2.js","sourceRoot":"","sources":["../../firewall/ruleV2.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;
|
|
1
|
+
{"version":3,"file":"ruleV2.js","sourceRoot":"","sources":["../../firewall/ruleV2.ts"],"names":[],"mappings":"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"}
|
package/getFwGroupV2.d.ts
CHANGED
|
@@ -43,8 +43,8 @@ export interface GetFwGroupV2Args {
|
|
|
43
43
|
*/
|
|
44
44
|
name?: string;
|
|
45
45
|
/**
|
|
46
|
-
* This argument
|
|
47
|
-
* `tenantId`. The owner of the firewall group.
|
|
46
|
+
* This argument conflicts and is interchangeable
|
|
47
|
+
* with `tenantId`. The owner of the firewall group.
|
|
48
48
|
*/
|
|
49
49
|
projectId?: string;
|
|
50
50
|
/**
|
|
@@ -62,8 +62,8 @@ export interface GetFwGroupV2Args {
|
|
|
62
62
|
*/
|
|
63
63
|
status?: string;
|
|
64
64
|
/**
|
|
65
|
-
* This argument
|
|
66
|
-
* `projectId`. The owner of the firewall group.
|
|
65
|
+
* This argument conflicts and is interchangeable
|
|
66
|
+
* with `projectId`. The owner of the firewall group.
|
|
67
67
|
*/
|
|
68
68
|
tenantId?: string;
|
|
69
69
|
}
|
|
@@ -168,8 +168,8 @@ export interface GetFwGroupV2OutputArgs {
|
|
|
168
168
|
*/
|
|
169
169
|
name?: pulumi.Input<string>;
|
|
170
170
|
/**
|
|
171
|
-
* This argument
|
|
172
|
-
* `tenantId`. The owner of the firewall group.
|
|
171
|
+
* This argument conflicts and is interchangeable
|
|
172
|
+
* with `tenantId`. The owner of the firewall group.
|
|
173
173
|
*/
|
|
174
174
|
projectId?: pulumi.Input<string>;
|
|
175
175
|
/**
|
|
@@ -187,8 +187,8 @@ export interface GetFwGroupV2OutputArgs {
|
|
|
187
187
|
*/
|
|
188
188
|
status?: pulumi.Input<string>;
|
|
189
189
|
/**
|
|
190
|
-
* This argument
|
|
191
|
-
* `projectId`. The owner of the firewall group.
|
|
190
|
+
* This argument conflicts and is interchangeable
|
|
191
|
+
* with `projectId`. The owner of the firewall group.
|
|
192
192
|
*/
|
|
193
193
|
tenantId?: pulumi.Input<string>;
|
|
194
194
|
}
|
package/getFwPolicyV2.d.ts
CHANGED
|
@@ -34,6 +34,11 @@ export interface GetFwPolicyV2Args {
|
|
|
34
34
|
* The ID of the firewall policy.
|
|
35
35
|
*/
|
|
36
36
|
policyId?: string;
|
|
37
|
+
/**
|
|
38
|
+
* This argument conflicts and is interchangeable
|
|
39
|
+
* with `tenantId`. The owner of the firewall policy.
|
|
40
|
+
*/
|
|
41
|
+
projectId?: string;
|
|
37
42
|
/**
|
|
38
43
|
* The region in which to obtain the V2 Neutron client.
|
|
39
44
|
* A Neutron client is needed to retrieve firewall policy ids. If omitted, the
|
|
@@ -45,7 +50,8 @@ export interface GetFwPolicyV2Args {
|
|
|
45
50
|
*/
|
|
46
51
|
shared?: boolean;
|
|
47
52
|
/**
|
|
48
|
-
*
|
|
53
|
+
* This argument conflicts and is interchangeable
|
|
54
|
+
* with `projectId`. The owner of the firewall policy.
|
|
49
55
|
*/
|
|
50
56
|
tenantId?: string;
|
|
51
57
|
}
|
|
@@ -70,6 +76,10 @@ export interface GetFwPolicyV2Result {
|
|
|
70
76
|
* See Argument Reference above.
|
|
71
77
|
*/
|
|
72
78
|
readonly policyId?: string;
|
|
79
|
+
/**
|
|
80
|
+
* See Argument Reference above.
|
|
81
|
+
*/
|
|
82
|
+
readonly projectId: string;
|
|
73
83
|
/**
|
|
74
84
|
* See Argument Reference above.
|
|
75
85
|
*/
|
|
@@ -122,6 +132,11 @@ export interface GetFwPolicyV2OutputArgs {
|
|
|
122
132
|
* The ID of the firewall policy.
|
|
123
133
|
*/
|
|
124
134
|
policyId?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* This argument conflicts and is interchangeable
|
|
137
|
+
* with `tenantId`. The owner of the firewall policy.
|
|
138
|
+
*/
|
|
139
|
+
projectId?: pulumi.Input<string>;
|
|
125
140
|
/**
|
|
126
141
|
* The region in which to obtain the V2 Neutron client.
|
|
127
142
|
* A Neutron client is needed to retrieve firewall policy ids. If omitted, the
|
|
@@ -133,7 +148,8 @@ export interface GetFwPolicyV2OutputArgs {
|
|
|
133
148
|
*/
|
|
134
149
|
shared?: pulumi.Input<boolean>;
|
|
135
150
|
/**
|
|
136
|
-
*
|
|
151
|
+
* This argument conflicts and is interchangeable
|
|
152
|
+
* with `projectId`. The owner of the firewall policy.
|
|
137
153
|
*/
|
|
138
154
|
tenantId?: pulumi.Input<string>;
|
|
139
155
|
}
|
package/getFwPolicyV2.js
CHANGED
package/getFwPolicyV2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFwPolicyV2.js","sourceRoot":"","sources":["../getFwPolicyV2.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getFwPolicyV2.js","sourceRoot":"","sources":["../getFwPolicyV2.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,sCAcC;AAsFD;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
package/getFwRuleV2.d.ts
CHANGED
|
@@ -52,6 +52,11 @@ export interface GetFwRuleV2Args {
|
|
|
52
52
|
* The name of the firewall rule.
|
|
53
53
|
*/
|
|
54
54
|
name?: string;
|
|
55
|
+
/**
|
|
56
|
+
* This argument conflicts and is interchangeable
|
|
57
|
+
* with `tenantId`. The owner of the firewall rule.
|
|
58
|
+
*/
|
|
59
|
+
projectId?: string;
|
|
55
60
|
/**
|
|
56
61
|
* The protocol type on which the firewall rule operates.
|
|
57
62
|
*/
|
|
@@ -81,7 +86,8 @@ export interface GetFwRuleV2Args {
|
|
|
81
86
|
*/
|
|
82
87
|
sourcePort?: string;
|
|
83
88
|
/**
|
|
84
|
-
*
|
|
89
|
+
* This argument conflicts and is interchangeable
|
|
90
|
+
* with `projectId`. The owner of the firewall rule.
|
|
85
91
|
*/
|
|
86
92
|
tenantId?: string;
|
|
87
93
|
}
|
|
@@ -125,6 +131,10 @@ export interface GetFwRuleV2Result {
|
|
|
125
131
|
* See Argument Reference above.
|
|
126
132
|
*/
|
|
127
133
|
readonly name?: string;
|
|
134
|
+
/**
|
|
135
|
+
* See Argument Reference above.
|
|
136
|
+
*/
|
|
137
|
+
readonly projectId: string;
|
|
128
138
|
/**
|
|
129
139
|
* See Argument Reference above.
|
|
130
140
|
*/
|
|
@@ -207,6 +217,11 @@ export interface GetFwRuleV2OutputArgs {
|
|
|
207
217
|
* The name of the firewall rule.
|
|
208
218
|
*/
|
|
209
219
|
name?: pulumi.Input<string>;
|
|
220
|
+
/**
|
|
221
|
+
* This argument conflicts and is interchangeable
|
|
222
|
+
* with `tenantId`. The owner of the firewall rule.
|
|
223
|
+
*/
|
|
224
|
+
projectId?: pulumi.Input<string>;
|
|
210
225
|
/**
|
|
211
226
|
* The protocol type on which the firewall rule operates.
|
|
212
227
|
*/
|
|
@@ -236,7 +251,8 @@ export interface GetFwRuleV2OutputArgs {
|
|
|
236
251
|
*/
|
|
237
252
|
sourcePort?: pulumi.Input<string>;
|
|
238
253
|
/**
|
|
239
|
-
*
|
|
254
|
+
* This argument conflicts and is interchangeable
|
|
255
|
+
* with `projectId`. The owner of the firewall rule.
|
|
240
256
|
*/
|
|
241
257
|
tenantId?: pulumi.Input<string>;
|
|
242
258
|
}
|
package/getFwRuleV2.js
CHANGED
package/getFwRuleV2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFwRuleV2.js","sourceRoot":"","sources":["../getFwRuleV2.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,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;QACpE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getFwRuleV2.js","sourceRoot":"","sources":["../getFwRuleV2.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,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;QACpE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAtBD,kCAsBC;AAyJD;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
package/package.json
CHANGED