@pulumi/openstack 4.2.0-alpha.1727221614 → 5.0.0
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/index.d.ts +0 -18
- package/blockstorage/index.js +1 -27
- package/blockstorage/index.js.map +1 -1
- package/compute/index.d.ts +0 -9
- package/compute/index.js +1 -16
- package/compute/index.js.map +1 -1
- package/compute/instance.d.ts +6 -6
- package/compute/serverGroup.d.ts +5 -5
- package/compute/serverGroup.js +2 -2
- package/containerinfra/cluster.d.ts +15 -0
- package/containerinfra/cluster.js +2 -0
- package/containerinfra/cluster.js.map +1 -1
- package/containerinfra/getCluster.d.ts +5 -0
- package/containerinfra/getCluster.js.map +1 -1
- package/dns/recordSet.d.ts +5 -2
- package/dns/recordSet.js +5 -2
- package/dns/recordSet.js.map +1 -1
- package/dns/zone.d.ts +1 -1
- package/dns/zone.js +1 -1
- package/firewall/index.d.ts +0 -12
- package/firewall/index.js +1 -19
- package/firewall/index.js.map +1 -1
- package/identity/getProjectIdsV3.d.ts +128 -0
- package/identity/getProjectIdsV3.js +74 -0
- package/identity/getProjectIdsV3.js.map +1 -0
- package/identity/index.d.ts +3 -0
- package/identity/index.js +4 -1
- package/identity/index.js.map +1 -1
- package/index.d.ts +3 -0
- package/index.js +6 -1
- package/index.js.map +1 -1
- package/keymanager/containerV1.d.ts +2 -16
- package/keymanager/containerV1.js +2 -16
- package/keymanager/containerV1.js.map +1 -1
- package/lbFlavorprofileV2.d.ts +133 -0
- package/lbFlavorprofileV2.js +104 -0
- package/lbFlavorprofileV2.js.map +1 -0
- package/loadbalancer/index.d.ts +0 -15
- package/loadbalancer/index.js +1 -26
- package/loadbalancer/index.js.map +1 -1
- package/loadbalancer/l7policyV2.d.ts +3 -3
- package/loadbalancer/l7ruleV2.d.ts +3 -3
- package/loadbalancer/listener.d.ts +337 -90
- package/loadbalancer/listener.js +61 -0
- package/loadbalancer/listener.js.map +1 -1
- package/loadbalancer/monitor.d.ts +42 -6
- package/loadbalancer/monitor.js +4 -0
- package/loadbalancer/monitor.js.map +1 -1
- package/loadbalancer/pool.d.ts +190 -61
- package/loadbalancer/pool.js +14 -0
- package/loadbalancer/pool.js.map +1 -1
- package/networking/network.d.ts +10 -7
- package/networking/network.js +10 -7
- package/networking/network.js.map +1 -1
- package/networking/secGroupRule.d.ts +21 -6
- package/networking/secGroupRule.js.map +1 -1
- package/objectstorage/accountV1.d.ts +163 -0
- package/objectstorage/accountV1.js +89 -0
- package/objectstorage/accountV1.js.map +1 -0
- package/objectstorage/index.d.ts +3 -0
- package/objectstorage/index.js +6 -1
- package/objectstorage/index.js.map +1 -1
- package/objectstorage/tempUrl.d.ts +42 -0
- package/objectstorage/tempUrl.js +5 -1
- package/objectstorage/tempUrl.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +0 -84
- package/types/output.d.ts +0 -84
- package/blockstorage/getSnapshotV2.d.ts +0 -127
- package/blockstorage/getSnapshotV2.js +0 -62
- package/blockstorage/getSnapshotV2.js.map +0 -1
- package/blockstorage/getVolumeV2.d.ts +0 -138
- package/blockstorage/getVolumeV2.js +0 -62
- package/blockstorage/getVolumeV2.js.map +0 -1
- package/blockstorage/quoteSetV2.d.ts +0 -217
- package/blockstorage/quoteSetV2.js +0 -89
- package/blockstorage/quoteSetV2.js.map +0 -1
- package/blockstorage/volumeAttachV2.d.ts +0 -296
- package/blockstorage/volumeAttachV2.js +0 -145
- package/blockstorage/volumeAttachV2.js.map +0 -1
- package/blockstorage/volumeV1.d.ts +0 -234
- package/blockstorage/volumeV1.js +0 -97
- package/blockstorage/volumeV1.js.map +0 -1
- package/blockstorage/volumeV2.d.ts +0 -276
- package/blockstorage/volumeV2.js +0 -103
- package/blockstorage/volumeV2.js.map +0 -1
- package/compute/floatingIp.d.ts +0 -125
- package/compute/floatingIp.js +0 -86
- package/compute/floatingIp.js.map +0 -1
- package/compute/floatingIpAssociate.d.ts +0 -159
- package/compute/floatingIpAssociate.js +0 -126
- package/compute/floatingIpAssociate.js.map +0 -1
- package/compute/secGroup.d.ts +0 -172
- package/compute/secGroup.js +0 -120
- package/compute/secGroup.js.map +0 -1
- package/firewall/firewall.d.ts +0 -238
- package/firewall/firewall.js +0 -114
- package/firewall/firewall.js.map +0 -1
- package/firewall/getPolicy.d.ts +0 -118
- package/firewall/getPolicy.js +0 -58
- package/firewall/getPolicy.js.map +0 -1
- package/firewall/policy.d.ts +0 -216
- package/firewall/policy.js +0 -105
- package/firewall/policy.js.map +0 -1
- package/firewall/rule.d.ts +0 -291
- package/firewall/rule.js +0 -106
- package/firewall/rule.js.map +0 -1
- package/loadbalancer/loadBalancer.d.ts +0 -320
- package/loadbalancer/loadBalancer.js +0 -105
- package/loadbalancer/loadBalancer.js.map +0 -1
- package/loadbalancer/memberV1.d.ts +0 -162
- package/loadbalancer/memberV1.js +0 -94
- package/loadbalancer/memberV1.js.map +0 -1
- package/loadbalancer/monitorV1.d.ts +0 -242
- package/loadbalancer/monitorV1.js +0 -105
- package/loadbalancer/monitorV1.js.map +0 -1
- package/loadbalancer/poolV1.d.ts +0 -281
- package/loadbalancer/poolV1.js +0 -185
- package/loadbalancer/poolV1.js.map +0 -1
- package/loadbalancer/vip.d.ts +0 -292
- package/loadbalancer/vip.js +0 -113
- package/loadbalancer/vip.js.map +0 -1
package/loadbalancer/pool.d.ts
CHANGED
|
@@ -49,30 +49,48 @@ export declare class Pool extends pulumi.CustomResource {
|
|
|
49
49
|
*/
|
|
50
50
|
static isInstance(obj: any): obj is Pool;
|
|
51
51
|
/**
|
|
52
|
-
* The administrative state of the pool.
|
|
53
|
-
*
|
|
52
|
+
* The administrative state of the pool. A valid
|
|
53
|
+
* value is true (UP) or false (DOWN).
|
|
54
54
|
*/
|
|
55
55
|
readonly adminStateUp: pulumi.Output<boolean | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* A list of ALPN protocols. Available protocols:
|
|
58
|
+
* `http/1.0`, `http/1.1`, `h2`. Supported only in **Octavia minor version >=
|
|
59
|
+
* 2.24**.
|
|
60
|
+
*/
|
|
61
|
+
readonly alpnProtocols: pulumi.Output<string[]>;
|
|
62
|
+
/**
|
|
63
|
+
* The reference of the key manager service
|
|
64
|
+
* secret containing a PEM format CA certificate bundle for `tlsEnabled` pools.
|
|
65
|
+
* Supported only in **Octavia minor version >= 2.8**.
|
|
66
|
+
*/
|
|
67
|
+
readonly caTlsContainerRef: pulumi.Output<string | undefined>;
|
|
68
|
+
/**
|
|
69
|
+
* The reference of the key manager service
|
|
70
|
+
* secret containing a PEM format CA revocation list file for `tlsEnabled`
|
|
71
|
+
* pools. Supported only in **Octavia minor version >= 2.8**.
|
|
72
|
+
*/
|
|
73
|
+
readonly crlContainerRef: pulumi.Output<string | undefined>;
|
|
56
74
|
/**
|
|
57
75
|
* Human-readable description for the pool.
|
|
58
76
|
*/
|
|
59
77
|
readonly description: pulumi.Output<string | undefined>;
|
|
60
78
|
/**
|
|
61
|
-
* The load balancing algorithm to
|
|
62
|
-
*
|
|
63
|
-
*
|
|
79
|
+
* The load balancing algorithm to distribute traffic
|
|
80
|
+
* to the pool's members. Must be one of ROUND_ROBIN, LEAST_CONNECTIONS,
|
|
81
|
+
* SOURCE_IP, or SOURCE_IP_PORT.
|
|
64
82
|
*/
|
|
65
83
|
readonly lbMethod: pulumi.Output<string>;
|
|
66
84
|
/**
|
|
67
|
-
* The Listener on which the members of the pool
|
|
68
|
-
*
|
|
69
|
-
*
|
|
85
|
+
* The Listener on which the members of the pool will
|
|
86
|
+
* be associated with. Changing this creates a new pool. Note: One of
|
|
87
|
+
* LoadbalancerID or ListenerID must be provided.
|
|
70
88
|
*/
|
|
71
89
|
readonly listenerId: pulumi.Output<string | undefined>;
|
|
72
90
|
/**
|
|
73
91
|
* The load balancer on which to provision this
|
|
74
|
-
* pool. Changing this creates a new pool.
|
|
75
|
-
*
|
|
92
|
+
* pool. Changing this creates a new pool. Note: One of LoadbalancerID or
|
|
93
|
+
* ListenerID must be provided.
|
|
76
94
|
*/
|
|
77
95
|
readonly loadbalancerId: pulumi.Output<string | undefined>;
|
|
78
96
|
/**
|
|
@@ -80,31 +98,56 @@ export declare class Pool extends pulumi.CustomResource {
|
|
|
80
98
|
*/
|
|
81
99
|
readonly name: pulumi.Output<string>;
|
|
82
100
|
/**
|
|
83
|
-
* Omit this field to prevent session persistence.
|
|
84
|
-
* whether connections in the same session will be processed by the
|
|
85
|
-
* member or not. Changing this creates a new pool.
|
|
101
|
+
* Omit this field to prevent session persistence.
|
|
102
|
+
* Indicates whether connections in the same session will be processed by the
|
|
103
|
+
* same Pool member or not. Changing this creates a new pool.
|
|
86
104
|
*/
|
|
87
|
-
readonly persistence: pulumi.Output<outputs.loadbalancer.PoolPersistence>;
|
|
105
|
+
readonly persistence: pulumi.Output<outputs.loadbalancer.PoolPersistence | undefined>;
|
|
88
106
|
/**
|
|
89
107
|
* The protocol - can either be TCP, HTTP, HTTPS, PROXY,
|
|
90
|
-
* UDP, PROXYV2 (**Octavia minor version >= 2.22**) or SCTP
|
|
91
|
-
*
|
|
108
|
+
* UDP, PROXYV2 (**Octavia minor version >= 2.22**) or SCTP (**Octavia minor
|
|
109
|
+
* version >= 2.23**). Changing this creates a new pool.
|
|
92
110
|
*/
|
|
93
111
|
readonly protocol: pulumi.Output<string>;
|
|
94
112
|
/**
|
|
95
113
|
* The region in which to obtain the V2 Networking client.
|
|
96
|
-
* A Networking client is needed to create
|
|
97
|
-
*
|
|
98
|
-
* pool.
|
|
114
|
+
* A Networking client is needed to create a pool. If omitted, the `region`
|
|
115
|
+
* argument of the provider is used. Changing this creates a new pool.
|
|
99
116
|
*/
|
|
100
117
|
readonly region: pulumi.Output<string>;
|
|
101
118
|
readonly tags: pulumi.Output<string[] | undefined>;
|
|
102
119
|
/**
|
|
103
120
|
* Required for admins. The UUID of the tenant who owns
|
|
104
|
-
* the pool. Only administrative users can specify a tenant UUID
|
|
105
|
-
*
|
|
121
|
+
* the pool. Only administrative users can specify a tenant UUID other than
|
|
122
|
+
* their own. Changing this creates a new pool.
|
|
106
123
|
*/
|
|
107
124
|
readonly tenantId: pulumi.Output<string>;
|
|
125
|
+
/**
|
|
126
|
+
* List of ciphers in OpenSSL format
|
|
127
|
+
* (colon-separated). See
|
|
128
|
+
* https://www.openssl.org/docs/man1.1.1/man1/ciphers.html for more information.
|
|
129
|
+
* Supported only in **Octavia minor version >= 2.15**.
|
|
130
|
+
*/
|
|
131
|
+
readonly tlsCiphers: pulumi.Output<string>;
|
|
132
|
+
/**
|
|
133
|
+
* The reference to the key manager service
|
|
134
|
+
* secret containing a PKCS12 format certificate/key bundle for `tlsEnabled`
|
|
135
|
+
* pools for TLS client authentication to the member servers. Supported only in
|
|
136
|
+
* **Octavia minor version >= 2.8**.
|
|
137
|
+
*/
|
|
138
|
+
readonly tlsContainerRef: pulumi.Output<string | undefined>;
|
|
139
|
+
/**
|
|
140
|
+
* When true connections to backend member servers
|
|
141
|
+
* will use TLS encryption. Default is false. Supported only in **Octavia minor
|
|
142
|
+
* version >= 2.8**.
|
|
143
|
+
*/
|
|
144
|
+
readonly tlsEnabled: pulumi.Output<boolean | undefined>;
|
|
145
|
+
/**
|
|
146
|
+
* A list of TLS protocol versions. Available
|
|
147
|
+
* versions: `TLSv1`, `TLSv1.1`, `TLSv1.2`, `TLSv1.3`. Supported only in
|
|
148
|
+
* **Octavia minor version >= 2.17**.
|
|
149
|
+
*/
|
|
150
|
+
readonly tlsVersions: pulumi.Output<string[]>;
|
|
108
151
|
/**
|
|
109
152
|
* Create a Pool resource with the given unique name, arguments, and options.
|
|
110
153
|
*
|
|
@@ -119,30 +162,48 @@ export declare class Pool extends pulumi.CustomResource {
|
|
|
119
162
|
*/
|
|
120
163
|
export interface PoolState {
|
|
121
164
|
/**
|
|
122
|
-
* The administrative state of the pool.
|
|
123
|
-
*
|
|
165
|
+
* The administrative state of the pool. A valid
|
|
166
|
+
* value is true (UP) or false (DOWN).
|
|
124
167
|
*/
|
|
125
168
|
adminStateUp?: pulumi.Input<boolean>;
|
|
169
|
+
/**
|
|
170
|
+
* A list of ALPN protocols. Available protocols:
|
|
171
|
+
* `http/1.0`, `http/1.1`, `h2`. Supported only in **Octavia minor version >=
|
|
172
|
+
* 2.24**.
|
|
173
|
+
*/
|
|
174
|
+
alpnProtocols?: pulumi.Input<pulumi.Input<string>[]>;
|
|
175
|
+
/**
|
|
176
|
+
* The reference of the key manager service
|
|
177
|
+
* secret containing a PEM format CA certificate bundle for `tlsEnabled` pools.
|
|
178
|
+
* Supported only in **Octavia minor version >= 2.8**.
|
|
179
|
+
*/
|
|
180
|
+
caTlsContainerRef?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
182
|
+
* The reference of the key manager service
|
|
183
|
+
* secret containing a PEM format CA revocation list file for `tlsEnabled`
|
|
184
|
+
* pools. Supported only in **Octavia minor version >= 2.8**.
|
|
185
|
+
*/
|
|
186
|
+
crlContainerRef?: pulumi.Input<string>;
|
|
126
187
|
/**
|
|
127
188
|
* Human-readable description for the pool.
|
|
128
189
|
*/
|
|
129
190
|
description?: pulumi.Input<string>;
|
|
130
191
|
/**
|
|
131
|
-
* The load balancing algorithm to
|
|
132
|
-
*
|
|
133
|
-
*
|
|
192
|
+
* The load balancing algorithm to distribute traffic
|
|
193
|
+
* to the pool's members. Must be one of ROUND_ROBIN, LEAST_CONNECTIONS,
|
|
194
|
+
* SOURCE_IP, or SOURCE_IP_PORT.
|
|
134
195
|
*/
|
|
135
196
|
lbMethod?: pulumi.Input<string>;
|
|
136
197
|
/**
|
|
137
|
-
* The Listener on which the members of the pool
|
|
138
|
-
*
|
|
139
|
-
*
|
|
198
|
+
* The Listener on which the members of the pool will
|
|
199
|
+
* be associated with. Changing this creates a new pool. Note: One of
|
|
200
|
+
* LoadbalancerID or ListenerID must be provided.
|
|
140
201
|
*/
|
|
141
202
|
listenerId?: pulumi.Input<string>;
|
|
142
203
|
/**
|
|
143
204
|
* The load balancer on which to provision this
|
|
144
|
-
* pool. Changing this creates a new pool.
|
|
145
|
-
*
|
|
205
|
+
* pool. Changing this creates a new pool. Note: One of LoadbalancerID or
|
|
206
|
+
* ListenerID must be provided.
|
|
146
207
|
*/
|
|
147
208
|
loadbalancerId?: pulumi.Input<string>;
|
|
148
209
|
/**
|
|
@@ -150,61 +211,104 @@ export interface PoolState {
|
|
|
150
211
|
*/
|
|
151
212
|
name?: pulumi.Input<string>;
|
|
152
213
|
/**
|
|
153
|
-
* Omit this field to prevent session persistence.
|
|
154
|
-
* whether connections in the same session will be processed by the
|
|
155
|
-
* member or not. Changing this creates a new pool.
|
|
214
|
+
* Omit this field to prevent session persistence.
|
|
215
|
+
* Indicates whether connections in the same session will be processed by the
|
|
216
|
+
* same Pool member or not. Changing this creates a new pool.
|
|
156
217
|
*/
|
|
157
218
|
persistence?: pulumi.Input<inputs.loadbalancer.PoolPersistence>;
|
|
158
219
|
/**
|
|
159
220
|
* The protocol - can either be TCP, HTTP, HTTPS, PROXY,
|
|
160
|
-
* UDP, PROXYV2 (**Octavia minor version >= 2.22**) or SCTP
|
|
161
|
-
*
|
|
221
|
+
* UDP, PROXYV2 (**Octavia minor version >= 2.22**) or SCTP (**Octavia minor
|
|
222
|
+
* version >= 2.23**). Changing this creates a new pool.
|
|
162
223
|
*/
|
|
163
224
|
protocol?: pulumi.Input<string>;
|
|
164
225
|
/**
|
|
165
226
|
* The region in which to obtain the V2 Networking client.
|
|
166
|
-
* A Networking client is needed to create
|
|
167
|
-
*
|
|
168
|
-
* pool.
|
|
227
|
+
* A Networking client is needed to create a pool. If omitted, the `region`
|
|
228
|
+
* argument of the provider is used. Changing this creates a new pool.
|
|
169
229
|
*/
|
|
170
230
|
region?: pulumi.Input<string>;
|
|
171
231
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
172
232
|
/**
|
|
173
233
|
* Required for admins. The UUID of the tenant who owns
|
|
174
|
-
* the pool. Only administrative users can specify a tenant UUID
|
|
175
|
-
*
|
|
234
|
+
* the pool. Only administrative users can specify a tenant UUID other than
|
|
235
|
+
* their own. Changing this creates a new pool.
|
|
176
236
|
*/
|
|
177
237
|
tenantId?: pulumi.Input<string>;
|
|
238
|
+
/**
|
|
239
|
+
* List of ciphers in OpenSSL format
|
|
240
|
+
* (colon-separated). See
|
|
241
|
+
* https://www.openssl.org/docs/man1.1.1/man1/ciphers.html for more information.
|
|
242
|
+
* Supported only in **Octavia minor version >= 2.15**.
|
|
243
|
+
*/
|
|
244
|
+
tlsCiphers?: pulumi.Input<string>;
|
|
245
|
+
/**
|
|
246
|
+
* The reference to the key manager service
|
|
247
|
+
* secret containing a PKCS12 format certificate/key bundle for `tlsEnabled`
|
|
248
|
+
* pools for TLS client authentication to the member servers. Supported only in
|
|
249
|
+
* **Octavia minor version >= 2.8**.
|
|
250
|
+
*/
|
|
251
|
+
tlsContainerRef?: pulumi.Input<string>;
|
|
252
|
+
/**
|
|
253
|
+
* When true connections to backend member servers
|
|
254
|
+
* will use TLS encryption. Default is false. Supported only in **Octavia minor
|
|
255
|
+
* version >= 2.8**.
|
|
256
|
+
*/
|
|
257
|
+
tlsEnabled?: pulumi.Input<boolean>;
|
|
258
|
+
/**
|
|
259
|
+
* A list of TLS protocol versions. Available
|
|
260
|
+
* versions: `TLSv1`, `TLSv1.1`, `TLSv1.2`, `TLSv1.3`. Supported only in
|
|
261
|
+
* **Octavia minor version >= 2.17**.
|
|
262
|
+
*/
|
|
263
|
+
tlsVersions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
178
264
|
}
|
|
179
265
|
/**
|
|
180
266
|
* The set of arguments for constructing a Pool resource.
|
|
181
267
|
*/
|
|
182
268
|
export interface PoolArgs {
|
|
183
269
|
/**
|
|
184
|
-
* The administrative state of the pool.
|
|
185
|
-
*
|
|
270
|
+
* The administrative state of the pool. A valid
|
|
271
|
+
* value is true (UP) or false (DOWN).
|
|
186
272
|
*/
|
|
187
273
|
adminStateUp?: pulumi.Input<boolean>;
|
|
274
|
+
/**
|
|
275
|
+
* A list of ALPN protocols. Available protocols:
|
|
276
|
+
* `http/1.0`, `http/1.1`, `h2`. Supported only in **Octavia minor version >=
|
|
277
|
+
* 2.24**.
|
|
278
|
+
*/
|
|
279
|
+
alpnProtocols?: pulumi.Input<pulumi.Input<string>[]>;
|
|
280
|
+
/**
|
|
281
|
+
* The reference of the key manager service
|
|
282
|
+
* secret containing a PEM format CA certificate bundle for `tlsEnabled` pools.
|
|
283
|
+
* Supported only in **Octavia minor version >= 2.8**.
|
|
284
|
+
*/
|
|
285
|
+
caTlsContainerRef?: pulumi.Input<string>;
|
|
286
|
+
/**
|
|
287
|
+
* The reference of the key manager service
|
|
288
|
+
* secret containing a PEM format CA revocation list file for `tlsEnabled`
|
|
289
|
+
* pools. Supported only in **Octavia minor version >= 2.8**.
|
|
290
|
+
*/
|
|
291
|
+
crlContainerRef?: pulumi.Input<string>;
|
|
188
292
|
/**
|
|
189
293
|
* Human-readable description for the pool.
|
|
190
294
|
*/
|
|
191
295
|
description?: pulumi.Input<string>;
|
|
192
296
|
/**
|
|
193
|
-
* The load balancing algorithm to
|
|
194
|
-
*
|
|
195
|
-
*
|
|
297
|
+
* The load balancing algorithm to distribute traffic
|
|
298
|
+
* to the pool's members. Must be one of ROUND_ROBIN, LEAST_CONNECTIONS,
|
|
299
|
+
* SOURCE_IP, or SOURCE_IP_PORT.
|
|
196
300
|
*/
|
|
197
301
|
lbMethod: pulumi.Input<string>;
|
|
198
302
|
/**
|
|
199
|
-
* The Listener on which the members of the pool
|
|
200
|
-
*
|
|
201
|
-
*
|
|
303
|
+
* The Listener on which the members of the pool will
|
|
304
|
+
* be associated with. Changing this creates a new pool. Note: One of
|
|
305
|
+
* LoadbalancerID or ListenerID must be provided.
|
|
202
306
|
*/
|
|
203
307
|
listenerId?: pulumi.Input<string>;
|
|
204
308
|
/**
|
|
205
309
|
* The load balancer on which to provision this
|
|
206
|
-
* pool. Changing this creates a new pool.
|
|
207
|
-
*
|
|
310
|
+
* pool. Changing this creates a new pool. Note: One of LoadbalancerID or
|
|
311
|
+
* ListenerID must be provided.
|
|
208
312
|
*/
|
|
209
313
|
loadbalancerId?: pulumi.Input<string>;
|
|
210
314
|
/**
|
|
@@ -212,29 +316,54 @@ export interface PoolArgs {
|
|
|
212
316
|
*/
|
|
213
317
|
name?: pulumi.Input<string>;
|
|
214
318
|
/**
|
|
215
|
-
* Omit this field to prevent session persistence.
|
|
216
|
-
* whether connections in the same session will be processed by the
|
|
217
|
-
* member or not. Changing this creates a new pool.
|
|
319
|
+
* Omit this field to prevent session persistence.
|
|
320
|
+
* Indicates whether connections in the same session will be processed by the
|
|
321
|
+
* same Pool member or not. Changing this creates a new pool.
|
|
218
322
|
*/
|
|
219
323
|
persistence?: pulumi.Input<inputs.loadbalancer.PoolPersistence>;
|
|
220
324
|
/**
|
|
221
325
|
* The protocol - can either be TCP, HTTP, HTTPS, PROXY,
|
|
222
|
-
* UDP, PROXYV2 (**Octavia minor version >= 2.22**) or SCTP
|
|
223
|
-
*
|
|
326
|
+
* UDP, PROXYV2 (**Octavia minor version >= 2.22**) or SCTP (**Octavia minor
|
|
327
|
+
* version >= 2.23**). Changing this creates a new pool.
|
|
224
328
|
*/
|
|
225
329
|
protocol: pulumi.Input<string>;
|
|
226
330
|
/**
|
|
227
331
|
* The region in which to obtain the V2 Networking client.
|
|
228
|
-
* A Networking client is needed to create
|
|
229
|
-
*
|
|
230
|
-
* pool.
|
|
332
|
+
* A Networking client is needed to create a pool. If omitted, the `region`
|
|
333
|
+
* argument of the provider is used. Changing this creates a new pool.
|
|
231
334
|
*/
|
|
232
335
|
region?: pulumi.Input<string>;
|
|
233
336
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
234
337
|
/**
|
|
235
338
|
* Required for admins. The UUID of the tenant who owns
|
|
236
|
-
* the pool. Only administrative users can specify a tenant UUID
|
|
237
|
-
*
|
|
339
|
+
* the pool. Only administrative users can specify a tenant UUID other than
|
|
340
|
+
* their own. Changing this creates a new pool.
|
|
238
341
|
*/
|
|
239
342
|
tenantId?: pulumi.Input<string>;
|
|
343
|
+
/**
|
|
344
|
+
* List of ciphers in OpenSSL format
|
|
345
|
+
* (colon-separated). See
|
|
346
|
+
* https://www.openssl.org/docs/man1.1.1/man1/ciphers.html for more information.
|
|
347
|
+
* Supported only in **Octavia minor version >= 2.15**.
|
|
348
|
+
*/
|
|
349
|
+
tlsCiphers?: pulumi.Input<string>;
|
|
350
|
+
/**
|
|
351
|
+
* The reference to the key manager service
|
|
352
|
+
* secret containing a PKCS12 format certificate/key bundle for `tlsEnabled`
|
|
353
|
+
* pools for TLS client authentication to the member servers. Supported only in
|
|
354
|
+
* **Octavia minor version >= 2.8**.
|
|
355
|
+
*/
|
|
356
|
+
tlsContainerRef?: pulumi.Input<string>;
|
|
357
|
+
/**
|
|
358
|
+
* When true connections to backend member servers
|
|
359
|
+
* will use TLS encryption. Default is false. Supported only in **Octavia minor
|
|
360
|
+
* version >= 2.8**.
|
|
361
|
+
*/
|
|
362
|
+
tlsEnabled?: pulumi.Input<boolean>;
|
|
363
|
+
/**
|
|
364
|
+
* A list of TLS protocol versions. Available
|
|
365
|
+
* versions: `TLSv1`, `TLSv1.1`, `TLSv1.2`, `TLSv1.3`. Supported only in
|
|
366
|
+
* **Octavia minor version >= 2.17**.
|
|
367
|
+
*/
|
|
368
|
+
tlsVersions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
240
369
|
}
|
package/loadbalancer/pool.js
CHANGED
|
@@ -65,6 +65,9 @@ class Pool extends pulumi.CustomResource {
|
|
|
65
65
|
if (opts.id) {
|
|
66
66
|
const state = argsOrState;
|
|
67
67
|
resourceInputs["adminStateUp"] = state ? state.adminStateUp : undefined;
|
|
68
|
+
resourceInputs["alpnProtocols"] = state ? state.alpnProtocols : undefined;
|
|
69
|
+
resourceInputs["caTlsContainerRef"] = state ? state.caTlsContainerRef : undefined;
|
|
70
|
+
resourceInputs["crlContainerRef"] = state ? state.crlContainerRef : undefined;
|
|
68
71
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
69
72
|
resourceInputs["lbMethod"] = state ? state.lbMethod : undefined;
|
|
70
73
|
resourceInputs["listenerId"] = state ? state.listenerId : undefined;
|
|
@@ -75,6 +78,10 @@ class Pool extends pulumi.CustomResource {
|
|
|
75
78
|
resourceInputs["region"] = state ? state.region : undefined;
|
|
76
79
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
77
80
|
resourceInputs["tenantId"] = state ? state.tenantId : undefined;
|
|
81
|
+
resourceInputs["tlsCiphers"] = state ? state.tlsCiphers : undefined;
|
|
82
|
+
resourceInputs["tlsContainerRef"] = state ? state.tlsContainerRef : undefined;
|
|
83
|
+
resourceInputs["tlsEnabled"] = state ? state.tlsEnabled : undefined;
|
|
84
|
+
resourceInputs["tlsVersions"] = state ? state.tlsVersions : undefined;
|
|
78
85
|
}
|
|
79
86
|
else {
|
|
80
87
|
const args = argsOrState;
|
|
@@ -85,6 +92,9 @@ class Pool extends pulumi.CustomResource {
|
|
|
85
92
|
throw new Error("Missing required property 'protocol'");
|
|
86
93
|
}
|
|
87
94
|
resourceInputs["adminStateUp"] = args ? args.adminStateUp : undefined;
|
|
95
|
+
resourceInputs["alpnProtocols"] = args ? args.alpnProtocols : undefined;
|
|
96
|
+
resourceInputs["caTlsContainerRef"] = args ? args.caTlsContainerRef : undefined;
|
|
97
|
+
resourceInputs["crlContainerRef"] = args ? args.crlContainerRef : undefined;
|
|
88
98
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
89
99
|
resourceInputs["lbMethod"] = args ? args.lbMethod : undefined;
|
|
90
100
|
resourceInputs["listenerId"] = args ? args.listenerId : undefined;
|
|
@@ -95,6 +105,10 @@ class Pool extends pulumi.CustomResource {
|
|
|
95
105
|
resourceInputs["region"] = args ? args.region : undefined;
|
|
96
106
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
97
107
|
resourceInputs["tenantId"] = args ? args.tenantId : undefined;
|
|
108
|
+
resourceInputs["tlsCiphers"] = args ? args.tlsCiphers : undefined;
|
|
109
|
+
resourceInputs["tlsContainerRef"] = args ? args.tlsContainerRef : undefined;
|
|
110
|
+
resourceInputs["tlsEnabled"] = args ? args.tlsEnabled : undefined;
|
|
111
|
+
resourceInputs["tlsVersions"] = args ? args.tlsVersions : undefined;
|
|
98
112
|
}
|
|
99
113
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
100
114
|
super(Pool.__pulumiType, name, resourceInputs, opts);
|
package/loadbalancer/pool.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pool.js","sourceRoot":"","sources":["../../loadbalancer/pool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,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,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;
|
|
1
|
+
{"version":3,"file":"pool.js","sourceRoot":"","sources":["../../loadbalancer/pool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,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,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;IA+GD,YAAY,IAAY,EAAE,WAAkC,EAAE,IAAmC;QAC7F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoC,CAAC;YACnD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmC,CAAC;YACjD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;;AA7LL,oBA8LC;AAhLG,gBAAgB;AACO,iBAAY,GAAG,kCAAkC,CAAC"}
|
package/networking/network.d.ts
CHANGED
|
@@ -20,15 +20,18 @@ import * as outputs from "../types/output";
|
|
|
20
20
|
* cidr: "192.168.199.0/24",
|
|
21
21
|
* ipVersion: 4,
|
|
22
22
|
* });
|
|
23
|
-
* const secgroup1 = new openstack.
|
|
23
|
+
* const secgroup1 = new openstack.networking.SecGroup("secgroup_1", {
|
|
24
24
|
* name: "secgroup_1",
|
|
25
25
|
* description: "a security group",
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
26
|
+
* });
|
|
27
|
+
* const secgroupRule1 = new openstack.networking.SecGroupRule("secgroup_rule_1", {
|
|
28
|
+
* direction: "ingress",
|
|
29
|
+
* ethertype: "IPv4",
|
|
30
|
+
* protocol: "tcp",
|
|
31
|
+
* portRangeMin: 22,
|
|
32
|
+
* portRangeMax: 22,
|
|
33
|
+
* remoteIpPrefix: "0.0.0.0/0",
|
|
34
|
+
* securityGroupId: secgroup1.id,
|
|
32
35
|
* });
|
|
33
36
|
* const port1 = new openstack.networking.Port("port_1", {
|
|
34
37
|
* name: "port_1",
|
package/networking/network.js
CHANGED
|
@@ -24,15 +24,18 @@ const utilities = require("../utilities");
|
|
|
24
24
|
* cidr: "192.168.199.0/24",
|
|
25
25
|
* ipVersion: 4,
|
|
26
26
|
* });
|
|
27
|
-
* const secgroup1 = new openstack.
|
|
27
|
+
* const secgroup1 = new openstack.networking.SecGroup("secgroup_1", {
|
|
28
28
|
* name: "secgroup_1",
|
|
29
29
|
* description: "a security group",
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
30
|
+
* });
|
|
31
|
+
* const secgroupRule1 = new openstack.networking.SecGroupRule("secgroup_rule_1", {
|
|
32
|
+
* direction: "ingress",
|
|
33
|
+
* ethertype: "IPv4",
|
|
34
|
+
* protocol: "tcp",
|
|
35
|
+
* portRangeMin: 22,
|
|
36
|
+
* portRangeMax: 22,
|
|
37
|
+
* remoteIpPrefix: "0.0.0.0/0",
|
|
38
|
+
* securityGroupId: secgroup1.id,
|
|
36
39
|
* });
|
|
37
40
|
* const port1 = new openstack.networking.Port("port_1", {
|
|
38
41
|
* name: "port_1",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"network.js","sourceRoot":"","sources":["../../networking/network.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"network.js","sourceRoot":"","sources":["../../networking/network.ts"],"names":[],"mappings":"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"}
|
|
@@ -71,15 +71,19 @@ export declare class SecGroupRule extends pulumi.CustomResource {
|
|
|
71
71
|
* integer value needs to be between 1 and 65535. Changing this creates a new
|
|
72
72
|
* security group rule.
|
|
73
73
|
*/
|
|
74
|
-
readonly portRangeMax: pulumi.Output<number>;
|
|
74
|
+
readonly portRangeMax: pulumi.Output<number | undefined>;
|
|
75
75
|
/**
|
|
76
76
|
* The lower part of the allowed port range, valid
|
|
77
77
|
* integer value needs to be between 1 and 65535. Changing this creates a new
|
|
78
78
|
* security group rule.
|
|
79
79
|
*/
|
|
80
|
-
readonly portRangeMin: pulumi.Output<number>;
|
|
80
|
+
readonly portRangeMin: pulumi.Output<number | undefined>;
|
|
81
81
|
/**
|
|
82
|
-
* The layer 4 protocol type, valid values are
|
|
82
|
+
* The layer 4 protocol type, valid values are
|
|
83
|
+
* following. Changing this creates a new security group rule. This is required
|
|
84
|
+
* if you want to specify a port range.
|
|
85
|
+
* * empty string or omitted (any protocol)
|
|
86
|
+
* * integer value between 0 and 255 (valid IP protocol number)
|
|
83
87
|
* * __tcp__
|
|
84
88
|
* * __udp__
|
|
85
89
|
* * __icmp__
|
|
@@ -101,8 +105,9 @@ export declare class SecGroupRule extends pulumi.CustomResource {
|
|
|
101
105
|
* * __sctp__
|
|
102
106
|
* * __udplite__
|
|
103
107
|
* * __vrrp__
|
|
108
|
+
* * __ipip__
|
|
104
109
|
*/
|
|
105
|
-
readonly protocol: pulumi.Output<string>;
|
|
110
|
+
readonly protocol: pulumi.Output<string | undefined>;
|
|
106
111
|
/**
|
|
107
112
|
* The region in which to obtain the V2 networking client.
|
|
108
113
|
* A networking client is needed to create a port. If omitted, the
|
|
@@ -173,7 +178,11 @@ export interface SecGroupRuleState {
|
|
|
173
178
|
*/
|
|
174
179
|
portRangeMin?: pulumi.Input<number>;
|
|
175
180
|
/**
|
|
176
|
-
* The layer 4 protocol type, valid values are
|
|
181
|
+
* The layer 4 protocol type, valid values are
|
|
182
|
+
* following. Changing this creates a new security group rule. This is required
|
|
183
|
+
* if you want to specify a port range.
|
|
184
|
+
* * empty string or omitted (any protocol)
|
|
185
|
+
* * integer value between 0 and 255 (valid IP protocol number)
|
|
177
186
|
* * __tcp__
|
|
178
187
|
* * __udp__
|
|
179
188
|
* * __icmp__
|
|
@@ -195,6 +204,7 @@ export interface SecGroupRuleState {
|
|
|
195
204
|
* * __sctp__
|
|
196
205
|
* * __udplite__
|
|
197
206
|
* * __vrrp__
|
|
207
|
+
* * __ipip__
|
|
198
208
|
*/
|
|
199
209
|
protocol?: pulumi.Input<string>;
|
|
200
210
|
/**
|
|
@@ -259,7 +269,11 @@ export interface SecGroupRuleArgs {
|
|
|
259
269
|
*/
|
|
260
270
|
portRangeMin?: pulumi.Input<number>;
|
|
261
271
|
/**
|
|
262
|
-
* The layer 4 protocol type, valid values are
|
|
272
|
+
* The layer 4 protocol type, valid values are
|
|
273
|
+
* following. Changing this creates a new security group rule. This is required
|
|
274
|
+
* if you want to specify a port range.
|
|
275
|
+
* * empty string or omitted (any protocol)
|
|
276
|
+
* * integer value between 0 and 255 (valid IP protocol number)
|
|
263
277
|
* * __tcp__
|
|
264
278
|
* * __udp__
|
|
265
279
|
* * __icmp__
|
|
@@ -281,6 +295,7 @@ export interface SecGroupRuleArgs {
|
|
|
281
295
|
* * __sctp__
|
|
282
296
|
* * __udplite__
|
|
283
297
|
* * __vrrp__
|
|
298
|
+
* * __ipip__
|
|
284
299
|
*/
|
|
285
300
|
protocol?: pulumi.Input<string>;
|
|
286
301
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"secGroupRule.js","sourceRoot":"","sources":["../../networking/secGroupRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;
|
|
1
|
+
{"version":3,"file":"secGroupRule.js","sourceRoot":"","sources":["../../networking/secGroupRule.ts"],"names":[],"mappings":"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"}
|