1<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> . <a href="vmmigration_v1alpha1.projects.locations.sources.migratingVms.cutoverJobs.html">cutoverJobs</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#cancel">cancel(name, body=None, x__xgafv=None)</a></code></p>
79<p class="firstline">Initiates the cancellation of a running cutover job.</p>
80<p class="toc_element">
81  <code><a href="#close">close()</a></code></p>
82<p class="firstline">Close httplib2 connections.</p>
83<p class="toc_element">
84  <code><a href="#create">create(parent, body=None, cutoverJobId=None, requestId=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Initiates a Cutover of a specific migrating VM. The returned LRO is completed when the cutover job resource is created and the job is initiated.</p>
86<p class="toc_element">
87  <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88<p class="firstline">Gets details of a single CutoverJob.</p>
89<p class="toc_element">
90  <code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91<p class="firstline">Lists CutoverJobs of a given migrating VM.</p>
92<p class="toc_element">
93  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<h3>Method Details</h3>
96<div class="method">
97    <code class="details" id="cancel">cancel(name, body=None, x__xgafv=None)</code>
98  <pre>Initiates the cancellation of a running cutover job.
99
100Args:
101  name: string, Required. The cutover job id (required)
102  body: object, The request body.
103    The object takes the form of:
104
105{ # Request message for &#x27;CancelCutoverJob&#x27; request.
106}
107
108  x__xgafv: string, V1 error format.
109    Allowed values
110      1 - v1 error format
111      2 - v2 error format
112
113Returns:
114  An object of the form:
115
116    { # This resource represents a long-running operation that is the result of a network API call.
117  &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.
118  &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.
119    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
120    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
121      {
122        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
123      },
124    ],
125    &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.
126  },
127  &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.
128    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
129  },
130  &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}`.
131  &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`.
132    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
133  },
134}</pre>
135</div>
136
137<div class="method">
138    <code class="details" id="close">close()</code>
139  <pre>Close httplib2 connections.</pre>
140</div>
141
142<div class="method">
143    <code class="details" id="create">create(parent, body=None, cutoverJobId=None, requestId=None, x__xgafv=None)</code>
144  <pre>Initiates a Cutover of a specific migrating VM. The returned LRO is completed when the cutover job resource is created and the job is initiated.
145
146Args:
147  parent: string, Required. The Cutover&#x27;s parent. (required)
148  body: object, The request body.
149    The object takes the form of:
150
151{ # 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.
152  &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.
153    &quot;additionalLicenses&quot;: [ # Additional licenses to assign to the VM.
154      &quot;A String&quot;,
155    ],
156    &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # The OS license returned from the adaptation module report.
157      &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
158      &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
159    },
160    &quot;bootOption&quot;: &quot;A String&quot;, # The VM Boot Option, as set in the source vm.
161    &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).
162      &quot;automaticRestart&quot;: True or False,
163      &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.
164      &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
165        { # 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
166          &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
167          &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
168          &quot;values&quot;: [ # Corresponds to the label values of Node resource.
169            &quot;A String&quot;,
170          ],
171        },
172      ],
173      &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
174      &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.
175    },
176    &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
177    &quot;labels&quot;: { # A map of labels to associate with the VM.
178      &quot;a_key&quot;: &quot;A String&quot;,
179    },
180    &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
181    &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
182    &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
183    &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
184      &quot;a_key&quot;: &quot;A String&quot;,
185    },
186    &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
187      { # NetworkInterface represents a NIC of a VM.
188        &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
189        &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.
190        &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
191        &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
192      },
193    ],
194    &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
195      &quot;A String&quot;,
196    ],
197    &quot;project&quot;: &quot;A String&quot;, # The GCP target project ID or project name.
198    &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.
199    &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
200    &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
201    &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
202  },
203  &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.
204    &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
205      &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
206      &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
207    },
208    &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
209    &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).
210      &quot;automaticRestart&quot;: True or False,
211      &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.
212      &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
213        { # 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
214          &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
215          &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
216          &quot;values&quot;: [ # Corresponds to the label values of Node resource.
217            &quot;A String&quot;,
218          ],
219        },
220      ],
221      &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
222      &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.
223    },
224    &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
225    &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
226    &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.
227    &quot;labels&quot;: { # A map of labels to associate with the VM.
228      &quot;a_key&quot;: &quot;A String&quot;,
229    },
230    &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
231    &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
232    &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
233    &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
234      &quot;a_key&quot;: &quot;A String&quot;,
235    },
236    &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
237    &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
238    &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
239      { # NetworkInterface represents a NIC of a VM.
240        &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
241        &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.
242        &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
243        &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
244      },
245    ],
246    &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
247      &quot;A String&quot;,
248    ],
249    &quot;project&quot;: &quot;A String&quot;, # Output only. The project in which to create the VM.
250    &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.
251    &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
252    &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
253    &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.
254    &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
255  },
256  &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).
257  &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.
258    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
259    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
260      {
261        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
262      },
263    ],
264    &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.
265  },
266  &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the cutover job.
267  &quot;progress&quot;: 42, # Output only. The current progress in percentage of the cutover job.
268  &quot;progressPercent&quot;: 42, # Output only. The current progress in percentage of the cutover job.
269  &quot;state&quot;: &quot;A String&quot;, # Output only. State of the cutover job.
270  &quot;stateMessage&quot;: &quot;A String&quot;, # Output only. A message providing possible extra details about the current state.
271  &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last updated.
272  &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.
273    &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
274      &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
275      &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
276    },
277    &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
278    &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).
279      &quot;automaticRestart&quot;: True or False,
280      &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.
281      &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
282        { # 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
283          &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
284          &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
285          &quot;values&quot;: [ # Corresponds to the label values of Node resource.
286            &quot;A String&quot;,
287          ],
288        },
289      ],
290      &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
291      &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.
292    },
293    &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
294    &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
295    &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.
296    &quot;labels&quot;: { # A map of labels to associate with the VM.
297      &quot;a_key&quot;: &quot;A String&quot;,
298    },
299    &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
300    &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
301    &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
302    &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
303      &quot;a_key&quot;: &quot;A String&quot;,
304    },
305    &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
306    &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
307    &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
308      { # NetworkInterface represents a NIC of a VM.
309        &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
310        &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.
311        &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
312        &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
313      },
314    ],
315    &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
316      &quot;A String&quot;,
317    ],
318    &quot;project&quot;: &quot;A String&quot;, # Output only. The project in which to create the VM.
319    &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.
320    &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
321    &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
322    &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.
323    &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
324  },
325}
326
327  cutoverJobId: string, Required. The cutover job identifier.
328  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).
329  x__xgafv: string, V1 error format.
330    Allowed values
331      1 - v1 error format
332      2 - v2 error format
333
334Returns:
335  An object of the form:
336
337    { # This resource represents a long-running operation that is the result of a network API call.
338  &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.
339  &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.
340    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
341    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
342      {
343        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
344      },
345    ],
346    &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.
347  },
348  &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.
349    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
350  },
351  &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}`.
352  &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`.
353    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
354  },
355}</pre>
356</div>
357
358<div class="method">
359    <code class="details" id="get">get(name, x__xgafv=None)</code>
360  <pre>Gets details of a single CutoverJob.
361
362Args:
363  name: string, Required. The name of the CutoverJob. (required)
364  x__xgafv: string, V1 error format.
365    Allowed values
366      1 - v1 error format
367      2 - v2 error format
368
369Returns:
370  An object of the form:
371
372    { # 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.
373  &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.
374    &quot;additionalLicenses&quot;: [ # Additional licenses to assign to the VM.
375      &quot;A String&quot;,
376    ],
377    &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # The OS license returned from the adaptation module report.
378      &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
379      &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
380    },
381    &quot;bootOption&quot;: &quot;A String&quot;, # The VM Boot Option, as set in the source vm.
382    &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).
383      &quot;automaticRestart&quot;: True or False,
384      &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.
385      &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
386        { # 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
387          &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
388          &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
389          &quot;values&quot;: [ # Corresponds to the label values of Node resource.
390            &quot;A String&quot;,
391          ],
392        },
393      ],
394      &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
395      &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.
396    },
397    &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
398    &quot;labels&quot;: { # A map of labels to associate with the VM.
399      &quot;a_key&quot;: &quot;A String&quot;,
400    },
401    &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
402    &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
403    &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
404    &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
405      &quot;a_key&quot;: &quot;A String&quot;,
406    },
407    &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
408      { # NetworkInterface represents a NIC of a VM.
409        &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
410        &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.
411        &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
412        &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
413      },
414    ],
415    &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
416      &quot;A String&quot;,
417    ],
418    &quot;project&quot;: &quot;A String&quot;, # The GCP target project ID or project name.
419    &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.
420    &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
421    &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
422    &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
423  },
424  &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.
425    &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
426      &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
427      &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
428    },
429    &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
430    &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).
431      &quot;automaticRestart&quot;: True or False,
432      &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.
433      &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
434        { # 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
435          &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
436          &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
437          &quot;values&quot;: [ # Corresponds to the label values of Node resource.
438            &quot;A String&quot;,
439          ],
440        },
441      ],
442      &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
443      &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.
444    },
445    &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
446    &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
447    &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.
448    &quot;labels&quot;: { # A map of labels to associate with the VM.
449      &quot;a_key&quot;: &quot;A String&quot;,
450    },
451    &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
452    &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
453    &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
454    &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
455      &quot;a_key&quot;: &quot;A String&quot;,
456    },
457    &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
458    &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
459    &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
460      { # NetworkInterface represents a NIC of a VM.
461        &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
462        &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.
463        &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
464        &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
465      },
466    ],
467    &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
468      &quot;A String&quot;,
469    ],
470    &quot;project&quot;: &quot;A String&quot;, # Output only. The project in which to create the VM.
471    &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.
472    &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
473    &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
474    &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.
475    &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
476  },
477  &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).
478  &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.
479    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
480    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
481      {
482        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
483      },
484    ],
485    &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.
486  },
487  &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the cutover job.
488  &quot;progress&quot;: 42, # Output only. The current progress in percentage of the cutover job.
489  &quot;progressPercent&quot;: 42, # Output only. The current progress in percentage of the cutover job.
490  &quot;state&quot;: &quot;A String&quot;, # Output only. State of the cutover job.
491  &quot;stateMessage&quot;: &quot;A String&quot;, # Output only. A message providing possible extra details about the current state.
492  &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last updated.
493  &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.
494    &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
495      &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
496      &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
497    },
498    &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
499    &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).
500      &quot;automaticRestart&quot;: True or False,
501      &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.
502      &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
503        { # 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
504          &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
505          &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
506          &quot;values&quot;: [ # Corresponds to the label values of Node resource.
507            &quot;A String&quot;,
508          ],
509        },
510      ],
511      &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
512      &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.
513    },
514    &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
515    &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
516    &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.
517    &quot;labels&quot;: { # A map of labels to associate with the VM.
518      &quot;a_key&quot;: &quot;A String&quot;,
519    },
520    &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
521    &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
522    &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
523    &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
524      &quot;a_key&quot;: &quot;A String&quot;,
525    },
526    &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
527    &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
528    &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
529      { # NetworkInterface represents a NIC of a VM.
530        &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
531        &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.
532        &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
533        &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
534      },
535    ],
536    &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
537      &quot;A String&quot;,
538    ],
539    &quot;project&quot;: &quot;A String&quot;, # Output only. The project in which to create the VM.
540    &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.
541    &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
542    &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
543    &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.
544    &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
545  },
546}</pre>
547</div>
548
549<div class="method">
550    <code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
551  <pre>Lists CutoverJobs of a given migrating VM.
552
553Args:
554  parent: string, Required. The parent, which owns this collection of migrating VMs. (required)
555  filter: string, Optional. The filter request.
556  orderBy: string, Optional. the order by fields for the result.
557  pageSize: integer, Optional. The maximum number of cutover jobs to return. The service may return fewer than this value. If unspecified, at most 500 cutover jobs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
558  pageToken: string, Required. A page token, received from a previous `ListCutoverJobs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCutoverJobs` must match the call that provided the page token.
559  x__xgafv: string, V1 error format.
560    Allowed values
561      1 - v1 error format
562      2 - v2 error format
563
564Returns:
565  An object of the form:
566
567    { # Response message for &#x27;ListCutoverJobs&#x27; request.
568  &quot;cutoverJobs&quot;: [ # Output only. The list of cutover jobs response.
569    { # 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.
570      &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.
571        &quot;additionalLicenses&quot;: [ # Additional licenses to assign to the VM.
572          &quot;A String&quot;,
573        ],
574        &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # The OS license returned from the adaptation module report.
575          &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
576          &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
577        },
578        &quot;bootOption&quot;: &quot;A String&quot;, # The VM Boot Option, as set in the source vm.
579        &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).
580          &quot;automaticRestart&quot;: True or False,
581          &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.
582          &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
583            { # 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
584              &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
585              &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
586              &quot;values&quot;: [ # Corresponds to the label values of Node resource.
587                &quot;A String&quot;,
588              ],
589            },
590          ],
591          &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
592          &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.
593        },
594        &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
595        &quot;labels&quot;: { # A map of labels to associate with the VM.
596          &quot;a_key&quot;: &quot;A String&quot;,
597        },
598        &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
599        &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
600        &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
601        &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
602          &quot;a_key&quot;: &quot;A String&quot;,
603        },
604        &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
605          { # NetworkInterface represents a NIC of a VM.
606            &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
607            &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.
608            &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
609            &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
610          },
611        ],
612        &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
613          &quot;A String&quot;,
614        ],
615        &quot;project&quot;: &quot;A String&quot;, # The GCP target project ID or project name.
616        &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.
617        &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
618        &quot;vmName&quot;: &quot;A String&quot;, # The name of the VM to create.
619        &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
620      },
621      &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.
622        &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
623          &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
624          &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
625        },
626        &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
627        &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).
628          &quot;automaticRestart&quot;: True or False,
629          &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.
630          &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
631            { # 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
632              &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
633              &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
634              &quot;values&quot;: [ # Corresponds to the label values of Node resource.
635                &quot;A String&quot;,
636              ],
637            },
638          ],
639          &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
640          &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.
641        },
642        &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
643        &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
644        &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.
645        &quot;labels&quot;: { # A map of labels to associate with the VM.
646          &quot;a_key&quot;: &quot;A String&quot;,
647        },
648        &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
649        &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
650        &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
651        &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
652          &quot;a_key&quot;: &quot;A String&quot;,
653        },
654        &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
655        &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
656        &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
657          { # NetworkInterface represents a NIC of a VM.
658            &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
659            &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.
660            &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
661            &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
662          },
663        ],
664        &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
665          &quot;A String&quot;,
666        ],
667        &quot;project&quot;: &quot;A String&quot;, # Output only. The project in which to create the VM.
668        &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.
669        &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
670        &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
671        &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.
672        &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
673      },
674      &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).
675      &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.
676        &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
677        &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
678          {
679            &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
680          },
681        ],
682        &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.
683      },
684      &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the cutover job.
685      &quot;progress&quot;: 42, # Output only. The current progress in percentage of the cutover job.
686      &quot;progressPercent&quot;: 42, # Output only. The current progress in percentage of the cutover job.
687      &quot;state&quot;: &quot;A String&quot;, # Output only. State of the cutover job.
688      &quot;stateMessage&quot;: &quot;A String&quot;, # Output only. A message providing possible extra details about the current state.
689      &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last updated.
690      &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.
691        &quot;appliedLicense&quot;: { # AppliedLicense holds the license data returned by adaptation module report. # Output only. The OS license returned from the adaptation module report.
692          &quot;osLicense&quot;: &quot;A String&quot;, # The OS license returned from the adaptation module&#x27;s report.
693          &quot;type&quot;: &quot;A String&quot;, # The license type that was used in OS adaptation.
694        },
695        &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option, as set in the source vm.
696        &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).
697          &quot;automaticRestart&quot;: True or False,
698          &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.
699          &quot;nodeAffinities&quot;: [ # A set of node affinity and anti-affinity configurations for sole tenant nodes.
700            { # 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
701              &quot;key&quot;: &quot;A String&quot;, # The label key of Node resource to reference.
702              &quot;operator&quot;: &quot;A String&quot;, # The operator to use for the node resources specified in the `values` parameter.
703              &quot;values&quot;: [ # Corresponds to the label values of Node resource.
704                &quot;A String&quot;,
705              ],
706            },
707          ],
708          &quot;onHostMaintenance&quot;: &quot;A String&quot;, # How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
709          &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.
710        },
711        &quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
712        &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the VM.
713        &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.
714        &quot;labels&quot;: { # A map of labels to associate with the VM.
715          &quot;a_key&quot;: &quot;A String&quot;,
716        },
717        &quot;licenseType&quot;: &quot;A String&quot;, # The license type to use in OS adaptation.
718        &quot;machineType&quot;: &quot;A String&quot;, # The machine type to create the VM with.
719        &quot;machineTypeSeries&quot;: &quot;A String&quot;, # The machine type series to create the VM with.
720        &quot;metadata&quot;: { # The metadata key/value pairs to assign to the VM.
721          &quot;a_key&quot;: &quot;A String&quot;,
722        },
723        &quot;name&quot;: &quot;A String&quot;, # The name of the VM to create.
724        &quot;network&quot;: &quot;A String&quot;, # The network to connect the VM to.
725        &quot;networkInterfaces&quot;: [ # List of NICs connected to this VM.
726          { # NetworkInterface represents a NIC of a VM.
727            &quot;externalIp&quot;: &quot;A String&quot;, # The external IP to define in the NIC.
728            &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.
729            &quot;network&quot;: &quot;A String&quot;, # The network to connect the NIC to.
730            &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the NIC to.
731          },
732        ],
733        &quot;networkTags&quot;: [ # A map of network tags to associate with the VM.
734          &quot;A String&quot;,
735        ],
736        &quot;project&quot;: &quot;A String&quot;, # Output only. The project in which to create the VM.
737        &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.
738        &quot;serviceAccount&quot;: &quot;A String&quot;, # The service account to associate the VM with.
739        &quot;subnetwork&quot;: &quot;A String&quot;, # The subnetwork to connect the VM to.
740        &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.
741        &quot;zone&quot;: &quot;A String&quot;, # The zone in which to create the VM.
742      },
743    },
744  ],
745  &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.
746  &quot;unreachable&quot;: [ # Output only. Locations that could not be reached.
747    &quot;A String&quot;,
748  ],
749}</pre>
750</div>
751
752<div class="method">
753    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
754  <pre>Retrieves the next page of results.
755
756Args:
757  previous_request: The request for the previous page. (required)
758  previous_response: The response from the request for the previous page. (required)
759
760Returns:
761  A request object that you can call &#x27;execute()&#x27; on to request the next
762  page. Returns None if there are no more items in the collection.
763    </pre>
764</div>
765
766</body></html>