You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -139,13 +139,13 @@ public sealed class GetImageV2Args : global::Pulumi.InvokeArgs
139
139
publicstring?ImageId{get;set;}
140
140
141
141
/// <summary>
142
-
/// Exact image name to match. Optionally applies a `filter` block to further refine results in case multiple images share the same name. The first match is returned, optionally sorted by name in ascending order. Cannot be used together with `name_regex`.
142
+
/// Exact image name to match. Optionally applies a `Filter` block to further refine results in case multiple images share the same name. The first match is returned, optionally sorted by name in ascending order. Cannot be used together with `NameRegex`.
143
143
/// </summary>
144
144
[Input("name")]
145
145
publicstring?Name{get;set;}
146
146
147
147
/// <summary>
148
-
/// Regular expression to match against image names. Optionally applies a `filter` block to narrow down results when multiple image names match the regex. The first match is returned, optionally sorted by name in ascending order. Cannot be used together with `name`.
148
+
/// Regular expression to match against image names. Optionally applies a `Filter` block to narrow down results when multiple image names match the regex. The first match is returned, optionally sorted by name in ascending order. Cannot be used together with `Name`.
149
149
/// </summary>
150
150
[Input("nameRegex")]
151
151
publicstring?NameRegex{get;set;}
@@ -157,7 +157,7 @@ public sealed class GetImageV2Args : global::Pulumi.InvokeArgs
157
157
publicstringProjectId{get;set;}=null!;
158
158
159
159
/// <summary>
160
-
/// If set to `true`, images are sorted in ascending lexicographical order by image name (such as `Ubuntu 18.04`, `Ubuntu 20.04`, `Ubuntu 22.04`) before selecting the first match. Defaults to `false` (descending such as `Ubuntu 22.04`, `Ubuntu 20.04`, `Ubuntu 18.04`).
160
+
/// If set to `True`, images are sorted in ascending lexicographical order by image name (such as `Ubuntu 18.04`, `Ubuntu 20.04`, `Ubuntu 22.04`) before selecting the first match. Defaults to `False` (descending such as `Ubuntu 22.04`, `Ubuntu 20.04`, `Ubuntu 18.04`).
@@ -183,13 +183,13 @@ public sealed class GetImageV2InvokeArgs : global::Pulumi.InvokeArgs
183
183
publicInput<string>?ImageId{get;set;}
184
184
185
185
/// <summary>
186
-
/// Exact image name to match. Optionally applies a `filter` block to further refine results in case multiple images share the same name. The first match is returned, optionally sorted by name in ascending order. Cannot be used together with `name_regex`.
186
+
/// Exact image name to match. Optionally applies a `Filter` block to further refine results in case multiple images share the same name. The first match is returned, optionally sorted by name in ascending order. Cannot be used together with `NameRegex`.
187
187
/// </summary>
188
188
[Input("name")]
189
189
publicInput<string>?Name{get;set;}
190
190
191
191
/// <summary>
192
-
/// Regular expression to match against image names. Optionally applies a `filter` block to narrow down results when multiple image names match the regex. The first match is returned, optionally sorted by name in ascending order. Cannot be used together with `name`.
192
+
/// Regular expression to match against image names. Optionally applies a `Filter` block to narrow down results when multiple image names match the regex. The first match is returned, optionally sorted by name in ascending order. Cannot be used together with `Name`.
193
193
/// </summary>
194
194
[Input("nameRegex")]
195
195
publicInput<string>?NameRegex{get;set;}
@@ -201,7 +201,7 @@ public sealed class GetImageV2InvokeArgs : global::Pulumi.InvokeArgs
201
201
publicInput<string>ProjectId{get;set;}=null!;
202
202
203
203
/// <summary>
204
-
/// If set to `true`, images are sorted in ascending lexicographical order by image name (such as `Ubuntu 18.04`, `Ubuntu 20.04`, `Ubuntu 22.04`) before selecting the first match. Defaults to `false` (descending such as `Ubuntu 22.04`, `Ubuntu 20.04`, `Ubuntu 18.04`).
204
+
/// If set to `True`, images are sorted in ascending lexicographical order by image name (such as `Ubuntu 18.04`, `Ubuntu 20.04`, `Ubuntu 22.04`) before selecting the first match. Defaults to `False` (descending such as `Ubuntu 22.04`, `Ubuntu 20.04`, `Ubuntu 18.04`).
205
205
/// </summary>
206
206
[Input("sortAscending")]
207
207
publicInput<bool>?SortAscending{get;set;}
@@ -229,7 +229,7 @@ public sealed class GetImageV2Result
229
229
/// </summary>
230
230
publicreadonlystringDiskFormat;
231
231
/// <summary>
232
-
/// Additional filtering options based on image properties. Can be used independently or in conjunction with `name` or `name_regex`.
232
+
/// Additional filtering options based on image properties. Can be used independently or in conjunction with `Name` or `NameRegex`.
@@ -250,11 +250,11 @@ public sealed class GetImageV2Result
250
250
/// </summary>
251
251
publicreadonlyintMinRam;
252
252
/// <summary>
253
-
/// Exact image name to match. Optionally applies a `filter` block to further refine results in case multiple images share the same name. The first match is returned, optionally sorted by name in ascending order. Cannot be used together with `name_regex`.
253
+
/// Exact image name to match. Optionally applies a `Filter` block to further refine results in case multiple images share the same name. The first match is returned, optionally sorted by name in ascending order. Cannot be used together with `NameRegex`.
254
254
/// </summary>
255
255
publicreadonlystring?Name;
256
256
/// <summary>
257
-
/// Regular expression to match against image names. Optionally applies a `filter` block to narrow down results when multiple image names match the regex. The first match is returned, optionally sorted by name in ascending order. Cannot be used together with `name`.
257
+
/// Regular expression to match against image names. Optionally applies a `Filter` block to narrow down results when multiple image names match the regex. The first match is returned, optionally sorted by name in ascending order. Cannot be used together with `Name`.
258
258
/// </summary>
259
259
publicreadonlystring?NameRegex;
260
260
/// <summary>
@@ -270,7 +270,7 @@ public sealed class GetImageV2Result
270
270
/// </summary>
271
271
publicreadonlystringScope;
272
272
/// <summary>
273
-
/// If set to `true`, images are sorted in ascending lexicographical order by image name (such as `Ubuntu 18.04`, `Ubuntu 20.04`, `Ubuntu 22.04`) before selecting the first match. Defaults to `false` (descending such as `Ubuntu 22.04`, `Ubuntu 20.04`, `Ubuntu 18.04`).
273
+
/// If set to `True`, images are sorted in ascending lexicographical order by image name (such as `Ubuntu 18.04`, `Ubuntu 20.04`, `Ubuntu 22.04`) before selecting the first match. Defaults to `False` (descending such as `Ubuntu 22.04`, `Ubuntu 20.04`, `Ubuntu 18.04`).
0 commit comments