@pulumi/openstack 4.1.1 → 4.1.3
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
package/dns/transferAccept.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ export declare class TransferAccept extends pulumi.CustomResource {
|
|
|
73
73
|
* new transfer accept.
|
|
74
74
|
*/
|
|
75
75
|
readonly valueSpecs: pulumi.Output<{
|
|
76
|
-
[key: string]:
|
|
76
|
+
[key: string]: string;
|
|
77
77
|
} | undefined>;
|
|
78
78
|
/**
|
|
79
79
|
* The ID of the zone transfer request.
|
|
@@ -114,7 +114,7 @@ export interface TransferAcceptState {
|
|
|
114
114
|
* new transfer accept.
|
|
115
115
|
*/
|
|
116
116
|
valueSpecs?: pulumi.Input<{
|
|
117
|
-
[key: string]:
|
|
117
|
+
[key: string]: pulumi.Input<string>;
|
|
118
118
|
}>;
|
|
119
119
|
/**
|
|
120
120
|
* The ID of the zone transfer request.
|
|
@@ -147,7 +147,7 @@ export interface TransferAcceptArgs {
|
|
|
147
147
|
* new transfer accept.
|
|
148
148
|
*/
|
|
149
149
|
valueSpecs?: pulumi.Input<{
|
|
150
|
-
[key: string]:
|
|
150
|
+
[key: string]: pulumi.Input<string>;
|
|
151
151
|
}>;
|
|
152
152
|
/**
|
|
153
153
|
* The ID of the zone transfer request.
|
package/dns/transferRequest.d.ts
CHANGED
|
@@ -74,7 +74,7 @@ export declare class TransferRequest extends pulumi.CustomResource {
|
|
|
74
74
|
* new transfer request.
|
|
75
75
|
*/
|
|
76
76
|
readonly valueSpecs: pulumi.Output<{
|
|
77
|
-
[key: string]:
|
|
77
|
+
[key: string]: string;
|
|
78
78
|
} | undefined>;
|
|
79
79
|
/**
|
|
80
80
|
* The ID of the zone for which to create the transfer
|
|
@@ -121,7 +121,7 @@ export interface TransferRequestState {
|
|
|
121
121
|
* new transfer request.
|
|
122
122
|
*/
|
|
123
123
|
valueSpecs?: pulumi.Input<{
|
|
124
|
-
[key: string]:
|
|
124
|
+
[key: string]: pulumi.Input<string>;
|
|
125
125
|
}>;
|
|
126
126
|
/**
|
|
127
127
|
* The ID of the zone for which to create the transfer
|
|
@@ -160,7 +160,7 @@ export interface TransferRequestArgs {
|
|
|
160
160
|
* new transfer request.
|
|
161
161
|
*/
|
|
162
162
|
valueSpecs?: pulumi.Input<{
|
|
163
|
-
[key: string]:
|
|
163
|
+
[key: string]: pulumi.Input<string>;
|
|
164
164
|
}>;
|
|
165
165
|
/**
|
|
166
166
|
* The ID of the zone for which to create the transfer
|
package/dns/zone.d.ts
CHANGED
|
@@ -52,7 +52,7 @@ export declare class Zone extends pulumi.CustomResource {
|
|
|
52
52
|
* Changing this creates a new zone.
|
|
53
53
|
*/
|
|
54
54
|
readonly attributes: pulumi.Output<{
|
|
55
|
-
[key: string]:
|
|
55
|
+
[key: string]: string;
|
|
56
56
|
} | undefined>;
|
|
57
57
|
/**
|
|
58
58
|
* A description of the zone.
|
|
@@ -105,7 +105,7 @@ export declare class Zone extends pulumi.CustomResource {
|
|
|
105
105
|
* new zone.
|
|
106
106
|
*/
|
|
107
107
|
readonly valueSpecs: pulumi.Output<{
|
|
108
|
-
[key: string]:
|
|
108
|
+
[key: string]: string;
|
|
109
109
|
} | undefined>;
|
|
110
110
|
/**
|
|
111
111
|
* Create a Zone resource with the given unique name, arguments, and options.
|
|
@@ -125,7 +125,7 @@ export interface ZoneState {
|
|
|
125
125
|
* Changing this creates a new zone.
|
|
126
126
|
*/
|
|
127
127
|
attributes?: pulumi.Input<{
|
|
128
|
-
[key: string]:
|
|
128
|
+
[key: string]: pulumi.Input<string>;
|
|
129
129
|
}>;
|
|
130
130
|
/**
|
|
131
131
|
* A description of the zone.
|
|
@@ -178,7 +178,7 @@ export interface ZoneState {
|
|
|
178
178
|
* new zone.
|
|
179
179
|
*/
|
|
180
180
|
valueSpecs?: pulumi.Input<{
|
|
181
|
-
[key: string]:
|
|
181
|
+
[key: string]: pulumi.Input<string>;
|
|
182
182
|
}>;
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
@@ -190,7 +190,7 @@ export interface ZoneArgs {
|
|
|
190
190
|
* Changing this creates a new zone.
|
|
191
191
|
*/
|
|
192
192
|
attributes?: pulumi.Input<{
|
|
193
|
-
[key: string]:
|
|
193
|
+
[key: string]: pulumi.Input<string>;
|
|
194
194
|
}>;
|
|
195
195
|
/**
|
|
196
196
|
* A description of the zone.
|
|
@@ -243,6 +243,6 @@ export interface ZoneArgs {
|
|
|
243
243
|
* new zone.
|
|
244
244
|
*/
|
|
245
245
|
valueSpecs?: pulumi.Input<{
|
|
246
|
-
[key: string]:
|
|
246
|
+
[key: string]: pulumi.Input<string>;
|
|
247
247
|
}>;
|
|
248
248
|
}
|
package/firewall/firewall.d.ts
CHANGED
|
@@ -111,7 +111,7 @@ export declare class Firewall extends pulumi.CustomResource {
|
|
|
111
111
|
* Map of additional options.
|
|
112
112
|
*/
|
|
113
113
|
readonly valueSpecs: pulumi.Output<{
|
|
114
|
-
[key: string]:
|
|
114
|
+
[key: string]: string;
|
|
115
115
|
} | undefined>;
|
|
116
116
|
/**
|
|
117
117
|
* Create a Firewall resource with the given unique name, arguments, and options.
|
|
@@ -176,7 +176,7 @@ export interface FirewallState {
|
|
|
176
176
|
* Map of additional options.
|
|
177
177
|
*/
|
|
178
178
|
valueSpecs?: pulumi.Input<{
|
|
179
|
-
[key: string]:
|
|
179
|
+
[key: string]: pulumi.Input<string>;
|
|
180
180
|
}>;
|
|
181
181
|
}
|
|
182
182
|
/**
|
|
@@ -233,6 +233,6 @@ export interface FirewallArgs {
|
|
|
233
233
|
* Map of additional options.
|
|
234
234
|
*/
|
|
235
235
|
valueSpecs?: pulumi.Input<{
|
|
236
|
-
[key: string]:
|
|
236
|
+
[key: string]: pulumi.Input<string>;
|
|
237
237
|
}>;
|
|
238
238
|
}
|
package/firewall/policy.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ export declare class Policy extends pulumi.CustomResource {
|
|
|
101
101
|
* Map of additional options.
|
|
102
102
|
*/
|
|
103
103
|
readonly valueSpecs: pulumi.Output<{
|
|
104
|
-
[key: string]:
|
|
104
|
+
[key: string]: string;
|
|
105
105
|
} | undefined>;
|
|
106
106
|
/**
|
|
107
107
|
* Create a Policy resource with the given unique name, arguments, and options.
|
|
@@ -160,7 +160,7 @@ export interface PolicyState {
|
|
|
160
160
|
* Map of additional options.
|
|
161
161
|
*/
|
|
162
162
|
valueSpecs?: pulumi.Input<{
|
|
163
|
-
[key: string]:
|
|
163
|
+
[key: string]: pulumi.Input<string>;
|
|
164
164
|
}>;
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
@@ -211,6 +211,6 @@ export interface PolicyArgs {
|
|
|
211
211
|
* Map of additional options.
|
|
212
212
|
*/
|
|
213
213
|
valueSpecs?: pulumi.Input<{
|
|
214
|
-
[key: string]:
|
|
214
|
+
[key: string]: pulumi.Input<string>;
|
|
215
215
|
}>;
|
|
216
216
|
}
|
package/firewall/rule.d.ts
CHANGED
|
@@ -116,7 +116,7 @@ export declare class Rule extends pulumi.CustomResource {
|
|
|
116
116
|
* Map of additional options.
|
|
117
117
|
*/
|
|
118
118
|
readonly valueSpecs: pulumi.Output<{
|
|
119
|
-
[key: string]:
|
|
119
|
+
[key: string]: string;
|
|
120
120
|
} | undefined>;
|
|
121
121
|
/**
|
|
122
122
|
* Create a Rule resource with the given unique name, arguments, and options.
|
|
@@ -205,7 +205,7 @@ export interface RuleState {
|
|
|
205
205
|
* Map of additional options.
|
|
206
206
|
*/
|
|
207
207
|
valueSpecs?: pulumi.Input<{
|
|
208
|
-
[key: string]:
|
|
208
|
+
[key: string]: pulumi.Input<string>;
|
|
209
209
|
}>;
|
|
210
210
|
}
|
|
211
211
|
/**
|
|
@@ -286,6 +286,6 @@ export interface RuleArgs {
|
|
|
286
286
|
* Map of additional options.
|
|
287
287
|
*/
|
|
288
288
|
valueSpecs?: pulumi.Input<{
|
|
289
|
-
[key: string]:
|
|
289
|
+
[key: string]: pulumi.Input<string>;
|
|
290
290
|
}>;
|
|
291
291
|
}
|
package/identity/user.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ export declare class User extends pulumi.CustomResource {
|
|
|
87
87
|
* Free-form key/value pairs of extra information.
|
|
88
88
|
*/
|
|
89
89
|
readonly extra: pulumi.Output<{
|
|
90
|
-
[key: string]:
|
|
90
|
+
[key: string]: string;
|
|
91
91
|
} | undefined>;
|
|
92
92
|
/**
|
|
93
93
|
* User will not have to
|
|
@@ -164,7 +164,7 @@ export interface UserState {
|
|
|
164
164
|
* Free-form key/value pairs of extra information.
|
|
165
165
|
*/
|
|
166
166
|
extra?: pulumi.Input<{
|
|
167
|
-
[key: string]:
|
|
167
|
+
[key: string]: pulumi.Input<string>;
|
|
168
168
|
}>;
|
|
169
169
|
/**
|
|
170
170
|
* User will not have to
|
|
@@ -233,7 +233,7 @@ export interface UserArgs {
|
|
|
233
233
|
* Free-form key/value pairs of extra information.
|
|
234
234
|
*/
|
|
235
235
|
extra?: pulumi.Input<{
|
|
236
|
-
[key: string]:
|
|
236
|
+
[key: string]: pulumi.Input<string>;
|
|
237
237
|
}>;
|
|
238
238
|
/**
|
|
239
239
|
* User will not have to
|
package/images/getImage.d.ts
CHANGED
|
@@ -68,7 +68,7 @@ export interface GetImageArgs {
|
|
|
68
68
|
* there is only one image the `properties` ignores.
|
|
69
69
|
*/
|
|
70
70
|
properties?: {
|
|
71
|
-
[key: string]:
|
|
71
|
+
[key: string]: string;
|
|
72
72
|
};
|
|
73
73
|
/**
|
|
74
74
|
* The region in which to obtain the V2 Glance client. A
|
|
@@ -144,7 +144,7 @@ export interface GetImageResult {
|
|
|
144
144
|
* https://docs.openstack.org/glance/latest/user/metadefs-concepts.html.
|
|
145
145
|
*/
|
|
146
146
|
readonly metadata: {
|
|
147
|
-
[key: string]:
|
|
147
|
+
[key: string]: string;
|
|
148
148
|
};
|
|
149
149
|
/**
|
|
150
150
|
* The minimum amount of disk space required to use the image.
|
|
@@ -162,7 +162,7 @@ export interface GetImageResult {
|
|
|
162
162
|
* Freeform information about the image.
|
|
163
163
|
*/
|
|
164
164
|
readonly properties?: {
|
|
165
|
-
[key: string]:
|
|
165
|
+
[key: string]: string;
|
|
166
166
|
};
|
|
167
167
|
/**
|
|
168
168
|
* Whether or not the image is protected.
|
|
@@ -260,7 +260,7 @@ export interface GetImageOutputArgs {
|
|
|
260
260
|
* there is only one image the `properties` ignores.
|
|
261
261
|
*/
|
|
262
262
|
properties?: pulumi.Input<{
|
|
263
|
-
[key: string]:
|
|
263
|
+
[key: string]: pulumi.Input<string>;
|
|
264
264
|
}>;
|
|
265
265
|
/**
|
|
266
266
|
* The region in which to obtain the V2 Glance client. A
|
package/images/getImageIds.d.ts
CHANGED
|
@@ -62,7 +62,7 @@ export interface GetImageIdsArgs {
|
|
|
62
62
|
* `properties` does by client on the result of OpenStack search query.
|
|
63
63
|
*/
|
|
64
64
|
properties?: {
|
|
65
|
-
[key: string]:
|
|
65
|
+
[key: string]: string;
|
|
66
66
|
};
|
|
67
67
|
/**
|
|
68
68
|
* The region in which to obtain the V2 Glance client. A
|
|
@@ -118,7 +118,7 @@ export interface GetImageIdsResult {
|
|
|
118
118
|
readonly nameRegex?: string;
|
|
119
119
|
readonly owner?: string;
|
|
120
120
|
readonly properties?: {
|
|
121
|
-
[key: string]:
|
|
121
|
+
[key: string]: string;
|
|
122
122
|
};
|
|
123
123
|
readonly region: string;
|
|
124
124
|
readonly sizeMax?: number;
|
|
@@ -191,7 +191,7 @@ export interface GetImageIdsOutputArgs {
|
|
|
191
191
|
* `properties` does by client on the result of OpenStack search query.
|
|
192
192
|
*/
|
|
193
193
|
properties?: pulumi.Input<{
|
|
194
|
-
[key: string]:
|
|
194
|
+
[key: string]: pulumi.Input<string>;
|
|
195
195
|
}>;
|
|
196
196
|
/**
|
|
197
197
|
* The region in which to obtain the V2 Glance client. A
|
package/images/image.d.ts
CHANGED
|
@@ -135,7 +135,7 @@ export declare class Image extends pulumi.CustomResource {
|
|
|
135
135
|
* and tags. See https://docs.openstack.org/glance/latest/user/metadefs-concepts.html.
|
|
136
136
|
*/
|
|
137
137
|
readonly metadata: pulumi.Output<{
|
|
138
|
-
[key: string]:
|
|
138
|
+
[key: string]: string;
|
|
139
139
|
}>;
|
|
140
140
|
/**
|
|
141
141
|
* Amount of disk space (in GB) required to boot
|
|
@@ -161,7 +161,7 @@ export declare class Image extends pulumi.CustomResource {
|
|
|
161
161
|
* about properties.
|
|
162
162
|
*/
|
|
163
163
|
readonly properties: pulumi.Output<{
|
|
164
|
-
[key: string]:
|
|
164
|
+
[key: string]: string;
|
|
165
165
|
}>;
|
|
166
166
|
/**
|
|
167
167
|
* If true, image will not be deletable. Defaults to
|
|
@@ -301,7 +301,7 @@ export interface ImageState {
|
|
|
301
301
|
* and tags. See https://docs.openstack.org/glance/latest/user/metadefs-concepts.html.
|
|
302
302
|
*/
|
|
303
303
|
metadata?: pulumi.Input<{
|
|
304
|
-
[key: string]:
|
|
304
|
+
[key: string]: pulumi.Input<string>;
|
|
305
305
|
}>;
|
|
306
306
|
/**
|
|
307
307
|
* Amount of disk space (in GB) required to boot
|
|
@@ -327,7 +327,7 @@ export interface ImageState {
|
|
|
327
327
|
* about properties.
|
|
328
328
|
*/
|
|
329
329
|
properties?: pulumi.Input<{
|
|
330
|
-
[key: string]:
|
|
330
|
+
[key: string]: pulumi.Input<string>;
|
|
331
331
|
}>;
|
|
332
332
|
/**
|
|
333
333
|
* If true, image will not be deletable. Defaults to
|
|
@@ -459,7 +459,7 @@ export interface ImageArgs {
|
|
|
459
459
|
* about properties.
|
|
460
460
|
*/
|
|
461
461
|
properties?: pulumi.Input<{
|
|
462
|
-
[key: string]:
|
|
462
|
+
[key: string]: pulumi.Input<string>;
|
|
463
463
|
}>;
|
|
464
464
|
/**
|
|
465
465
|
* If true, image will not be deletable. Defaults to
|
|
@@ -115,7 +115,7 @@ export interface GetSecretResult {
|
|
|
115
115
|
* The map of the content types, assigned on the secret.
|
|
116
116
|
*/
|
|
117
117
|
readonly contentTypes: {
|
|
118
|
-
[key: string]:
|
|
118
|
+
[key: string]: string;
|
|
119
119
|
};
|
|
120
120
|
/**
|
|
121
121
|
* The date the secret ACL was created.
|
|
@@ -146,7 +146,7 @@ export interface GetSecretResult {
|
|
|
146
146
|
* explicitly and implicitly added.
|
|
147
147
|
*/
|
|
148
148
|
readonly metadata: {
|
|
149
|
-
[key: string]:
|
|
149
|
+
[key: string]: string;
|
|
150
150
|
};
|
|
151
151
|
/**
|
|
152
152
|
* See Argument Reference above.
|
package/keymanager/secretV1.d.ts
CHANGED
|
@@ -115,7 +115,7 @@ export declare class SecretV1 extends pulumi.CustomResource {
|
|
|
115
115
|
* explicitly and implicitly added.
|
|
116
116
|
*/
|
|
117
117
|
readonly allMetadata: pulumi.Output<{
|
|
118
|
-
[key: string]:
|
|
118
|
+
[key: string]: string;
|
|
119
119
|
}>;
|
|
120
120
|
/**
|
|
121
121
|
* Metadata provided by a user or system for informational purposes.
|
|
@@ -125,7 +125,7 @@ export declare class SecretV1 extends pulumi.CustomResource {
|
|
|
125
125
|
* The map of the content types, assigned on the secret.
|
|
126
126
|
*/
|
|
127
127
|
readonly contentTypes: pulumi.Output<{
|
|
128
|
-
[key: string]:
|
|
128
|
+
[key: string]: string;
|
|
129
129
|
}>;
|
|
130
130
|
/**
|
|
131
131
|
* The date the secret was created.
|
|
@@ -143,7 +143,7 @@ export declare class SecretV1 extends pulumi.CustomResource {
|
|
|
143
143
|
* Additional Metadata for the secret.
|
|
144
144
|
*/
|
|
145
145
|
readonly metadata: pulumi.Output<{
|
|
146
|
-
[key: string]:
|
|
146
|
+
[key: string]: string;
|
|
147
147
|
} | undefined>;
|
|
148
148
|
/**
|
|
149
149
|
* Metadata provided by a user or system for informational purposes.
|
|
@@ -217,7 +217,7 @@ export interface SecretV1State {
|
|
|
217
217
|
* explicitly and implicitly added.
|
|
218
218
|
*/
|
|
219
219
|
allMetadata?: pulumi.Input<{
|
|
220
|
-
[key: string]:
|
|
220
|
+
[key: string]: pulumi.Input<string>;
|
|
221
221
|
}>;
|
|
222
222
|
/**
|
|
223
223
|
* Metadata provided by a user or system for informational purposes.
|
|
@@ -227,7 +227,7 @@ export interface SecretV1State {
|
|
|
227
227
|
* The map of the content types, assigned on the secret.
|
|
228
228
|
*/
|
|
229
229
|
contentTypes?: pulumi.Input<{
|
|
230
|
-
[key: string]:
|
|
230
|
+
[key: string]: pulumi.Input<string>;
|
|
231
231
|
}>;
|
|
232
232
|
/**
|
|
233
233
|
* The date the secret was created.
|
|
@@ -245,7 +245,7 @@ export interface SecretV1State {
|
|
|
245
245
|
* Additional Metadata for the secret.
|
|
246
246
|
*/
|
|
247
247
|
metadata?: pulumi.Input<{
|
|
248
|
-
[key: string]:
|
|
248
|
+
[key: string]: pulumi.Input<string>;
|
|
249
249
|
}>;
|
|
250
250
|
/**
|
|
251
251
|
* Metadata provided by a user or system for informational purposes.
|
|
@@ -318,7 +318,7 @@ export interface SecretV1Args {
|
|
|
318
318
|
* Additional Metadata for the secret.
|
|
319
319
|
*/
|
|
320
320
|
metadata?: pulumi.Input<{
|
|
321
|
-
[key: string]:
|
|
321
|
+
[key: string]: pulumi.Input<string>;
|
|
322
322
|
}>;
|
|
323
323
|
/**
|
|
324
324
|
* Metadata provided by a user or system for informational purposes.
|
|
@@ -83,7 +83,7 @@ export declare class Listener extends pulumi.CustomResource {
|
|
|
83
83
|
* existing listener.
|
|
84
84
|
*/
|
|
85
85
|
readonly insertHeaders: pulumi.Output<{
|
|
86
|
-
[key: string]:
|
|
86
|
+
[key: string]: string;
|
|
87
87
|
} | undefined>;
|
|
88
88
|
/**
|
|
89
89
|
* The load balancer on which to provision this
|
|
@@ -200,7 +200,7 @@ export interface ListenerState {
|
|
|
200
200
|
* existing listener.
|
|
201
201
|
*/
|
|
202
202
|
insertHeaders?: pulumi.Input<{
|
|
203
|
-
[key: string]:
|
|
203
|
+
[key: string]: pulumi.Input<string>;
|
|
204
204
|
}>;
|
|
205
205
|
/**
|
|
206
206
|
* The load balancer on which to provision this
|
|
@@ -309,7 +309,7 @@ export interface ListenerArgs {
|
|
|
309
309
|
* existing listener.
|
|
310
310
|
*/
|
|
311
311
|
insertHeaders?: pulumi.Input<{
|
|
312
|
-
[key: string]:
|
|
312
|
+
[key: string]: pulumi.Input<string>;
|
|
313
313
|
}>;
|
|
314
314
|
/**
|
|
315
315
|
* The load balancer on which to provision this
|
package/loadbalancer/vip.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ export declare class Vip extends pulumi.CustomResource {
|
|
|
79
79
|
* the persistence of the existing vip.
|
|
80
80
|
*/
|
|
81
81
|
readonly persistence: pulumi.Output<{
|
|
82
|
-
[key: string]:
|
|
82
|
+
[key: string]: string;
|
|
83
83
|
} | undefined>;
|
|
84
84
|
/**
|
|
85
85
|
* The ID of the pool with which the vip is associated.
|
|
@@ -170,7 +170,7 @@ export interface VipState {
|
|
|
170
170
|
* the persistence of the existing vip.
|
|
171
171
|
*/
|
|
172
172
|
persistence?: pulumi.Input<{
|
|
173
|
-
[key: string]:
|
|
173
|
+
[key: string]: pulumi.Input<string>;
|
|
174
174
|
}>;
|
|
175
175
|
/**
|
|
176
176
|
* The ID of the pool with which the vip is associated.
|
|
@@ -253,7 +253,7 @@ export interface VipArgs {
|
|
|
253
253
|
* the persistence of the existing vip.
|
|
254
254
|
*/
|
|
255
255
|
persistence?: pulumi.Input<{
|
|
256
|
-
[key: string]:
|
|
256
|
+
[key: string]: pulumi.Input<string>;
|
|
257
257
|
}>;
|
|
258
258
|
/**
|
|
259
259
|
* The ID of the pool with which the vip is associated.
|
|
@@ -104,7 +104,7 @@ export declare class FloatingIp extends pulumi.CustomResource {
|
|
|
104
104
|
* Map of additional options.
|
|
105
105
|
*/
|
|
106
106
|
readonly valueSpecs: pulumi.Output<{
|
|
107
|
-
[key: string]:
|
|
107
|
+
[key: string]: string;
|
|
108
108
|
} | undefined>;
|
|
109
109
|
/**
|
|
110
110
|
* Create a FloatingIp resource with the given unique name, arguments, and options.
|
|
@@ -199,7 +199,7 @@ export interface FloatingIpState {
|
|
|
199
199
|
* Map of additional options.
|
|
200
200
|
*/
|
|
201
201
|
valueSpecs?: pulumi.Input<{
|
|
202
|
-
[key: string]:
|
|
202
|
+
[key: string]: pulumi.Input<string>;
|
|
203
203
|
}>;
|
|
204
204
|
}
|
|
205
205
|
/**
|
|
@@ -281,6 +281,6 @@ export interface FloatingIpArgs {
|
|
|
281
281
|
* Map of additional options.
|
|
282
282
|
*/
|
|
283
283
|
valueSpecs?: pulumi.Input<{
|
|
284
|
-
[key: string]:
|
|
284
|
+
[key: string]: pulumi.Input<string>;
|
|
285
285
|
}>;
|
|
286
286
|
}
|
package/networking/getPort.d.ts
CHANGED
package/networking/network.d.ts
CHANGED
|
@@ -172,7 +172,7 @@ export declare class Network extends pulumi.CustomResource {
|
|
|
172
172
|
* Map of additional options.
|
|
173
173
|
*/
|
|
174
174
|
readonly valueSpecs: pulumi.Output<{
|
|
175
|
-
[key: string]:
|
|
175
|
+
[key: string]: string;
|
|
176
176
|
} | undefined>;
|
|
177
177
|
/**
|
|
178
178
|
* Create a Network resource with the given unique name, arguments, and options.
|
|
@@ -286,7 +286,7 @@ export interface NetworkState {
|
|
|
286
286
|
* Map of additional options.
|
|
287
287
|
*/
|
|
288
288
|
valueSpecs?: pulumi.Input<{
|
|
289
|
-
[key: string]:
|
|
289
|
+
[key: string]: pulumi.Input<string>;
|
|
290
290
|
}>;
|
|
291
291
|
}
|
|
292
292
|
/**
|
|
@@ -387,6 +387,6 @@ export interface NetworkArgs {
|
|
|
387
387
|
* Map of additional options.
|
|
388
388
|
*/
|
|
389
389
|
valueSpecs?: pulumi.Input<{
|
|
390
|
-
[key: string]:
|
|
390
|
+
[key: string]: pulumi.Input<string>;
|
|
391
391
|
}>;
|
|
392
392
|
}
|
package/networking/port.d.ts
CHANGED
|
@@ -176,7 +176,7 @@ export declare class Port extends pulumi.CustomResource {
|
|
|
176
176
|
* The list of maps representing port DNS assignments.
|
|
177
177
|
*/
|
|
178
178
|
readonly dnsAssignments: pulumi.Output<{
|
|
179
|
-
[key: string]:
|
|
179
|
+
[key: string]: string;
|
|
180
180
|
}[]>;
|
|
181
181
|
/**
|
|
182
182
|
* The port DNS name. Available, when Neutron DNS extension
|
|
@@ -263,7 +263,7 @@ export declare class Port extends pulumi.CustomResource {
|
|
|
263
263
|
* Map of additional options.
|
|
264
264
|
*/
|
|
265
265
|
readonly valueSpecs: pulumi.Output<{
|
|
266
|
-
[key: string]:
|
|
266
|
+
[key: string]: string;
|
|
267
267
|
} | undefined>;
|
|
268
268
|
/**
|
|
269
269
|
* Create a Port resource with the given unique name, arguments, and options.
|
|
@@ -329,7 +329,7 @@ export interface PortState {
|
|
|
329
329
|
* The list of maps representing port DNS assignments.
|
|
330
330
|
*/
|
|
331
331
|
dnsAssignments?: pulumi.Input<pulumi.Input<{
|
|
332
|
-
[key: string]:
|
|
332
|
+
[key: string]: pulumi.Input<string>;
|
|
333
333
|
}>[]>;
|
|
334
334
|
/**
|
|
335
335
|
* The port DNS name. Available, when Neutron DNS extension
|
|
@@ -416,7 +416,7 @@ export interface PortState {
|
|
|
416
416
|
* Map of additional options.
|
|
417
417
|
*/
|
|
418
418
|
valueSpecs?: pulumi.Input<{
|
|
419
|
-
[key: string]:
|
|
419
|
+
[key: string]: pulumi.Input<string>;
|
|
420
420
|
}>;
|
|
421
421
|
}
|
|
422
422
|
/**
|
|
@@ -540,6 +540,6 @@ export interface PortArgs {
|
|
|
540
540
|
* Map of additional options.
|
|
541
541
|
*/
|
|
542
542
|
valueSpecs?: pulumi.Input<{
|
|
543
|
-
[key: string]:
|
|
543
|
+
[key: string]: pulumi.Input<string>;
|
|
544
544
|
}>;
|
|
545
545
|
}
|
|
@@ -99,7 +99,7 @@ export declare class QosPolicy extends pulumi.CustomResource {
|
|
|
99
99
|
* Map of additional options.
|
|
100
100
|
*/
|
|
101
101
|
readonly valueSpecs: pulumi.Output<{
|
|
102
|
-
[key: string]:
|
|
102
|
+
[key: string]: string;
|
|
103
103
|
} | undefined>;
|
|
104
104
|
/**
|
|
105
105
|
* Create a QosPolicy resource with the given unique name, arguments, and options.
|
|
@@ -173,7 +173,7 @@ export interface QosPolicyState {
|
|
|
173
173
|
* Map of additional options.
|
|
174
174
|
*/
|
|
175
175
|
valueSpecs?: pulumi.Input<{
|
|
176
|
-
[key: string]:
|
|
176
|
+
[key: string]: pulumi.Input<string>;
|
|
177
177
|
}>;
|
|
178
178
|
}
|
|
179
179
|
/**
|
|
@@ -222,6 +222,6 @@ export interface QosPolicyArgs {
|
|
|
222
222
|
* Map of additional options.
|
|
223
223
|
*/
|
|
224
224
|
valueSpecs?: pulumi.Input<{
|
|
225
|
-
[key: string]:
|
|
225
|
+
[key: string]: pulumi.Input<string>;
|
|
226
226
|
}>;
|
|
227
227
|
}
|
package/networking/router.d.ts
CHANGED
|
@@ -124,7 +124,7 @@ export declare class Router extends pulumi.CustomResource {
|
|
|
124
124
|
* Map of additional driver-specific options.
|
|
125
125
|
*/
|
|
126
126
|
readonly valueSpecs: pulumi.Output<{
|
|
127
|
-
[key: string]:
|
|
127
|
+
[key: string]: string;
|
|
128
128
|
} | undefined>;
|
|
129
129
|
/**
|
|
130
130
|
* Map of additional vendor-specific options.
|
|
@@ -227,7 +227,7 @@ export interface RouterState {
|
|
|
227
227
|
* Map of additional driver-specific options.
|
|
228
228
|
*/
|
|
229
229
|
valueSpecs?: pulumi.Input<{
|
|
230
|
-
[key: string]:
|
|
230
|
+
[key: string]: pulumi.Input<string>;
|
|
231
231
|
}>;
|
|
232
232
|
/**
|
|
233
233
|
* Map of additional vendor-specific options.
|
|
@@ -317,7 +317,7 @@ export interface RouterArgs {
|
|
|
317
317
|
* Map of additional driver-specific options.
|
|
318
318
|
*/
|
|
319
319
|
valueSpecs?: pulumi.Input<{
|
|
320
|
-
[key: string]:
|
|
320
|
+
[key: string]: pulumi.Input<string>;
|
|
321
321
|
}>;
|
|
322
322
|
/**
|
|
323
323
|
* Map of additional vendor-specific options.
|
package/networking/subnet.d.ts
CHANGED
|
@@ -159,7 +159,7 @@ export declare class Subnet extends pulumi.CustomResource {
|
|
|
159
159
|
* Map of additional options.
|
|
160
160
|
*/
|
|
161
161
|
readonly valueSpecs: pulumi.Output<{
|
|
162
|
-
[key: string]:
|
|
162
|
+
[key: string]: string;
|
|
163
163
|
} | undefined>;
|
|
164
164
|
/**
|
|
165
165
|
* Create a Subnet resource with the given unique name, arguments, and options.
|
|
@@ -289,7 +289,7 @@ export interface SubnetState {
|
|
|
289
289
|
* Map of additional options.
|
|
290
290
|
*/
|
|
291
291
|
valueSpecs?: pulumi.Input<{
|
|
292
|
-
[key: string]:
|
|
292
|
+
[key: string]: pulumi.Input<string>;
|
|
293
293
|
}>;
|
|
294
294
|
}
|
|
295
295
|
/**
|
|
@@ -406,6 +406,6 @@ export interface SubnetArgs {
|
|
|
406
406
|
* Map of additional options.
|
|
407
407
|
*/
|
|
408
408
|
valueSpecs?: pulumi.Input<{
|
|
409
|
-
[key: string]:
|
|
409
|
+
[key: string]: pulumi.Input<string>;
|
|
410
410
|
}>;
|
|
411
411
|
}
|
|
@@ -169,7 +169,7 @@ export declare class SubnetPool extends pulumi.CustomResource {
|
|
|
169
169
|
* Map of additional options.
|
|
170
170
|
*/
|
|
171
171
|
readonly valueSpecs: pulumi.Output<{
|
|
172
|
-
[key: string]:
|
|
172
|
+
[key: string]: string;
|
|
173
173
|
} | undefined>;
|
|
174
174
|
/**
|
|
175
175
|
* Create a SubnetPool resource with the given unique name, arguments, and options.
|
|
@@ -287,7 +287,7 @@ export interface SubnetPoolState {
|
|
|
287
287
|
* Map of additional options.
|
|
288
288
|
*/
|
|
289
289
|
valueSpecs?: pulumi.Input<{
|
|
290
|
-
[key: string]:
|
|
290
|
+
[key: string]: pulumi.Input<string>;
|
|
291
291
|
}>;
|
|
292
292
|
}
|
|
293
293
|
/**
|
|
@@ -380,6 +380,6 @@ export interface SubnetPoolArgs {
|
|
|
380
380
|
* Map of additional options.
|
|
381
381
|
*/
|
|
382
382
|
valueSpecs?: pulumi.Input<{
|
|
383
|
-
[key: string]:
|
|
383
|
+
[key: string]: pulumi.Input<string>;
|
|
384
384
|
}>;
|
|
385
385
|
}
|