Skip to content

Commit 1586ef7

Browse files
feat(vmmigration): update the api
#### vmmigration:v1 The following keys were added: - schemas.AdaptationModifier (Total Keys: 4) - schemas.ComputeEngineTargetDefaults.properties.adaptationModifiers (Total Keys: 2) - schemas.ComputeEngineTargetDetails.properties.adaptationModifiers (Total Keys: 2) - schemas.ImageImportOsAdaptationParameters.properties.adaptationModifiers (Total Keys: 2) #### vmmigration:v1alpha1 The following keys were added: - schemas.AdaptationModifier (Total Keys: 4) - schemas.ComputeEngineTargetDefaults.properties.adaptationModifiers (Total Keys: 2) - schemas.ComputeEngineTargetDetails.properties.adaptationModifiers (Total Keys: 2) - schemas.ImageImportOsAdaptationParameters.properties.adaptationModifiers (Total Keys: 2)
1 parent 5ee4c5f commit 1586ef7

12 files changed

+488
-8
lines changed

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

Lines changed: 72 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1><a href="vmmigration_v1.html">VM Migration API</a> . <a href="vmmigration_v1
7676
<h2>Instance Methods</h2>
7777
<p class="toc_element">
7878
<code><a href="#cancel">cancel(name, body=None, x__xgafv=None)</a></code></p>
79-
<p class="firstline">Initiates the cancellation of a running clone job.</p>
79+
<p class="firstline">Initiates the cancellation of a running ImageImportJob.</p>
8080
<p class="toc_element">
8181
<code><a href="#close">close()</a></code></p>
8282
<p class="firstline">Close httplib2 connections.</p>
@@ -92,7 +92,7 @@ <h2>Instance Methods</h2>
9292
<h3>Method Details</h3>
9393
<div class="method">
9494
<code class="details" id="cancel">cancel(name, body=None, x__xgafv=None)</code>
95-
<pre>Initiates the cancellation of a running clone job.
95+
<pre>Initiates the cancellation of a running ImageImportJob.
9696

9797
Args:
9898
name: string, Required. The image import job id. (required)
@@ -172,6 +172,12 @@ <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;adaptationModifiers&quot;: [ # Optional. Modifiers to be used as configuration of the OS adaptation process.
176+
{ # AdaptationModifier a modifier to be used for configuration of the OS adaptation process.
177+
&quot;modifier&quot;: &quot;A String&quot;, # Optional. The modifier name.
178+
&quot;value&quot;: &quot;A String&quot;, # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
179+
},
180+
],
175181
&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
176182
&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).
177183
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
@@ -216,6 +222,12 @@ <h3>Method Details</h3>
216222
},
217223
],
218224
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
225+
&quot;adaptationModifiers&quot;: [ # Optional. Modifiers to be used as configuration of the OS adaptation process.
226+
{ # AdaptationModifier a modifier to be used for configuration of the OS adaptation process.
227+
&quot;modifier&quot;: &quot;A String&quot;, # Optional. The modifier name.
228+
&quot;value&quot;: &quot;A String&quot;, # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
229+
},
230+
],
219231
&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
220232
&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).
221233
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
@@ -320,6 +332,12 @@ <h3>Method Details</h3>
320332
&quot;a_key&quot;: &quot;A String&quot;,
321333
},
322334
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
335+
&quot;adaptationModifiers&quot;: [ # Optional. Modifiers to be used as configuration of the OS adaptation process.
336+
{ # AdaptationModifier a modifier to be used for configuration of the OS adaptation process.
337+
&quot;modifier&quot;: &quot;A String&quot;, # Optional. The modifier name.
338+
&quot;value&quot;: &quot;A String&quot;, # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
339+
},
340+
],
323341
&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
324342
&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).
325343
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.
@@ -364,6 +382,12 @@ <h3>Method Details</h3>
364382
},
365383
],
366384
&quot;osAdaptationParameters&quot;: { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
385+
&quot;adaptationModifiers&quot;: [ # Optional. Modifiers to be used as configuration of the OS adaptation process.
386+
{ # AdaptationModifier a modifier to be used for configuration of the OS adaptation process.
387+
&quot;modifier&quot;: &quot;A String&quot;, # Optional. The modifier name.
388+
&quot;value&quot;: &quot;A String&quot;, # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
389+
},
390+
],
367391
&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
368392
&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).
369393
&quot;licenseType&quot;: &quot;A String&quot;, # Optional. Choose which type of license to apply to the imported image.

