~ubuntu-branches/ubuntu/raring/libvirt/raring

« back to all changes in this revision

Viewing changes to python/libvirt-override-api.xml

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-11-19 10:41:02 UTC
  • mfrom: (1.2.15) (223.1.2 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121119104102-l6ewdppikysbzztu
Tags: 1.0.0-0ubuntu2
debian/patches/add-armhf-sysinfo-infomration.patch: Disable
to fix FTBFS on arm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
      <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
38
38
      <return type='str *' info='the list of Names or None in case of error'/>
39
39
    </function>
 
40
    <function name='virConnectListAllNetworks' file='python'>
 
41
      <info>returns list of all networks</info>
 
42
      <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
 
43
      <arg name='flags' type='unsigned int' info='optional flags'/>
 
44
      <return type='network *' info='the list of networks or None in case of error'/>
 
45
    </function>
40
46
    <function name='virDomainLookupByUUID' file='python'>
41
47
      <info>Try to lookup a domain on the given hypervisor based on its UUID.</info>
42
48
      <return type='virDomainPtr' info='a new domain object or NULL in case of failure'/>
306
312
      <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
307
313
      <return type='str *' info='the list of Names of None in case of error'/>
308
314
    </function>
 
315
    <function name='virConnectListAllStoragePools' file='python'>
 
316
      <info>returns list of all storage pools</info>
 
317
      <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
 
318
      <arg name='flags' type='unsigned int' info='optional flags'/>
 
319
      <return type='pool *' info='the list of pools or None in case of error'/>
 
320
    </function>
309
321
    <function name='virStoragePoolListVolumes' file='python'>
310
322
      <info>list the storage volumes, stores the pointers to the names in @names</info>
311
323
      <arg name='pool' type='virStoragePoolPtr' info='pointer to the storage pool'/>
312
 
      <return type='str *' info='the list of Names of None in case of error'/>
 
324
      <return type='str *' info='the list of Names or None in case of error'/>
 
325
    </function>
 
326
    <function name='virStoragePoolListAllVolumes' file='python'>
 
327
      <info>return list of storage volume objects</info>
 
328
      <arg name='pool' type='virStoragePoolPtr' info='pointer to the storage pool'/>
 
329
      <arg name='flags' type='unsigned int' info='optional flags'/>
 
330
      <return type='volume *' info='the list of volumes or None in case of error'/>
313
331
    </function>
314
332
    <function name='virStoragePoolGetInfo' file='python'>
315
333
      <info>Extract information about a storage pool. Note that if the connection used to get the domain is limited only a partial set of the information can be extracted.</info>
328
346
      <arg name='flags' type='unsigned int' info='flags (unused; pass 0)'/>
329
347
      <return type='str *' info='the list of Names or None in case of error'/>
330
348
    </function>
 
349
    <function name='virConnectListAllNodeDevices' file='python'>
 
350
      <info>returns list of all host node devices</info>
 
351
      <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
 
352
      <arg name='flags' type='unsigned int' info='optional flags'/>
 
353
      <return type='device *' info='the list of host node device or None in case of error'/>
 
354
    </function>
331
355
    <function name='virNodeDeviceListCaps' file='python'>
332
356
      <info>list the node device's capabilities</info>
333
357
      <arg name='dev' type='virNodeDevicePtr' info='pointer to the node device'/>
344
368
      <arg name='conn' type='virConnectPtr' info='virConnect connection'/>
345
369
      <return type='str *' info='the list of secret IDs or None in case of error'/>
346
370
    </function>
 
371
    <function name='virConnectListAllSecrets' file='python'>
 
372
      <info>returns list of all interfaces</info>
 
373
      <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
 
374
      <arg name='flags' type='unsigned int' info='optional flags'/>
 
375
      <return type='secret *' info='the list of secrets or None in case of error'/>
 
376
    </function>
347
377
    <function name='virSecretSetValue' file='libvirt' module='libvirt'>
348
378
      <info>Associates a value with a secret.</info>
349
379
      <return type='int' info='0 on success, -1 on failure.'/>
372
402
      <arg name='conn' type='virConnectPtr' info='virConnect connection'/>
373
403
      <return type='str *' info='the list of network filter IDs or None in case of error'/>
374
404
    </function>
 
405
    <function name='virConnectListAllNWFilters' file='python'>
 
406
      <info>returns list of all network fitlers</info>
 
407
      <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
 
408
      <arg name='flags' type='unsigned int' info='optional flags'/>
 
409
      <return type='nwfilter *' info='the list of network filters or None in case of error'/>
 
410
    </function>
375
411
    <function name='virNWFilterLookupByUUID' file='python'>
376
412
      <info>Try to lookup a network filter on the given hypervisor based on its UUID.</info>
377
413
      <return type='virNWFilterPtr' info='a new network filter object or NULL in case of failure'/>
398
434
      <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
399
435
      <return type='str *' info='the list of Names of None in case of error'/>
400
436
    </function>
 
437
    <function name='virConnectListAllInterfaces' file='python'>
 
438
      <info>returns list of all interfaces</info>
 
439
      <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
 
440
      <arg name='flags' type='unsigned int' info='optional flags'/>
 
441
      <return type='interface *' info='the list of interfaces or None in case of error'/>
 
442
    </function>
401
443
    <function name='virConnectBaselineCPU' file='python'>
402
444
      <info>Computes the most feature-rich CPU which is compatible with all given host CPUs.</info>
403
445
      <return type='char *' info='XML description of the computed CPU or NULL on error.'/>
487
529
      <arg name='domain' type='virDomainPtr' info='a domain object'/>
488
530
      <arg name='flags' type='unsigned int' info='unused, always pass 0'/>
489
531
    </function>
 
532
    <function name='virNodeSetMemoryParameters' file='python'>
 
533
      <info>Change the node memory tunables</info>
 
534
      <return type='int' info='-1 in case of error, 0 in case of success.'/>
 
535
      <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
 
536
      <arg name='params' type='virTypedParameterPtr' info='pointer to the memory tunable objects'/>
 
537
      <arg name='flags'  type='int' info='unused, always pass 0'/>
 
538
    </function>
 
539
    <function name='virNodeGetMemoryParameters' file='python'>
 
540
      <info>Get the node memory parameters</info>
 
541
      <return type='str *' info='None in case of error, returns a dictionary of params'/>
 
542
      <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
 
543
      <arg name='flags' type='int' info='unused, always pass 0'/>
 
544
    </function>
 
545
    <function name='virNodeGetCPUMap' file='python'>
 
546
      <info>Get node CPU information</info>
 
547
      <return type='str *' info='(cpunum, cpumap, online) on success, None on error'/>
 
548
      <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
 
549
      <arg name='flags' type='int' info='unused, pass 0'/>
 
550
    </function>
490
551
  </symbols>
491
552
</api>