|
72 | 72 |
|
73 | 73 | </style>
|
74 | 74 |
|
75 |
| -<h1><a href="vmmigration_v1.html">Migrate to Virtual Machines API</a> . <a href="vmmigration_v1.projects.html">projects</a> . <a href="vmmigration_v1.projects.locations.html">locations</a> . <a href="vmmigration_v1.projects.locations.sources.html">sources</a> . <a href="vmmigration_v1.projects.locations.sources.migratingVms.html">migratingVms</a></h1> |
| 75 | +<h1><a href="vmmigration_v1.html">VM Migration API</a> . <a href="vmmigration_v1.projects.html">projects</a> . <a href="vmmigration_v1.projects.locations.html">locations</a> . <a href="vmmigration_v1.projects.locations.sources.html">sources</a> . <a href="vmmigration_v1.projects.locations.sources.migratingVms.html">migratingVms</a></h1> |
76 | 76 | <h2>Instance Methods</h2>
|
77 | 77 | <p class="toc_element">
|
78 | 78 | <code><a href="vmmigration_v1.projects.locations.sources.migratingVms.cloneJobs.html">cloneJobs()</a></code>
|
@@ -138,6 +138,10 @@ <h3>Method Details</h3>
|
138 | 138 | The object takes the form of:
|
139 | 139 |
|
140 | 140 | { # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
|
| 141 | + "awsSourceVmDetails": { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source. |
| 142 | + "committedStorageBytes": "A String", # The total size of the disks being migrated in bytes. |
| 143 | + "firmware": "A String", # The firmware type of the source VM. |
| 144 | + }, |
141 | 145 | "computeEngineTargetDefaults": { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
|
142 | 146 | "additionalLicenses": [ # Additional licenses to assign to the VM.
|
143 | 147 | "A String",
|
@@ -612,6 +616,10 @@ <h3>Method Details</h3>
|
612 | 616 | An object of the form:
|
613 | 617 |
|
614 | 618 | { # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
|
| 619 | + "awsSourceVmDetails": { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source. |
| 620 | + "committedStorageBytes": "A String", # The total size of the disks being migrated in bytes. |
| 621 | + "firmware": "A String", # The firmware type of the source VM. |
| 622 | + }, |
615 | 623 | "computeEngineTargetDefaults": { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
|
616 | 624 | "additionalLicenses": [ # Additional licenses to assign to the VM.
|
617 | 625 | "A String",
|
@@ -986,6 +994,10 @@ <h3>Method Details</h3>
|
986 | 994 | { # Response message for 'ListMigratingVms' request.
|
987 | 995 | "migratingVms": [ # Output only. The list of Migrating VMs response.
|
988 | 996 | { # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
|
| 997 | + "awsSourceVmDetails": { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source. |
| 998 | + "committedStorageBytes": "A String", # The total size of the disks being migrated in bytes. |
| 999 | + "firmware": "A String", # The firmware type of the source VM. |
| 1000 | + }, |
989 | 1001 | "computeEngineTargetDefaults": { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
|
990 | 1002 | "additionalLicenses": [ # Additional licenses to assign to the VM.
|
991 | 1003 | "A String",
|
@@ -1364,6 +1376,10 @@ <h3>Method Details</h3>
|
1364 | 1376 | The object takes the form of:
|
1365 | 1377 |
|
1366 | 1378 | { # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
|
| 1379 | + "awsSourceVmDetails": { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source. |
| 1380 | + "committedStorageBytes": "A String", # The total size of the disks being migrated in bytes. |
| 1381 | + "firmware": "A String", # The firmware type of the source VM. |
| 1382 | + }, |
1367 | 1383 | "computeEngineTargetDefaults": { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
|
1368 | 1384 | "additionalLicenses": [ # Additional licenses to assign to the VM.
|
1369 | 1385 | "A String",
|
|
0 commit comments