@googleapis/vmmigration 17.1.0 → 18.1.0
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 +18 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v1.d.ts +4 -0
- package/build/v1.js.map +1 -1
- package/build/v1alpha1.d.ts +13 -1
- package/build/v1alpha1.js.map +1 -1
- package/package.json +1 -1
- package/v1.ts +74 -137
- package/v1alpha1.ts +83 -138
package/v1alpha1.ts
CHANGED
|
@@ -849,6 +849,10 @@ export namespace vmmigration_v1alpha1 {
|
|
|
849
849
|
* Optional. The service account to associate the VM with.
|
|
850
850
|
*/
|
|
851
851
|
serviceAccount?: string | null;
|
|
852
|
+
/**
|
|
853
|
+
* Optional. If specified this will be the storage pool in which the disk is created. This is the full path of the storage pool resource, for example: "projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The storage pool must be in the same project and zone as the target disks. The storage pool's type must match the disk type.
|
|
854
|
+
*/
|
|
855
|
+
storagePool?: string | null;
|
|
852
856
|
/**
|
|
853
857
|
* The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
|
|
854
858
|
*/
|
|
@@ -954,6 +958,10 @@ export namespace vmmigration_v1alpha1 {
|
|
|
954
958
|
* The service account to associate the VM with.
|
|
955
959
|
*/
|
|
956
960
|
serviceAccount?: string | null;
|
|
961
|
+
/**
|
|
962
|
+
* Optional. The storage pool used for the VM disks. If specified this will be the storage pool in which the disk is created. This is the full path of the storage pool resource, for example: "projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The storage pool must be in the same project and zone as the target disks. The storage pool's type must match the disk type.
|
|
963
|
+
*/
|
|
964
|
+
storagePool?: string | null;
|
|
957
965
|
/**
|
|
958
966
|
* The name of the VM to create.
|
|
959
967
|
*/
|
|
@@ -1187,9 +1195,14 @@ export namespace vmmigration_v1alpha1 {
|
|
|
1187
1195
|
version?: string | null;
|
|
1188
1196
|
}
|
|
1189
1197
|
/**
|
|
1190
|
-
*
|
|
1198
|
+
* Used when the image import is not using OS adaptation process.
|
|
1191
1199
|
*/
|
|
1192
|
-
export interface Schema$DataDiskImageImport {
|
|
1200
|
+
export interface Schema$DataDiskImageImport {
|
|
1201
|
+
/**
|
|
1202
|
+
* Optional. A list of guest OS features to apply to the imported image. These features are flags that are used by Compute Engine to enable certain capabilities for virtual machine instances that are created from the image. This field does not change the OS of the image; it only marks the image with the specified features. The user must ensure that the OS is compatible with the features. For a list of available features, see https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.
|
|
1203
|
+
*/
|
|
1204
|
+
guestOsFeatures?: string[] | null;
|
|
1205
|
+
}
|
|
1193
1206
|
/**
|
|
1194
1207
|
* A message describing a data disk.
|
|
1195
1208
|
*/
|
|
@@ -3393,15 +3406,13 @@ export namespace vmmigration_v1alpha1 {
|
|
|
3393
3406
|
}
|
|
3394
3407
|
}
|
|
3395
3408
|
|
|
3396
|
-
export interface Params$Resource$Projects$Locations$Get
|
|
3397
|
-
extends StandardParameters {
|
|
3409
|
+
export interface Params$Resource$Projects$Locations$Get extends StandardParameters {
|
|
3398
3410
|
/**
|
|
3399
3411
|
* Resource name for the location.
|
|
3400
3412
|
*/
|
|
3401
3413
|
name?: string;
|
|
3402
3414
|
}
|
|
3403
|
-
export interface Params$Resource$Projects$Locations$List
|
|
3404
|
-
extends StandardParameters {
|
|
3415
|
+
export interface Params$Resource$Projects$Locations$List extends StandardParameters {
|
|
3405
3416
|
/**
|
|
3406
3417
|
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
|
|
3407
3418
|
*/
|
|
@@ -4472,8 +4483,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
4472
4483
|
}
|
|
4473
4484
|
}
|
|
4474
4485
|
|
|
4475
|
-
export interface Params$Resource$Projects$Locations$Groups$Addgroupmigration
|
|
4476
|
-
extends StandardParameters {
|
|
4486
|
+
export interface Params$Resource$Projects$Locations$Groups$Addgroupmigration extends StandardParameters {
|
|
4477
4487
|
/**
|
|
4478
4488
|
* Required. The full path name of the Group to add to.
|
|
4479
4489
|
*/
|
|
@@ -4484,8 +4494,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
4484
4494
|
*/
|
|
4485
4495
|
requestBody?: Schema$AddGroupMigrationRequest;
|
|
4486
4496
|
}
|
|
4487
|
-
export interface Params$Resource$Projects$Locations$Groups$Create
|
|
4488
|
-
extends StandardParameters {
|
|
4497
|
+
export interface Params$Resource$Projects$Locations$Groups$Create extends StandardParameters {
|
|
4489
4498
|
/**
|
|
4490
4499
|
* Required. The group identifier.
|
|
4491
4500
|
*/
|
|
@@ -4504,8 +4513,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
4504
4513
|
*/
|
|
4505
4514
|
requestBody?: Schema$Group;
|
|
4506
4515
|
}
|
|
4507
|
-
export interface Params$Resource$Projects$Locations$Groups$Delete
|
|
4508
|
-
extends StandardParameters {
|
|
4516
|
+
export interface Params$Resource$Projects$Locations$Groups$Delete extends StandardParameters {
|
|
4509
4517
|
/**
|
|
4510
4518
|
* Required. The Group name.
|
|
4511
4519
|
*/
|
|
@@ -4515,15 +4523,13 @@ export namespace vmmigration_v1alpha1 {
|
|
|
4515
4523
|
*/
|
|
4516
4524
|
requestId?: string;
|
|
4517
4525
|
}
|
|
4518
|
-
export interface Params$Resource$Projects$Locations$Groups$Get
|
|
4519
|
-
extends StandardParameters {
|
|
4526
|
+
export interface Params$Resource$Projects$Locations$Groups$Get extends StandardParameters {
|
|
4520
4527
|
/**
|
|
4521
4528
|
* Required. The group name.
|
|
4522
4529
|
*/
|
|
4523
4530
|
name?: string;
|
|
4524
4531
|
}
|
|
4525
|
-
export interface Params$Resource$Projects$Locations$Groups$List
|
|
4526
|
-
extends StandardParameters {
|
|
4532
|
+
export interface Params$Resource$Projects$Locations$Groups$List extends StandardParameters {
|
|
4527
4533
|
/**
|
|
4528
4534
|
* Optional. The filter request.
|
|
4529
4535
|
*/
|
|
@@ -4545,8 +4551,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
4545
4551
|
*/
|
|
4546
4552
|
parent?: string;
|
|
4547
4553
|
}
|
|
4548
|
-
export interface Params$Resource$Projects$Locations$Groups$Patch
|
|
4549
|
-
extends StandardParameters {
|
|
4554
|
+
export interface Params$Resource$Projects$Locations$Groups$Patch extends StandardParameters {
|
|
4550
4555
|
/**
|
|
4551
4556
|
* Output only. The Group name.
|
|
4552
4557
|
*/
|
|
@@ -4565,8 +4570,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
4565
4570
|
*/
|
|
4566
4571
|
requestBody?: Schema$Group;
|
|
4567
4572
|
}
|
|
4568
|
-
export interface Params$Resource$Projects$Locations$Groups$Removegroupmigration
|
|
4569
|
-
extends StandardParameters {
|
|
4573
|
+
export interface Params$Resource$Projects$Locations$Groups$Removegroupmigration extends StandardParameters {
|
|
4570
4574
|
/**
|
|
4571
4575
|
* Required. The name of the Group.
|
|
4572
4576
|
*/
|
|
@@ -5178,8 +5182,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
5178
5182
|
}
|
|
5179
5183
|
}
|
|
5180
5184
|
|
|
5181
|
-
export interface Params$Resource$Projects$Locations$Imageimports$Create
|
|
5182
|
-
extends StandardParameters {
|
|
5185
|
+
export interface Params$Resource$Projects$Locations$Imageimports$Create extends StandardParameters {
|
|
5183
5186
|
/**
|
|
5184
5187
|
* Required. The image import identifier. This value maximum length is 63 characters, and valid characters are /a-z-/. It must start with an english letter and must not end with a hyphen.
|
|
5185
5188
|
*/
|
|
@@ -5198,8 +5201,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
5198
5201
|
*/
|
|
5199
5202
|
requestBody?: Schema$ImageImport;
|
|
5200
5203
|
}
|
|
5201
|
-
export interface Params$Resource$Projects$Locations$Imageimports$Delete
|
|
5202
|
-
extends StandardParameters {
|
|
5204
|
+
export interface Params$Resource$Projects$Locations$Imageimports$Delete extends StandardParameters {
|
|
5203
5205
|
/**
|
|
5204
5206
|
* Required. The ImageImport name.
|
|
5205
5207
|
*/
|
|
@@ -5209,15 +5211,13 @@ export namespace vmmigration_v1alpha1 {
|
|
|
5209
5211
|
*/
|
|
5210
5212
|
requestId?: string;
|
|
5211
5213
|
}
|
|
5212
|
-
export interface Params$Resource$Projects$Locations$Imageimports$Get
|
|
5213
|
-
extends StandardParameters {
|
|
5214
|
+
export interface Params$Resource$Projects$Locations$Imageimports$Get extends StandardParameters {
|
|
5214
5215
|
/**
|
|
5215
5216
|
* Required. The ImageImport name.
|
|
5216
5217
|
*/
|
|
5217
5218
|
name?: string;
|
|
5218
5219
|
}
|
|
5219
|
-
export interface Params$Resource$Projects$Locations$Imageimports$List
|
|
5220
|
-
extends StandardParameters {
|
|
5220
|
+
export interface Params$Resource$Projects$Locations$Imageimports$List extends StandardParameters {
|
|
5221
5221
|
/**
|
|
5222
5222
|
* Optional. The filter request (according to AIP-160).
|
|
5223
5223
|
*/
|
|
@@ -5696,8 +5696,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
5696
5696
|
}
|
|
5697
5697
|
}
|
|
5698
5698
|
|
|
5699
|
-
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel
|
|
5700
|
-
extends StandardParameters {
|
|
5699
|
+
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel extends StandardParameters {
|
|
5701
5700
|
/**
|
|
5702
5701
|
* Required. The image import job id.
|
|
5703
5702
|
*/
|
|
@@ -5708,15 +5707,13 @@ export namespace vmmigration_v1alpha1 {
|
|
|
5708
5707
|
*/
|
|
5709
5708
|
requestBody?: Schema$CancelImageImportJobRequest;
|
|
5710
5709
|
}
|
|
5711
|
-
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get
|
|
5712
|
-
extends StandardParameters {
|
|
5710
|
+
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get extends StandardParameters {
|
|
5713
5711
|
/**
|
|
5714
5712
|
* Required. The ImageImportJob name.
|
|
5715
5713
|
*/
|
|
5716
5714
|
name?: string;
|
|
5717
5715
|
}
|
|
5718
|
-
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List
|
|
5719
|
-
extends StandardParameters {
|
|
5716
|
+
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List extends StandardParameters {
|
|
5720
5717
|
/**
|
|
5721
5718
|
* Optional. The filter request (according to AIP-160).
|
|
5722
5719
|
*/
|
|
@@ -6306,8 +6303,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
6306
6303
|
}
|
|
6307
6304
|
}
|
|
6308
6305
|
|
|
6309
|
-
export interface Params$Resource$Projects$Locations$Operations$Cancel
|
|
6310
|
-
extends StandardParameters {
|
|
6306
|
+
export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters {
|
|
6311
6307
|
/**
|
|
6312
6308
|
* The name of the operation resource to be cancelled.
|
|
6313
6309
|
*/
|
|
@@ -6318,22 +6314,19 @@ export namespace vmmigration_v1alpha1 {
|
|
|
6318
6314
|
*/
|
|
6319
6315
|
requestBody?: Schema$CancelOperationRequest;
|
|
6320
6316
|
}
|
|
6321
|
-
export interface Params$Resource$Projects$Locations$Operations$Delete
|
|
6322
|
-
extends StandardParameters {
|
|
6317
|
+
export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters {
|
|
6323
6318
|
/**
|
|
6324
6319
|
* The name of the operation resource to be deleted.
|
|
6325
6320
|
*/
|
|
6326
6321
|
name?: string;
|
|
6327
6322
|
}
|
|
6328
|
-
export interface Params$Resource$Projects$Locations$Operations$Get
|
|
6329
|
-
extends StandardParameters {
|
|
6323
|
+
export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters {
|
|
6330
6324
|
/**
|
|
6331
6325
|
* The name of the operation resource.
|
|
6332
6326
|
*/
|
|
6333
6327
|
name?: string;
|
|
6334
6328
|
}
|
|
6335
|
-
export interface Params$Resource$Projects$Locations$Operations$List
|
|
6336
|
-
extends StandardParameters {
|
|
6329
|
+
export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters {
|
|
6337
6330
|
/**
|
|
6338
6331
|
* The standard list filter.
|
|
6339
6332
|
*/
|
|
@@ -7437,8 +7430,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
7437
7430
|
}
|
|
7438
7431
|
}
|
|
7439
7432
|
|
|
7440
|
-
export interface Params$Resource$Projects$Locations$Sources$Create
|
|
7441
|
-
extends StandardParameters {
|
|
7433
|
+
export interface Params$Resource$Projects$Locations$Sources$Create extends StandardParameters {
|
|
7442
7434
|
/**
|
|
7443
7435
|
* Required. The Source's parent.
|
|
7444
7436
|
*/
|
|
@@ -7457,8 +7449,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
7457
7449
|
*/
|
|
7458
7450
|
requestBody?: Schema$Source;
|
|
7459
7451
|
}
|
|
7460
|
-
export interface Params$Resource$Projects$Locations$Sources$Delete
|
|
7461
|
-
extends StandardParameters {
|
|
7452
|
+
export interface Params$Resource$Projects$Locations$Sources$Delete extends StandardParameters {
|
|
7462
7453
|
/**
|
|
7463
7454
|
* Required. The Source name.
|
|
7464
7455
|
*/
|
|
@@ -7468,8 +7459,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
7468
7459
|
*/
|
|
7469
7460
|
requestId?: string;
|
|
7470
7461
|
}
|
|
7471
|
-
export interface Params$Resource$Projects$Locations$Sources$Fetchinventory
|
|
7472
|
-
extends StandardParameters {
|
|
7462
|
+
export interface Params$Resource$Projects$Locations$Sources$Fetchinventory extends StandardParameters {
|
|
7473
7463
|
/**
|
|
7474
7464
|
* If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.
|
|
7475
7465
|
*/
|
|
@@ -7487,8 +7477,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
7487
7477
|
*/
|
|
7488
7478
|
source?: string;
|
|
7489
7479
|
}
|
|
7490
|
-
export interface Params$Resource$Projects$Locations$Sources$Fetchstorageinventory
|
|
7491
|
-
extends StandardParameters {
|
|
7480
|
+
export interface Params$Resource$Projects$Locations$Sources$Fetchstorageinventory extends StandardParameters {
|
|
7492
7481
|
/**
|
|
7493
7482
|
* Optional. If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.
|
|
7494
7483
|
*/
|
|
@@ -7510,15 +7499,13 @@ export namespace vmmigration_v1alpha1 {
|
|
|
7510
7499
|
*/
|
|
7511
7500
|
type?: string;
|
|
7512
7501
|
}
|
|
7513
|
-
export interface Params$Resource$Projects$Locations$Sources$Get
|
|
7514
|
-
extends StandardParameters {
|
|
7502
|
+
export interface Params$Resource$Projects$Locations$Sources$Get extends StandardParameters {
|
|
7515
7503
|
/**
|
|
7516
7504
|
* Required. The Source name.
|
|
7517
7505
|
*/
|
|
7518
7506
|
name?: string;
|
|
7519
7507
|
}
|
|
7520
|
-
export interface Params$Resource$Projects$Locations$Sources$List
|
|
7521
|
-
extends StandardParameters {
|
|
7508
|
+
export interface Params$Resource$Projects$Locations$Sources$List extends StandardParameters {
|
|
7522
7509
|
/**
|
|
7523
7510
|
* Optional. The filter request.
|
|
7524
7511
|
*/
|
|
@@ -7540,8 +7527,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
7540
7527
|
*/
|
|
7541
7528
|
parent?: string;
|
|
7542
7529
|
}
|
|
7543
|
-
export interface Params$Resource$Projects$Locations$Sources$Patch
|
|
7544
|
-
extends StandardParameters {
|
|
7530
|
+
export interface Params$Resource$Projects$Locations$Sources$Patch extends StandardParameters {
|
|
7545
7531
|
/**
|
|
7546
7532
|
* Output only. The Source name.
|
|
7547
7533
|
*/
|
|
@@ -8339,8 +8325,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
8339
8325
|
}
|
|
8340
8326
|
}
|
|
8341
8327
|
|
|
8342
|
-
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Create
|
|
8343
|
-
extends StandardParameters {
|
|
8328
|
+
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Create extends StandardParameters {
|
|
8344
8329
|
/**
|
|
8345
8330
|
* Required. The datacenterConnector identifier.
|
|
8346
8331
|
*/
|
|
@@ -8359,8 +8344,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
8359
8344
|
*/
|
|
8360
8345
|
requestBody?: Schema$DatacenterConnector;
|
|
8361
8346
|
}
|
|
8362
|
-
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Delete
|
|
8363
|
-
extends StandardParameters {
|
|
8347
|
+
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Delete extends StandardParameters {
|
|
8364
8348
|
/**
|
|
8365
8349
|
* Required. The DatacenterConnector name.
|
|
8366
8350
|
*/
|
|
@@ -8370,15 +8354,13 @@ export namespace vmmigration_v1alpha1 {
|
|
|
8370
8354
|
*/
|
|
8371
8355
|
requestId?: string;
|
|
8372
8356
|
}
|
|
8373
|
-
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Get
|
|
8374
|
-
extends StandardParameters {
|
|
8357
|
+
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Get extends StandardParameters {
|
|
8375
8358
|
/**
|
|
8376
8359
|
* Required. The name of the DatacenterConnector.
|
|
8377
8360
|
*/
|
|
8378
8361
|
name?: string;
|
|
8379
8362
|
}
|
|
8380
|
-
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$List
|
|
8381
|
-
extends StandardParameters {
|
|
8363
|
+
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$List extends StandardParameters {
|
|
8382
8364
|
/**
|
|
8383
8365
|
* Optional. The filter request.
|
|
8384
8366
|
*/
|
|
@@ -8400,8 +8382,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
8400
8382
|
*/
|
|
8401
8383
|
parent?: string;
|
|
8402
8384
|
}
|
|
8403
|
-
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Upgradeappliance
|
|
8404
|
-
extends StandardParameters {
|
|
8385
|
+
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Upgradeappliance extends StandardParameters {
|
|
8405
8386
|
/**
|
|
8406
8387
|
* Required. The DatacenterConnector name.
|
|
8407
8388
|
*/
|
|
@@ -9477,8 +9458,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
9477
9458
|
}
|
|
9478
9459
|
}
|
|
9479
9460
|
|
|
9480
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Cancel
|
|
9481
|
-
extends StandardParameters {
|
|
9461
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Cancel extends StandardParameters {
|
|
9482
9462
|
/**
|
|
9483
9463
|
* Required. The name of the DiskMigrationJob.
|
|
9484
9464
|
*/
|
|
@@ -9489,8 +9469,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
9489
9469
|
*/
|
|
9490
9470
|
requestBody?: Schema$CancelDiskMigrationJobRequest;
|
|
9491
9471
|
}
|
|
9492
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Create
|
|
9493
|
-
extends StandardParameters {
|
|
9472
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Create extends StandardParameters {
|
|
9494
9473
|
/**
|
|
9495
9474
|
* Required. The DiskMigrationJob identifier. The maximum length of this value is 63 characters. Valid characters are lower case Latin letters, digits and hyphen. It must start with a Latin letter and must not end with a hyphen.
|
|
9496
9475
|
*/
|
|
@@ -9509,22 +9488,19 @@ export namespace vmmigration_v1alpha1 {
|
|
|
9509
9488
|
*/
|
|
9510
9489
|
requestBody?: Schema$DiskMigrationJob;
|
|
9511
9490
|
}
|
|
9512
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Delete
|
|
9513
|
-
extends StandardParameters {
|
|
9491
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Delete extends StandardParameters {
|
|
9514
9492
|
/**
|
|
9515
9493
|
* Required. The name of the DiskMigrationJob.
|
|
9516
9494
|
*/
|
|
9517
9495
|
name?: string;
|
|
9518
9496
|
}
|
|
9519
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Get
|
|
9520
|
-
extends StandardParameters {
|
|
9497
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Get extends StandardParameters {
|
|
9521
9498
|
/**
|
|
9522
9499
|
* Required. The name of the DiskMigrationJob.
|
|
9523
9500
|
*/
|
|
9524
9501
|
name?: string;
|
|
9525
9502
|
}
|
|
9526
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$List
|
|
9527
|
-
extends StandardParameters {
|
|
9503
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$List extends StandardParameters {
|
|
9528
9504
|
/**
|
|
9529
9505
|
* Optional. The filter request (according to AIP-160).
|
|
9530
9506
|
*/
|
|
@@ -9546,8 +9522,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
9546
9522
|
*/
|
|
9547
9523
|
parent?: string;
|
|
9548
9524
|
}
|
|
9549
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Patch
|
|
9550
|
-
extends StandardParameters {
|
|
9525
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Patch extends StandardParameters {
|
|
9551
9526
|
/**
|
|
9552
9527
|
* Output only. Identifier. The identifier of the DiskMigrationJob.
|
|
9553
9528
|
*/
|
|
@@ -9566,8 +9541,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
9566
9541
|
*/
|
|
9567
9542
|
requestBody?: Schema$DiskMigrationJob;
|
|
9568
9543
|
}
|
|
9569
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Run
|
|
9570
|
-
extends StandardParameters {
|
|
9544
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Run extends StandardParameters {
|
|
9571
9545
|
/**
|
|
9572
9546
|
* Required. The name of the DiskMigrationJob.
|
|
9573
9547
|
*/
|
|
@@ -11160,8 +11134,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
11160
11134
|
}
|
|
11161
11135
|
}
|
|
11162
11136
|
|
|
11163
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Create
|
|
11164
|
-
extends StandardParameters {
|
|
11137
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Create extends StandardParameters {
|
|
11165
11138
|
/**
|
|
11166
11139
|
* Required. The migratingVm identifier.
|
|
11167
11140
|
*/
|
|
@@ -11180,15 +11153,13 @@ export namespace vmmigration_v1alpha1 {
|
|
|
11180
11153
|
*/
|
|
11181
11154
|
requestBody?: Schema$MigratingVm;
|
|
11182
11155
|
}
|
|
11183
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Delete
|
|
11184
|
-
extends StandardParameters {
|
|
11156
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Delete extends StandardParameters {
|
|
11185
11157
|
/**
|
|
11186
11158
|
* Required. The name of the MigratingVm.
|
|
11187
11159
|
*/
|
|
11188
11160
|
name?: string;
|
|
11189
11161
|
}
|
|
11190
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Extendmigration
|
|
11191
|
-
extends StandardParameters {
|
|
11162
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Extendmigration extends StandardParameters {
|
|
11192
11163
|
/**
|
|
11193
11164
|
* Required. The name of the MigratingVm.
|
|
11194
11165
|
*/
|
|
@@ -11199,8 +11170,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
11199
11170
|
*/
|
|
11200
11171
|
requestBody?: Schema$ExtendMigrationRequest;
|
|
11201
11172
|
}
|
|
11202
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Finalizemigration
|
|
11203
|
-
extends StandardParameters {
|
|
11173
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Finalizemigration extends StandardParameters {
|
|
11204
11174
|
/**
|
|
11205
11175
|
* Required. The name of the MigratingVm.
|
|
11206
11176
|
*/
|
|
@@ -11211,8 +11181,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
11211
11181
|
*/
|
|
11212
11182
|
requestBody?: Schema$FinalizeMigrationRequest;
|
|
11213
11183
|
}
|
|
11214
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Get
|
|
11215
|
-
extends StandardParameters {
|
|
11184
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Get extends StandardParameters {
|
|
11216
11185
|
/**
|
|
11217
11186
|
* Required. The name of the MigratingVm.
|
|
11218
11187
|
*/
|
|
@@ -11222,8 +11191,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
11222
11191
|
*/
|
|
11223
11192
|
view?: string;
|
|
11224
11193
|
}
|
|
11225
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$List
|
|
11226
|
-
extends StandardParameters {
|
|
11194
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$List extends StandardParameters {
|
|
11227
11195
|
/**
|
|
11228
11196
|
* Optional. The filter request.
|
|
11229
11197
|
*/
|
|
@@ -11249,8 +11217,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
11249
11217
|
*/
|
|
11250
11218
|
view?: string;
|
|
11251
11219
|
}
|
|
11252
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Patch
|
|
11253
|
-
extends StandardParameters {
|
|
11220
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Patch extends StandardParameters {
|
|
11254
11221
|
/**
|
|
11255
11222
|
* Output only. The identifier of the MigratingVm.
|
|
11256
11223
|
*/
|
|
@@ -11269,8 +11236,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
11269
11236
|
*/
|
|
11270
11237
|
requestBody?: Schema$MigratingVm;
|
|
11271
11238
|
}
|
|
11272
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Pausemigration
|
|
11273
|
-
extends StandardParameters {
|
|
11239
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Pausemigration extends StandardParameters {
|
|
11274
11240
|
/**
|
|
11275
11241
|
* Required. The name of the MigratingVm.
|
|
11276
11242
|
*/
|
|
@@ -11281,8 +11247,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
11281
11247
|
*/
|
|
11282
11248
|
requestBody?: Schema$PauseMigrationRequest;
|
|
11283
11249
|
}
|
|
11284
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Resumemigration
|
|
11285
|
-
extends StandardParameters {
|
|
11250
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Resumemigration extends StandardParameters {
|
|
11286
11251
|
/**
|
|
11287
11252
|
* Required. The name of the MigratingVm.
|
|
11288
11253
|
*/
|
|
@@ -11293,8 +11258,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
11293
11258
|
*/
|
|
11294
11259
|
requestBody?: Schema$ResumeMigrationRequest;
|
|
11295
11260
|
}
|
|
11296
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Startmigration
|
|
11297
|
-
extends StandardParameters {
|
|
11261
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Startmigration extends StandardParameters {
|
|
11298
11262
|
/**
|
|
11299
11263
|
* Required. The name of the MigratingVm.
|
|
11300
11264
|
*/
|
|
@@ -11926,8 +11890,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
11926
11890
|
}
|
|
11927
11891
|
}
|
|
11928
11892
|
|
|
11929
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Cancel
|
|
11930
|
-
extends StandardParameters {
|
|
11893
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Cancel extends StandardParameters {
|
|
11931
11894
|
/**
|
|
11932
11895
|
* Required. The clone job id
|
|
11933
11896
|
*/
|
|
@@ -11938,8 +11901,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
11938
11901
|
*/
|
|
11939
11902
|
requestBody?: Schema$CancelCloneJobRequest;
|
|
11940
11903
|
}
|
|
11941
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Create
|
|
11942
|
-
extends StandardParameters {
|
|
11904
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Create extends StandardParameters {
|
|
11943
11905
|
/**
|
|
11944
11906
|
* Required. The clone job identifier.
|
|
11945
11907
|
*/
|
|
@@ -11958,15 +11920,13 @@ export namespace vmmigration_v1alpha1 {
|
|
|
11958
11920
|
*/
|
|
11959
11921
|
requestBody?: Schema$CloneJob;
|
|
11960
11922
|
}
|
|
11961
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Get
|
|
11962
|
-
extends StandardParameters {
|
|
11923
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Get extends StandardParameters {
|
|
11963
11924
|
/**
|
|
11964
11925
|
* Required. The name of the CloneJob.
|
|
11965
11926
|
*/
|
|
11966
11927
|
name?: string;
|
|
11967
11928
|
}
|
|
11968
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$List
|
|
11969
|
-
extends StandardParameters {
|
|
11929
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$List extends StandardParameters {
|
|
11970
11930
|
/**
|
|
11971
11931
|
* Optional. The filter request.
|
|
11972
11932
|
*/
|
|
@@ -12619,8 +12579,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
12619
12579
|
}
|
|
12620
12580
|
}
|
|
12621
12581
|
|
|
12622
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Cancel
|
|
12623
|
-
extends StandardParameters {
|
|
12582
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Cancel extends StandardParameters {
|
|
12624
12583
|
/**
|
|
12625
12584
|
* Required. The cutover job id
|
|
12626
12585
|
*/
|
|
@@ -12631,8 +12590,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
12631
12590
|
*/
|
|
12632
12591
|
requestBody?: Schema$CancelCutoverJobRequest;
|
|
12633
12592
|
}
|
|
12634
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Create
|
|
12635
|
-
extends StandardParameters {
|
|
12593
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Create extends StandardParameters {
|
|
12636
12594
|
/**
|
|
12637
12595
|
* Required. The cutover job identifier.
|
|
12638
12596
|
*/
|
|
@@ -12651,15 +12609,13 @@ export namespace vmmigration_v1alpha1 {
|
|
|
12651
12609
|
*/
|
|
12652
12610
|
requestBody?: Schema$CutoverJob;
|
|
12653
12611
|
}
|
|
12654
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Get
|
|
12655
|
-
extends StandardParameters {
|
|
12612
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Get extends StandardParameters {
|
|
12656
12613
|
/**
|
|
12657
12614
|
* Required. The name of the CutoverJob.
|
|
12658
12615
|
*/
|
|
12659
12616
|
name?: string;
|
|
12660
12617
|
}
|
|
12661
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$List
|
|
12662
|
-
extends StandardParameters {
|
|
12618
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$List extends StandardParameters {
|
|
12663
12619
|
/**
|
|
12664
12620
|
* Optional. The filter request.
|
|
12665
12621
|
*/
|
|
@@ -12995,15 +12951,13 @@ export namespace vmmigration_v1alpha1 {
|
|
|
12995
12951
|
}
|
|
12996
12952
|
}
|
|
12997
12953
|
|
|
12998
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$Get
|
|
12999
|
-
extends StandardParameters {
|
|
12954
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$Get extends StandardParameters {
|
|
13000
12955
|
/**
|
|
13001
12956
|
* Required. The name of the ReplicationCycle.
|
|
13002
12957
|
*/
|
|
13003
12958
|
name?: string;
|
|
13004
12959
|
}
|
|
13005
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$List
|
|
13006
|
-
extends StandardParameters {
|
|
12960
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$List extends StandardParameters {
|
|
13007
12961
|
/**
|
|
13008
12962
|
* Optional. The filter request.
|
|
13009
12963
|
*/
|
|
@@ -13645,8 +13599,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
13645
13599
|
}
|
|
13646
13600
|
}
|
|
13647
13601
|
|
|
13648
|
-
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Create
|
|
13649
|
-
extends StandardParameters {
|
|
13602
|
+
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Create extends StandardParameters {
|
|
13650
13603
|
/**
|
|
13651
13604
|
* Required. The Utilization Report's parent.
|
|
13652
13605
|
*/
|
|
@@ -13665,8 +13618,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
13665
13618
|
*/
|
|
13666
13619
|
requestBody?: Schema$UtilizationReport;
|
|
13667
13620
|
}
|
|
13668
|
-
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Delete
|
|
13669
|
-
extends StandardParameters {
|
|
13621
|
+
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Delete extends StandardParameters {
|
|
13670
13622
|
/**
|
|
13671
13623
|
* Required. The Utilization Report name.
|
|
13672
13624
|
*/
|
|
@@ -13676,8 +13628,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
13676
13628
|
*/
|
|
13677
13629
|
requestId?: string;
|
|
13678
13630
|
}
|
|
13679
|
-
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Get
|
|
13680
|
-
extends StandardParameters {
|
|
13631
|
+
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Get extends StandardParameters {
|
|
13681
13632
|
/**
|
|
13682
13633
|
* Required. The Utilization Report name.
|
|
13683
13634
|
*/
|
|
@@ -13687,8 +13638,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
13687
13638
|
*/
|
|
13688
13639
|
view?: string;
|
|
13689
13640
|
}
|
|
13690
|
-
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$List
|
|
13691
|
-
extends StandardParameters {
|
|
13641
|
+
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$List extends StandardParameters {
|
|
13692
13642
|
/**
|
|
13693
13643
|
* Optional. The filter request.
|
|
13694
13644
|
*/
|
|
@@ -14462,8 +14412,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
14462
14412
|
}
|
|
14463
14413
|
}
|
|
14464
14414
|
|
|
14465
|
-
export interface Params$Resource$Projects$Locations$Targetprojects$Create
|
|
14466
|
-
extends StandardParameters {
|
|
14415
|
+
export interface Params$Resource$Projects$Locations$Targetprojects$Create extends StandardParameters {
|
|
14467
14416
|
/**
|
|
14468
14417
|
* Required. The TargetProject's parent.
|
|
14469
14418
|
*/
|
|
@@ -14482,8 +14431,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
14482
14431
|
*/
|
|
14483
14432
|
requestBody?: Schema$TargetProject;
|
|
14484
14433
|
}
|
|
14485
|
-
export interface Params$Resource$Projects$Locations$Targetprojects$Delete
|
|
14486
|
-
extends StandardParameters {
|
|
14434
|
+
export interface Params$Resource$Projects$Locations$Targetprojects$Delete extends StandardParameters {
|
|
14487
14435
|
/**
|
|
14488
14436
|
* Required. The TargetProject name.
|
|
14489
14437
|
*/
|
|
@@ -14493,15 +14441,13 @@ export namespace vmmigration_v1alpha1 {
|
|
|
14493
14441
|
*/
|
|
14494
14442
|
requestId?: string;
|
|
14495
14443
|
}
|
|
14496
|
-
export interface Params$Resource$Projects$Locations$Targetprojects$Get
|
|
14497
|
-
extends StandardParameters {
|
|
14444
|
+
export interface Params$Resource$Projects$Locations$Targetprojects$Get extends StandardParameters {
|
|
14498
14445
|
/**
|
|
14499
14446
|
* Required. The TargetProject name.
|
|
14500
14447
|
*/
|
|
14501
14448
|
name?: string;
|
|
14502
14449
|
}
|
|
14503
|
-
export interface Params$Resource$Projects$Locations$Targetprojects$List
|
|
14504
|
-
extends StandardParameters {
|
|
14450
|
+
export interface Params$Resource$Projects$Locations$Targetprojects$List extends StandardParameters {
|
|
14505
14451
|
/**
|
|
14506
14452
|
* Optional. The filter request.
|
|
14507
14453
|
*/
|
|
@@ -14523,8 +14469,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
14523
14469
|
*/
|
|
14524
14470
|
parent?: string;
|
|
14525
14471
|
}
|
|
14526
|
-
export interface Params$Resource$Projects$Locations$Targetprojects$Patch
|
|
14527
|
-
extends StandardParameters {
|
|
14472
|
+
export interface Params$Resource$Projects$Locations$Targetprojects$Patch extends StandardParameters {
|
|
14528
14473
|
/**
|
|
14529
14474
|
* Output only. The name of the target project.
|
|
14530
14475
|
*/
|