@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/v1.ts
CHANGED
|
@@ -1176,7 +1176,12 @@ export namespace vmmigration_v1 {
|
|
|
1176
1176
|
/**
|
|
1177
1177
|
* Used when the image import is not using OS adaptation process.
|
|
1178
1178
|
*/
|
|
1179
|
-
export interface Schema$DataDiskImageImport {
|
|
1179
|
+
export interface Schema$DataDiskImageImport {
|
|
1180
|
+
/**
|
|
1181
|
+
* 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.
|
|
1182
|
+
*/
|
|
1183
|
+
guestOsFeatures?: string[] | null;
|
|
1184
|
+
}
|
|
1180
1185
|
/**
|
|
1181
1186
|
* A message describing a data disk.
|
|
1182
1187
|
*/
|
|
@@ -3235,15 +3240,13 @@ export namespace vmmigration_v1 {
|
|
|
3235
3240
|
}
|
|
3236
3241
|
}
|
|
3237
3242
|
|
|
3238
|
-
export interface Params$Resource$Projects$Locations$Get
|
|
3239
|
-
extends StandardParameters {
|
|
3243
|
+
export interface Params$Resource$Projects$Locations$Get extends StandardParameters {
|
|
3240
3244
|
/**
|
|
3241
3245
|
* Resource name for the location.
|
|
3242
3246
|
*/
|
|
3243
3247
|
name?: string;
|
|
3244
3248
|
}
|
|
3245
|
-
export interface Params$Resource$Projects$Locations$List
|
|
3246
|
-
extends StandardParameters {
|
|
3249
|
+
export interface Params$Resource$Projects$Locations$List extends StandardParameters {
|
|
3247
3250
|
/**
|
|
3248
3251
|
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
|
|
3249
3252
|
*/
|
|
@@ -4314,8 +4317,7 @@ export namespace vmmigration_v1 {
|
|
|
4314
4317
|
}
|
|
4315
4318
|
}
|
|
4316
4319
|
|
|
4317
|
-
export interface Params$Resource$Projects$Locations$Groups$Addgroupmigration
|
|
4318
|
-
extends StandardParameters {
|
|
4320
|
+
export interface Params$Resource$Projects$Locations$Groups$Addgroupmigration extends StandardParameters {
|
|
4319
4321
|
/**
|
|
4320
4322
|
* Required. The full path name of the Group to add to.
|
|
4321
4323
|
*/
|
|
@@ -4326,8 +4328,7 @@ export namespace vmmigration_v1 {
|
|
|
4326
4328
|
*/
|
|
4327
4329
|
requestBody?: Schema$AddGroupMigrationRequest;
|
|
4328
4330
|
}
|
|
4329
|
-
export interface Params$Resource$Projects$Locations$Groups$Create
|
|
4330
|
-
extends StandardParameters {
|
|
4331
|
+
export interface Params$Resource$Projects$Locations$Groups$Create extends StandardParameters {
|
|
4331
4332
|
/**
|
|
4332
4333
|
* Required. The group identifier.
|
|
4333
4334
|
*/
|
|
@@ -4346,8 +4347,7 @@ export namespace vmmigration_v1 {
|
|
|
4346
4347
|
*/
|
|
4347
4348
|
requestBody?: Schema$Group;
|
|
4348
4349
|
}
|
|
4349
|
-
export interface Params$Resource$Projects$Locations$Groups$Delete
|
|
4350
|
-
extends StandardParameters {
|
|
4350
|
+
export interface Params$Resource$Projects$Locations$Groups$Delete extends StandardParameters {
|
|
4351
4351
|
/**
|
|
4352
4352
|
* Required. The Group name.
|
|
4353
4353
|
*/
|
|
@@ -4357,15 +4357,13 @@ export namespace vmmigration_v1 {
|
|
|
4357
4357
|
*/
|
|
4358
4358
|
requestId?: string;
|
|
4359
4359
|
}
|
|
4360
|
-
export interface Params$Resource$Projects$Locations$Groups$Get
|
|
4361
|
-
extends StandardParameters {
|
|
4360
|
+
export interface Params$Resource$Projects$Locations$Groups$Get extends StandardParameters {
|
|
4362
4361
|
/**
|
|
4363
4362
|
* Required. The group name.
|
|
4364
4363
|
*/
|
|
4365
4364
|
name?: string;
|
|
4366
4365
|
}
|
|
4367
|
-
export interface Params$Resource$Projects$Locations$Groups$List
|
|
4368
|
-
extends StandardParameters {
|
|
4366
|
+
export interface Params$Resource$Projects$Locations$Groups$List extends StandardParameters {
|
|
4369
4367
|
/**
|
|
4370
4368
|
* Optional. The filter request.
|
|
4371
4369
|
*/
|
|
@@ -4387,8 +4385,7 @@ export namespace vmmigration_v1 {
|
|
|
4387
4385
|
*/
|
|
4388
4386
|
parent?: string;
|
|
4389
4387
|
}
|
|
4390
|
-
export interface Params$Resource$Projects$Locations$Groups$Patch
|
|
4391
|
-
extends StandardParameters {
|
|
4388
|
+
export interface Params$Resource$Projects$Locations$Groups$Patch extends StandardParameters {
|
|
4392
4389
|
/**
|
|
4393
4390
|
* Output only. The Group name.
|
|
4394
4391
|
*/
|
|
@@ -4407,8 +4404,7 @@ export namespace vmmigration_v1 {
|
|
|
4407
4404
|
*/
|
|
4408
4405
|
requestBody?: Schema$Group;
|
|
4409
4406
|
}
|
|
4410
|
-
export interface Params$Resource$Projects$Locations$Groups$Removegroupmigration
|
|
4411
|
-
extends StandardParameters {
|
|
4407
|
+
export interface Params$Resource$Projects$Locations$Groups$Removegroupmigration extends StandardParameters {
|
|
4412
4408
|
/**
|
|
4413
4409
|
* Required. The name of the Group.
|
|
4414
4410
|
*/
|
|
@@ -5020,8 +5016,7 @@ export namespace vmmigration_v1 {
|
|
|
5020
5016
|
}
|
|
5021
5017
|
}
|
|
5022
5018
|
|
|
5023
|
-
export interface Params$Resource$Projects$Locations$Imageimports$Create
|
|
5024
|
-
extends StandardParameters {
|
|
5019
|
+
export interface Params$Resource$Projects$Locations$Imageimports$Create extends StandardParameters {
|
|
5025
5020
|
/**
|
|
5026
5021
|
* 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.
|
|
5027
5022
|
*/
|
|
@@ -5040,8 +5035,7 @@ export namespace vmmigration_v1 {
|
|
|
5040
5035
|
*/
|
|
5041
5036
|
requestBody?: Schema$ImageImport;
|
|
5042
5037
|
}
|
|
5043
|
-
export interface Params$Resource$Projects$Locations$Imageimports$Delete
|
|
5044
|
-
extends StandardParameters {
|
|
5038
|
+
export interface Params$Resource$Projects$Locations$Imageimports$Delete extends StandardParameters {
|
|
5045
5039
|
/**
|
|
5046
5040
|
* Required. The ImageImport name.
|
|
5047
5041
|
*/
|
|
@@ -5051,15 +5045,13 @@ export namespace vmmigration_v1 {
|
|
|
5051
5045
|
*/
|
|
5052
5046
|
requestId?: string;
|
|
5053
5047
|
}
|
|
5054
|
-
export interface Params$Resource$Projects$Locations$Imageimports$Get
|
|
5055
|
-
extends StandardParameters {
|
|
5048
|
+
export interface Params$Resource$Projects$Locations$Imageimports$Get extends StandardParameters {
|
|
5056
5049
|
/**
|
|
5057
5050
|
* Required. The ImageImport name.
|
|
5058
5051
|
*/
|
|
5059
5052
|
name?: string;
|
|
5060
5053
|
}
|
|
5061
|
-
export interface Params$Resource$Projects$Locations$Imageimports$List
|
|
5062
|
-
extends StandardParameters {
|
|
5054
|
+
export interface Params$Resource$Projects$Locations$Imageimports$List extends StandardParameters {
|
|
5063
5055
|
/**
|
|
5064
5056
|
* Optional. The filter request (according to AIP-160).
|
|
5065
5057
|
*/
|
|
@@ -5535,8 +5527,7 @@ export namespace vmmigration_v1 {
|
|
|
5535
5527
|
}
|
|
5536
5528
|
}
|
|
5537
5529
|
|
|
5538
|
-
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel
|
|
5539
|
-
extends StandardParameters {
|
|
5530
|
+
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel extends StandardParameters {
|
|
5540
5531
|
/**
|
|
5541
5532
|
* Required. The image import job id.
|
|
5542
5533
|
*/
|
|
@@ -5547,15 +5538,13 @@ export namespace vmmigration_v1 {
|
|
|
5547
5538
|
*/
|
|
5548
5539
|
requestBody?: Schema$CancelImageImportJobRequest;
|
|
5549
5540
|
}
|
|
5550
|
-
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get
|
|
5551
|
-
extends StandardParameters {
|
|
5541
|
+
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get extends StandardParameters {
|
|
5552
5542
|
/**
|
|
5553
5543
|
* Required. The ImageImportJob name.
|
|
5554
5544
|
*/
|
|
5555
5545
|
name?: string;
|
|
5556
5546
|
}
|
|
5557
|
-
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List
|
|
5558
|
-
extends StandardParameters {
|
|
5547
|
+
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List extends StandardParameters {
|
|
5559
5548
|
/**
|
|
5560
5549
|
* Optional. The filter request (according to AIP-160).
|
|
5561
5550
|
*/
|
|
@@ -6142,8 +6131,7 @@ export namespace vmmigration_v1 {
|
|
|
6142
6131
|
}
|
|
6143
6132
|
}
|
|
6144
6133
|
|
|
6145
|
-
export interface Params$Resource$Projects$Locations$Operations$Cancel
|
|
6146
|
-
extends StandardParameters {
|
|
6134
|
+
export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters {
|
|
6147
6135
|
/**
|
|
6148
6136
|
* The name of the operation resource to be cancelled.
|
|
6149
6137
|
*/
|
|
@@ -6154,22 +6142,19 @@ export namespace vmmigration_v1 {
|
|
|
6154
6142
|
*/
|
|
6155
6143
|
requestBody?: Schema$CancelOperationRequest;
|
|
6156
6144
|
}
|
|
6157
|
-
export interface Params$Resource$Projects$Locations$Operations$Delete
|
|
6158
|
-
extends StandardParameters {
|
|
6145
|
+
export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters {
|
|
6159
6146
|
/**
|
|
6160
6147
|
* The name of the operation resource to be deleted.
|
|
6161
6148
|
*/
|
|
6162
6149
|
name?: string;
|
|
6163
6150
|
}
|
|
6164
|
-
export interface Params$Resource$Projects$Locations$Operations$Get
|
|
6165
|
-
extends StandardParameters {
|
|
6151
|
+
export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters {
|
|
6166
6152
|
/**
|
|
6167
6153
|
* The name of the operation resource.
|
|
6168
6154
|
*/
|
|
6169
6155
|
name?: string;
|
|
6170
6156
|
}
|
|
6171
|
-
export interface Params$Resource$Projects$Locations$Operations$List
|
|
6172
|
-
extends StandardParameters {
|
|
6157
|
+
export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters {
|
|
6173
6158
|
/**
|
|
6174
6159
|
* The standard list filter.
|
|
6175
6160
|
*/
|
|
@@ -7271,8 +7256,7 @@ export namespace vmmigration_v1 {
|
|
|
7271
7256
|
}
|
|
7272
7257
|
}
|
|
7273
7258
|
|
|
7274
|
-
export interface Params$Resource$Projects$Locations$Sources$Create
|
|
7275
|
-
extends StandardParameters {
|
|
7259
|
+
export interface Params$Resource$Projects$Locations$Sources$Create extends StandardParameters {
|
|
7276
7260
|
/**
|
|
7277
7261
|
* Required. The Source's parent.
|
|
7278
7262
|
*/
|
|
@@ -7291,8 +7275,7 @@ export namespace vmmigration_v1 {
|
|
|
7291
7275
|
*/
|
|
7292
7276
|
requestBody?: Schema$Source;
|
|
7293
7277
|
}
|
|
7294
|
-
export interface Params$Resource$Projects$Locations$Sources$Delete
|
|
7295
|
-
extends StandardParameters {
|
|
7278
|
+
export interface Params$Resource$Projects$Locations$Sources$Delete extends StandardParameters {
|
|
7296
7279
|
/**
|
|
7297
7280
|
* Required. The Source name.
|
|
7298
7281
|
*/
|
|
@@ -7302,8 +7285,7 @@ export namespace vmmigration_v1 {
|
|
|
7302
7285
|
*/
|
|
7303
7286
|
requestId?: string;
|
|
7304
7287
|
}
|
|
7305
|
-
export interface Params$Resource$Projects$Locations$Sources$Fetchinventory
|
|
7306
|
-
extends StandardParameters {
|
|
7288
|
+
export interface Params$Resource$Projects$Locations$Sources$Fetchinventory extends StandardParameters {
|
|
7307
7289
|
/**
|
|
7308
7290
|
* 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.
|
|
7309
7291
|
*/
|
|
@@ -7321,8 +7303,7 @@ export namespace vmmigration_v1 {
|
|
|
7321
7303
|
*/
|
|
7322
7304
|
source?: string;
|
|
7323
7305
|
}
|
|
7324
|
-
export interface Params$Resource$Projects$Locations$Sources$Fetchstorageinventory
|
|
7325
|
-
extends StandardParameters {
|
|
7306
|
+
export interface Params$Resource$Projects$Locations$Sources$Fetchstorageinventory extends StandardParameters {
|
|
7326
7307
|
/**
|
|
7327
7308
|
* 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.
|
|
7328
7309
|
*/
|
|
@@ -7344,15 +7325,13 @@ export namespace vmmigration_v1 {
|
|
|
7344
7325
|
*/
|
|
7345
7326
|
type?: string;
|
|
7346
7327
|
}
|
|
7347
|
-
export interface Params$Resource$Projects$Locations$Sources$Get
|
|
7348
|
-
extends StandardParameters {
|
|
7328
|
+
export interface Params$Resource$Projects$Locations$Sources$Get extends StandardParameters {
|
|
7349
7329
|
/**
|
|
7350
7330
|
* Required. The Source name.
|
|
7351
7331
|
*/
|
|
7352
7332
|
name?: string;
|
|
7353
7333
|
}
|
|
7354
|
-
export interface Params$Resource$Projects$Locations$Sources$List
|
|
7355
|
-
extends StandardParameters {
|
|
7334
|
+
export interface Params$Resource$Projects$Locations$Sources$List extends StandardParameters {
|
|
7356
7335
|
/**
|
|
7357
7336
|
* Optional. The filter request.
|
|
7358
7337
|
*/
|
|
@@ -7374,8 +7353,7 @@ export namespace vmmigration_v1 {
|
|
|
7374
7353
|
*/
|
|
7375
7354
|
parent?: string;
|
|
7376
7355
|
}
|
|
7377
|
-
export interface Params$Resource$Projects$Locations$Sources$Patch
|
|
7378
|
-
extends StandardParameters {
|
|
7356
|
+
export interface Params$Resource$Projects$Locations$Sources$Patch extends StandardParameters {
|
|
7379
7357
|
/**
|
|
7380
7358
|
* Output only. The Source name.
|
|
7381
7359
|
*/
|
|
@@ -8173,8 +8151,7 @@ export namespace vmmigration_v1 {
|
|
|
8173
8151
|
}
|
|
8174
8152
|
}
|
|
8175
8153
|
|
|
8176
|
-
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Create
|
|
8177
|
-
extends StandardParameters {
|
|
8154
|
+
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Create extends StandardParameters {
|
|
8178
8155
|
/**
|
|
8179
8156
|
* Required. The datacenterConnector identifier.
|
|
8180
8157
|
*/
|
|
@@ -8193,8 +8170,7 @@ export namespace vmmigration_v1 {
|
|
|
8193
8170
|
*/
|
|
8194
8171
|
requestBody?: Schema$DatacenterConnector;
|
|
8195
8172
|
}
|
|
8196
|
-
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Delete
|
|
8197
|
-
extends StandardParameters {
|
|
8173
|
+
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Delete extends StandardParameters {
|
|
8198
8174
|
/**
|
|
8199
8175
|
* Required. The DatacenterConnector name.
|
|
8200
8176
|
*/
|
|
@@ -8204,15 +8180,13 @@ export namespace vmmigration_v1 {
|
|
|
8204
8180
|
*/
|
|
8205
8181
|
requestId?: string;
|
|
8206
8182
|
}
|
|
8207
|
-
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Get
|
|
8208
|
-
extends StandardParameters {
|
|
8183
|
+
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Get extends StandardParameters {
|
|
8209
8184
|
/**
|
|
8210
8185
|
* Required. The name of the DatacenterConnector.
|
|
8211
8186
|
*/
|
|
8212
8187
|
name?: string;
|
|
8213
8188
|
}
|
|
8214
|
-
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$List
|
|
8215
|
-
extends StandardParameters {
|
|
8189
|
+
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$List extends StandardParameters {
|
|
8216
8190
|
/**
|
|
8217
8191
|
* Optional. The filter request.
|
|
8218
8192
|
*/
|
|
@@ -8234,8 +8208,7 @@ export namespace vmmigration_v1 {
|
|
|
8234
8208
|
*/
|
|
8235
8209
|
parent?: string;
|
|
8236
8210
|
}
|
|
8237
|
-
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Upgradeappliance
|
|
8238
|
-
extends StandardParameters {
|
|
8211
|
+
export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Upgradeappliance extends StandardParameters {
|
|
8239
8212
|
/**
|
|
8240
8213
|
* Required. The DatacenterConnector name.
|
|
8241
8214
|
*/
|
|
@@ -9305,8 +9278,7 @@ export namespace vmmigration_v1 {
|
|
|
9305
9278
|
}
|
|
9306
9279
|
}
|
|
9307
9280
|
|
|
9308
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Cancel
|
|
9309
|
-
extends StandardParameters {
|
|
9281
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Cancel extends StandardParameters {
|
|
9310
9282
|
/**
|
|
9311
9283
|
* Required. The name of the DiskMigrationJob.
|
|
9312
9284
|
*/
|
|
@@ -9317,8 +9289,7 @@ export namespace vmmigration_v1 {
|
|
|
9317
9289
|
*/
|
|
9318
9290
|
requestBody?: Schema$CancelDiskMigrationJobRequest;
|
|
9319
9291
|
}
|
|
9320
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Create
|
|
9321
|
-
extends StandardParameters {
|
|
9292
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Create extends StandardParameters {
|
|
9322
9293
|
/**
|
|
9323
9294
|
* 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.
|
|
9324
9295
|
*/
|
|
@@ -9337,22 +9308,19 @@ export namespace vmmigration_v1 {
|
|
|
9337
9308
|
*/
|
|
9338
9309
|
requestBody?: Schema$DiskMigrationJob;
|
|
9339
9310
|
}
|
|
9340
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Delete
|
|
9341
|
-
extends StandardParameters {
|
|
9311
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Delete extends StandardParameters {
|
|
9342
9312
|
/**
|
|
9343
9313
|
* Required. The name of the DiskMigrationJob.
|
|
9344
9314
|
*/
|
|
9345
9315
|
name?: string;
|
|
9346
9316
|
}
|
|
9347
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Get
|
|
9348
|
-
extends StandardParameters {
|
|
9317
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Get extends StandardParameters {
|
|
9349
9318
|
/**
|
|
9350
9319
|
* Required. The name of the DiskMigrationJob.
|
|
9351
9320
|
*/
|
|
9352
9321
|
name?: string;
|
|
9353
9322
|
}
|
|
9354
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$List
|
|
9355
|
-
extends StandardParameters {
|
|
9323
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$List extends StandardParameters {
|
|
9356
9324
|
/**
|
|
9357
9325
|
* Optional. The filter request (according to AIP-160).
|
|
9358
9326
|
*/
|
|
@@ -9374,8 +9342,7 @@ export namespace vmmigration_v1 {
|
|
|
9374
9342
|
*/
|
|
9375
9343
|
parent?: string;
|
|
9376
9344
|
}
|
|
9377
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Patch
|
|
9378
|
-
extends StandardParameters {
|
|
9345
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Patch extends StandardParameters {
|
|
9379
9346
|
/**
|
|
9380
9347
|
* Output only. Identifier. The identifier of the DiskMigrationJob.
|
|
9381
9348
|
*/
|
|
@@ -9394,8 +9361,7 @@ export namespace vmmigration_v1 {
|
|
|
9394
9361
|
*/
|
|
9395
9362
|
requestBody?: Schema$DiskMigrationJob;
|
|
9396
9363
|
}
|
|
9397
|
-
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Run
|
|
9398
|
-
extends StandardParameters {
|
|
9364
|
+
export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Run extends StandardParameters {
|
|
9399
9365
|
/**
|
|
9400
9366
|
* Required. The name of the DiskMigrationJob.
|
|
9401
9367
|
*/
|
|
@@ -10983,8 +10949,7 @@ export namespace vmmigration_v1 {
|
|
|
10983
10949
|
}
|
|
10984
10950
|
}
|
|
10985
10951
|
|
|
10986
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Create
|
|
10987
|
-
extends StandardParameters {
|
|
10952
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Create extends StandardParameters {
|
|
10988
10953
|
/**
|
|
10989
10954
|
* Required. The migratingVm identifier.
|
|
10990
10955
|
*/
|
|
@@ -11003,15 +10968,13 @@ export namespace vmmigration_v1 {
|
|
|
11003
10968
|
*/
|
|
11004
10969
|
requestBody?: Schema$MigratingVm;
|
|
11005
10970
|
}
|
|
11006
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Delete
|
|
11007
|
-
extends StandardParameters {
|
|
10971
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Delete extends StandardParameters {
|
|
11008
10972
|
/**
|
|
11009
10973
|
* Required. The name of the MigratingVm.
|
|
11010
10974
|
*/
|
|
11011
10975
|
name?: string;
|
|
11012
10976
|
}
|
|
11013
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Extendmigration
|
|
11014
|
-
extends StandardParameters {
|
|
10977
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Extendmigration extends StandardParameters {
|
|
11015
10978
|
/**
|
|
11016
10979
|
* Required. The name of the MigratingVm.
|
|
11017
10980
|
*/
|
|
@@ -11022,8 +10985,7 @@ export namespace vmmigration_v1 {
|
|
|
11022
10985
|
*/
|
|
11023
10986
|
requestBody?: Schema$ExtendMigrationRequest;
|
|
11024
10987
|
}
|
|
11025
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Finalizemigration
|
|
11026
|
-
extends StandardParameters {
|
|
10988
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Finalizemigration extends StandardParameters {
|
|
11027
10989
|
/**
|
|
11028
10990
|
* Required. The name of the MigratingVm.
|
|
11029
10991
|
*/
|
|
@@ -11034,8 +10996,7 @@ export namespace vmmigration_v1 {
|
|
|
11034
10996
|
*/
|
|
11035
10997
|
requestBody?: Schema$FinalizeMigrationRequest;
|
|
11036
10998
|
}
|
|
11037
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Get
|
|
11038
|
-
extends StandardParameters {
|
|
10999
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Get extends StandardParameters {
|
|
11039
11000
|
/**
|
|
11040
11001
|
* Required. The name of the MigratingVm.
|
|
11041
11002
|
*/
|
|
@@ -11045,8 +11006,7 @@ export namespace vmmigration_v1 {
|
|
|
11045
11006
|
*/
|
|
11046
11007
|
view?: string;
|
|
11047
11008
|
}
|
|
11048
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$List
|
|
11049
|
-
extends StandardParameters {
|
|
11009
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$List extends StandardParameters {
|
|
11050
11010
|
/**
|
|
11051
11011
|
* Optional. The filter request.
|
|
11052
11012
|
*/
|
|
@@ -11072,8 +11032,7 @@ export namespace vmmigration_v1 {
|
|
|
11072
11032
|
*/
|
|
11073
11033
|
view?: string;
|
|
11074
11034
|
}
|
|
11075
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Patch
|
|
11076
|
-
extends StandardParameters {
|
|
11035
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Patch extends StandardParameters {
|
|
11077
11036
|
/**
|
|
11078
11037
|
* Output only. The identifier of the MigratingVm.
|
|
11079
11038
|
*/
|
|
@@ -11092,8 +11051,7 @@ export namespace vmmigration_v1 {
|
|
|
11092
11051
|
*/
|
|
11093
11052
|
requestBody?: Schema$MigratingVm;
|
|
11094
11053
|
}
|
|
11095
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Pausemigration
|
|
11096
|
-
extends StandardParameters {
|
|
11054
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Pausemigration extends StandardParameters {
|
|
11097
11055
|
/**
|
|
11098
11056
|
* Required. The name of the MigratingVm.
|
|
11099
11057
|
*/
|
|
@@ -11104,8 +11062,7 @@ export namespace vmmigration_v1 {
|
|
|
11104
11062
|
*/
|
|
11105
11063
|
requestBody?: Schema$PauseMigrationRequest;
|
|
11106
11064
|
}
|
|
11107
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Resumemigration
|
|
11108
|
-
extends StandardParameters {
|
|
11065
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Resumemigration extends StandardParameters {
|
|
11109
11066
|
/**
|
|
11110
11067
|
* Required. The name of the MigratingVm.
|
|
11111
11068
|
*/
|
|
@@ -11116,8 +11073,7 @@ export namespace vmmigration_v1 {
|
|
|
11116
11073
|
*/
|
|
11117
11074
|
requestBody?: Schema$ResumeMigrationRequest;
|
|
11118
11075
|
}
|
|
11119
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Startmigration
|
|
11120
|
-
extends StandardParameters {
|
|
11076
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Startmigration extends StandardParameters {
|
|
11121
11077
|
/**
|
|
11122
11078
|
* Required. The name of the MigratingVm.
|
|
11123
11079
|
*/
|
|
@@ -11742,8 +11698,7 @@ export namespace vmmigration_v1 {
|
|
|
11742
11698
|
}
|
|
11743
11699
|
}
|
|
11744
11700
|
|
|
11745
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Cancel
|
|
11746
|
-
extends StandardParameters {
|
|
11701
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Cancel extends StandardParameters {
|
|
11747
11702
|
/**
|
|
11748
11703
|
* Required. The clone job id
|
|
11749
11704
|
*/
|
|
@@ -11754,8 +11709,7 @@ export namespace vmmigration_v1 {
|
|
|
11754
11709
|
*/
|
|
11755
11710
|
requestBody?: Schema$CancelCloneJobRequest;
|
|
11756
11711
|
}
|
|
11757
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Create
|
|
11758
|
-
extends StandardParameters {
|
|
11712
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Create extends StandardParameters {
|
|
11759
11713
|
/**
|
|
11760
11714
|
* Required. The clone job identifier.
|
|
11761
11715
|
*/
|
|
@@ -11774,15 +11728,13 @@ export namespace vmmigration_v1 {
|
|
|
11774
11728
|
*/
|
|
11775
11729
|
requestBody?: Schema$CloneJob;
|
|
11776
11730
|
}
|
|
11777
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Get
|
|
11778
|
-
extends StandardParameters {
|
|
11731
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Get extends StandardParameters {
|
|
11779
11732
|
/**
|
|
11780
11733
|
* Required. The name of the CloneJob.
|
|
11781
11734
|
*/
|
|
11782
11735
|
name?: string;
|
|
11783
11736
|
}
|
|
11784
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$List
|
|
11785
|
-
extends StandardParameters {
|
|
11737
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$List extends StandardParameters {
|
|
11786
11738
|
/**
|
|
11787
11739
|
* Optional. The filter request.
|
|
11788
11740
|
*/
|
|
@@ -12426,8 +12378,7 @@ export namespace vmmigration_v1 {
|
|
|
12426
12378
|
}
|
|
12427
12379
|
}
|
|
12428
12380
|
|
|
12429
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Cancel
|
|
12430
|
-
extends StandardParameters {
|
|
12381
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Cancel extends StandardParameters {
|
|
12431
12382
|
/**
|
|
12432
12383
|
* Required. The cutover job id
|
|
12433
12384
|
*/
|
|
@@ -12438,8 +12389,7 @@ export namespace vmmigration_v1 {
|
|
|
12438
12389
|
*/
|
|
12439
12390
|
requestBody?: Schema$CancelCutoverJobRequest;
|
|
12440
12391
|
}
|
|
12441
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Create
|
|
12442
|
-
extends StandardParameters {
|
|
12392
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Create extends StandardParameters {
|
|
12443
12393
|
/**
|
|
12444
12394
|
* Required. The cutover job identifier.
|
|
12445
12395
|
*/
|
|
@@ -12458,15 +12408,13 @@ export namespace vmmigration_v1 {
|
|
|
12458
12408
|
*/
|
|
12459
12409
|
requestBody?: Schema$CutoverJob;
|
|
12460
12410
|
}
|
|
12461
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Get
|
|
12462
|
-
extends StandardParameters {
|
|
12411
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Get extends StandardParameters {
|
|
12463
12412
|
/**
|
|
12464
12413
|
* Required. The name of the CutoverJob.
|
|
12465
12414
|
*/
|
|
12466
12415
|
name?: string;
|
|
12467
12416
|
}
|
|
12468
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$List
|
|
12469
|
-
extends StandardParameters {
|
|
12417
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$List extends StandardParameters {
|
|
12470
12418
|
/**
|
|
12471
12419
|
* Optional. The filter request.
|
|
12472
12420
|
*/
|
|
@@ -12801,15 +12749,13 @@ export namespace vmmigration_v1 {
|
|
|
12801
12749
|
}
|
|
12802
12750
|
}
|
|
12803
12751
|
|
|
12804
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$Get
|
|
12805
|
-
extends StandardParameters {
|
|
12752
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$Get extends StandardParameters {
|
|
12806
12753
|
/**
|
|
12807
12754
|
* Required. The name of the ReplicationCycle.
|
|
12808
12755
|
*/
|
|
12809
12756
|
name?: string;
|
|
12810
12757
|
}
|
|
12811
|
-
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$List
|
|
12812
|
-
extends StandardParameters {
|
|
12758
|
+
export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$List extends StandardParameters {
|
|
12813
12759
|
/**
|
|
12814
12760
|
* Optional. The filter request.
|
|
12815
12761
|
*/
|
|
@@ -13449,8 +13395,7 @@ export namespace vmmigration_v1 {
|
|
|
13449
13395
|
}
|
|
13450
13396
|
}
|
|
13451
13397
|
|
|
13452
|
-
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Create
|
|
13453
|
-
extends StandardParameters {
|
|
13398
|
+
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Create extends StandardParameters {
|
|
13454
13399
|
/**
|
|
13455
13400
|
* Required. The Utilization Report's parent.
|
|
13456
13401
|
*/
|
|
@@ -13469,8 +13414,7 @@ export namespace vmmigration_v1 {
|
|
|
13469
13414
|
*/
|
|
13470
13415
|
requestBody?: Schema$UtilizationReport;
|
|
13471
13416
|
}
|
|
13472
|
-
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Delete
|
|
13473
|
-
extends StandardParameters {
|
|
13417
|
+
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Delete extends StandardParameters {
|
|
13474
13418
|
/**
|
|
13475
13419
|
* Required. The Utilization Report name.
|
|
13476
13420
|
*/
|
|
@@ -13480,8 +13424,7 @@ export namespace vmmigration_v1 {
|
|
|
13480
13424
|
*/
|
|
13481
13425
|
requestId?: string;
|
|
13482
13426
|
}
|
|
13483
|
-
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Get
|
|
13484
|
-
extends StandardParameters {
|
|
13427
|
+
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Get extends StandardParameters {
|
|
13485
13428
|
/**
|
|
13486
13429
|
* Required. The Utilization Report name.
|
|
13487
13430
|
*/
|
|
@@ -13491,8 +13434,7 @@ export namespace vmmigration_v1 {
|
|
|
13491
13434
|
*/
|
|
13492
13435
|
view?: string;
|
|
13493
13436
|
}
|
|
13494
|
-
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$List
|
|
13495
|
-
extends StandardParameters {
|
|
13437
|
+
export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$List extends StandardParameters {
|
|
13496
13438
|
/**
|
|
13497
13439
|
* Optional. The filter request.
|
|
13498
13440
|
*/
|
|
@@ -14266,8 +14208,7 @@ export namespace vmmigration_v1 {
|
|
|
14266
14208
|
}
|
|
14267
14209
|
}
|
|
14268
14210
|
|
|
14269
|
-
export interface Params$Resource$Projects$Locations$Targetprojects$Create
|
|
14270
|
-
extends StandardParameters {
|
|
14211
|
+
export interface Params$Resource$Projects$Locations$Targetprojects$Create extends StandardParameters {
|
|
14271
14212
|
/**
|
|
14272
14213
|
* Required. The TargetProject's parent.
|
|
14273
14214
|
*/
|
|
@@ -14286,8 +14227,7 @@ export namespace vmmigration_v1 {
|
|
|
14286
14227
|
*/
|
|
14287
14228
|
requestBody?: Schema$TargetProject;
|
|
14288
14229
|
}
|
|
14289
|
-
export interface Params$Resource$Projects$Locations$Targetprojects$Delete
|
|
14290
|
-
extends StandardParameters {
|
|
14230
|
+
export interface Params$Resource$Projects$Locations$Targetprojects$Delete extends StandardParameters {
|
|
14291
14231
|
/**
|
|
14292
14232
|
* Required. The TargetProject name.
|
|
14293
14233
|
*/
|
|
@@ -14297,15 +14237,13 @@ export namespace vmmigration_v1 {
|
|
|
14297
14237
|
*/
|
|
14298
14238
|
requestId?: string;
|
|
14299
14239
|
}
|
|
14300
|
-
export interface Params$Resource$Projects$Locations$Targetprojects$Get
|
|
14301
|
-
extends StandardParameters {
|
|
14240
|
+
export interface Params$Resource$Projects$Locations$Targetprojects$Get extends StandardParameters {
|
|
14302
14241
|
/**
|
|
14303
14242
|
* Required. The TargetProject name.
|
|
14304
14243
|
*/
|
|
14305
14244
|
name?: string;
|
|
14306
14245
|
}
|
|
14307
|
-
export interface Params$Resource$Projects$Locations$Targetprojects$List
|
|
14308
|
-
extends StandardParameters {
|
|
14246
|
+
export interface Params$Resource$Projects$Locations$Targetprojects$List extends StandardParameters {
|
|
14309
14247
|
/**
|
|
14310
14248
|
* Optional. The filter request.
|
|
14311
14249
|
*/
|
|
@@ -14327,8 +14265,7 @@ export namespace vmmigration_v1 {
|
|
|
14327
14265
|
*/
|
|
14328
14266
|
parent?: string;
|
|
14329
14267
|
}
|
|
14330
|
-
export interface Params$Resource$Projects$Locations$Targetprojects$Patch
|
|
14331
|
-
extends StandardParameters {
|
|
14268
|
+
export interface Params$Resource$Projects$Locations$Targetprojects$Patch extends StandardParameters {
|
|
14332
14269
|
/**
|
|
14333
14270
|
* Output only. The name of the target project.
|
|
14334
14271
|
*/
|