@googleapis/vmmigration 3.0.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -0
- package/build/v1.d.ts +422 -3
- package/build/v1.js.map +1 -1
- package/build/v1alpha1.d.ts +424 -1
- package/build/v1alpha1.js.map +1 -1
- package/package.json +1 -1
- package/v1.ts +412 -3
- package/v1alpha1.ts +414 -1
package/v1alpha1.ts
CHANGED
|
@@ -284,6 +284,10 @@ export namespace vmmigration_v1alpha1 {
|
|
|
284
284
|
* The firmware type of the source VM.
|
|
285
285
|
*/
|
|
286
286
|
firmware?: string | null;
|
|
287
|
+
/**
|
|
288
|
+
* Output only. Information about VM capabilities needed for some Compute Engine features.
|
|
289
|
+
*/
|
|
290
|
+
vmCapabilitiesInfo?: Schema$VmCapabilities;
|
|
287
291
|
}
|
|
288
292
|
/**
|
|
289
293
|
* AwsVmDetails describes a VM in AWS.
|
|
@@ -371,6 +375,164 @@ export namespace vmmigration_v1alpha1 {
|
|
|
371
375
|
*/
|
|
372
376
|
details?: Schema$AwsVmDetails[];
|
|
373
377
|
}
|
|
378
|
+
/**
|
|
379
|
+
* The details of an Azure VM disk.
|
|
380
|
+
*/
|
|
381
|
+
export interface Schema$AzureDiskDetails {
|
|
382
|
+
/**
|
|
383
|
+
* Azure disk ID.
|
|
384
|
+
*/
|
|
385
|
+
diskId?: string | null;
|
|
386
|
+
/**
|
|
387
|
+
* The ordinal number of the disk.
|
|
388
|
+
*/
|
|
389
|
+
diskNumber?: number | null;
|
|
390
|
+
/**
|
|
391
|
+
* Size in GB.
|
|
392
|
+
*/
|
|
393
|
+
sizeGb?: string | null;
|
|
394
|
+
}
|
|
395
|
+
/**
|
|
396
|
+
* AzureSourceDetails message describes a specific source details for the Azure source type.
|
|
397
|
+
*/
|
|
398
|
+
export interface Schema$AzureSourceDetails {
|
|
399
|
+
/**
|
|
400
|
+
* Immutable. The Azure location (region) that the source VMs will be migrated from.
|
|
401
|
+
*/
|
|
402
|
+
azureLocation?: string | null;
|
|
403
|
+
/**
|
|
404
|
+
* Azure Credentials using tenant ID, client ID and secret.
|
|
405
|
+
*/
|
|
406
|
+
clientSecretCreds?: Schema$ClientSecretCredentials;
|
|
407
|
+
/**
|
|
408
|
+
* Output only. Provides details on the state of the Source in case of an error.
|
|
409
|
+
*/
|
|
410
|
+
error?: Schema$Status;
|
|
411
|
+
/**
|
|
412
|
+
* User specified tags to add to every M2VM generated resource in Azure. These tags will be set in addition to the default tags that are set as part of the migration process. The tags must not begin with the reserved prefix `m4ce` or `m2vm`.
|
|
413
|
+
*/
|
|
414
|
+
migrationResourcesUserTags?: {[key: string]: string} | null;
|
|
415
|
+
/**
|
|
416
|
+
* Output only. The ID of the Azure resource group that contains all resources related to the migration process of this source.
|
|
417
|
+
*/
|
|
418
|
+
resourceGroupId?: string | null;
|
|
419
|
+
/**
|
|
420
|
+
* Output only. State of the source as determined by the health check.
|
|
421
|
+
*/
|
|
422
|
+
state?: string | null;
|
|
423
|
+
/**
|
|
424
|
+
* Immutable. Azure subscription ID.
|
|
425
|
+
*/
|
|
426
|
+
subscriptionId?: string | null;
|
|
427
|
+
}
|
|
428
|
+
/**
|
|
429
|
+
* Represent the source Azure VM details.
|
|
430
|
+
*/
|
|
431
|
+
export interface Schema$AzureSourceVmDetails {
|
|
432
|
+
/**
|
|
433
|
+
* The total size of the disks being migrated in bytes.
|
|
434
|
+
*/
|
|
435
|
+
committedStorageBytes?: string | null;
|
|
436
|
+
/**
|
|
437
|
+
* The disks attached to the source VM.
|
|
438
|
+
*/
|
|
439
|
+
disks?: Schema$AzureDiskDetails[];
|
|
440
|
+
/**
|
|
441
|
+
* The firmware type of the source VM.
|
|
442
|
+
*/
|
|
443
|
+
firmware?: string | null;
|
|
444
|
+
/**
|
|
445
|
+
* Output only. Information about VM capabilities needed for some Compute Engine features.
|
|
446
|
+
*/
|
|
447
|
+
vmCapabilitiesInfo?: Schema$VmCapabilities;
|
|
448
|
+
}
|
|
449
|
+
/**
|
|
450
|
+
* AwsVmDetails describes a VM in AWS.
|
|
451
|
+
*/
|
|
452
|
+
export interface Schema$AzureVmDetails {
|
|
453
|
+
/**
|
|
454
|
+
* The VM Boot Option.
|
|
455
|
+
*/
|
|
456
|
+
bootOption?: string | null;
|
|
457
|
+
/**
|
|
458
|
+
* The total size of the storage allocated to the VM in MB.
|
|
459
|
+
*/
|
|
460
|
+
committedStorageMb?: string | null;
|
|
461
|
+
/**
|
|
462
|
+
* The VM's ComputerName.
|
|
463
|
+
*/
|
|
464
|
+
computerName?: string | null;
|
|
465
|
+
/**
|
|
466
|
+
* The number of cpus the VM has.
|
|
467
|
+
*/
|
|
468
|
+
cpuCount?: number | null;
|
|
469
|
+
/**
|
|
470
|
+
* The number of disks the VM has, including OS disk.
|
|
471
|
+
*/
|
|
472
|
+
diskCount?: number | null;
|
|
473
|
+
/**
|
|
474
|
+
* Description of the data disks.
|
|
475
|
+
*/
|
|
476
|
+
disks?: Schema$Disk[];
|
|
477
|
+
/**
|
|
478
|
+
* The memory size of the VM in MB.
|
|
479
|
+
*/
|
|
480
|
+
memoryMb?: number | null;
|
|
481
|
+
/**
|
|
482
|
+
* Description of the OS.
|
|
483
|
+
*/
|
|
484
|
+
osDescription?: Schema$OSDescription;
|
|
485
|
+
/**
|
|
486
|
+
* Description of the OS disk.
|
|
487
|
+
*/
|
|
488
|
+
osDisk?: Schema$OSDisk;
|
|
489
|
+
/**
|
|
490
|
+
* The power state of the VM at the moment list was taken.
|
|
491
|
+
*/
|
|
492
|
+
powerState?: string | null;
|
|
493
|
+
/**
|
|
494
|
+
* The tags of the VM.
|
|
495
|
+
*/
|
|
496
|
+
tags?: {[key: string]: string} | null;
|
|
497
|
+
/**
|
|
498
|
+
* The VM full path in Azure.
|
|
499
|
+
*/
|
|
500
|
+
vmId?: string | null;
|
|
501
|
+
/**
|
|
502
|
+
* VM size as configured in Azure. Determines the VM's hardware spec.
|
|
503
|
+
*/
|
|
504
|
+
vmSize?: string | null;
|
|
505
|
+
}
|
|
506
|
+
/**
|
|
507
|
+
* AzureVmsDetails describes VMs in Azure.
|
|
508
|
+
*/
|
|
509
|
+
export interface Schema$AzureVmsDetails {
|
|
510
|
+
/**
|
|
511
|
+
* The details of the Azure VMs.
|
|
512
|
+
*/
|
|
513
|
+
details?: Schema$AzureVmDetails[];
|
|
514
|
+
}
|
|
515
|
+
/**
|
|
516
|
+
* BootDiskDefaults hold information about the boot disk of a VM.
|
|
517
|
+
*/
|
|
518
|
+
export interface Schema$BootDiskDefaults {
|
|
519
|
+
/**
|
|
520
|
+
* Optional. Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks.
|
|
521
|
+
*/
|
|
522
|
+
deviceName?: string | null;
|
|
523
|
+
/**
|
|
524
|
+
* Optional. The name of the disk.
|
|
525
|
+
*/
|
|
526
|
+
diskName?: string | null;
|
|
527
|
+
/**
|
|
528
|
+
* Optional. The type of disk provisioning to use for the VM.
|
|
529
|
+
*/
|
|
530
|
+
diskType?: string | null;
|
|
531
|
+
/**
|
|
532
|
+
* The image to use when creating the disk.
|
|
533
|
+
*/
|
|
534
|
+
image?: Schema$DiskImageDefaults;
|
|
535
|
+
}
|
|
374
536
|
/**
|
|
375
537
|
* Request message for 'CancelCloneJob' request.
|
|
376
538
|
*/
|
|
@@ -383,6 +545,23 @@ export namespace vmmigration_v1alpha1 {
|
|
|
383
545
|
* The request message for Operations.CancelOperation.
|
|
384
546
|
*/
|
|
385
547
|
export interface Schema$CancelOperationRequest {}
|
|
548
|
+
/**
|
|
549
|
+
* Message describing Azure Credentials using tenant ID, client ID and secret.
|
|
550
|
+
*/
|
|
551
|
+
export interface Schema$ClientSecretCredentials {
|
|
552
|
+
/**
|
|
553
|
+
* Azure client ID.
|
|
554
|
+
*/
|
|
555
|
+
clientId?: string | null;
|
|
556
|
+
/**
|
|
557
|
+
* Input only. Azure client secret.
|
|
558
|
+
*/
|
|
559
|
+
clientSecret?: string | null;
|
|
560
|
+
/**
|
|
561
|
+
* Azure tenant ID.
|
|
562
|
+
*/
|
|
563
|
+
tenantId?: string | null;
|
|
564
|
+
}
|
|
386
565
|
/**
|
|
387
566
|
* CloneJob describes the process of creating a clone of a MigratingVM to the requested target based on the latest successful uploaded snapshots. While the migration cycles of a MigratingVm take place, it is possible to verify the uploaded VM can be started in the cloud, by creating a clone. The clone can be created without any downtime, and it is created using the latest snapshots which are already in the cloud. The cloneJob is only responsible for its work, not its products, which means once it is finished, it will never touch the instance it created. It will only delete it in case of the CloneJob being cancelled or upon failure to clone.
|
|
388
567
|
*/
|
|
@@ -465,10 +644,18 @@ export namespace vmmigration_v1alpha1 {
|
|
|
465
644
|
* The details of each Persistent Disk to create.
|
|
466
645
|
*/
|
|
467
646
|
disks?: Schema$PersistentDiskDefaults[];
|
|
647
|
+
/**
|
|
648
|
+
* Details of the disk only migration target.
|
|
649
|
+
*/
|
|
650
|
+
disksTargetDefaults?: Schema$DisksMigrationDisksTargetDefaults;
|
|
468
651
|
/**
|
|
469
652
|
* The full path of the resource of type TargetProject which represents the Compute Engine project in which to create the Persistent Disks.
|
|
470
653
|
*/
|
|
471
654
|
targetProject?: string | null;
|
|
655
|
+
/**
|
|
656
|
+
* Details of the VM migration target.
|
|
657
|
+
*/
|
|
658
|
+
vmTargetDefaults?: Schema$DisksMigrationVmTargetDefaults;
|
|
472
659
|
/**
|
|
473
660
|
* The zone in which to create the Persistent Disks.
|
|
474
661
|
*/
|
|
@@ -482,6 +669,14 @@ export namespace vmmigration_v1alpha1 {
|
|
|
482
669
|
* The details of each created Persistent Disk.
|
|
483
670
|
*/
|
|
484
671
|
disks?: Schema$PersistentDisk[];
|
|
672
|
+
/**
|
|
673
|
+
* Details of the disks-only migration target.
|
|
674
|
+
*/
|
|
675
|
+
disksTargetDetails?: Schema$DisksMigrationDisksTargetDetails;
|
|
676
|
+
/**
|
|
677
|
+
* Details for the VM the migrated data disks are attached to.
|
|
678
|
+
*/
|
|
679
|
+
vmTargetDetails?: Schema$DisksMigrationVmTargetDetails;
|
|
485
680
|
}
|
|
486
681
|
/**
|
|
487
682
|
* ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project.
|
|
@@ -848,6 +1043,106 @@ export namespace vmmigration_v1alpha1 {
|
|
|
848
1043
|
*/
|
|
849
1044
|
version?: string | null;
|
|
850
1045
|
}
|
|
1046
|
+
/**
|
|
1047
|
+
* A message describing a data disk.
|
|
1048
|
+
*/
|
|
1049
|
+
export interface Schema$Disk {
|
|
1050
|
+
/**
|
|
1051
|
+
* The disk's Logical Unit Number (LUN).
|
|
1052
|
+
*/
|
|
1053
|
+
lun?: number | null;
|
|
1054
|
+
/**
|
|
1055
|
+
* The disk name.
|
|
1056
|
+
*/
|
|
1057
|
+
name?: string | null;
|
|
1058
|
+
/**
|
|
1059
|
+
* The disk size in GB.
|
|
1060
|
+
*/
|
|
1061
|
+
sizeGb?: number | null;
|
|
1062
|
+
}
|
|
1063
|
+
/**
|
|
1064
|
+
* Contains details about the image source used to create the disk.
|
|
1065
|
+
*/
|
|
1066
|
+
export interface Schema$DiskImageDefaults {
|
|
1067
|
+
/**
|
|
1068
|
+
* Required. The Image resource used when creating the disk.
|
|
1069
|
+
*/
|
|
1070
|
+
sourceImage?: string | null;
|
|
1071
|
+
}
|
|
1072
|
+
/**
|
|
1073
|
+
* Details for a disk only migration.
|
|
1074
|
+
*/
|
|
1075
|
+
export interface Schema$DisksMigrationDisksTargetDefaults {}
|
|
1076
|
+
/**
|
|
1077
|
+
* Details for a disks-only migration.
|
|
1078
|
+
*/
|
|
1079
|
+
export interface Schema$DisksMigrationDisksTargetDetails {}
|
|
1080
|
+
/**
|
|
1081
|
+
* Details for creation of a VM that migrated data disks will be attached to.
|
|
1082
|
+
*/
|
|
1083
|
+
export interface Schema$DisksMigrationVmTargetDefaults {
|
|
1084
|
+
/**
|
|
1085
|
+
* Optional. Additional licenses to assign to the VM.
|
|
1086
|
+
*/
|
|
1087
|
+
additionalLicenses?: string[] | null;
|
|
1088
|
+
/**
|
|
1089
|
+
* Optional. Details of the boot disk of the VM.
|
|
1090
|
+
*/
|
|
1091
|
+
bootDiskDefaults?: Schema$BootDiskDefaults;
|
|
1092
|
+
/**
|
|
1093
|
+
* Optional. Compute instance scheduling information (if empty default is used).
|
|
1094
|
+
*/
|
|
1095
|
+
computeScheduling?: Schema$ComputeScheduling;
|
|
1096
|
+
/**
|
|
1097
|
+
* Optional. The hostname to assign to the VM.
|
|
1098
|
+
*/
|
|
1099
|
+
hostname?: string | null;
|
|
1100
|
+
/**
|
|
1101
|
+
* Optional. A map of labels to associate with the VM.
|
|
1102
|
+
*/
|
|
1103
|
+
labels?: {[key: string]: string} | null;
|
|
1104
|
+
/**
|
|
1105
|
+
* Required. The machine type to create the VM with.
|
|
1106
|
+
*/
|
|
1107
|
+
machineType?: string | null;
|
|
1108
|
+
/**
|
|
1109
|
+
* Optional. The machine type series to create the VM with. For presentation only.
|
|
1110
|
+
*/
|
|
1111
|
+
machineTypeSeries?: string | null;
|
|
1112
|
+
/**
|
|
1113
|
+
* Optional. The metadata key/value pairs to assign to the VM.
|
|
1114
|
+
*/
|
|
1115
|
+
metadata?: {[key: string]: string} | null;
|
|
1116
|
+
/**
|
|
1117
|
+
* Optional. NICs to attach to the VM.
|
|
1118
|
+
*/
|
|
1119
|
+
networkInterfaces?: Schema$NetworkInterface[];
|
|
1120
|
+
/**
|
|
1121
|
+
* Optional. A list of network tags to associate with the VM.
|
|
1122
|
+
*/
|
|
1123
|
+
networkTags?: string[] | null;
|
|
1124
|
+
/**
|
|
1125
|
+
* Optional. Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
|
|
1126
|
+
*/
|
|
1127
|
+
secureBoot?: boolean | null;
|
|
1128
|
+
/**
|
|
1129
|
+
* Optional. The service account to associate the VM with.
|
|
1130
|
+
*/
|
|
1131
|
+
serviceAccount?: string | null;
|
|
1132
|
+
/**
|
|
1133
|
+
* Required. The name of the VM to create.
|
|
1134
|
+
*/
|
|
1135
|
+
vmName?: string | null;
|
|
1136
|
+
}
|
|
1137
|
+
/**
|
|
1138
|
+
* Details for the VM created VM as part of disks migration.
|
|
1139
|
+
*/
|
|
1140
|
+
export interface Schema$DisksMigrationVmTargetDetails {
|
|
1141
|
+
/**
|
|
1142
|
+
* Output only. The URI of the Compute Engine VM.
|
|
1143
|
+
*/
|
|
1144
|
+
vmUri?: string | null;
|
|
1145
|
+
}
|
|
851
1146
|
/**
|
|
852
1147
|
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
853
1148
|
*/
|
|
@@ -860,6 +1155,10 @@ export namespace vmmigration_v1alpha1 {
|
|
|
860
1155
|
* The description of the VMs in a Source of type AWS.
|
|
861
1156
|
*/
|
|
862
1157
|
awsVms?: Schema$AwsVmsDetails;
|
|
1158
|
+
/**
|
|
1159
|
+
* The description of the VMs in a Source of type Azure.
|
|
1160
|
+
*/
|
|
1161
|
+
azureVms?: Schema$AzureVmsDetails;
|
|
863
1162
|
/**
|
|
864
1163
|
* Output only. A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
|
|
865
1164
|
*/
|
|
@@ -1152,6 +1451,10 @@ export namespace vmmigration_v1alpha1 {
|
|
|
1152
1451
|
* Output only. Details of the VM from an AWS source.
|
|
1153
1452
|
*/
|
|
1154
1453
|
awsSourceVmDetails?: Schema$AwsSourceVmDetails;
|
|
1454
|
+
/**
|
|
1455
|
+
* Output only. Details of the VM from an Azure source.
|
|
1456
|
+
*/
|
|
1457
|
+
azureSourceVmDetails?: Schema$AzureSourceVmDetails;
|
|
1155
1458
|
/**
|
|
1156
1459
|
* Details of the target Persistent Disks in Compute Engine.
|
|
1157
1460
|
*/
|
|
@@ -1240,6 +1543,10 @@ export namespace vmmigration_v1alpha1 {
|
|
|
1240
1543
|
* Output only. The last time the migrating VM resource was updated.
|
|
1241
1544
|
*/
|
|
1242
1545
|
updateTime?: string | null;
|
|
1546
|
+
/**
|
|
1547
|
+
* Output only. Details of the VM from a Vmware source.
|
|
1548
|
+
*/
|
|
1549
|
+
vmwareSourceVmDetails?: Schema$VmwareSourceVmDetails;
|
|
1243
1550
|
}
|
|
1244
1551
|
/**
|
|
1245
1552
|
* Represents migration resource error information that can be used with google.rpc.Status message. MigrationError is used to present the user with error information in migration operations.
|
|
@@ -1370,6 +1677,44 @@ export namespace vmmigration_v1alpha1 {
|
|
|
1370
1677
|
*/
|
|
1371
1678
|
verb?: string | null;
|
|
1372
1679
|
}
|
|
1680
|
+
/**
|
|
1681
|
+
* A message describing the VM's OS. Including OS, Publisher, Offer and Plan if applicable.
|
|
1682
|
+
*/
|
|
1683
|
+
export interface Schema$OSDescription {
|
|
1684
|
+
/**
|
|
1685
|
+
* OS offer.
|
|
1686
|
+
*/
|
|
1687
|
+
offer?: string | null;
|
|
1688
|
+
/**
|
|
1689
|
+
* OS plan.
|
|
1690
|
+
*/
|
|
1691
|
+
plan?: string | null;
|
|
1692
|
+
/**
|
|
1693
|
+
* OS publisher.
|
|
1694
|
+
*/
|
|
1695
|
+
publisher?: string | null;
|
|
1696
|
+
/**
|
|
1697
|
+
* OS type.
|
|
1698
|
+
*/
|
|
1699
|
+
type?: string | null;
|
|
1700
|
+
}
|
|
1701
|
+
/**
|
|
1702
|
+
* A message describing the OS disk.
|
|
1703
|
+
*/
|
|
1704
|
+
export interface Schema$OSDisk {
|
|
1705
|
+
/**
|
|
1706
|
+
* The disk's full name.
|
|
1707
|
+
*/
|
|
1708
|
+
name?: string | null;
|
|
1709
|
+
/**
|
|
1710
|
+
* The disk's size in GB.
|
|
1711
|
+
*/
|
|
1712
|
+
sizeGb?: number | null;
|
|
1713
|
+
/**
|
|
1714
|
+
* The disk's type.
|
|
1715
|
+
*/
|
|
1716
|
+
type?: string | null;
|
|
1717
|
+
}
|
|
1373
1718
|
/**
|
|
1374
1719
|
* Request message for 'PauseMigration' request.
|
|
1375
1720
|
*/
|
|
@@ -1407,6 +1752,10 @@ export namespace vmmigration_v1alpha1 {
|
|
|
1407
1752
|
* Required. The ordinal number of the source VM disk.
|
|
1408
1753
|
*/
|
|
1409
1754
|
sourceDiskNumber?: number | null;
|
|
1755
|
+
/**
|
|
1756
|
+
* Optional. Details for attachment of the disk to a VM. Used when the disk is set to be attacked to a target VM.
|
|
1757
|
+
*/
|
|
1758
|
+
vmAttachmentDetails?: Schema$VmAttachmentDetails;
|
|
1410
1759
|
}
|
|
1411
1760
|
/**
|
|
1412
1761
|
* PostProcessingStep contains specific step details.
|
|
@@ -1550,6 +1899,10 @@ export namespace vmmigration_v1alpha1 {
|
|
|
1550
1899
|
* AWS type source details.
|
|
1551
1900
|
*/
|
|
1552
1901
|
aws?: Schema$AwsSourceDetails;
|
|
1902
|
+
/**
|
|
1903
|
+
* Azure type source details.
|
|
1904
|
+
*/
|
|
1905
|
+
azure?: Schema$AzureSourceDetails;
|
|
1553
1906
|
/**
|
|
1554
1907
|
* Output only. The create time timestamp.
|
|
1555
1908
|
*/
|
|
@@ -1630,7 +1983,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
1630
1983
|
*/
|
|
1631
1984
|
name?: string | null;
|
|
1632
1985
|
/**
|
|
1633
|
-
* The target project ID (number) or project name.
|
|
1986
|
+
* Required. The target project ID (number) or project name.
|
|
1634
1987
|
*/
|
|
1635
1988
|
project?: string | null;
|
|
1636
1989
|
/**
|
|
@@ -1810,6 +2163,28 @@ export namespace vmmigration_v1alpha1 {
|
|
|
1810
2163
|
*/
|
|
1811
2164
|
vmsCount?: number | null;
|
|
1812
2165
|
}
|
|
2166
|
+
/**
|
|
2167
|
+
* Details for attachment of the disk to a VM.
|
|
2168
|
+
*/
|
|
2169
|
+
export interface Schema$VmAttachmentDetails {
|
|
2170
|
+
/**
|
|
2171
|
+
* Optional. Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks.
|
|
2172
|
+
*/
|
|
2173
|
+
deviceName?: string | null;
|
|
2174
|
+
}
|
|
2175
|
+
/**
|
|
2176
|
+
* Migrating VM source information about the VM capabilities needed for some Compute Engine features.
|
|
2177
|
+
*/
|
|
2178
|
+
export interface Schema$VmCapabilities {
|
|
2179
|
+
/**
|
|
2180
|
+
* Output only. The last time OS capabilities list was updated.
|
|
2181
|
+
*/
|
|
2182
|
+
lastOsCapabilitiesUpdateTime?: string | null;
|
|
2183
|
+
/**
|
|
2184
|
+
* Output only. Unordered list. List of certain VM OS capabilities needed for some Compute Engine features.
|
|
2185
|
+
*/
|
|
2186
|
+
osCapabilities?: string[] | null;
|
|
2187
|
+
}
|
|
1813
2188
|
/**
|
|
1814
2189
|
* Utilization information of a single VM.
|
|
1815
2190
|
*/
|
|
@@ -1896,6 +2271,23 @@ export namespace vmmigration_v1alpha1 {
|
|
|
1896
2271
|
*/
|
|
1897
2272
|
networkThroughputMaxKbps?: string | null;
|
|
1898
2273
|
}
|
|
2274
|
+
/**
|
|
2275
|
+
* The details of a Vmware VM disk.
|
|
2276
|
+
*/
|
|
2277
|
+
export interface Schema$VmwareDiskDetails {
|
|
2278
|
+
/**
|
|
2279
|
+
* The ordinal number of the disk.
|
|
2280
|
+
*/
|
|
2281
|
+
diskNumber?: number | null;
|
|
2282
|
+
/**
|
|
2283
|
+
* The disk label.
|
|
2284
|
+
*/
|
|
2285
|
+
label?: string | null;
|
|
2286
|
+
/**
|
|
2287
|
+
* Size in GB.
|
|
2288
|
+
*/
|
|
2289
|
+
sizeGb?: string | null;
|
|
2290
|
+
}
|
|
1899
2291
|
/**
|
|
1900
2292
|
* VmwareSourceDetails message describes a specific source details for the vmware source type.
|
|
1901
2293
|
*/
|
|
@@ -1921,6 +2313,27 @@ export namespace vmmigration_v1alpha1 {
|
|
|
1921
2313
|
*/
|
|
1922
2314
|
vcenterIp?: string | null;
|
|
1923
2315
|
}
|
|
2316
|
+
/**
|
|
2317
|
+
* Represent the source Vmware VM details.
|
|
2318
|
+
*/
|
|
2319
|
+
export interface Schema$VmwareSourceVmDetails {
|
|
2320
|
+
/**
|
|
2321
|
+
* The total size of the disks being migrated in bytes.
|
|
2322
|
+
*/
|
|
2323
|
+
committedStorageBytes?: string | null;
|
|
2324
|
+
/**
|
|
2325
|
+
* The disks attached to the source VM.
|
|
2326
|
+
*/
|
|
2327
|
+
disks?: Schema$VmwareDiskDetails[];
|
|
2328
|
+
/**
|
|
2329
|
+
* The firmware type of the source VM.
|
|
2330
|
+
*/
|
|
2331
|
+
firmware?: string | null;
|
|
2332
|
+
/**
|
|
2333
|
+
* Output only. Information about VM capabilities needed for some Compute Engine features.
|
|
2334
|
+
*/
|
|
2335
|
+
vmCapabilitiesInfo?: Schema$VmCapabilities;
|
|
2336
|
+
}
|
|
1924
2337
|
/**
|
|
1925
2338
|
* VmwareVmDetails describes a VM in vCenter.
|
|
1926
2339
|
*/
|