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
<pre>Initiates the cancellation of a running clone job.
95
+
<pre>Initiates the cancellation of a running ImageImportJob.
96
96
97
97
Args:
98
98
name: string, Required. The image import job id. (required)
@@ -172,6 +172,12 @@ <h3>Method Details</h3>
172
172
"a_key": "A String",
173
173
},
174
174
"osAdaptationParameters": { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
175
+
"adaptationModifiers": [ # 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
+
"modifier": "A String", # Optional. The modifier name.
178
+
"value": "A String", # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
179
+
},
180
+
],
175
181
"bootConversion": "A String", # 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
176
182
"generalize": 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).
177
183
"licenseType": "A String", # Optional. Choose which type of license to apply to the imported image.
@@ -216,6 +222,12 @@ <h3>Method Details</h3>
216
222
},
217
223
],
218
224
"osAdaptationParameters": { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
225
+
"adaptationModifiers": [ # 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
+
"modifier": "A String", # Optional. The modifier name.
228
+
"value": "A String", # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
229
+
},
230
+
],
219
231
"bootConversion": "A String", # 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
220
232
"generalize": 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).
221
233
"licenseType": "A String", # Optional. Choose which type of license to apply to the imported image.
@@ -320,6 +332,12 @@ <h3>Method Details</h3>
320
332
"a_key": "A String",
321
333
},
322
334
"osAdaptationParameters": { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
335
+
"adaptationModifiers": [ # 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
+
"modifier": "A String", # Optional. The modifier name.
338
+
"value": "A String", # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
339
+
},
340
+
],
323
341
"bootConversion": "A String", # 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
324
342
"generalize": 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).
325
343
"licenseType": "A String", # Optional. Choose which type of license to apply to the imported image.
@@ -364,6 +382,12 @@ <h3>Method Details</h3>
364
382
},
365
383
],
366
384
"osAdaptationParameters": { # Parameters affecting the OS adaptation process. # Optional. Use to set the parameters relevant for the OS adaptation process.
385
+
"adaptationModifiers": [ # 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
+
"modifier": "A String", # Optional. The modifier name.
388
+
"value": "A String", # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
389
+
},
390
+
],
367
391
"bootConversion": "A String", # 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
368
392
"generalize": 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).
369
393
"licenseType": "A String", # Optional. Choose which type of license to apply to the imported image.
Copy file name to clipboardExpand all lines: docs/dyn/vmmigration_v1.projects.locations.sources.migratingVms.cloneJobs.html
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,12 @@ <h3>Method Details</h3>
163
163
},
164
164
},
165
165
"computeEngineTargetDetails": { # 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
+
"adaptationModifiers": [ # 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
+
"modifier": "A String", # Optional. The modifier name.
169
+
"value": "A String", # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
170
+
},
171
+
],
166
172
"additionalLicenses": [ # Additional licenses to assign to the VM.
167
173
"A String",
168
174
],
@@ -311,6 +317,12 @@ <h3>Method Details</h3>
311
317
},
312
318
},
313
319
"computeEngineTargetDetails": { # 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
+
"adaptationModifiers": [ # 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
+
"modifier": "A String", # Optional. The modifier name.
323
+
"value": "A String", # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
324
+
},
325
+
],
314
326
"additionalLicenses": [ # Additional licenses to assign to the VM.
315
327
"A String",
316
328
],
@@ -435,6 +447,12 @@ <h3>Method Details</h3>
435
447
},
436
448
},
437
449
"computeEngineTargetDetails": { # 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
+
"adaptationModifiers": [ # 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
+
"modifier": "A String", # Optional. The modifier name.
453
+
"value": "A String", # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
454
+
},
455
+
],
438
456
"additionalLicenses": [ # Additional licenses to assign to the VM.
Copy file name to clipboardExpand all lines: docs/dyn/vmmigration_v1.projects.locations.sources.migratingVms.cutoverJobs.html
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,12 @@ <h3>Method Details</h3>
163
163
},
164
164
},
165
165
"computeEngineTargetDetails": { # 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
+
"adaptationModifiers": [ # 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
+
"modifier": "A String", # Optional. The modifier name.
169
+
"value": "A String", # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
170
+
},
171
+
],
166
172
"additionalLicenses": [ # Additional licenses to assign to the VM.
167
173
"A String",
168
174
],
@@ -421,6 +427,12 @@ <h3>Method Details</h3>
421
427
},
422
428
},
423
429
"computeEngineTargetDetails": { # 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
+
"adaptationModifiers": [ # 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
+
"modifier": "A String", # Optional. The modifier name.
433
+
"value": "A String", # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
434
+
},
435
+
],
424
436
"additionalLicenses": [ # Additional licenses to assign to the VM.
425
437
"A String",
426
438
],
@@ -655,6 +667,12 @@ <h3>Method Details</h3>
655
667
},
656
668
},
657
669
"computeEngineTargetDetails": { # 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
+
"adaptationModifiers": [ # 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
+
"modifier": "A String", # Optional. The modifier name.
673
+
"value": "A String", # Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
674
+
},
675
+
],
658
676
"additionalLicenses": [ # Additional licenses to assign to the VM.
0 commit comments