You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DiscoveryJson/vmmigration.v1.json
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2548,7 +2548,7 @@
2548
2548
}
2549
2549
}
2550
2550
},
2551
-
"revision": "20251023",
2551
+
"revision": "20251030",
2552
2552
"rootUrl": "https://vmmigration.googleapis.com/",
2553
2553
"schemas": {
2554
2554
"AccessKeyCredentials": {
@@ -3736,6 +3736,10 @@
3736
3736
"description": "Optional. The service account to associate the VM with.",
3737
3737
"type": "string"
3738
3738
},
3739
+
"storagePool": {
3740
+
"description": "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.",
3741
+
"type": "string"
3742
+
},
3739
3743
"targetProject": {
3740
3744
"description": "The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.",
3741
3745
"type": "string"
@@ -3908,6 +3912,10 @@
3908
3912
"description": "The service account to associate the VM with.",
3909
3913
"type": "string"
3910
3914
},
3915
+
"storagePool": {
3916
+
"description": "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.",
3917
+
"type": "string"
3918
+
},
3911
3919
"vmName": {
3912
3920
"description": "The name of the VM to create.",
3913
3921
"type": "string"
@@ -4153,7 +4161,7 @@
4153
4161
"type": "object"
4154
4162
},
4155
4163
"DataDiskImageImport": {
4156
-
"description": "Mentions that the image import is not using OS adaptation process.",
4164
+
"description": "Used when the image import is not using OS adaptation process.",
0 commit comments