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'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 "createTime": "A String", # Output only. The time the report was created (this refers to the time of the request, not the time the report creation completed). 112 "displayName": "A String", # The report display name, as assigned by the user. 113 "error": { # 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 "code": 42, # The status code, which should be an enum value of google.rpc.Code. 115 "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. 116 { 117 "a_key": "", # Properties of the object. Contains field @type with type URL. 118 }, 119 ], 120 "message": "A String", # 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 "frameEndTime": "A String", # Output only. The point in time when the time frame ends. Notice that the time frame is counted backwards. For instance if the "frame_end_time" 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 "name": "A String", # Output only. The report unique name. 124 "state": "A String", # Output only. Current state of the report. 125 "stateTime": "A String", # Output only. The time the state was last set. 126 "timeFrame": "A String", # Time frame of the report. 127 "vmCount": 42, # Output only. Total number of VMs included in the report. 128 "vms": [ # List of utilization information per VM. When sent as part of the request, the "vm_id" 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 "utilization": { # Utilization metrics values for a single VM. # Utilization metrics for this VM. 131 "cpuAverage": 42, # Average CPU usage, percent. 132 "cpuAveragePercent": 42, # Average CPU usage, percent. 133 "cpuMax": 42, # Max CPU usage, percent. 134 "cpuMaxPercent": 42, # Max CPU usage, percent. 135 "diskIoRateAverage": "A String", # Average disk IO rate, in kilobytes per second. 136 "diskIoRateAverageKbps": "A String", # Average disk IO rate, in kilobytes per second. 137 "diskIoRateMax": "A String", # Max disk IO rate, in kilobytes per second. 138 "diskIoRateMaxKbps": "A String", # Max disk IO rate, in kilobytes per second. 139 "memoryAverage": 42, # Average memory usage, percent. 140 "memoryAveragePercent": 42, # Average memory usage, percent. 141 "memoryMax": 42, # Max memory usage, percent. 142 "memoryMaxPercent": 42, # Max memory usage, percent. 143 "networkThroughputAverage": "A String", # Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second. 144 "networkThroughputAverageKbps": "A String", # Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second. 145 "networkThroughputMax": "A String", # Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second. 146 "networkThroughputMaxKbps": "A String", # Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second. 147 }, 148 "vmId": "A String", # The VM's ID in the source. 149 "vmwareVmDetails": { # VmwareVmDetails describes a VM in vCenter. # The description of the VM in a Source of type Vmware. 150 "bootOption": "A String", # Output only. The VM Boot Option. 151 "committedStorage": "A String", # The total size of the storage allocated to the VM in MB. 152 "committedStorageMb": "A String", # The total size of the storage allocated to the VM in MB. 153 "cpuCount": 42, # The number of cpus in the VM. 154 "datacenterDescription": "A String", # The descriptive name of the vCenter's datacenter this VM is contained in. 155 "datacenterId": "A String", # The id of the vCenter's datacenter this VM is contained in. 156 "diskCount": 42, # The number of disks the VM has. 157 "displayName": "A String", # The display name of the VM. Note that this is not necessarily unique. 158 "guestDescription": "A String", # The VM'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 "memoryMb": 42, # The size of the memory of the VM in MB. 160 "powerState": "A String", # The power state of the VM at the moment list was taken. 161 "uuid": "A String", # The unique identifier of the VM in vCenter. 162 "vmId": "A String", # The VM's id in the source (note that this is not the MigratingVm's id). This is the moref id of the VM. 163 }, 164 }, 165 ], 166 "vmsCount": 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'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 "done": 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 "error": { # 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 "code": 42, # The status code, which should be an enum value of google.rpc.Code. 183 "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. 184 { 185 "a_key": "", # Properties of the object. Contains field @type with type URL. 186 }, 187 ], 188 "message": "A String", # 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 "metadata": { # 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 "a_key": "", # Properties of the object. Contains field @type with type URL. 192 }, 193 "name": "A String", # 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 "response": { # 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 "a_key": "", # 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 "done": 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 "error": { # 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 "code": 42, # The status code, which should be an enum value of google.rpc.Code. 219 "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. 220 { 221 "a_key": "", # Properties of the object. Contains field @type with type URL. 222 }, 223 ], 224 "message": "A String", # 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 "metadata": { # 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 "a_key": "", # Properties of the object. Contains field @type with type URL. 228 }, 229 "name": "A String", # 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 "response": { # 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 "a_key": "", # 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 "createTime": "A String", # Output only. The time the report was created (this refers to the time of the request, not the time the report creation completed). 257 "displayName": "A String", # The report display name, as assigned by the user. 258 "error": { # 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 "code": 42, # The status code, which should be an enum value of google.rpc.Code. 260 "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. 261 { 262 "a_key": "", # Properties of the object. Contains field @type with type URL. 263 }, 264 ], 265 "message": "A String", # 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 "frameEndTime": "A String", # Output only. The point in time when the time frame ends. Notice that the time frame is counted backwards. For instance if the "frame_end_time" 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 "name": "A String", # Output only. The report unique name. 269 "state": "A String", # Output only. Current state of the report. 270 "stateTime": "A String", # Output only. The time the state was last set. 271 "timeFrame": "A String", # Time frame of the report. 272 "vmCount": 42, # Output only. Total number of VMs included in the report. 273 "vms": [ # List of utilization information per VM. When sent as part of the request, the "vm_id" 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 "utilization": { # Utilization metrics values for a single VM. # Utilization metrics for this VM. 276 "cpuAverage": 42, # Average CPU usage, percent. 277 "cpuAveragePercent": 42, # Average CPU usage, percent. 278 "cpuMax": 42, # Max CPU usage, percent. 279 "cpuMaxPercent": 42, # Max CPU usage, percent. 280 "diskIoRateAverage": "A String", # Average disk IO rate, in kilobytes per second. 281 "diskIoRateAverageKbps": "A String", # Average disk IO rate, in kilobytes per second. 282 "diskIoRateMax": "A String", # Max disk IO rate, in kilobytes per second. 283 "diskIoRateMaxKbps": "A String", # Max disk IO rate, in kilobytes per second. 284 "memoryAverage": 42, # Average memory usage, percent. 285 "memoryAveragePercent": 42, # Average memory usage, percent. 286 "memoryMax": 42, # Max memory usage, percent. 287 "memoryMaxPercent": 42, # Max memory usage, percent. 288 "networkThroughputAverage": "A String", # Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second. 289 "networkThroughputAverageKbps": "A String", # Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second. 290 "networkThroughputMax": "A String", # Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second. 291 "networkThroughputMaxKbps": "A String", # Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second. 292 }, 293 "vmId": "A String", # The VM's ID in the source. 294 "vmwareVmDetails": { # VmwareVmDetails describes a VM in vCenter. # The description of the VM in a Source of type Vmware. 295 "bootOption": "A String", # Output only. The VM Boot Option. 296 "committedStorage": "A String", # The total size of the storage allocated to the VM in MB. 297 "committedStorageMb": "A String", # The total size of the storage allocated to the VM in MB. 298 "cpuCount": 42, # The number of cpus in the VM. 299 "datacenterDescription": "A String", # The descriptive name of the vCenter's datacenter this VM is contained in. 300 "datacenterId": "A String", # The id of the vCenter's datacenter this VM is contained in. 301 "diskCount": 42, # The number of disks the VM has. 302 "displayName": "A String", # The display name of the VM. Note that this is not necessarily unique. 303 "guestDescription": "A String", # The VM'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 "memoryMb": 42, # The size of the memory of the VM in MB. 305 "powerState": "A String", # The power state of the VM at the moment list was taken. 306 "uuid": "A String", # The unique identifier of the VM in vCenter. 307 "vmId": "A String", # The VM's id in the source (note that this is not the MigratingVm's id). This is the moref id of the VM. 308 }, 309 }, 310 ], 311 "vmsCount": 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 'ListUtilizationReports' request. 339 "nextPageToken": "A String", # 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 "unreachable": [ # Output only. Locations that could not be reached. 341 "A String", 342 ], 343 "utilizationReports": [ # Output only. The list of reports. 344 { # Utilization report details the utilization (CPU, memory, etc.) of selected source VMs. 345 "createTime": "A String", # Output only. The time the report was created (this refers to the time of the request, not the time the report creation completed). 346 "displayName": "A String", # The report display name, as assigned by the user. 347 "error": { # 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 "code": 42, # The status code, which should be an enum value of google.rpc.Code. 349 "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. 350 { 351 "a_key": "", # Properties of the object. Contains field @type with type URL. 352 }, 353 ], 354 "message": "A String", # 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 "frameEndTime": "A String", # Output only. The point in time when the time frame ends. Notice that the time frame is counted backwards. For instance if the "frame_end_time" 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 "name": "A String", # Output only. The report unique name. 358 "state": "A String", # Output only. Current state of the report. 359 "stateTime": "A String", # Output only. The time the state was last set. 360 "timeFrame": "A String", # Time frame of the report. 361 "vmCount": 42, # Output only. Total number of VMs included in the report. 362 "vms": [ # List of utilization information per VM. When sent as part of the request, the "vm_id" 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 "utilization": { # Utilization metrics values for a single VM. # Utilization metrics for this VM. 365 "cpuAverage": 42, # Average CPU usage, percent. 366 "cpuAveragePercent": 42, # Average CPU usage, percent. 367 "cpuMax": 42, # Max CPU usage, percent. 368 "cpuMaxPercent": 42, # Max CPU usage, percent. 369 "diskIoRateAverage": "A String", # Average disk IO rate, in kilobytes per second. 370 "diskIoRateAverageKbps": "A String", # Average disk IO rate, in kilobytes per second. 371 "diskIoRateMax": "A String", # Max disk IO rate, in kilobytes per second. 372 "diskIoRateMaxKbps": "A String", # Max disk IO rate, in kilobytes per second. 373 "memoryAverage": 42, # Average memory usage, percent. 374 "memoryAveragePercent": 42, # Average memory usage, percent. 375 "memoryMax": 42, # Max memory usage, percent. 376 "memoryMaxPercent": 42, # Max memory usage, percent. 377 "networkThroughputAverage": "A String", # Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second. 378 "networkThroughputAverageKbps": "A String", # Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second. 379 "networkThroughputMax": "A String", # Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second. 380 "networkThroughputMaxKbps": "A String", # Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second. 381 }, 382 "vmId": "A String", # The VM's ID in the source. 383 "vmwareVmDetails": { # VmwareVmDetails describes a VM in vCenter. # The description of the VM in a Source of type Vmware. 384 "bootOption": "A String", # Output only. The VM Boot Option. 385 "committedStorage": "A String", # The total size of the storage allocated to the VM in MB. 386 "committedStorageMb": "A String", # The total size of the storage allocated to the VM in MB. 387 "cpuCount": 42, # The number of cpus in the VM. 388 "datacenterDescription": "A String", # The descriptive name of the vCenter's datacenter this VM is contained in. 389 "datacenterId": "A String", # The id of the vCenter's datacenter this VM is contained in. 390 "diskCount": 42, # The number of disks the VM has. 391 "displayName": "A String", # The display name of the VM. Note that this is not necessarily unique. 392 "guestDescription": "A String", # The VM'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 "memoryMb": 42, # The size of the memory of the VM in MB. 394 "powerState": "A String", # The power state of the VM at the moment list was taken. 395 "uuid": "A String", # The unique identifier of the VM in vCenter. 396 "vmId": "A String", # The VM's id in the source (note that this is not the MigratingVm's id). This is the moref id of the VM. 397 }, 398 }, 399 ], 400 "vmsCount": 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 'execute()' 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>