|
31 | 31 | AvailableUpdates, |
32 | 32 | AwsSecurityGroup, |
33 | 33 | AwsSourceDetails, |
| 34 | + AwsSourceDiskDetails, |
34 | 35 | AwsSourceVmDetails, |
35 | 36 | AwsVmDetails, |
36 | 37 | AwsVmsDetails, |
| 38 | + AzureSourceDetails, |
| 39 | + AzureSourceVmDetails, |
| 40 | + AzureVmDetails, |
| 41 | + AzureVmsDetails, |
| 42 | + BootConversion, |
| 43 | + BootDiskDefaults, |
37 | 44 | CancelCloneJobRequest, |
38 | 45 | CancelCloneJobResponse, |
39 | 46 | CancelCutoverJobRequest, |
40 | 47 | CancelCutoverJobResponse, |
| 48 | + CancelDiskMigrationJobRequest, |
| 49 | + CancelDiskMigrationJobResponse, |
| 50 | + CancelImageImportJobRequest, |
| 51 | + CancelImageImportJobResponse, |
41 | 52 | CloneJob, |
42 | 53 | CloneStep, |
43 | 54 | ComputeEngineBootOption, |
| 55 | + ComputeEngineDisk, |
| 56 | + ComputeEngineDisksTargetDefaults, |
| 57 | + ComputeEngineDisksTargetDetails, |
44 | 58 | ComputeEngineDiskType, |
45 | 59 | ComputeEngineLicenseType, |
| 60 | + ComputeEngineNetworkTier, |
46 | 61 | ComputeEngineTargetDefaults, |
47 | 62 | ComputeEngineTargetDetails, |
48 | 63 | ComputeScheduling, |
| 64 | + CopyingSourceDiskSnapshotStep, |
49 | 65 | CreateCloneJobRequest, |
50 | 66 | CreateCutoverJobRequest, |
51 | 67 | CreateDatacenterConnectorRequest, |
| 68 | + CreateDiskMigrationJobRequest, |
52 | 69 | CreateGroupRequest, |
| 70 | + CreateImageImportRequest, |
53 | 71 | CreateMigratingVmRequest, |
54 | 72 | CreateSourceRequest, |
55 | 73 | CreateTargetProjectRequest, |
56 | 74 | CreateUtilizationReportRequest, |
| 75 | + CreatingImageStep, |
| 76 | + CreatingSourceDiskSnapshotStep, |
| 77 | + CutoverForecast, |
57 | 78 | CutoverJob, |
58 | 79 | CutoverStep, |
59 | 80 | CycleStep, |
60 | 81 | DatacenterConnector, |
| 82 | + DataDiskImageImport, |
61 | 83 | DeleteDatacenterConnectorRequest, |
| 84 | + DeleteDiskMigrationJobRequest, |
62 | 85 | DeleteGroupRequest, |
| 86 | + DeleteImageImportRequest, |
63 | 87 | DeleteMigratingVmRequest, |
64 | 88 | DeleteSourceRequest, |
65 | 89 | DeleteTargetProjectRequest, |
66 | 90 | DeleteUtilizationReportRequest, |
| 91 | + DiskImageTargetDetails, |
| 92 | + DiskMigrationJob, |
| 93 | + DiskMigrationJobTargetDetails, |
| 94 | + DiskMigrationStep, |
| 95 | + DisksMigrationDisksTargetDefaults, |
| 96 | + DisksMigrationDisksTargetDetails, |
| 97 | + DisksMigrationVmTargetDefaults, |
| 98 | + DisksMigrationVmTargetDetails, |
| 99 | + Encryption, |
| 100 | + ExtendMigrationRequest, |
| 101 | + ExtendMigrationResponse, |
67 | 102 | FetchInventoryRequest, |
68 | 103 | FetchInventoryResponse, |
| 104 | + FetchStorageInventoryRequest, |
| 105 | + FetchStorageInventoryResponse, |
69 | 106 | FinalizeMigrationRequest, |
70 | 107 | FinalizeMigrationResponse, |
71 | 108 | GetCloneJobRequest, |
72 | 109 | GetCutoverJobRequest, |
73 | 110 | GetDatacenterConnectorRequest, |
| 111 | + GetDiskMigrationJobRequest, |
74 | 112 | GetGroupRequest, |
| 113 | + GetImageImportJobRequest, |
| 114 | + GetImageImportRequest, |
75 | 115 | GetMigratingVmRequest, |
76 | 116 | GetReplicationCycleRequest, |
77 | 117 | GetSourceRequest, |
78 | 118 | GetTargetProjectRequest, |
79 | 119 | GetUtilizationReportRequest, |
80 | 120 | Group, |
| 121 | + ImageImport, |
| 122 | + ImageImportJob, |
| 123 | + ImageImportOsAdaptationParameters, |
| 124 | + ImageImportStep, |
| 125 | + InitializingImageImportStep, |
81 | 126 | InitializingReplicationStep, |
82 | 127 | InstantiatingMigratedVMStep, |
83 | 128 | ListCloneJobsRequest, |
|
86 | 131 | ListCutoverJobsResponse, |
87 | 132 | ListDatacenterConnectorsRequest, |
88 | 133 | ListDatacenterConnectorsResponse, |
| 134 | + ListDiskMigrationJobsRequest, |
| 135 | + ListDiskMigrationJobsResponse, |
89 | 136 | ListGroupsRequest, |
90 | 137 | ListGroupsResponse, |
| 138 | + ListImageImportJobsRequest, |
| 139 | + ListImageImportJobsResponse, |
| 140 | + ListImageImportsRequest, |
| 141 | + ListImageImportsResponse, |
91 | 142 | ListMigratingVmsRequest, |
92 | 143 | ListMigratingVmsResponse, |
93 | 144 | ListReplicationCyclesRequest, |
|
98 | 149 | ListTargetProjectsResponse, |
99 | 150 | ListUtilizationReportsRequest, |
100 | 151 | ListUtilizationReportsResponse, |
| 152 | + LoadingImageSourceFilesStep, |
| 153 | + MachineImageParametersOverrides, |
| 154 | + MachineImageTargetDetails, |
101 | 155 | MigratingVm, |
102 | 156 | MigratingVmView, |
103 | 157 | MigrationError, |
| 158 | + MigrationWarning, |
104 | 159 | NetworkInterface, |
105 | 160 | OperationMetadata, |
| 161 | + OsCapability, |
106 | 162 | PauseMigrationRequest, |
107 | 163 | PauseMigrationResponse, |
| 164 | + PersistentDisk, |
| 165 | + PersistentDiskDefaults, |
108 | 166 | PostProcessingStep, |
109 | 167 | PreparingVMDisksStep, |
| 168 | + ProvisioningTargetDiskStep, |
110 | 169 | RemoveGroupMigrationRequest, |
111 | 170 | RemoveGroupMigrationResponse, |
112 | 171 | ReplicatingStep, |
113 | 172 | ReplicationCycle, |
114 | 173 | ReplicationSync, |
115 | 174 | ResumeMigrationRequest, |
116 | 175 | ResumeMigrationResponse, |
| 176 | + RunDiskMigrationJobRequest, |
| 177 | + RunDiskMigrationJobResponse, |
117 | 178 | SchedulePolicy, |
118 | 179 | SchedulingNodeAffinity, |
| 180 | + ServiceAccount, |
| 181 | + ShieldedInstanceConfig, |
119 | 182 | ShuttingDownSourceVMStep, |
| 183 | + SkipOsAdaptation, |
120 | 184 | Source, |
| 185 | + SourceStorageResource, |
121 | 186 | StartMigrationRequest, |
122 | 187 | StartMigrationResponse, |
123 | 188 | TargetProject, |
| 189 | + UpdateDiskMigrationJobRequest, |
124 | 190 | UpdateGroupRequest, |
125 | 191 | UpdateMigratingVmRequest, |
126 | 192 | UpdateSourceRequest, |
|
130 | 196 | UpgradeStatus, |
131 | 197 | UtilizationReport, |
132 | 198 | UtilizationReportView, |
| 199 | + VmArchitecture, |
| 200 | + VmAttachmentDetails, |
| 201 | + VmCapabilities, |
133 | 202 | VmUtilizationInfo, |
134 | 203 | VmUtilizationMetrics, |
135 | 204 | VmwareSourceDetails, |
| 205 | + VmwareSourceVmDetails, |
136 | 206 | VmwareVmDetails, |
137 | 207 | VmwareVmsDetails, |
138 | 208 | ) |
|
148 | 218 | "AvailableUpdates", |
149 | 219 | "AwsSecurityGroup", |
150 | 220 | "AwsSourceDetails", |
| 221 | + "AwsSourceDiskDetails", |
151 | 222 | "AwsSourceVmDetails", |
152 | 223 | "AwsVmDetails", |
153 | 224 | "AwsVmsDetails", |
| 225 | + "AzureSourceDetails", |
| 226 | + "AzureSourceVmDetails", |
| 227 | + "AzureVmDetails", |
| 228 | + "AzureVmsDetails", |
| 229 | + "BootDiskDefaults", |
154 | 230 | "CancelCloneJobRequest", |
155 | 231 | "CancelCloneJobResponse", |
156 | 232 | "CancelCutoverJobRequest", |
157 | 233 | "CancelCutoverJobResponse", |
| 234 | + "CancelDiskMigrationJobRequest", |
| 235 | + "CancelDiskMigrationJobResponse", |
| 236 | + "CancelImageImportJobRequest", |
| 237 | + "CancelImageImportJobResponse", |
158 | 238 | "CloneJob", |
159 | 239 | "CloneStep", |
| 240 | + "ComputeEngineDisk", |
| 241 | + "ComputeEngineDisksTargetDefaults", |
| 242 | + "ComputeEngineDisksTargetDetails", |
160 | 243 | "ComputeEngineTargetDefaults", |
161 | 244 | "ComputeEngineTargetDetails", |
162 | 245 | "ComputeScheduling", |
| 246 | + "CopyingSourceDiskSnapshotStep", |
163 | 247 | "CreateCloneJobRequest", |
164 | 248 | "CreateCutoverJobRequest", |
165 | 249 | "CreateDatacenterConnectorRequest", |
| 250 | + "CreateDiskMigrationJobRequest", |
166 | 251 | "CreateGroupRequest", |
| 252 | + "CreateImageImportRequest", |
167 | 253 | "CreateMigratingVmRequest", |
168 | 254 | "CreateSourceRequest", |
169 | 255 | "CreateTargetProjectRequest", |
170 | 256 | "CreateUtilizationReportRequest", |
| 257 | + "CreatingImageStep", |
| 258 | + "CreatingSourceDiskSnapshotStep", |
| 259 | + "CutoverForecast", |
171 | 260 | "CutoverJob", |
172 | 261 | "CutoverStep", |
173 | 262 | "CycleStep", |
174 | 263 | "DatacenterConnector", |
| 264 | + "DataDiskImageImport", |
175 | 265 | "DeleteDatacenterConnectorRequest", |
| 266 | + "DeleteDiskMigrationJobRequest", |
176 | 267 | "DeleteGroupRequest", |
| 268 | + "DeleteImageImportRequest", |
177 | 269 | "DeleteMigratingVmRequest", |
178 | 270 | "DeleteSourceRequest", |
179 | 271 | "DeleteTargetProjectRequest", |
180 | 272 | "DeleteUtilizationReportRequest", |
| 273 | + "DiskImageTargetDetails", |
| 274 | + "DiskMigrationJob", |
| 275 | + "DiskMigrationJobTargetDetails", |
| 276 | + "DiskMigrationStep", |
| 277 | + "DisksMigrationDisksTargetDefaults", |
| 278 | + "DisksMigrationDisksTargetDetails", |
| 279 | + "DisksMigrationVmTargetDefaults", |
| 280 | + "DisksMigrationVmTargetDetails", |
| 281 | + "Encryption", |
| 282 | + "ExtendMigrationRequest", |
| 283 | + "ExtendMigrationResponse", |
181 | 284 | "FetchInventoryRequest", |
182 | 285 | "FetchInventoryResponse", |
| 286 | + "FetchStorageInventoryRequest", |
| 287 | + "FetchStorageInventoryResponse", |
183 | 288 | "FinalizeMigrationRequest", |
184 | 289 | "FinalizeMigrationResponse", |
185 | 290 | "GetCloneJobRequest", |
186 | 291 | "GetCutoverJobRequest", |
187 | 292 | "GetDatacenterConnectorRequest", |
| 293 | + "GetDiskMigrationJobRequest", |
188 | 294 | "GetGroupRequest", |
| 295 | + "GetImageImportJobRequest", |
| 296 | + "GetImageImportRequest", |
189 | 297 | "GetMigratingVmRequest", |
190 | 298 | "GetReplicationCycleRequest", |
191 | 299 | "GetSourceRequest", |
192 | 300 | "GetTargetProjectRequest", |
193 | 301 | "GetUtilizationReportRequest", |
194 | 302 | "Group", |
| 303 | + "ImageImport", |
| 304 | + "ImageImportJob", |
| 305 | + "ImageImportOsAdaptationParameters", |
| 306 | + "ImageImportStep", |
| 307 | + "InitializingImageImportStep", |
195 | 308 | "InitializingReplicationStep", |
196 | 309 | "InstantiatingMigratedVMStep", |
197 | 310 | "ListCloneJobsRequest", |
|
200 | 313 | "ListCutoverJobsResponse", |
201 | 314 | "ListDatacenterConnectorsRequest", |
202 | 315 | "ListDatacenterConnectorsResponse", |
| 316 | + "ListDiskMigrationJobsRequest", |
| 317 | + "ListDiskMigrationJobsResponse", |
203 | 318 | "ListGroupsRequest", |
204 | 319 | "ListGroupsResponse", |
| 320 | + "ListImageImportJobsRequest", |
| 321 | + "ListImageImportJobsResponse", |
| 322 | + "ListImageImportsRequest", |
| 323 | + "ListImageImportsResponse", |
205 | 324 | "ListMigratingVmsRequest", |
206 | 325 | "ListMigratingVmsResponse", |
207 | 326 | "ListReplicationCyclesRequest", |
|
212 | 331 | "ListTargetProjectsResponse", |
213 | 332 | "ListUtilizationReportsRequest", |
214 | 333 | "ListUtilizationReportsResponse", |
| 334 | + "LoadingImageSourceFilesStep", |
| 335 | + "MachineImageParametersOverrides", |
| 336 | + "MachineImageTargetDetails", |
215 | 337 | "MigratingVm", |
216 | 338 | "MigrationError", |
| 339 | + "MigrationWarning", |
217 | 340 | "NetworkInterface", |
218 | 341 | "OperationMetadata", |
219 | 342 | "PauseMigrationRequest", |
220 | 343 | "PauseMigrationResponse", |
| 344 | + "PersistentDisk", |
| 345 | + "PersistentDiskDefaults", |
221 | 346 | "PostProcessingStep", |
222 | 347 | "PreparingVMDisksStep", |
| 348 | + "ProvisioningTargetDiskStep", |
223 | 349 | "RemoveGroupMigrationRequest", |
224 | 350 | "RemoveGroupMigrationResponse", |
225 | 351 | "ReplicatingStep", |
226 | 352 | "ReplicationCycle", |
227 | 353 | "ReplicationSync", |
228 | 354 | "ResumeMigrationRequest", |
229 | 355 | "ResumeMigrationResponse", |
| 356 | + "RunDiskMigrationJobRequest", |
| 357 | + "RunDiskMigrationJobResponse", |
230 | 358 | "SchedulePolicy", |
231 | 359 | "SchedulingNodeAffinity", |
| 360 | + "ServiceAccount", |
| 361 | + "ShieldedInstanceConfig", |
232 | 362 | "ShuttingDownSourceVMStep", |
| 363 | + "SkipOsAdaptation", |
233 | 364 | "Source", |
| 365 | + "SourceStorageResource", |
234 | 366 | "StartMigrationRequest", |
235 | 367 | "StartMigrationResponse", |
236 | 368 | "TargetProject", |
| 369 | + "UpdateDiskMigrationJobRequest", |
237 | 370 | "UpdateGroupRequest", |
238 | 371 | "UpdateMigratingVmRequest", |
239 | 372 | "UpdateSourceRequest", |
|
242 | 375 | "UpgradeApplianceResponse", |
243 | 376 | "UpgradeStatus", |
244 | 377 | "UtilizationReport", |
| 378 | + "VmAttachmentDetails", |
| 379 | + "VmCapabilities", |
245 | 380 | "VmUtilizationInfo", |
246 | 381 | "VmUtilizationMetrics", |
247 | 382 | "VmwareSourceDetails", |
| 383 | + "VmwareSourceVmDetails", |
248 | 384 | "VmwareVmDetails", |
249 | 385 | "VmwareVmsDetails", |
| 386 | + "BootConversion", |
250 | 387 | "ComputeEngineBootOption", |
251 | 388 | "ComputeEngineDiskType", |
252 | 389 | "ComputeEngineLicenseType", |
| 390 | + "ComputeEngineNetworkTier", |
253 | 391 | "MigratingVmView", |
| 392 | + "OsCapability", |
254 | 393 | "UtilizationReportView", |
| 394 | + "VmArchitecture", |
255 | 395 | ) |
0 commit comments