docs/dyn/vmmigration_v1.projects.locations.sources.migratingVms.cloneJobs.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@ <h3>Method Details</h3>
163163
},
164164
},
165165
&quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
166+
&quot;adaptationModifiers&quot;: [ # Optional. Modifiers to be used as configuration of the OS adaptation process.
167+
{ # AdaptationModifier a modifier to be used for configuration of the OS adaptation process.
168+
&quot;modifier&quot;: &quot;A String&quot;, # Optional. The modifier name.
169+
&quot;value&quot;: &quot;A String&quot;, # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
170+
},
171+
],
166172
&quot;additionalLicenses&quot;: [ # Additional licenses to assign to the VM.
167173
&quot;A String&quot;,
168174
],
@@ -311,6 +317,12 @@ <h3>Method Details</h3>
311317
},
312318
},
313319
&quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
320+
&quot;adaptationModifiers&quot;: [ # Optional. Modifiers to be used as configuration of the OS adaptation process.
321+
{ # AdaptationModifier a modifier to be used for configuration of the OS adaptation process.
322+
&quot;modifier&quot;: &quot;A String&quot;, # Optional. The modifier name.
323+
&quot;value&quot;: &quot;A String&quot;, # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
324+
},
325+
],
314326
&quot;additionalLicenses&quot;: [ # Additional licenses to assign to the VM.
315327
&quot;A String&quot;,
316328
],
@@ -435,6 +447,12 @@ <h3>Method Details</h3>
435447
},
436448
},
437449
&quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
450+
&quot;adaptationModifiers&quot;: [ # Optional. Modifiers to be used as configuration of the OS adaptation process.
451+
{ # AdaptationModifier a modifier to be used for configuration of the OS adaptation process.
452+
&quot;modifier&quot;: &quot;A String&quot;, # Optional. The modifier name.
453+
&quot;value&quot;: &quot;A String&quot;, # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
454+
},
455+
],
438456
&quot;additionalLicenses&quot;: [ # Additional licenses to assign to the VM.
439457
&quot;A String&quot;,
440458
],

docs/dyn/vmmigration_v1.projects.locations.sources.migratingVms.cutoverJobs.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@ <h3>Method Details</h3>
163163
},
164164
},
165165
&quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
166+
&quot;adaptationModifiers&quot;: [ # Optional. Modifiers to be used as configuration of the OS adaptation process.
167+
{ # AdaptationModifier a modifier to be used for configuration of the OS adaptation process.
168+
&quot;modifier&quot;: &quot;A String&quot;, # Optional. The modifier name.
169+
&quot;value&quot;: &quot;A String&quot;, # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
170+
},
171+
],
166172
&quot;additionalLicenses&quot;: [ # Additional licenses to assign to the VM.
167173
&quot;A String&quot;,
168174
],
@@ -421,6 +427,12 @@ <h3>Method Details</h3>
421427
},
422428
},
423429
&quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
430+
&quot;adaptationModifiers&quot;: [ # Optional. Modifiers to be used as configuration of the OS adaptation process.
431+
{ # AdaptationModifier a modifier to be used for configuration of the OS adaptation process.
432+
&quot;modifier&quot;: &quot;A String&quot;, # Optional. The modifier name.
433+
&quot;value&quot;: &quot;A String&quot;, # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
434+
},
435+
],
424436
&quot;additionalLicenses&quot;: [ # Additional licenses to assign to the VM.
425437
&quot;A String&quot;,
426438
],
@@ -655,6 +667,12 @@ <h3>Method Details</h3>
655667
},
656668
},
657669
&quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
670+
&quot;adaptationModifiers&quot;: [ # Optional. Modifiers to be used as configuration of the OS adaptation process.
671+
{ # AdaptationModifier a modifier to be used for configuration of the OS adaptation process.
672+
&quot;modifier&quot;: &quot;A String&quot;, # Optional. The modifier name.
673+
&quot;value&quot;: &quot;A String&quot;, # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
674+
},
675+
],
658676
&quot;additionalLicenses&quot;: [ # Additional licenses to assign to the VM.
659677
&quot;A String&quot;,
660678
],

0 commit comments

Comments
 (0)