blob: 3285160efb838cf0dbb0bd4614b5de8574450f34 [file] [log] [blame]
yoshi-code-botf4773f62021-10-19 00:22:31 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="vmmigration_v1alpha1.html">VM Migration API</a> . <a href="vmmigration_v1alpha1.projects.html">projects</a> . <a href="vmmigration_v1alpha1.projects.locations.html">locations</a> . <a href="vmmigration_v1alpha1.projects.locations.sources.html">sources</a> . <a href="vmmigration_v1alpha1.projects.locations.sources.migratingVms.html">migratingVms</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="vmmigration_v1alpha1.projects.locations.sources.migratingVms.cloneJobs.html">cloneJobs()</a></code>
79</p>
80<p class="firstline">Returns the cloneJobs Resource.</p>
81
82<p class="toc_element">
83 <code><a href="vmmigration_v1alpha1.projects.locations.sources.migratingVms.cutoverJobs.html">cutoverJobs()</a></code>
84</p>
85<p class="firstline">Returns the cutoverJobs Resource.</p>
86
87<p class="toc_element">
88 <code><a href="#close">close()</a></code></p>
89<p class="firstline">Close httplib2 connections.</p>
90<p class="toc_element">
91 <code><a href="#create">create(parent, body=None, migratingVmId=None, requestId=None, x__xgafv=None)</a></code></p>
92<p class="firstline">Creates a new MigratingVm in a given Source.</p>
93<p class="toc_element">
94 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
95<p class="firstline">Deletes a single MigratingVm.</p>
96<p class="toc_element">
97 <code><a href="#finalizeMigration">finalizeMigration(migratingVm, body=None, x__xgafv=None)</a></code></p>
98<p class="firstline">Marks a migration as completed, deleting migration resources that are no longer being used. Only applicable after cutover is done.</p>
99<p class="toc_element">
100 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
101<p class="firstline">Gets details of a single MigratingVm.</p>
102<p class="toc_element">
103 <code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
104<p class="firstline">Lists MigratingVms in a given Source.</p>
105<p class="toc_element">
106 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
107<p class="firstline">Retrieves the next page of results.</p>
108<p class="toc_element">
109 <code><a href="#patch">patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None)</a></code></p>
110<p class="firstline">Updates the parameters of a single MigratingVm.</p>
111<p class="toc_element">
112 <code><a href="#pauseMigration">pauseMigration(migratingVm, body=None, x__xgafv=None)</a></code></p>
113<p class="firstline">Pauses a migration for a VM. If cycle tasks are running they will be cancelled, preserving source task data. Further replication cycles will not be triggered while the VM is paused.</p>
114<p class="toc_element">
115 <code><a href="#resumeMigration">resumeMigration(migratingVm, body=None, x__xgafv=None)</a></code></p>
116<p class="firstline">Resumes a migration for a VM. When called on a paused migration, will start the process of uploading data and creating snapshots; when called on a completed cut-over migration, will update the migration to active state and start the process of uploading data and creating snapshots.</p>
117<p class="toc_element">
118 <code><a href="#startMigration">startMigration(migratingVm, body=None, x__xgafv=None)</a></code></p>
119<p class="firstline">Starts migration for a VM. Starts the process of uploading data and creating snapshots, in replication cycles scheduled by the policy.</p>
120<h3>Method Details</h3>
121<div class="method">
122 <code class="details" id="close">close()</code>
123 <pre>Close httplib2 connections.</pre>
124</div>
125
126<div class="method">
127 <code class="details" id="create">create(parent, body=None, migratingVmId=None, requestId=None, x__xgafv=None)</code>
128 <pre>Creates a new MigratingVm in a given Source.
129
130Args:
131 parent: string, Required. The MigratingVm&#x27;s parent. (required)
132 body: object, The request body.
133 The object takes the form of:
134
135{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
136 &quot;computeEngineTargetDefaults&quot;: { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
137 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
138 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
139 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
140 },
141 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
142 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
143 &quot;automaticRestart&quot;: True or False,
144 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
145 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
146 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
147 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
148 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
149 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
150 &quot;A String&quot;,
151 ],
152 },
153 ],
154 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
155 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
156 },
157 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
158 &quot;labels&quot;: { # A map of labels to associate with the VM.
159 &quot;a_key&quot;: &quot;A String&quot;,
160 },
161 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
162 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
163 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
164 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
165 &quot;a_key&quot;: &quot;A String&quot;,
166 },
167 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
168 { # NetworkInterface represents a NIC of a VM.
169 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
170 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
171 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
172 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
173 },
174 ],
175 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
176 &quot;A String&quot;,
177 ],
178 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
179 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
180 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
181 &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
182 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
183 },
184 &quot;computeEngineVmDefaults&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_defaults instead.
185 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
186 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
187 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
188 },
189 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
190 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
191 &quot;automaticRestart&quot;: True or False,
192 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
193 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
194 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
195 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
196 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
197 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
198 &quot;A String&quot;,
199 ],
200 },
201 ],
202 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
203 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
204 },
205 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
206 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
207 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
208 &quot;labels&quot;: { # A map of labels to associate with the VM.
209 &quot;a_key&quot;: &quot;A String&quot;,
210 },
211 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
212 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
213 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
214 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
215 &quot;a_key&quot;: &quot;A String&quot;,
216 },
217 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
218 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
219 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
220 { # NetworkInterface represents a NIC of a VM.
221 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
222 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
223 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
224 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
225 },
226 ],
227 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
228 &quot;A String&quot;,
229 ],
230 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
231 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
232 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
233 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
234 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
235 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
236 },
237 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the migrating VM was created (this refers to this resource and not to the time it was installed in the source).
238 &quot;currentSyncInfo&quot;: { # ReplicationCycle contains information about the current replication cycle status. # Output only. The percentage progress of the current running replication cycle.
239 &quot;progress&quot;: 42, # The current progress in percentage of this cycle.
240 &quot;progressPercent&quot;: 42, # The current progress in percentage of this cycle.
241 &quot;startTime&quot;: &quot;A String&quot;, # The time the replication cycle has started.
242 },
243 &quot;description&quot;: &quot;A String&quot;, # The description attached to the migrating VM by the user.
244 &quot;displayName&quot;: &quot;A String&quot;, # The display name attached to the MigratingVm by the user.
245 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details on the state of the Migrating VM in case of an error in replication.
246 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
247 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
248 {
249 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
250 },
251 ],
252 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
253 },
254 &quot;group&quot;: &quot;A String&quot;, # Output only. The group this migrating vm is included in, if any. The group is represented by the full path of the appropriate Group resource.
255 &quot;labels&quot;: { # The labels of the migrating VM.
256 &quot;a_key&quot;: &quot;A String&quot;,
257 },
258 &quot;lastSync&quot;: { # ReplicationSync contain information about the last replica sync to the cloud. # Output only. The most updated snapshot created time in the source that finished replication.
259 &quot;lastSyncTime&quot;: &quot;A String&quot;, # The most updated snapshot created time in the source that finished replication.
260 },
261 &quot;name&quot;: &quot;A String&quot;, # Output only. The identifier of the MigratingVm.
262 &quot;policy&quot;: { # A policy for scheduling replications. # The replication schedule policy.
263 &quot;idleDuration&quot;: &quot;A String&quot;, # The idle duration between replication stages.
264 &quot;skipOsAdaptation&quot;: True or False, # A flag to indicate whether to skip OS adaptation during the replication sync. OS adaptation is a process where the VM&#x27;s operating system undergoes changes and adaptations to fully function on Compute Engine.
265 },
266 &quot;recentCloneJobs&quot;: [ # Output only. The recent clone jobs performed on the migrating VM. This field holds the vm&#x27;s last completed clone job and the vm&#x27;s running clone job, if one exists.
267 { # CloneJob describes the process of creating a clone of a MigratingVM to the requested target based on the latest successful uploaded snapshots. While the migration cycles of a MigratingVm take place, it is possible to verify the uploaded VM can be started in the cloud, by creating a clone. The clone can be created without any downtime, and it is created using the latest snapshots which are already in the cloud. The cloneJob is only responsible for its work, not its products, which means once it is finished, it will never touch the instance it created. It will only delete it in case of the CloneJob being cancelled or upon failure to clone.
268 &quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
269 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # The OS license returned from the adaptation module report.
270 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
271 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
272 },
273 &quot;bootOption&quot;: &quot;A String&quot;, # The VM Boot Option, as set in the source vm.
274 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
275 &quot;automaticRestart&quot;: True or False,
276 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
277 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
278 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
279 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
280 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
281 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
282 &quot;A String&quot;,
283 ],
284 },
285 ],
286 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
287 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
288 },
289 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
290 &quot;labels&quot;: { # A map of labels to associate with the VM.
291 &quot;a_key&quot;: &quot;A String&quot;,
292 },
293 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
294 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
295 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
296 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
297 &quot;a_key&quot;: &quot;A String&quot;,
298 },
299 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
300 { # NetworkInterface represents a NIC of a VM.
301 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
302 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
303 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
304 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
305 },
306 ],
307 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
308 &quot;A String&quot;,
309 ],
310 &quot;project&quot;: &quot;A String&quot;, # The GCP target project ID or project name.
311 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
312 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
313 &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
314 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
315 },
316 &quot;computeEngineVmDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
317 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
318 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
319 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
320 },
321 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
322 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
323 &quot;automaticRestart&quot;: True or False,
324 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
325 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
326 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
327 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
328 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
329 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
330 &quot;A String&quot;,
331 ],
332 },
333 ],
334 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
335 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
336 },
337 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
338 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
339 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
340 &quot;labels&quot;: { # A map of labels to associate with the VM.
341 &quot;a_key&quot;: &quot;A String&quot;,
342 },
343 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
344 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
345 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
346 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
347 &quot;a_key&quot;: &quot;A String&quot;,
348 },
349 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
350 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
351 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
352 { # NetworkInterface represents a NIC of a VM.
353 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
354 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
355 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
356 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
357 },
358 ],
359 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
360 &quot;A String&quot;,
361 ],
362 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
363 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
364 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
365 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
366 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
367 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
368 },
369 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
370 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details for the errors that led to the Clone Job&#x27;s state.
371 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
372 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
373 {
374 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
375 },
376 ],
377 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
378 },
379 &quot;name&quot;: &quot;A String&quot;, # The name of the clone.
380 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the clone job.
381 &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last updated.
382 &quot;targetDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.
383 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
384 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
385 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
386 },
387 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
388 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
389 &quot;automaticRestart&quot;: True or False,
390 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
391 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
392 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
393 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
394 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
395 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
396 &quot;A String&quot;,
397 ],
398 },
399 ],
400 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
401 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
402 },
403 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
404 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
405 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
406 &quot;labels&quot;: { # A map of labels to associate with the VM.
407 &quot;a_key&quot;: &quot;A String&quot;,
408 },
409 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
410 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
411 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
412 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
413 &quot;a_key&quot;: &quot;A String&quot;,
414 },
415 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
416 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
417 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
418 { # NetworkInterface represents a NIC of a VM.
419 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
420 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
421 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
422 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
423 },
424 ],
425 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
426 &quot;A String&quot;,
427 ],
428 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
429 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
430 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
431 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
432 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
433 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
434 },
435 },
436 ],
437 &quot;recentCutoverJobs&quot;: [ # Output only. The recent cutover jobs performed on the migrating VM. This field holds the vm&#x27;s last completed cutover job and the vm&#x27;s running cutover job, if one exists.
438 { # CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and clonning the VM using the replicated snapshot.
439 &quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
440 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # The OS license returned from the adaptation module report.
441 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
442 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
443 },
444 &quot;bootOption&quot;: &quot;A String&quot;, # The VM Boot Option, as set in the source vm.
445 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
446 &quot;automaticRestart&quot;: True or False,
447 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
448 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
449 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
450 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
451 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
452 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
453 &quot;A String&quot;,
454 ],
455 },
456 ],
457 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
458 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
459 },
460 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
461 &quot;labels&quot;: { # A map of labels to associate with the VM.
462 &quot;a_key&quot;: &quot;A String&quot;,
463 },
464 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
465 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
466 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
467 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
468 &quot;a_key&quot;: &quot;A String&quot;,
469 },
470 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
471 { # NetworkInterface represents a NIC of a VM.
472 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
473 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
474 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
475 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
476 },
477 ],
478 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
479 &quot;A String&quot;,
480 ],
481 &quot;project&quot;: &quot;A String&quot;, # The GCP target project ID or project name.
482 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
483 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
484 &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
485 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
486 },
487 &quot;computeEngineVmDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
488 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
489 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
490 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
491 },
492 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
493 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
494 &quot;automaticRestart&quot;: True or False,
495 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
496 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
497 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
498 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
499 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
500 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
501 &quot;A String&quot;,
502 ],
503 },
504 ],
505 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
506 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
507 },
508 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
509 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
510 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
511 &quot;labels&quot;: { # A map of labels to associate with the VM.
512 &quot;a_key&quot;: &quot;A String&quot;,
513 },
514 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
515 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
516 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
517 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
518 &quot;a_key&quot;: &quot;A String&quot;,
519 },
520 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
521 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
522 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
523 { # NetworkInterface represents a NIC of a VM.
524 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
525 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
526 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
527 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
528 },
529 ],
530 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
531 &quot;A String&quot;,
532 ],
533 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
534 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
535 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
536 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
537 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
538 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
539 },
540 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
541 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details for the errors that led to the Cutover Job&#x27;s state.
542 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
543 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
544 {
545 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
546 },
547 ],
548 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
549 },
550 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the cutover job.
551 &quot;progress&quot;: 42, # Output only. The current progress in percentage of the cutover job.
552 &quot;progressPercent&quot;: 42, # Output only. The current progress in percentage of the cutover job.
553 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the cutover job.
554 &quot;stateMessage&quot;: &quot;A String&quot;, # Output only. A message providing possible extra details about the current state.
555 &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last updated.
556 &quot;targetDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM to create as the target of this cutover job. Deprecated: Use compute_engine_target_details instead.
557 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
558 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
559 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
560 },
561 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
562 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
563 &quot;automaticRestart&quot;: True or False,
564 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
565 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
566 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
567 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
568 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
569 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
570 &quot;A String&quot;,
571 ],
572 },
573 ],
574 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
575 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
576 },
577 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
578 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
579 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
580 &quot;labels&quot;: { # A map of labels to associate with the VM.
581 &quot;a_key&quot;: &quot;A String&quot;,
582 },
583 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
584 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
585 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
586 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
587 &quot;a_key&quot;: &quot;A String&quot;,
588 },
589 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
590 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
591 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
592 { # NetworkInterface represents a NIC of a VM.
593 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
594 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
595 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
596 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
597 },
598 ],
599 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
600 &quot;A String&quot;,
601 ],
602 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
603 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
604 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
605 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
606 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
607 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
608 },
609 },
610 ],
611 &quot;sourceVmId&quot;: &quot;A String&quot;, # The unique ID of the VM in the source. The VM&#x27;s name in vSphere can be changed, so this is not the VM&#x27;s name but rather its moRef id. This id is of the form vm-.
612 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the MigratingVm.
613 &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM state was updated.
614 &quot;targetDefaults&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # The default configuration of the target VM that will be created in GCP as a result of the migration. Deprecated: Use compute_engine_target_defaults instead.
615 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
616 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
617 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
618 },
619 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
620 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
621 &quot;automaticRestart&quot;: True or False,
622 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
623 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
624 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
625 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
626 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
627 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
628 &quot;A String&quot;,
629 ],
630 },
631 ],
632 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
633 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
634 },
635 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
636 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
637 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
638 &quot;labels&quot;: { # A map of labels to associate with the VM.
639 &quot;a_key&quot;: &quot;A String&quot;,
640 },
641 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
642 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
643 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
644 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
645 &quot;a_key&quot;: &quot;A String&quot;,
646 },
647 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
648 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
649 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
650 { # NetworkInterface represents a NIC of a VM.
651 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
652 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
653 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
654 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
655 },
656 ],
657 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
658 &quot;A String&quot;,
659 ],
660 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
661 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
662 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
663 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
664 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
665 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
666 },
667 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM resource was updated.
668}
669
670 migratingVmId: string, Required. The migratingVm identifier.
671 requestId: string, A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
672 x__xgafv: string, V1 error format.
673 Allowed values
674 1 - v1 error format
675 2 - v2 error format
676
677Returns:
678 An object of the form:
679
680 { # This resource represents a long-running operation that is the result of a network API call.
681 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
682 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
683 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
684 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
685 {
686 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
687 },
688 ],
689 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
690 },
691 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
692 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
693 },
694 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
695 &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
696 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
697 },
698}</pre>
699</div>
700
701<div class="method">
702 <code class="details" id="delete">delete(name, x__xgafv=None)</code>
703 <pre>Deletes a single MigratingVm.
704
705Args:
706 name: string, Required. The name of the MigratingVm. (required)
707 x__xgafv: string, V1 error format.
708 Allowed values
709 1 - v1 error format
710 2 - v2 error format
711
712Returns:
713 An object of the form:
714
715 { # This resource represents a long-running operation that is the result of a network API call.
716 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
717 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
718 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
719 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
720 {
721 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
722 },
723 ],
724 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
725 },
726 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
727 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
728 },
729 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
730 &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
731 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
732 },
733}</pre>
734</div>
735
736<div class="method">
737 <code class="details" id="finalizeMigration">finalizeMigration(migratingVm, body=None, x__xgafv=None)</code>
738 <pre>Marks a migration as completed, deleting migration resources that are no longer being used. Only applicable after cutover is done.
739
740Args:
741 migratingVm: string, Required. The name of the MigratingVm. (required)
742 body: object, The request body.
743 The object takes the form of:
744
745{ # Request message for &#x27;FinalizeMigration&#x27; request.
746}
747
748 x__xgafv: string, V1 error format.
749 Allowed values
750 1 - v1 error format
751 2 - v2 error format
752
753Returns:
754 An object of the form:
755
756 { # This resource represents a long-running operation that is the result of a network API call.
757 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
758 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
759 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
760 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
761 {
762 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
763 },
764 ],
765 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
766 },
767 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
768 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
769 },
770 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
771 &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
772 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
773 },
774}</pre>
775</div>
776
777<div class="method">
778 <code class="details" id="get">get(name, x__xgafv=None)</code>
779 <pre>Gets details of a single MigratingVm.
780
781Args:
782 name: string, Required. The name of the MigratingVm. (required)
783 x__xgafv: string, V1 error format.
784 Allowed values
785 1 - v1 error format
786 2 - v2 error format
787
788Returns:
789 An object of the form:
790
791 { # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
792 &quot;computeEngineTargetDefaults&quot;: { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
793 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
794 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
795 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
796 },
797 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
798 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
799 &quot;automaticRestart&quot;: True or False,
800 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
801 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
802 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
803 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
804 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
805 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
806 &quot;A String&quot;,
807 ],
808 },
809 ],
810 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
811 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
812 },
813 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
814 &quot;labels&quot;: { # A map of labels to associate with the VM.
815 &quot;a_key&quot;: &quot;A String&quot;,
816 },
817 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
818 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
819 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
820 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
821 &quot;a_key&quot;: &quot;A String&quot;,
822 },
823 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
824 { # NetworkInterface represents a NIC of a VM.
825 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
826 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
827 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
828 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
829 },
830 ],
831 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
832 &quot;A String&quot;,
833 ],
834 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
835 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
836 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
837 &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
838 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
839 },
840 &quot;computeEngineVmDefaults&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_defaults instead.
841 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
842 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
843 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
844 },
845 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
846 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
847 &quot;automaticRestart&quot;: True or False,
848 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
849 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
850 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
851 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
852 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
853 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
854 &quot;A String&quot;,
855 ],
856 },
857 ],
858 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
859 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
860 },
861 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
862 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
863 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
864 &quot;labels&quot;: { # A map of labels to associate with the VM.
865 &quot;a_key&quot;: &quot;A String&quot;,
866 },
867 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
868 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
869 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
870 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
871 &quot;a_key&quot;: &quot;A String&quot;,
872 },
873 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
874 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
875 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
876 { # NetworkInterface represents a NIC of a VM.
877 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
878 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
879 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
880 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
881 },
882 ],
883 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
884 &quot;A String&quot;,
885 ],
886 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
887 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
888 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
889 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
890 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
891 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
892 },
893 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the migrating VM was created (this refers to this resource and not to the time it was installed in the source).
894 &quot;currentSyncInfo&quot;: { # ReplicationCycle contains information about the current replication cycle status. # Output only. The percentage progress of the current running replication cycle.
895 &quot;progress&quot;: 42, # The current progress in percentage of this cycle.
896 &quot;progressPercent&quot;: 42, # The current progress in percentage of this cycle.
897 &quot;startTime&quot;: &quot;A String&quot;, # The time the replication cycle has started.
898 },
899 &quot;description&quot;: &quot;A String&quot;, # The description attached to the migrating VM by the user.
900 &quot;displayName&quot;: &quot;A String&quot;, # The display name attached to the MigratingVm by the user.
901 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details on the state of the Migrating VM in case of an error in replication.
902 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
903 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
904 {
905 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
906 },
907 ],
908 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
909 },
910 &quot;group&quot;: &quot;A String&quot;, # Output only. The group this migrating vm is included in, if any. The group is represented by the full path of the appropriate Group resource.
911 &quot;labels&quot;: { # The labels of the migrating VM.
912 &quot;a_key&quot;: &quot;A String&quot;,
913 },
914 &quot;lastSync&quot;: { # ReplicationSync contain information about the last replica sync to the cloud. # Output only. The most updated snapshot created time in the source that finished replication.
915 &quot;lastSyncTime&quot;: &quot;A String&quot;, # The most updated snapshot created time in the source that finished replication.
916 },
917 &quot;name&quot;: &quot;A String&quot;, # Output only. The identifier of the MigratingVm.
918 &quot;policy&quot;: { # A policy for scheduling replications. # The replication schedule policy.
919 &quot;idleDuration&quot;: &quot;A String&quot;, # The idle duration between replication stages.
920 &quot;skipOsAdaptation&quot;: True or False, # A flag to indicate whether to skip OS adaptation during the replication sync. OS adaptation is a process where the VM&#x27;s operating system undergoes changes and adaptations to fully function on Compute Engine.
921 },
922 &quot;recentCloneJobs&quot;: [ # Output only. The recent clone jobs performed on the migrating VM. This field holds the vm&#x27;s last completed clone job and the vm&#x27;s running clone job, if one exists.
923 { # CloneJob describes the process of creating a clone of a MigratingVM to the requested target based on the latest successful uploaded snapshots. While the migration cycles of a MigratingVm take place, it is possible to verify the uploaded VM can be started in the cloud, by creating a clone. The clone can be created without any downtime, and it is created using the latest snapshots which are already in the cloud. The cloneJob is only responsible for its work, not its products, which means once it is finished, it will never touch the instance it created. It will only delete it in case of the CloneJob being cancelled or upon failure to clone.
924 &quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
925 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # The OS license returned from the adaptation module report.
926 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
927 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
928 },
929 &quot;bootOption&quot;: &quot;A String&quot;, # The VM Boot Option, as set in the source vm.
930 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
931 &quot;automaticRestart&quot;: True or False,
932 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
933 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
934 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
935 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
936 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
937 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
938 &quot;A String&quot;,
939 ],
940 },
941 ],
942 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
943 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
944 },
945 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
946 &quot;labels&quot;: { # A map of labels to associate with the VM.
947 &quot;a_key&quot;: &quot;A String&quot;,
948 },
949 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
950 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
951 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
952 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
953 &quot;a_key&quot;: &quot;A String&quot;,
954 },
955 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
956 { # NetworkInterface represents a NIC of a VM.
957 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
958 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
959 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
960 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
961 },
962 ],
963 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
964 &quot;A String&quot;,
965 ],
966 &quot;project&quot;: &quot;A String&quot;, # The GCP target project ID or project name.
967 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
968 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
969 &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
970 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
971 },
972 &quot;computeEngineVmDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
973 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
974 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
975 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
976 },
977 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
978 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
979 &quot;automaticRestart&quot;: True or False,
980 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
981 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
982 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
983 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
984 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
985 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
986 &quot;A String&quot;,
987 ],
988 },
989 ],
990 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
991 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
992 },
993 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
994 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
995 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
996 &quot;labels&quot;: { # A map of labels to associate with the VM.
997 &quot;a_key&quot;: &quot;A String&quot;,
998 },
999 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1000 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1001 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1002 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1003 &quot;a_key&quot;: &quot;A String&quot;,
1004 },
1005 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
1006 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
1007 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1008 { # NetworkInterface represents a NIC of a VM.
1009 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1010 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1011 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1012 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1013 },
1014 ],
1015 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1016 &quot;A String&quot;,
1017 ],
1018 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
1019 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1020 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1021 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
1022 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
1023 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1024 },
1025 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
1026 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details for the errors that led to the Clone Job&#x27;s state.
1027 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
1028 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
1029 {
1030 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
1031 },
1032 ],
1033 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
1034 },
1035 &quot;name&quot;: &quot;A String&quot;, # The name of the clone.
1036 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the clone job.
1037 &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last updated.
1038 &quot;targetDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.
1039 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
1040 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1041 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1042 },
1043 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
1044 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1045 &quot;automaticRestart&quot;: True or False,
1046 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1047 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1048 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1049 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1050 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1051 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1052 &quot;A String&quot;,
1053 ],
1054 },
1055 ],
1056 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1057 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1058 },
1059 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1060 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
1061 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1062 &quot;labels&quot;: { # A map of labels to associate with the VM.
1063 &quot;a_key&quot;: &quot;A String&quot;,
1064 },
1065 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1066 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1067 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1068 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1069 &quot;a_key&quot;: &quot;A String&quot;,
1070 },
1071 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
1072 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
1073 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1074 { # NetworkInterface represents a NIC of a VM.
1075 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1076 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1077 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1078 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1079 },
1080 ],
1081 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1082 &quot;A String&quot;,
1083 ],
1084 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
1085 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1086 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1087 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
1088 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
1089 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1090 },
1091 },
1092 ],
1093 &quot;recentCutoverJobs&quot;: [ # Output only. The recent cutover jobs performed on the migrating VM. This field holds the vm&#x27;s last completed cutover job and the vm&#x27;s running cutover job, if one exists.
1094 { # CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and clonning the VM using the replicated snapshot.
1095 &quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
1096 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # The OS license returned from the adaptation module report.
1097 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1098 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1099 },
1100 &quot;bootOption&quot;: &quot;A String&quot;, # The VM Boot Option, as set in the source vm.
1101 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1102 &quot;automaticRestart&quot;: True or False,
1103 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1104 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1105 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1106 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1107 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1108 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1109 &quot;A String&quot;,
1110 ],
1111 },
1112 ],
1113 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1114 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1115 },
1116 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1117 &quot;labels&quot;: { # A map of labels to associate with the VM.
1118 &quot;a_key&quot;: &quot;A String&quot;,
1119 },
1120 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1121 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1122 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1123 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1124 &quot;a_key&quot;: &quot;A String&quot;,
1125 },
1126 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1127 { # NetworkInterface represents a NIC of a VM.
1128 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1129 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1130 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1131 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1132 },
1133 ],
1134 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1135 &quot;A String&quot;,
1136 ],
1137 &quot;project&quot;: &quot;A String&quot;, # The GCP target project ID or project name.
1138 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1139 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1140 &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
1141 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1142 },
1143 &quot;computeEngineVmDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
1144 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
1145 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1146 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1147 },
1148 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
1149 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1150 &quot;automaticRestart&quot;: True or False,
1151 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1152 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1153 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1154 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1155 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1156 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1157 &quot;A String&quot;,
1158 ],
1159 },
1160 ],
1161 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1162 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1163 },
1164 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1165 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
1166 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1167 &quot;labels&quot;: { # A map of labels to associate with the VM.
1168 &quot;a_key&quot;: &quot;A String&quot;,
1169 },
1170 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1171 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1172 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1173 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1174 &quot;a_key&quot;: &quot;A String&quot;,
1175 },
1176 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
1177 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
1178 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1179 { # NetworkInterface represents a NIC of a VM.
1180 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1181 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1182 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1183 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1184 },
1185 ],
1186 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1187 &quot;A String&quot;,
1188 ],
1189 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
1190 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1191 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1192 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
1193 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
1194 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1195 },
1196 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
1197 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details for the errors that led to the Cutover Job&#x27;s state.
1198 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
1199 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
1200 {
1201 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
1202 },
1203 ],
1204 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
1205 },
1206 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the cutover job.
1207 &quot;progress&quot;: 42, # Output only. The current progress in percentage of the cutover job.
1208 &quot;progressPercent&quot;: 42, # Output only. The current progress in percentage of the cutover job.
1209 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the cutover job.
1210 &quot;stateMessage&quot;: &quot;A String&quot;, # Output only. A message providing possible extra details about the current state.
1211 &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last updated.
1212 &quot;targetDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM to create as the target of this cutover job. Deprecated: Use compute_engine_target_details instead.
1213 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
1214 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1215 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1216 },
1217 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
1218 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1219 &quot;automaticRestart&quot;: True or False,
1220 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1221 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1222 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1223 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1224 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1225 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1226 &quot;A String&quot;,
1227 ],
1228 },
1229 ],
1230 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1231 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1232 },
1233 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1234 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
1235 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1236 &quot;labels&quot;: { # A map of labels to associate with the VM.
1237 &quot;a_key&quot;: &quot;A String&quot;,
1238 },
1239 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1240 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1241 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1242 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1243 &quot;a_key&quot;: &quot;A String&quot;,
1244 },
1245 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
1246 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
1247 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1248 { # NetworkInterface represents a NIC of a VM.
1249 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1250 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1251 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1252 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1253 },
1254 ],
1255 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1256 &quot;A String&quot;,
1257 ],
1258 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
1259 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1260 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1261 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
1262 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
1263 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1264 },
1265 },
1266 ],
1267 &quot;sourceVmId&quot;: &quot;A String&quot;, # The unique ID of the VM in the source. The VM&#x27;s name in vSphere can be changed, so this is not the VM&#x27;s name but rather its moRef id. This id is of the form vm-.
1268 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the MigratingVm.
1269 &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM state was updated.
1270 &quot;targetDefaults&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # The default configuration of the target VM that will be created in GCP as a result of the migration. Deprecated: Use compute_engine_target_defaults instead.
1271 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
1272 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1273 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1274 },
1275 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
1276 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1277 &quot;automaticRestart&quot;: True or False,
1278 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1279 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1280 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1281 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1282 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1283 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1284 &quot;A String&quot;,
1285 ],
1286 },
1287 ],
1288 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1289 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1290 },
1291 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1292 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
1293 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1294 &quot;labels&quot;: { # A map of labels to associate with the VM.
1295 &quot;a_key&quot;: &quot;A String&quot;,
1296 },
1297 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1298 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1299 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1300 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1301 &quot;a_key&quot;: &quot;A String&quot;,
1302 },
1303 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
1304 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
1305 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1306 { # NetworkInterface represents a NIC of a VM.
1307 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1308 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1309 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1310 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1311 },
1312 ],
1313 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1314 &quot;A String&quot;,
1315 ],
1316 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
1317 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1318 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1319 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
1320 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
1321 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1322 },
1323 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM resource was updated.
1324}</pre>
1325</div>
1326
1327<div class="method">
1328 <code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
1329 <pre>Lists MigratingVms in a given Source.
1330
1331Args:
1332 parent: string, Required. The parent, which owns this collection of MigratingVms. (required)
1333 filter: string, Optional. The filter request.
1334 orderBy: string, Optional. the order by fields for the result.
1335 pageSize: integer, Optional. The maximum number of migrating VMs to return. The service may return fewer than this value. If unspecified, at most 500 migrating VMs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
1336 pageToken: string, Required. A page token, received from a previous `ListMigratingVms` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMigratingVms` must match the call that provided the page token.
1337 x__xgafv: string, V1 error format.
1338 Allowed values
1339 1 - v1 error format
1340 2 - v2 error format
1341
1342Returns:
1343 An object of the form:
1344
1345 { # Response message for &#x27;ListMigratingVms&#x27; request.
1346 &quot;migratingVms&quot;: [ # Output only. The list of Migrating VMs response.
1347 { # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
1348 &quot;computeEngineTargetDefaults&quot;: { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
1349 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
1350 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1351 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1352 },
1353 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
1354 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1355 &quot;automaticRestart&quot;: True or False,
1356 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1357 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1358 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1359 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1360 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1361 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1362 &quot;A String&quot;,
1363 ],
1364 },
1365 ],
1366 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1367 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1368 },
1369 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1370 &quot;labels&quot;: { # A map of labels to associate with the VM.
1371 &quot;a_key&quot;: &quot;A String&quot;,
1372 },
1373 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1374 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1375 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1376 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1377 &quot;a_key&quot;: &quot;A String&quot;,
1378 },
1379 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1380 { # NetworkInterface represents a NIC of a VM.
1381 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1382 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1383 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1384 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1385 },
1386 ],
1387 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1388 &quot;A String&quot;,
1389 ],
1390 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1391 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1392 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
1393 &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
1394 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1395 },
1396 &quot;computeEngineVmDefaults&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_defaults instead.
1397 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
1398 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1399 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1400 },
1401 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
1402 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1403 &quot;automaticRestart&quot;: True or False,
1404 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1405 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1406 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1407 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1408 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1409 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1410 &quot;A String&quot;,
1411 ],
1412 },
1413 ],
1414 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1415 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1416 },
1417 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1418 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
1419 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1420 &quot;labels&quot;: { # A map of labels to associate with the VM.
1421 &quot;a_key&quot;: &quot;A String&quot;,
1422 },
1423 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1424 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1425 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1426 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1427 &quot;a_key&quot;: &quot;A String&quot;,
1428 },
1429 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
1430 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
1431 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1432 { # NetworkInterface represents a NIC of a VM.
1433 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1434 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1435 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1436 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1437 },
1438 ],
1439 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1440 &quot;A String&quot;,
1441 ],
1442 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
1443 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1444 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1445 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
1446 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
1447 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1448 },
1449 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the migrating VM was created (this refers to this resource and not to the time it was installed in the source).
1450 &quot;currentSyncInfo&quot;: { # ReplicationCycle contains information about the current replication cycle status. # Output only. The percentage progress of the current running replication cycle.
1451 &quot;progress&quot;: 42, # The current progress in percentage of this cycle.
1452 &quot;progressPercent&quot;: 42, # The current progress in percentage of this cycle.
1453 &quot;startTime&quot;: &quot;A String&quot;, # The time the replication cycle has started.
1454 },
1455 &quot;description&quot;: &quot;A String&quot;, # The description attached to the migrating VM by the user.
1456 &quot;displayName&quot;: &quot;A String&quot;, # The display name attached to the MigratingVm by the user.
1457 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details on the state of the Migrating VM in case of an error in replication.
1458 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
1459 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
1460 {
1461 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
1462 },
1463 ],
1464 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
1465 },
1466 &quot;group&quot;: &quot;A String&quot;, # Output only. The group this migrating vm is included in, if any. The group is represented by the full path of the appropriate Group resource.
1467 &quot;labels&quot;: { # The labels of the migrating VM.
1468 &quot;a_key&quot;: &quot;A String&quot;,
1469 },
1470 &quot;lastSync&quot;: { # ReplicationSync contain information about the last replica sync to the cloud. # Output only. The most updated snapshot created time in the source that finished replication.
1471 &quot;lastSyncTime&quot;: &quot;A String&quot;, # The most updated snapshot created time in the source that finished replication.
1472 },
1473 &quot;name&quot;: &quot;A String&quot;, # Output only. The identifier of the MigratingVm.
1474 &quot;policy&quot;: { # A policy for scheduling replications. # The replication schedule policy.
1475 &quot;idleDuration&quot;: &quot;A String&quot;, # The idle duration between replication stages.
1476 &quot;skipOsAdaptation&quot;: True or False, # A flag to indicate whether to skip OS adaptation during the replication sync. OS adaptation is a process where the VM&#x27;s operating system undergoes changes and adaptations to fully function on Compute Engine.
1477 },
1478 &quot;recentCloneJobs&quot;: [ # Output only. The recent clone jobs performed on the migrating VM. This field holds the vm&#x27;s last completed clone job and the vm&#x27;s running clone job, if one exists.
1479 { # CloneJob describes the process of creating a clone of a MigratingVM to the requested target based on the latest successful uploaded snapshots. While the migration cycles of a MigratingVm take place, it is possible to verify the uploaded VM can be started in the cloud, by creating a clone. The clone can be created without any downtime, and it is created using the latest snapshots which are already in the cloud. The cloneJob is only responsible for its work, not its products, which means once it is finished, it will never touch the instance it created. It will only delete it in case of the CloneJob being cancelled or upon failure to clone.
1480 &quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
1481 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # The OS license returned from the adaptation module report.
1482 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1483 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1484 },
1485 &quot;bootOption&quot;: &quot;A String&quot;, # The VM Boot Option, as set in the source vm.
1486 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1487 &quot;automaticRestart&quot;: True or False,
1488 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1489 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1490 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1491 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1492 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1493 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1494 &quot;A String&quot;,
1495 ],
1496 },
1497 ],
1498 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1499 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1500 },
1501 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1502 &quot;labels&quot;: { # A map of labels to associate with the VM.
1503 &quot;a_key&quot;: &quot;A String&quot;,
1504 },
1505 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1506 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1507 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1508 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1509 &quot;a_key&quot;: &quot;A String&quot;,
1510 },
1511 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1512 { # NetworkInterface represents a NIC of a VM.
1513 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1514 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1515 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1516 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1517 },
1518 ],
1519 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1520 &quot;A String&quot;,
1521 ],
1522 &quot;project&quot;: &quot;A String&quot;, # The GCP target project ID or project name.
1523 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1524 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1525 &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
1526 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1527 },
1528 &quot;computeEngineVmDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
1529 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
1530 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1531 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1532 },
1533 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
1534 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1535 &quot;automaticRestart&quot;: True or False,
1536 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1537 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1538 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1539 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1540 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1541 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1542 &quot;A String&quot;,
1543 ],
1544 },
1545 ],
1546 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1547 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1548 },
1549 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1550 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
1551 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1552 &quot;labels&quot;: { # A map of labels to associate with the VM.
1553 &quot;a_key&quot;: &quot;A String&quot;,
1554 },
1555 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1556 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1557 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1558 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1559 &quot;a_key&quot;: &quot;A String&quot;,
1560 },
1561 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
1562 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
1563 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1564 { # NetworkInterface represents a NIC of a VM.
1565 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1566 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1567 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1568 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1569 },
1570 ],
1571 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1572 &quot;A String&quot;,
1573 ],
1574 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
1575 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1576 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1577 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
1578 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
1579 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1580 },
1581 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
1582 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details for the errors that led to the Clone Job&#x27;s state.
1583 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
1584 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
1585 {
1586 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
1587 },
1588 ],
1589 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
1590 },
1591 &quot;name&quot;: &quot;A String&quot;, # The name of the clone.
1592 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the clone job.
1593 &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last updated.
1594 &quot;targetDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.
1595 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
1596 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1597 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1598 },
1599 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
1600 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1601 &quot;automaticRestart&quot;: True or False,
1602 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1603 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1604 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1605 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1606 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1607 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1608 &quot;A String&quot;,
1609 ],
1610 },
1611 ],
1612 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1613 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1614 },
1615 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1616 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
1617 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1618 &quot;labels&quot;: { # A map of labels to associate with the VM.
1619 &quot;a_key&quot;: &quot;A String&quot;,
1620 },
1621 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1622 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1623 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1624 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1625 &quot;a_key&quot;: &quot;A String&quot;,
1626 },
1627 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
1628 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
1629 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1630 { # NetworkInterface represents a NIC of a VM.
1631 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1632 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1633 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1634 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1635 },
1636 ],
1637 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1638 &quot;A String&quot;,
1639 ],
1640 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
1641 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1642 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1643 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
1644 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
1645 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1646 },
1647 },
1648 ],
1649 &quot;recentCutoverJobs&quot;: [ # Output only. The recent cutover jobs performed on the migrating VM. This field holds the vm&#x27;s last completed cutover job and the vm&#x27;s running cutover job, if one exists.
1650 { # CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and clonning the VM using the replicated snapshot.
1651 &quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
1652 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # The OS license returned from the adaptation module report.
1653 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1654 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1655 },
1656 &quot;bootOption&quot;: &quot;A String&quot;, # The VM Boot Option, as set in the source vm.
1657 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1658 &quot;automaticRestart&quot;: True or False,
1659 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1660 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1661 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1662 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1663 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1664 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1665 &quot;A String&quot;,
1666 ],
1667 },
1668 ],
1669 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1670 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1671 },
1672 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1673 &quot;labels&quot;: { # A map of labels to associate with the VM.
1674 &quot;a_key&quot;: &quot;A String&quot;,
1675 },
1676 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1677 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1678 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1679 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1680 &quot;a_key&quot;: &quot;A String&quot;,
1681 },
1682 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1683 { # NetworkInterface represents a NIC of a VM.
1684 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1685 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1686 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1687 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1688 },
1689 ],
1690 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1691 &quot;A String&quot;,
1692 ],
1693 &quot;project&quot;: &quot;A String&quot;, # The GCP target project ID or project name.
1694 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1695 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1696 &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
1697 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1698 },
1699 &quot;computeEngineVmDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
1700 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
1701 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1702 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1703 },
1704 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
1705 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1706 &quot;automaticRestart&quot;: True or False,
1707 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1708 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1709 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1710 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1711 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1712 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1713 &quot;A String&quot;,
1714 ],
1715 },
1716 ],
1717 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1718 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1719 },
1720 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1721 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
1722 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1723 &quot;labels&quot;: { # A map of labels to associate with the VM.
1724 &quot;a_key&quot;: &quot;A String&quot;,
1725 },
1726 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1727 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1728 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1729 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1730 &quot;a_key&quot;: &quot;A String&quot;,
1731 },
1732 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
1733 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
1734 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1735 { # NetworkInterface represents a NIC of a VM.
1736 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1737 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1738 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1739 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1740 },
1741 ],
1742 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1743 &quot;A String&quot;,
1744 ],
1745 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
1746 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1747 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1748 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
1749 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
1750 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1751 },
1752 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
1753 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details for the errors that led to the Cutover Job&#x27;s state.
1754 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
1755 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
1756 {
1757 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
1758 },
1759 ],
1760 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
1761 },
1762 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the cutover job.
1763 &quot;progress&quot;: 42, # Output only. The current progress in percentage of the cutover job.
1764 &quot;progressPercent&quot;: 42, # Output only. The current progress in percentage of the cutover job.
1765 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the cutover job.
1766 &quot;stateMessage&quot;: &quot;A String&quot;, # Output only. A message providing possible extra details about the current state.
1767 &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last updated.
1768 &quot;targetDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM to create as the target of this cutover job. Deprecated: Use compute_engine_target_details instead.
1769 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
1770 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1771 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1772 },
1773 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
1774 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1775 &quot;automaticRestart&quot;: True or False,
1776 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1777 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1778 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1779 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1780 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1781 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1782 &quot;A String&quot;,
1783 ],
1784 },
1785 ],
1786 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1787 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1788 },
1789 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1790 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
1791 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1792 &quot;labels&quot;: { # A map of labels to associate with the VM.
1793 &quot;a_key&quot;: &quot;A String&quot;,
1794 },
1795 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1796 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1797 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1798 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1799 &quot;a_key&quot;: &quot;A String&quot;,
1800 },
1801 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
1802 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
1803 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1804 { # NetworkInterface represents a NIC of a VM.
1805 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1806 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1807 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1808 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1809 },
1810 ],
1811 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1812 &quot;A String&quot;,
1813 ],
1814 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
1815 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1816 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1817 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
1818 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
1819 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1820 },
1821 },
1822 ],
1823 &quot;sourceVmId&quot;: &quot;A String&quot;, # The unique ID of the VM in the source. The VM&#x27;s name in vSphere can be changed, so this is not the VM&#x27;s name but rather its moRef id. This id is of the form vm-.
1824 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the MigratingVm.
1825 &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM state was updated.
1826 &quot;targetDefaults&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # The default configuration of the target VM that will be created in GCP as a result of the migration. Deprecated: Use compute_engine_target_defaults instead.
1827 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
1828 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1829 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1830 },
1831 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
1832 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1833 &quot;automaticRestart&quot;: True or False,
1834 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1835 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1836 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1837 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1838 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1839 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1840 &quot;A String&quot;,
1841 ],
1842 },
1843 ],
1844 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1845 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1846 },
1847 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1848 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
1849 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1850 &quot;labels&quot;: { # A map of labels to associate with the VM.
1851 &quot;a_key&quot;: &quot;A String&quot;,
1852 },
1853 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1854 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1855 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1856 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1857 &quot;a_key&quot;: &quot;A String&quot;,
1858 },
1859 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
1860 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
1861 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1862 { # NetworkInterface represents a NIC of a VM.
1863 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1864 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1865 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1866 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1867 },
1868 ],
1869 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1870 &quot;A String&quot;,
1871 ],
1872 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
1873 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1874 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1875 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
1876 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
1877 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1878 },
1879 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM resource was updated.
1880 },
1881 ],
1882 &quot;nextPageToken&quot;: &quot;A String&quot;, # Output only. A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
1883 &quot;unreachable&quot;: [ # Output only. Locations that could not be reached.
1884 &quot;A String&quot;,
1885 ],
1886}</pre>
1887</div>
1888
1889<div class="method">
1890 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
1891 <pre>Retrieves the next page of results.
1892
1893Args:
1894 previous_request: The request for the previous page. (required)
1895 previous_response: The response from the request for the previous page. (required)
1896
1897Returns:
1898 A request object that you can call &#x27;execute()&#x27; on to request the next
1899 page. Returns None if there are no more items in the collection.
1900 </pre>
1901</div>
1902
1903<div class="method">
1904 <code class="details" id="patch">patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None)</code>
1905 <pre>Updates the parameters of a single MigratingVm.
1906
1907Args:
1908 name: string, Output only. The identifier of the MigratingVm. (required)
1909 body: object, The request body.
1910 The object takes the form of:
1911
1912{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
1913 &quot;computeEngineTargetDefaults&quot;: { # ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project. # Details of the target VM in Compute Engine.
1914 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
1915 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1916 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1917 },
1918 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
1919 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1920 &quot;automaticRestart&quot;: True or False,
1921 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1922 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1923 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1924 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1925 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1926 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1927 &quot;A String&quot;,
1928 ],
1929 },
1930 ],
1931 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1932 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1933 },
1934 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1935 &quot;labels&quot;: { # A map of labels to associate with the VM.
1936 &quot;a_key&quot;: &quot;A String&quot;,
1937 },
1938 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1939 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1940 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1941 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1942 &quot;a_key&quot;: &quot;A String&quot;,
1943 },
1944 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1945 { # NetworkInterface represents a NIC of a VM.
1946 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1947 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1948 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
1949 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
1950 },
1951 ],
1952 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
1953 &quot;A String&quot;,
1954 ],
1955 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
1956 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
1957 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
1958 &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
1959 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
1960 },
1961 &quot;computeEngineVmDefaults&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_defaults instead.
1962 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
1963 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
1964 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
1965 },
1966 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
1967 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
1968 &quot;automaticRestart&quot;: True or False,
1969 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
1970 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
1971 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
1972 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
1973 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
1974 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
1975 &quot;A String&quot;,
1976 ],
1977 },
1978 ],
1979 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
1980 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
1981 },
1982 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1983 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
1984 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
1985 &quot;labels&quot;: { # A map of labels to associate with the VM.
1986 &quot;a_key&quot;: &quot;A String&quot;,
1987 },
1988 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
1989 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
1990 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
1991 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
1992 &quot;a_key&quot;: &quot;A String&quot;,
1993 },
1994 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
1995 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
1996 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
1997 { # NetworkInterface represents a NIC of a VM.
1998 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
1999 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
2000 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
2001 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
2002 },
2003 ],
2004 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
2005 &quot;A String&quot;,
2006 ],
2007 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
2008 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
2009 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
2010 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
2011 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
2012 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
2013 },
2014 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the migrating VM was created (this refers to this resource and not to the time it was installed in the source).
2015 &quot;currentSyncInfo&quot;: { # ReplicationCycle contains information about the current replication cycle status. # Output only. The percentage progress of the current running replication cycle.
2016 &quot;progress&quot;: 42, # The current progress in percentage of this cycle.
2017 &quot;progressPercent&quot;: 42, # The current progress in percentage of this cycle.
2018 &quot;startTime&quot;: &quot;A String&quot;, # The time the replication cycle has started.
2019 },
2020 &quot;description&quot;: &quot;A String&quot;, # The description attached to the migrating VM by the user.
2021 &quot;displayName&quot;: &quot;A String&quot;, # The display name attached to the MigratingVm by the user.
2022 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details on the state of the Migrating VM in case of an error in replication.
2023 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
2024 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
2025 {
2026 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2027 },
2028 ],
2029 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
2030 },
2031 &quot;group&quot;: &quot;A String&quot;, # Output only. The group this migrating vm is included in, if any. The group is represented by the full path of the appropriate Group resource.
2032 &quot;labels&quot;: { # The labels of the migrating VM.
2033 &quot;a_key&quot;: &quot;A String&quot;,
2034 },
2035 &quot;lastSync&quot;: { # ReplicationSync contain information about the last replica sync to the cloud. # Output only. The most updated snapshot created time in the source that finished replication.
2036 &quot;lastSyncTime&quot;: &quot;A String&quot;, # The most updated snapshot created time in the source that finished replication.
2037 },
2038 &quot;name&quot;: &quot;A String&quot;, # Output only. The identifier of the MigratingVm.
2039 &quot;policy&quot;: { # A policy for scheduling replications. # The replication schedule policy.
2040 &quot;idleDuration&quot;: &quot;A String&quot;, # The idle duration between replication stages.
2041 &quot;skipOsAdaptation&quot;: True or False, # A flag to indicate whether to skip OS adaptation during the replication sync. OS adaptation is a process where the VM&#x27;s operating system undergoes changes and adaptations to fully function on Compute Engine.
2042 },
2043 &quot;recentCloneJobs&quot;: [ # Output only. The recent clone jobs performed on the migrating VM. This field holds the vm&#x27;s last completed clone job and the vm&#x27;s running clone job, if one exists.
2044 { # CloneJob describes the process of creating a clone of a MigratingVM to the requested target based on the latest successful uploaded snapshots. While the migration cycles of a MigratingVm take place, it is possible to verify the uploaded VM can be started in the cloud, by creating a clone. The clone can be created without any downtime, and it is created using the latest snapshots which are already in the cloud. The cloneJob is only responsible for its work, not its products, which means once it is finished, it will never touch the instance it created. It will only delete it in case of the CloneJob being cancelled or upon failure to clone.
2045 &quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
2046 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # The OS license returned from the adaptation module report.
2047 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
2048 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
2049 },
2050 &quot;bootOption&quot;: &quot;A String&quot;, # The VM Boot Option, as set in the source vm.
2051 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
2052 &quot;automaticRestart&quot;: True or False,
2053 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
2054 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
2055 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
2056 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
2057 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
2058 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
2059 &quot;A String&quot;,
2060 ],
2061 },
2062 ],
2063 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
2064 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
2065 },
2066 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
2067 &quot;labels&quot;: { # A map of labels to associate with the VM.
2068 &quot;a_key&quot;: &quot;A String&quot;,
2069 },
2070 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
2071 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
2072 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
2073 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
2074 &quot;a_key&quot;: &quot;A String&quot;,
2075 },
2076 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
2077 { # NetworkInterface represents a NIC of a VM.
2078 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
2079 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
2080 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
2081 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
2082 },
2083 ],
2084 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
2085 &quot;A String&quot;,
2086 ],
2087 &quot;project&quot;: &quot;A String&quot;, # The GCP target project ID or project name.
2088 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
2089 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
2090 &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
2091 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
2092 },
2093 &quot;computeEngineVmDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
2094 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
2095 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
2096 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
2097 },
2098 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
2099 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
2100 &quot;automaticRestart&quot;: True or False,
2101 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
2102 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
2103 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
2104 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
2105 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
2106 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
2107 &quot;A String&quot;,
2108 ],
2109 },
2110 ],
2111 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
2112 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
2113 },
2114 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
2115 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
2116 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
2117 &quot;labels&quot;: { # A map of labels to associate with the VM.
2118 &quot;a_key&quot;: &quot;A String&quot;,
2119 },
2120 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
2121 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
2122 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
2123 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
2124 &quot;a_key&quot;: &quot;A String&quot;,
2125 },
2126 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
2127 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
2128 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
2129 { # NetworkInterface represents a NIC of a VM.
2130 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
2131 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
2132 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
2133 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
2134 },
2135 ],
2136 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
2137 &quot;A String&quot;,
2138 ],
2139 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
2140 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
2141 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
2142 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
2143 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
2144 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
2145 },
2146 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
2147 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details for the errors that led to the Clone Job&#x27;s state.
2148 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
2149 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
2150 {
2151 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2152 },
2153 ],
2154 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
2155 },
2156 &quot;name&quot;: &quot;A String&quot;, # The name of the clone.
2157 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the clone job.
2158 &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last updated.
2159 &quot;targetDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.
2160 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
2161 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
2162 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
2163 },
2164 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
2165 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
2166 &quot;automaticRestart&quot;: True or False,
2167 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
2168 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
2169 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
2170 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
2171 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
2172 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
2173 &quot;A String&quot;,
2174 ],
2175 },
2176 ],
2177 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
2178 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
2179 },
2180 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
2181 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
2182 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
2183 &quot;labels&quot;: { # A map of labels to associate with the VM.
2184 &quot;a_key&quot;: &quot;A String&quot;,
2185 },
2186 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
2187 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
2188 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
2189 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
2190 &quot;a_key&quot;: &quot;A String&quot;,
2191 },
2192 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
2193 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
2194 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
2195 { # NetworkInterface represents a NIC of a VM.
2196 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
2197 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
2198 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
2199 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
2200 },
2201 ],
2202 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
2203 &quot;A String&quot;,
2204 ],
2205 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
2206 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
2207 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
2208 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
2209 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
2210 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
2211 },
2212 },
2213 ],
2214 &quot;recentCutoverJobs&quot;: [ # Output only. The recent cutover jobs performed on the migrating VM. This field holds the vm&#x27;s last completed cutover job and the vm&#x27;s running cutover job, if one exists.
2215 { # CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and clonning the VM using the replicated snapshot.
2216 &quot;computeEngineTargetDetails&quot;: { # ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the target VM in Compute Engine.
2217 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # The OS license returned from the adaptation module report.
2218 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
2219 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
2220 },
2221 &quot;bootOption&quot;: &quot;A String&quot;, # The VM Boot Option, as set in the source vm.
2222 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
2223 &quot;automaticRestart&quot;: True or False,
2224 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
2225 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
2226 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
2227 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
2228 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
2229 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
2230 &quot;A String&quot;,
2231 ],
2232 },
2233 ],
2234 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
2235 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
2236 },
2237 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
2238 &quot;labels&quot;: { # A map of labels to associate with the VM.
2239 &quot;a_key&quot;: &quot;A String&quot;,
2240 },
2241 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
2242 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
2243 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
2244 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
2245 &quot;a_key&quot;: &quot;A String&quot;,
2246 },
2247 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
2248 { # NetworkInterface represents a NIC of a VM.
2249 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
2250 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
2251 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
2252 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
2253 },
2254 ],
2255 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
2256 &quot;A String&quot;,
2257 ],
2258 &quot;project&quot;: &quot;A String&quot;, # The GCP target project ID or project name.
2259 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
2260 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
2261 &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
2262 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
2263 },
2264 &quot;computeEngineVmDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
2265 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
2266 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
2267 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
2268 },
2269 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
2270 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
2271 &quot;automaticRestart&quot;: True or False,
2272 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
2273 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
2274 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
2275 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
2276 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
2277 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
2278 &quot;A String&quot;,
2279 ],
2280 },
2281 ],
2282 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
2283 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
2284 },
2285 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
2286 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
2287 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
2288 &quot;labels&quot;: { # A map of labels to associate with the VM.
2289 &quot;a_key&quot;: &quot;A String&quot;,
2290 },
2291 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
2292 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
2293 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
2294 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
2295 &quot;a_key&quot;: &quot;A String&quot;,
2296 },
2297 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
2298 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
2299 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
2300 { # NetworkInterface represents a NIC of a VM.
2301 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
2302 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
2303 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
2304 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
2305 },
2306 ],
2307 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
2308 &quot;A String&quot;,
2309 ],
2310 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
2311 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
2312 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
2313 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
2314 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
2315 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
2316 },
2317 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
2318 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details for the errors that led to the Cutover Job&#x27;s state.
2319 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
2320 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
2321 {
2322 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2323 },
2324 ],
2325 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
2326 },
2327 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the cutover job.
2328 &quot;progress&quot;: 42, # Output only. The current progress in percentage of the cutover job.
2329 &quot;progressPercent&quot;: 42, # Output only. The current progress in percentage of the cutover job.
2330 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the cutover job.
2331 &quot;stateMessage&quot;: &quot;A String&quot;, # Output only. A message providing possible extra details about the current state.
2332 &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last updated.
2333 &quot;targetDetails&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # Output only. Details of the VM to create as the target of this cutover job. Deprecated: Use compute_engine_target_details instead.
2334 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
2335 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
2336 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
2337 },
2338 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
2339 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
2340 &quot;automaticRestart&quot;: True or False,
2341 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
2342 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
2343 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
2344 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
2345 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
2346 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
2347 &quot;A String&quot;,
2348 ],
2349 },
2350 ],
2351 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
2352 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
2353 },
2354 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
2355 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
2356 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
2357 &quot;labels&quot;: { # A map of labels to associate with the VM.
2358 &quot;a_key&quot;: &quot;A String&quot;,
2359 },
2360 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
2361 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
2362 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
2363 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
2364 &quot;a_key&quot;: &quot;A String&quot;,
2365 },
2366 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
2367 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
2368 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
2369 { # NetworkInterface represents a NIC of a VM.
2370 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
2371 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
2372 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
2373 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
2374 },
2375 ],
2376 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
2377 &quot;A String&quot;,
2378 ],
2379 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
2380 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
2381 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
2382 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
2383 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
2384 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
2385 },
2386 },
2387 ],
2388 &quot;sourceVmId&quot;: &quot;A String&quot;, # The unique ID of the VM in the source. The VM&#x27;s name in vSphere can be changed, so this is not the VM&#x27;s name but rather its moRef id. This id is of the form vm-.
2389 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the MigratingVm.
2390 &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM state was updated.
2391 &quot;targetDefaults&quot;: { # TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project. # The default configuration of the target VM that will be created in GCP as a result of the migration. Deprecated: Use compute_engine_target_defaults instead.
2392 &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
2393 &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
2394 &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
2395 },
2396 &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
2397 &quot;computeScheduling&quot;: { # Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. # Compute instance scheduling information (if empty default is used).
2398 &quot;automaticRestart&quot;: True or False,
2399 &quot;minNodeCpus&quot;: 42, # The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
2400 &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
2401 { # Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
2402 &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
2403 &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
2404 &quot;values&quot;: [ # Corresponds to the label values of Node resource.
2405 &quot;A String&quot;,
2406 ],
2407 },
2408 ],
2409 &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
2410 &quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
2411 },
2412 &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
2413 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
2414 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the VM. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
2415 &quot;labels&quot;: { # A map of labels to associate with the VM.
2416 &quot;a_key&quot;: &quot;A String&quot;,
2417 },
2418 &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
2419 &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
2420 &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
2421 &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
2422 &quot;a_key&quot;: &quot;A String&quot;,
2423 },
2424 &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
2425 &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
2426 &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
2427 { # NetworkInterface represents a NIC of a VM.
2428 &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
2429 &quot;internalIp&quot;: &quot;A String&quot;, # The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
2430 &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
2431 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
2432 },
2433 ],
2434 &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
2435 &quot;A String&quot;,
2436 ],
2437 &quot;project&quot;: &quot;A String&quot;, # The project in which to create the VM.
2438 &quot;secureBoot&quot;: True or False, # Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
2439 &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
2440 &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
2441 &quot;targetProject&quot;: &quot;A String&quot;, # The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
2442 &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
2443 },
2444 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM resource was updated.
2445}
2446
2447 requestId: string, A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
2448 updateMask: string, Field mask is used to specify the fields to be overwritten in the MigratingVm resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
2449 x__xgafv: string, V1 error format.
2450 Allowed values
2451 1 - v1 error format
2452 2 - v2 error format
2453
2454Returns:
2455 An object of the form:
2456
2457 { # This resource represents a long-running operation that is the result of a network API call.
2458 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
2459 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
2460 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
2461 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
2462 {
2463 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2464 },
2465 ],
2466 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
2467 },
2468 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
2469 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2470 },
2471 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
2472 &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
2473 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2474 },
2475}</pre>
2476</div>
2477
2478<div class="method">
2479 <code class="details" id="pauseMigration">pauseMigration(migratingVm, body=None, x__xgafv=None)</code>
2480 <pre>Pauses a migration for a VM. If cycle tasks are running they will be cancelled, preserving source task data. Further replication cycles will not be triggered while the VM is paused.
2481
2482Args:
2483 migratingVm: string, Required. The name of the MigratingVm. (required)
2484 body: object, The request body.
2485 The object takes the form of:
2486
2487{ # Request message for &#x27;PauseMigration&#x27; request.
2488}
2489
2490 x__xgafv: string, V1 error format.
2491 Allowed values
2492 1 - v1 error format
2493 2 - v2 error format
2494
2495Returns:
2496 An object of the form:
2497
2498 { # This resource represents a long-running operation that is the result of a network API call.
2499 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
2500 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
2501 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
2502 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
2503 {
2504 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2505 },
2506 ],
2507 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
2508 },
2509 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
2510 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2511 },
2512 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
2513 &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
2514 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2515 },
2516}</pre>
2517</div>
2518
2519<div class="method">
2520 <code class="details" id="resumeMigration">resumeMigration(migratingVm, body=None, x__xgafv=None)</code>
2521 <pre>Resumes a migration for a VM. When called on a paused migration, will start the process of uploading data and creating snapshots; when called on a completed cut-over migration, will update the migration to active state and start the process of uploading data and creating snapshots.
2522
2523Args:
2524 migratingVm: string, Required. The name of the MigratingVm. (required)
2525 body: object, The request body.
2526 The object takes the form of:
2527
2528{ # Request message for &#x27;ResumeMigration&#x27; request.
2529}
2530
2531 x__xgafv: string, V1 error format.
2532 Allowed values
2533 1 - v1 error format
2534 2 - v2 error format
2535
2536Returns:
2537 An object of the form:
2538
2539 { # This resource represents a long-running operation that is the result of a network API call.
2540 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
2541 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
2542 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
2543 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
2544 {
2545 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2546 },
2547 ],
2548 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
2549 },
2550 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
2551 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2552 },
2553 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
2554 &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
2555 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2556 },
2557}</pre>
2558</div>
2559
2560<div class="method">
2561 <code class="details" id="startMigration">startMigration(migratingVm, body=None, x__xgafv=None)</code>
2562 <pre>Starts migration for a VM. Starts the process of uploading data and creating snapshots, in replication cycles scheduled by the policy.
2563
2564Args:
2565 migratingVm: string, Required. The name of the MigratingVm. (required)
2566 body: object, The request body.
2567 The object takes the form of:
2568
2569{ # Request message for &#x27;StartMigrationRequest&#x27; request.
2570}
2571
2572 x__xgafv: string, V1 error format.
2573 Allowed values
2574 1 - v1 error format
2575 2 - v2 error format
2576
2577Returns:
2578 An object of the form:
2579
2580 { # This resource represents a long-running operation that is the result of a network API call.
2581 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
2582 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
2583 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
2584 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
2585 {
2586 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2587 },
2588 ],
2589 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
2590 },
2591 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
2592 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2593 },
2594 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
2595 &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
2596 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2597 },
2598}</pre>
2599</div>
2600
2601</body></html>