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.utilizationReports.html">utilizationReports</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81  <code><a href="#create">create(parent, body=None, requestId=None, utilizationReportId=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Creates a new UtilizationReport.</p>
83<p class="toc_element">
84  <code><a href="#delete">delete(name, requestId=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Deletes a single Utilization Report.</p>
86<p class="toc_element">
87  <code><a href="#get">get(name, view=None, x__xgafv=None)</a></code></p>
88<p class="firstline">Gets a single Utilization Report.</p>
89<p class="toc_element">
90  <code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, view=None, x__xgafv=None)</a></code></p>
91<p class="firstline">Lists Utilization Reports of the given Source.</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="close">close()</code>
98  <pre>Close httplib2 connections.</pre>
99</div>
100
101<div class="method">
102    <code class="details" id="create">create(parent, body=None, requestId=None, utilizationReportId=None, x__xgafv=None)</code>
103  <pre>Creates a new UtilizationReport.
104
105Args:
106  parent: string, Required. The Utilization Report&#x27;s parent. (required)
107  body: object, The request body.
108    The object takes the form of:
109
110{ # Utilization report details the utilization (CPU, memory, etc.) of selected source VMs.
111  &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the report was created (this refers to the time of the request, not the time the report creation completed).
112  &quot;displayName&quot;: &quot;A String&quot;, # The report display name, as assigned by the user.
113  &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 report in case of an error.
114    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
115    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
116      {
117        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
118      },
119    ],
120    &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.
121  },
122  &quot;frameEndTime&quot;: &quot;A String&quot;, # Output only. The point in time when the time frame ends. Notice that the time frame is counted backwards. For instance if the &quot;frame_end_time&quot; value is 2021/01/20 and the time frame is WEEK then the report covers the week between 2021/01/20 and 2021/01/14.
123  &quot;name&quot;: &quot;A String&quot;, # Output only. The report unique name.
124  &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the report.
125  &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last set.
126  &quot;timeFrame&quot;: &quot;A String&quot;, # Time frame of the report.
127  &quot;vmCount&quot;: 42, # Output only. Total number of VMs included in the report.
128  &quot;vms&quot;: [ # List of utilization information per VM. When sent as part of the request, the &quot;vm_id&quot; field is used in order to specify which VMs to include in the report. In that case all other fields are ignored.
129    { # Utilization information of a single VM.
130      &quot;utilization&quot;: { # Utilization metrics values for a single VM. # Utilization metrics for this VM.
131        &quot;cpuAverage&quot;: 42, # Average CPU usage, percent.
132        &quot;cpuAveragePercent&quot;: 42, # Average CPU usage, percent.
133        &quot;cpuMax&quot;: 42, # Max CPU usage, percent.
134        &quot;cpuMaxPercent&quot;: 42, # Max CPU usage, percent.
135        &quot;diskIoRateAverage&quot;: &quot;A String&quot;, # Average disk IO rate, in kilobytes per second.
136        &quot;diskIoRateAverageKbps&quot;: &quot;A String&quot;, # Average disk IO rate, in kilobytes per second.
137        &quot;diskIoRateMax&quot;: &quot;A String&quot;, # Max disk IO rate, in kilobytes per second.
138        &quot;diskIoRateMaxKbps&quot;: &quot;A String&quot;, # Max disk IO rate, in kilobytes per second.
139        &quot;memoryAverage&quot;: 42, # Average memory usage, percent.
140        &quot;memoryAveragePercent&quot;: 42, # Average memory usage, percent.
141        &quot;memoryMax&quot;: 42, # Max memory usage, percent.
142        &quot;memoryMaxPercent&quot;: 42, # Max memory usage, percent.
143        &quot;networkThroughputAverage&quot;: &quot;A String&quot;, # Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
144        &quot;networkThroughputAverageKbps&quot;: &quot;A String&quot;, # Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
145        &quot;networkThroughputMax&quot;: &quot;A String&quot;, # Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
146        &quot;networkThroughputMaxKbps&quot;: &quot;A String&quot;, # Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
147      },
148      &quot;vmId&quot;: &quot;A String&quot;, # The VM&#x27;s ID in the source.
149      &quot;vmwareVmDetails&quot;: { # VmwareVmDetails describes a VM in vCenter. # The description of the VM in a Source of type Vmware.
150        &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option.
151        &quot;committedStorage&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
152        &quot;committedStorageMb&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
153        &quot;cpuCount&quot;: 42, # The number of cpus in the VM.
154        &quot;datacenterDescription&quot;: &quot;A String&quot;, # The descriptive name of the vCenter&#x27;s datacenter this VM is contained in.
155        &quot;datacenterId&quot;: &quot;A String&quot;, # The id of the vCenter&#x27;s datacenter this VM is contained in.
156        &quot;diskCount&quot;: 42, # The number of disks the VM has.
157        &quot;displayName&quot;: &quot;A String&quot;, # The display name of the VM. Note that this is not necessarily unique.
158        &quot;guestDescription&quot;: &quot;A String&quot;, # The VM&#x27;s OS. See for example https://pubs.vmware.com/vi-sdk/visdk250/ReferenceGuide/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html for types of strings this might hold.
159        &quot;memoryMb&quot;: 42, # The size of the memory of the VM in MB.
160        &quot;powerState&quot;: &quot;A String&quot;, # The power state of the VM at the moment list was taken.
161        &quot;uuid&quot;: &quot;A String&quot;, # The unique identifier of the VM in vCenter.
162        &quot;vmId&quot;: &quot;A String&quot;, # The VM&#x27;s id in the source (note that this is not the MigratingVm&#x27;s id). This is the moref id of the VM.
163      },
164    },
165  ],
166  &quot;vmsCount&quot;: 42, # Output only. Total number of VMs included in the report.
167}
168
169  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).
170  utilizationReportId: string, Required. The ID to use for the report, which will become the final component of the reports&#x27;s resource name. This value maximum length is 63 characters, and valid characters are /a-z-/. It must start with an english letter and must not end with a hyphen.
171  x__xgafv: string, V1 error format.
172    Allowed values
173      1 - v1 error format
174      2 - v2 error format
175
176Returns:
177  An object of the form:
178
179    { # This resource represents a long-running operation that is the result of a network API call.
180  &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.
181  &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.
182    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
183    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
184      {
185        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
186      },
187    ],
188    &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.
189  },
190  &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.
191    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
192  },
193  &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}`.
194  &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`.
195    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
196  },
197}</pre>
198</div>
199
200<div class="method">
201    <code class="details" id="delete">delete(name, requestId=None, x__xgafv=None)</code>
202  <pre>Deletes a single Utilization Report.
203
204Args:
205  name: string, Required. The Utilization Report name. (required)
206  requestId: string, Optional. 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 after 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).
207  x__xgafv: string, V1 error format.
208    Allowed values
209      1 - v1 error format
210      2 - v2 error format
211
212Returns:
213  An object of the form:
214
215    { # This resource represents a long-running operation that is the result of a network API call.
216  &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.
217  &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.
218    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
219    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
220      {
221        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
222      },
223    ],
224    &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.
225  },
226  &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.
227    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
228  },
229  &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}`.
230  &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`.
231    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
232  },
233}</pre>
234</div>
235
236<div class="method">
237    <code class="details" id="get">get(name, view=None, x__xgafv=None)</code>
238  <pre>Gets a single Utilization Report.
239
240Args:
241  name: string, Required. The Utilization Report name. (required)
242  view: string, Optional. The level of details of the report. Defaults to FULL
243    Allowed values
244      UTILIZATION_REPORT_VIEW_UNSPECIFIED - The default / unset value. The API will default to FULL on single report request and BASIC for multiple reports request.
245      BASIC - Get the report metadata, without the list of VMs and their utilization info.
246      FULL - Include everything.
247  x__xgafv: string, V1 error format.
248    Allowed values
249      1 - v1 error format
250      2 - v2 error format
251
252Returns:
253  An object of the form:
254
255    { # Utilization report details the utilization (CPU, memory, etc.) of selected source VMs.
256  &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the report was created (this refers to the time of the request, not the time the report creation completed).
257  &quot;displayName&quot;: &quot;A String&quot;, # The report display name, as assigned by the user.
258  &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 report in case of an error.
259    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
260    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
261      {
262        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
263      },
264    ],
265    &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.
266  },
267  &quot;frameEndTime&quot;: &quot;A String&quot;, # Output only. The point in time when the time frame ends. Notice that the time frame is counted backwards. For instance if the &quot;frame_end_time&quot; value is 2021/01/20 and the time frame is WEEK then the report covers the week between 2021/01/20 and 2021/01/14.
268  &quot;name&quot;: &quot;A String&quot;, # Output only. The report unique name.
269  &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the report.
270  &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last set.
271  &quot;timeFrame&quot;: &quot;A String&quot;, # Time frame of the report.
272  &quot;vmCount&quot;: 42, # Output only. Total number of VMs included in the report.
273  &quot;vms&quot;: [ # List of utilization information per VM. When sent as part of the request, the &quot;vm_id&quot; field is used in order to specify which VMs to include in the report. In that case all other fields are ignored.
274    { # Utilization information of a single VM.
275      &quot;utilization&quot;: { # Utilization metrics values for a single VM. # Utilization metrics for this VM.
276        &quot;cpuAverage&quot;: 42, # Average CPU usage, percent.
277        &quot;cpuAveragePercent&quot;: 42, # Average CPU usage, percent.
278        &quot;cpuMax&quot;: 42, # Max CPU usage, percent.
279        &quot;cpuMaxPercent&quot;: 42, # Max CPU usage, percent.
280        &quot;diskIoRateAverage&quot;: &quot;A String&quot;, # Average disk IO rate, in kilobytes per second.
281        &quot;diskIoRateAverageKbps&quot;: &quot;A String&quot;, # Average disk IO rate, in kilobytes per second.
282        &quot;diskIoRateMax&quot;: &quot;A String&quot;, # Max disk IO rate, in kilobytes per second.
283        &quot;diskIoRateMaxKbps&quot;: &quot;A String&quot;, # Max disk IO rate, in kilobytes per second.
284        &quot;memoryAverage&quot;: 42, # Average memory usage, percent.
285        &quot;memoryAveragePercent&quot;: 42, # Average memory usage, percent.
286        &quot;memoryMax&quot;: 42, # Max memory usage, percent.
287        &quot;memoryMaxPercent&quot;: 42, # Max memory usage, percent.
288        &quot;networkThroughputAverage&quot;: &quot;A String&quot;, # Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
289        &quot;networkThroughputAverageKbps&quot;: &quot;A String&quot;, # Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
290        &quot;networkThroughputMax&quot;: &quot;A String&quot;, # Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
291        &quot;networkThroughputMaxKbps&quot;: &quot;A String&quot;, # Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
292      },
293      &quot;vmId&quot;: &quot;A String&quot;, # The VM&#x27;s ID in the source.
294      &quot;vmwareVmDetails&quot;: { # VmwareVmDetails describes a VM in vCenter. # The description of the VM in a Source of type Vmware.
295        &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option.
296        &quot;committedStorage&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
297        &quot;committedStorageMb&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
298        &quot;cpuCount&quot;: 42, # The number of cpus in the VM.
299        &quot;datacenterDescription&quot;: &quot;A String&quot;, # The descriptive name of the vCenter&#x27;s datacenter this VM is contained in.
300        &quot;datacenterId&quot;: &quot;A String&quot;, # The id of the vCenter&#x27;s datacenter this VM is contained in.
301        &quot;diskCount&quot;: 42, # The number of disks the VM has.
302        &quot;displayName&quot;: &quot;A String&quot;, # The display name of the VM. Note that this is not necessarily unique.
303        &quot;guestDescription&quot;: &quot;A String&quot;, # The VM&#x27;s OS. See for example https://pubs.vmware.com/vi-sdk/visdk250/ReferenceGuide/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html for types of strings this might hold.
304        &quot;memoryMb&quot;: 42, # The size of the memory of the VM in MB.
305        &quot;powerState&quot;: &quot;A String&quot;, # The power state of the VM at the moment list was taken.
306        &quot;uuid&quot;: &quot;A String&quot;, # The unique identifier of the VM in vCenter.
307        &quot;vmId&quot;: &quot;A String&quot;, # The VM&#x27;s id in the source (note that this is not the MigratingVm&#x27;s id). This is the moref id of the VM.
308      },
309    },
310  ],
311  &quot;vmsCount&quot;: 42, # Output only. Total number of VMs included in the report.
312}</pre>
313</div>
314
315<div class="method">
316    <code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, view=None, x__xgafv=None)</code>
317  <pre>Lists Utilization Reports of the given Source.
318
319Args:
320  parent: string, Required. The Utilization Reports parent. (required)
321  filter: string, Optional. The filter request.
322  orderBy: string, Optional. the order by fields for the result.
323  pageSize: integer, Optional. The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 500 reports will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
324  pageToken: string, Required. A page token, received from a previous `ListUtilizationReports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListUtilizationReports` must match the call that provided the page token.
325  view: string, Optional. The level of details of each report. Defaults to BASIC.
326    Allowed values
327      UTILIZATION_REPORT_VIEW_UNSPECIFIED - The default / unset value. The API will default to FULL on single report request and BASIC for multiple reports request.
328      BASIC - Get the report metadata, without the list of VMs and their utilization info.
329      FULL - Include everything.
330  x__xgafv: string, V1 error format.
331    Allowed values
332      1 - v1 error format
333      2 - v2 error format
334
335Returns:
336  An object of the form:
337
338    { # Response message for &#x27;ListUtilizationReports&#x27; request.
339  &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.
340  &quot;unreachable&quot;: [ # Output only. Locations that could not be reached.
341    &quot;A String&quot;,
342  ],
343  &quot;utilizationReports&quot;: [ # Output only. The list of reports.
344    { # Utilization report details the utilization (CPU, memory, etc.) of selected source VMs.
345      &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the report was created (this refers to the time of the request, not the time the report creation completed).
346      &quot;displayName&quot;: &quot;A String&quot;, # The report display name, as assigned by the user.
347      &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 report in case of an error.
348        &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
349        &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
350          {
351            &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
352          },
353        ],
354        &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.
355      },
356      &quot;frameEndTime&quot;: &quot;A String&quot;, # Output only. The point in time when the time frame ends. Notice that the time frame is counted backwards. For instance if the &quot;frame_end_time&quot; value is 2021/01/20 and the time frame is WEEK then the report covers the week between 2021/01/20 and 2021/01/14.
357      &quot;name&quot;: &quot;A String&quot;, # Output only. The report unique name.
358      &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the report.
359      &quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last set.
360      &quot;timeFrame&quot;: &quot;A String&quot;, # Time frame of the report.
361      &quot;vmCount&quot;: 42, # Output only. Total number of VMs included in the report.
362      &quot;vms&quot;: [ # List of utilization information per VM. When sent as part of the request, the &quot;vm_id&quot; field is used in order to specify which VMs to include in the report. In that case all other fields are ignored.
363        { # Utilization information of a single VM.
364          &quot;utilization&quot;: { # Utilization metrics values for a single VM. # Utilization metrics for this VM.
365            &quot;cpuAverage&quot;: 42, # Average CPU usage, percent.
366            &quot;cpuAveragePercent&quot;: 42, # Average CPU usage, percent.
367            &quot;cpuMax&quot;: 42, # Max CPU usage, percent.
368            &quot;cpuMaxPercent&quot;: 42, # Max CPU usage, percent.
369            &quot;diskIoRateAverage&quot;: &quot;A String&quot;, # Average disk IO rate, in kilobytes per second.
370            &quot;diskIoRateAverageKbps&quot;: &quot;A String&quot;, # Average disk IO rate, in kilobytes per second.
371            &quot;diskIoRateMax&quot;: &quot;A String&quot;, # Max disk IO rate, in kilobytes per second.
372            &quot;diskIoRateMaxKbps&quot;: &quot;A String&quot;, # Max disk IO rate, in kilobytes per second.
373            &quot;memoryAverage&quot;: 42, # Average memory usage, percent.
374            &quot;memoryAveragePercent&quot;: 42, # Average memory usage, percent.
375            &quot;memoryMax&quot;: 42, # Max memory usage, percent.
376            &quot;memoryMaxPercent&quot;: 42, # Max memory usage, percent.
377            &quot;networkThroughputAverage&quot;: &quot;A String&quot;, # Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
378            &quot;networkThroughputAverageKbps&quot;: &quot;A String&quot;, # Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
379            &quot;networkThroughputMax&quot;: &quot;A String&quot;, # Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
380            &quot;networkThroughputMaxKbps&quot;: &quot;A String&quot;, # Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
381          },
382          &quot;vmId&quot;: &quot;A String&quot;, # The VM&#x27;s ID in the source.
383          &quot;vmwareVmDetails&quot;: { # VmwareVmDetails describes a VM in vCenter. # The description of the VM in a Source of type Vmware.
384            &quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option.
385            &quot;committedStorage&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
386            &quot;committedStorageMb&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
387            &quot;cpuCount&quot;: 42, # The number of cpus in the VM.
388            &quot;datacenterDescription&quot;: &quot;A String&quot;, # The descriptive name of the vCenter&#x27;s datacenter this VM is contained in.
389            &quot;datacenterId&quot;: &quot;A String&quot;, # The id of the vCenter&#x27;s datacenter this VM is contained in.
390            &quot;diskCount&quot;: 42, # The number of disks the VM has.
391            &quot;displayName&quot;: &quot;A String&quot;, # The display name of the VM. Note that this is not necessarily unique.
392            &quot;guestDescription&quot;: &quot;A String&quot;, # The VM&#x27;s OS. See for example https://pubs.vmware.com/vi-sdk/visdk250/ReferenceGuide/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html for types of strings this might hold.
393            &quot;memoryMb&quot;: 42, # The size of the memory of the VM in MB.
394            &quot;powerState&quot;: &quot;A String&quot;, # The power state of the VM at the moment list was taken.
395            &quot;uuid&quot;: &quot;A String&quot;, # The unique identifier of the VM in vCenter.
396            &quot;vmId&quot;: &quot;A String&quot;, # The VM&#x27;s id in the source (note that this is not the MigratingVm&#x27;s id). This is the moref id of the VM.
397          },
398        },
399      ],
400      &quot;vmsCount&quot;: 42, # Output only. Total number of VMs included in the report.
401    },
402  ],
403}</pre>
404</div>
405
406<div class="method">
407    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
408  <pre>Retrieves the next page of results.
409
410Args:
411  previous_request: The request for the previous page. (required)
412  previous_response: The response from the request for the previous page. (required)
413
414Returns:
415  A request object that you can call &#x27;execute()&#x27; on to request the next
416  page. Returns None if there are no more items in the collection.
417    </pre>
418</div>
419
420</body></html>