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
Copy file name to clipboardExpand all lines: docs/dyn/vmmigration_v1.projects.locations.sources.migratingVms.cloneJobs.html
-144Lines changed: 0 additions & 144 deletions
Original file line number
Diff line number
Diff line change
@@ -196,54 +196,6 @@ <h3>Method Details</h3>
196
196
"vmName": "A String", # The name of the VM to create.
197
197
"zone": "A String", # The zone in which to create the VM.
198
198
},
199
-
"computeEngineVmDetails": { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
200
-
"appliedLicense": { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
201
-
"osLicense": "A String", # The OS license returned from the adaptation module's report.
202
-
"type": "A String", # The license type that was used in OS adaptation.
203
-
},
204
-
"bootOption": "A String", # Output only. The VM Boot Option, as set in the source vm.
205
-
"computeScheduling": { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
206
-
"minNodeCpus": 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
207
-
"nodeAffinities": [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
208
-
{ # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
209
-
"key": "A String", # The label key of Node resource to reference.
210
-
"operator": "A String", # The operator to use for the node resources specified in the `values` parameter.
211
-
"values": [ # Corresponds to the label values of Node resource.
212
-
"A String",
213
-
],
214
-
},
215
-
],
216
-
"onHostMaintenance": "A String", # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
217
-
"restartType": "A String", # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
218
-
},
219
-
"diskType": "A String", # The disk type to use in the VM.
220
-
"labels": { # A map of labels to associate with the VM.
221
-
"a_key": "A String",
222
-
},
223
-
"licenseType": "A String", # The license type to use in OS adaptation.
224
-
"machineType": "A String", # The machine type to create the VM with.
225
-
"machineTypeSeries": "A String", # The machine type series to create the VM with.
226
-
"metadata": { # The metadata key/value pairs to assign to the VM.
227
-
"a_key": "A String",
228
-
},
229
-
"name": "A String", # The name of the VM to create.
230
-
"networkInterfaces": [ # List of NICs connected to this VM.
231
-
{ # NetworkInterface represents a NIC of a VM.
232
-
"externalIp": "A String", # The external IP to define in the NIC.
233
-
"internalIp": "A String", # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
234
-
"network": "A String", # The network to connect the NIC to.
235
-
"subnetwork": "A String", # The subnetwork to connect the NIC to.
236
-
},
237
-
],
238
-
"networkTags": [ # A map of network tags to associate with the VM.
239
-
"A String",
240
-
],
241
-
"project": "A String", # The project in which to create the VM.
242
-
"secureBoot": True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
243
-
"serviceAccount": "A String", # The service account to associate the VM with.
244
-
"targetProject": "A String", # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
245
-
"zone": "A String", # The zone in which to create the VM.
246
-
},
247
199
"createTime": "A String", # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
248
200
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details for the errors that led to the Clone Job's state.
249
201
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
@@ -352,54 +304,6 @@ <h3>Method Details</h3>
352
304
"vmName": "A String", # The name of the VM to create.
353
305
"zone": "A String", # The zone in which to create the VM.
354
306
},
355
-
"computeEngineVmDetails": { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
356
-
"appliedLicense": { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
357
-
"osLicense": "A String", # The OS license returned from the adaptation module's report.
358
-
"type": "A String", # The license type that was used in OS adaptation.
359
-
},
360
-
"bootOption": "A String", # Output only. The VM Boot Option, as set in the source vm.
361
-
"computeScheduling": { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
362
-
"minNodeCpus": 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
363
-
"nodeAffinities": [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
364
-
{ # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
365
-
"key": "A String", # The label key of Node resource to reference.
366
-
"operator": "A String", # The operator to use for the node resources specified in the `values` parameter.
367
-
"values": [ # Corresponds to the label values of Node resource.
368
-
"A String",
369
-
],
370
-
},
371
-
],
372
-
"onHostMaintenance": "A String", # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
373
-
"restartType": "A String", # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
374
-
},
375
-
"diskType": "A String", # The disk type to use in the VM.
376
-
"labels": { # A map of labels to associate with the VM.
377
-
"a_key": "A String",
378
-
},
379
-
"licenseType": "A String", # The license type to use in OS adaptation.
380
-
"machineType": "A String", # The machine type to create the VM with.
381
-
"machineTypeSeries": "A String", # The machine type series to create the VM with.
382
-
"metadata": { # The metadata key/value pairs to assign to the VM.
383
-
"a_key": "A String",
384
-
},
385
-
"name": "A String", # The name of the VM to create.
386
-
"networkInterfaces": [ # List of NICs connected to this VM.
387
-
{ # NetworkInterface represents a NIC of a VM.
388
-
"externalIp": "A String", # The external IP to define in the NIC.
389
-
"internalIp": "A String", # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
390
-
"network": "A String", # The network to connect the NIC to.
391
-
"subnetwork": "A String", # The subnetwork to connect the NIC to.
392
-
},
393
-
],
394
-
"networkTags": [ # A map of network tags to associate with the VM.
395
-
"A String",
396
-
],
397
-
"project": "A String", # The project in which to create the VM.
398
-
"secureBoot": True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
399
-
"serviceAccount": "A String", # The service account to associate the VM with.
400
-
"targetProject": "A String", # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
401
-
"zone": "A String", # The zone in which to create the VM.
402
-
},
403
307
"createTime": "A String", # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
404
308
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details for the errors that led to the Clone Job's state.
405
309
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
@@ -484,54 +388,6 @@ <h3>Method Details</h3>
484
388
"vmName": "A String", # The name of the VM to create.
485
389
"zone": "A String", # The zone in which to create the VM.
486
390
},
487
-
"computeEngineVmDetails": { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
488
-
"appliedLicense": { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
489
-
"osLicense": "A String", # The OS license returned from the adaptation module's report.
490
-
"type": "A String", # The license type that was used in OS adaptation.
491
-
},
492
-
"bootOption": "A String", # Output only. The VM Boot Option, as set in the source vm.
493
-
"computeScheduling": { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
494
-
"minNodeCpus": 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
495
-
"nodeAffinities": [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
496
-
{ # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
497
-
"key": "A String", # The label key of Node resource to reference.
498
-
"operator": "A String", # The operator to use for the node resources specified in the `values` parameter.
499
-
"values": [ # Corresponds to the label values of Node resource.
500
-
"A String",
501
-
],
502
-
},
503
-
],
504
-
"onHostMaintenance": "A String", # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
505
-
"restartType": "A String", # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
506
-
},
507
-
"diskType": "A String", # The disk type to use in the VM.
508
-
"labels": { # A map of labels to associate with the VM.
509
-
"a_key": "A String",
510
-
},
511
-
"licenseType": "A String", # The license type to use in OS adaptation.
512
-
"machineType": "A String", # The machine type to create the VM with.
513
-
"machineTypeSeries": "A String", # The machine type series to create the VM with.
514
-
"metadata": { # The metadata key/value pairs to assign to the VM.
515
-
"a_key": "A String",
516
-
},
517
-
"name": "A String", # The name of the VM to create.
518
-
"networkInterfaces": [ # List of NICs connected to this VM.
519
-
{ # NetworkInterface represents a NIC of a VM.
520
-
"externalIp": "A String", # The external IP to define in the NIC.
521
-
"internalIp": "A String", # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
522
-
"network": "A String", # The network to connect the NIC to.
523
-
"subnetwork": "A String", # The subnetwork to connect the NIC to.
524
-
},
525
-
],
526
-
"networkTags": [ # A map of network tags to associate with the VM.
527
-
"A String",
528
-
],
529
-
"project": "A String", # The project in which to create the VM.
530
-
"secureBoot": True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
531
-
"serviceAccount": "A String", # The service account to associate the VM with.
532
-
"targetProject": "A String", # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
533
-
"zone": "A String", # The zone in which to create the VM.
534
-
},
535
391
"createTime": "A String", # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
536
392
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details for the errors that led to the Clone Job's state.
537
393
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
0 commit comments