Skip to content

Commit 890a341

Browse files
feat(vmmigration): update the api
#### vmmigration:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) - schemas.ImageImportOsAdaptationParameters.properties.bootConversion.type (Total Keys: 1) #### vmmigration:v1alpha1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) - schemas.ImageImportOsAdaptationParameters.properties.bootConversion.type (Total Keys: 1)
1 parent 5239938 commit 890a341

8 files changed

+80
-6
lines changed

docs/dyn/vmmigration_v1.projects.locations.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2>Instance Methods</h2>
106106
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
107107
<p class="firstline">Gets information about a location.</p>
108108
<p class="toc_element">
109-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
109+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
110110
<p class="firstline">Lists information about the supported locations for this service.</p>
111111
<p class="toc_element">
112112
<code><a href="#list_next">list_next()</a></code></p>
@@ -145,11 +145,12 @@ <h3>Method Details</h3>
145145
</div>
146146

147147
<div class="method">
148-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
148+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
149149
<pre>Lists information about the supported locations for this service.
150150

151151
Args:
152152
name: string, The resource that owns the locations collection, if applicable. (required)
153+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
153154
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
154155
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
155156
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

docs/dyn/vmmigration_v1.projects.locations.imageImports.html

+12
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ <h3>Method Details</h3>
131131
&quot;a_key&quot;: &quot;A String&quot;,
132132
},
133133
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
134+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
134135
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
135136
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
136137
},
@@ -165,6 +166,7 @@ <h3>Method Details</h3>
165166
},
166167
],
167168
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
169+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
168170
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
169171
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
170172
},
@@ -211,6 +213,7 @@ <h3>Method Details</h3>
211213
&quot;a_key&quot;: &quot;A String&quot;,
212214
},
213215
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
216+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
214217
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
215218
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
216219
},
@@ -254,6 +257,7 @@ <h3>Method Details</h3>
254257
},
255258
],
256259
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
260+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
257261
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
258262
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
259263
},
@@ -416,6 +420,7 @@ <h3>Method Details</h3>
416420
&quot;a_key&quot;: &quot;A String&quot;,
417421
},
418422
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
423+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
419424
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
420425
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
421426
},
@@ -450,6 +455,7 @@ <h3>Method Details</h3>
450455
},
451456
],
452457
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
458+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
453459
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
454460
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
455461
},
@@ -496,6 +502,7 @@ <h3>Method Details</h3>
496502
&quot;a_key&quot;: &quot;A String&quot;,
497503
},
498504
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
505+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
499506
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
500507
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
501508
},
@@ -539,6 +546,7 @@ <h3>Method Details</h3>
539546
},
540547
],
541548
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
549+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
542550
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
543551
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
544552
},
@@ -641,6 +649,7 @@ <h3>Method Details</h3>
641649
&quot;a_key&quot;: &quot;A String&quot;,
642650
},
643651
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
652+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
644653
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
645654
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
646655
},
@@ -675,6 +684,7 @@ <h3>Method Details</h3>
675684
},
676685
],
677686
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
687+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
678688
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
679689
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
680690
},
@@ -721,6 +731,7 @@ <h3>Method Details</h3>
721731
&quot;a_key&quot;: &quot;A String&quot;,
722732
},
723733
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
734+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
724735
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
725736
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
726737
},
@@ -764,6 +775,7 @@ <h3>Method Details</h3>
764775
},
765776
],
766777
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
778+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
767779
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
768780
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
769781
},

docs/dyn/vmmigration_v1.projects.locations.imageImports.imageImportJobs.html

+4
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ <h3>Method Details</h3>
172172
&quot;a_key&quot;: &quot;A String&quot;,
173173
},
174174
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
175+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
175176
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
176177
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
177178
},
@@ -215,6 +216,7 @@ <h3>Method Details</h3>
215216
},
216217
],
217218
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
219+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
218220
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
219221
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
220222
},
@@ -318,6 +320,7 @@ <h3>Method Details</h3>
318320
&quot;a_key&quot;: &quot;A String&quot;,
319321
},
320322
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
323+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
321324
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
322325
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
323326
},
@@ -361,6 +364,7 @@ <h3>Method Details</h3>
361364
},
362365
],
363366
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
367+
&quot;bootConversion&quot;: &quot;A String&quot;, # Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion
364368
&quot;generalize&quot;: True or False, # Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
365369
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
366370
},

0 commit comments

Comments
 (0)