From 6c23dfc3171dd7d8d4e96aec88d6cc6b06e05444 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Apr 2016 12:41:17 +0200 Subject: php-libvirt: reflection --- REFLECTION | 845 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 842 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index aad7d6d..31d2e69 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 libvirt version 0.5.1 ] { +Extension [ extension #122 libvirt version 0.5.2 ] { - INI { Entry [ libvirt.longlong_to_string ] @@ -15,7 +15,7 @@ Extension [ extension #117 libvirt version 0.5.1 ] { } } - - Constants [137] { + - Constants [167] { Constant [ integer VIR_DOMAIN_XML_SECURE ] { 1 } Constant [ integer VIR_DOMAIN_XML_INACTIVE ] { 2 } Constant [ integer VIR_DOMAIN_XML_UPDATE_CPU ] { 4 } @@ -32,6 +32,8 @@ Extension [ extension #117 libvirt version 0.5.1 ] { Constant [ integer VIR_STORAGE_VOL_RESIZE_ALLOCATE ] { 1 } Constant [ integer VIR_STORAGE_VOL_RESIZE_DELTA ] { 2 } Constant [ integer VIR_STORAGE_VOL_RESIZE_SHRINK ] { 4 } + Constant [ integer VIR_STORAGE_VOL_CREATE_PREALLOC_METADATA ] { 1 } + Constant [ integer VIR_STORAGE_VOL_CREATE_REFLINK ] { 2 } Constant [ integer VIR_DOMAIN_VCPU_CONFIG ] { 2 } Constant [ integer VIR_DOMAIN_VCPU_CURRENT ] { 0 } Constant [ integer VIR_DOMAIN_VCPU_LIVE ] { 1 } @@ -63,6 +65,12 @@ Extension [ extension #117 libvirt version 0.5.1 ] { Constant [ integer VIR_SNAPSHOT_REVERT_RUNNING ] { 1 } Constant [ integer VIR_SNAPSHOT_REVERT_PAUSED ] { 2 } Constant [ integer VIR_SNAPSHOT_REVERT_FORCE ] { 4 } + Constant [ integer VIR_DOMAIN_NONE ] { 0 } + Constant [ integer VIR_DOMAIN_START_PAUSED ] { 1 } + Constant [ integer VIR_DOMAIN_START_AUTODESTROY ] { 2 } + Constant [ integer VIR_DOMAIN_START_BYPASS_CACHE ] { 4 } + Constant [ integer VIR_DOMAIN_START_FORCE_BOOT ] { 8 } + Constant [ integer VIR_DOMAIN_START_VALIDATE ] { 16 } Constant [ integer VIR_MEMORY_VIRTUAL ] { 1 } Constant [ integer VIR_MEMORY_PHYSICAL ] { 2 } Constant [ integer VIR_VERSION_BINDING ] { 1 } @@ -94,9 +102,31 @@ Extension [ extension #117 libvirt version 0.5.1 ] { Constant [ integer VIR_DOMAIN_JOB_COMPLETED ] { 3 } Constant [ integer VIR_DOMAIN_JOB_FAILED ] { 4 } Constant [ integer VIR_DOMAIN_JOB_CANCELLED ] { 5 } + Constant [ integer VIR_DOMAIN_BLOCK_COMMIT_SHALLOW ] { 1 } + Constant [ integer VIR_DOMAIN_BLOCK_COMMIT_DELETE ] { 2 } + Constant [ integer VIR_DOMAIN_BLOCK_COMMIT_ACTIVE ] { 4 } + Constant [ integer VIR_DOMAIN_BLOCK_COMMIT_RELATIVE ] { 8 } + Constant [ integer VIR_DOMAIN_BLOCK_COMMIT_BANDWIDTH_BYTES ] { 16 } + Constant [ integer VIR_DOMAIN_BLOCK_COPY_SHALLOW ] { 1 } + Constant [ integer VIR_DOMAIN_BLOCK_COPY_REUSE_EXT ] { 2 } Constant [ integer VIR_DOMAIN_BLOCK_JOB_ABORT_ASYNC ] { 1 } Constant [ integer VIR_DOMAIN_BLOCK_JOB_ABORT_PIVOT ] { 2 } Constant [ integer VIR_DOMAIN_BLOCK_JOB_SPEED_BANDWIDTH_BYTES ] { 1 } + Constant [ integer VIR_DOMAIN_BLOCK_JOB_INFO_BANDWIDTH_BYTES ] { 1 } + Constant [ integer VIR_DOMAIN_BLOCK_JOB_TYPE_UNKNOWN ] { 0 } + Constant [ integer VIR_DOMAIN_BLOCK_JOB_TYPE_PULL ] { 1 } + Constant [ integer VIR_DOMAIN_BLOCK_JOB_TYPE_COPY ] { 2 } + Constant [ integer VIR_DOMAIN_BLOCK_JOB_TYPE_COMMIT ] { 3 } + Constant [ integer VIR_DOMAIN_BLOCK_JOB_TYPE_ACTIVE_COMMIT ] { 4 } + Constant [ integer VIR_DOMAIN_BLOCK_PULL_BANDWIDTH_BYTES ] { 64 } + Constant [ integer VIR_DOMAIN_BLOCK_REBASE_SHALLOW ] { 1 } + Constant [ integer VIR_DOMAIN_BLOCK_REBASE_REUSE_EXT ] { 2 } + Constant [ integer VIR_DOMAIN_BLOCK_REBASE_COPY_RAW ] { 4 } + Constant [ integer VIR_DOMAIN_BLOCK_REBASE_COPY ] { 8 } + Constant [ integer VIR_DOMAIN_BLOCK_REBASE_RELATIVE ] { 16 } + Constant [ integer VIR_DOMAIN_BLOCK_REBASE_COPY_DEV ] { 32 } + Constant [ integer VIR_DOMAIN_BLOCK_REBASE_BANDWIDTH_BYTES ] { 64 } + Constant [ integer VIR_DOMAIN_BLOCK_RESIZE_BYTES ] { 1 } Constant [ integer VIR_MIGRATE_LIVE ] { 1 } Constant [ integer VIR_MIGRATE_PEER2PEER ] { 2 } Constant [ integer VIR_MIGRATE_TUNNELLED ] { 4 } @@ -157,327 +187,1136 @@ Extension [ extension #117 libvirt version 0.5.1 ] { - Functions { Function [ function libvirt_get_last_error ] { + + - Parameters [0] { + } } Function [ function libvirt_connect ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $url ] Parameter #1 [ $readonly ] + Parameter #2 [ $credentials ] } } Function [ function libvirt_connect_get_uri ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_connect_get_hostname ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_connect_get_capabilities ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $xpath ] + } } Function [ function libvirt_connect_get_emulator ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $arch ] + } } Function [ function libvirt_connect_get_nic_models ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $arch ] + } } Function [ function libvirt_connect_get_soundhw_models ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $arch ] + Parameter #2 [ $flags ] + } } Function [ function libvirt_connect_get_information ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_connect_get_machine_types ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_connect_get_hypervisor ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_connect_get_sysinfo ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_connect_get_maxvcpus ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_connect_get_encrypted ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_connect_get_secure ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_connect_get_all_domain_stats ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $stats ] + Parameter #2 [ $flags ] + } } Function [ function libvirt_stream_create ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_stream_close ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_stream_abort ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_stream_finish ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_stream_send ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $data ] + Parameter #2 [ $len ] + } } Function [ function libvirt_stream_recv ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $data ] + Parameter #2 [ $len ] + } } Function [ function libvirt_domain_new ] { + + - Parameters [10] { + Parameter #0 [ $conn ] + Parameter #1 [ $name ] + Parameter #2 [ $arch ] + Parameter #3 [ $memMB ] + Parameter #4 [ $maxmemMB ] + Parameter #5 [ $vcpus ] + Parameter #6 [ $iso ] + Parameter #7 [ $disks ] + Parameter #8 [ $networks ] + Parameter #9 [ $flags ] + } } Function [ function libvirt_domain_new_get_vnc ] { + + - Parameters [0] { + } } Function [ function libvirt_domain_get_counts ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_is_persistent ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_lookup_by_name ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $name ] + } } Function [ function libvirt_domain_get_xml_desc ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $xpath ] + } } Function [ function libvirt_domain_get_disk_devices ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_get_interface_devices ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_change_vcpus ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $numCpus ] + Parameter #2 [ $flags ] + } } Function [ function libvirt_domain_change_memory ] { + + - Parameters [4] { + Parameter #0 [ $conn ] + Parameter #1 [ $allocMem ] + Parameter #2 [ $allocMax ] + Parameter #3 [ $flags ] + } } Function [ function libvirt_domain_change_boot_devices ] { + + - Parameters [4] { + Parameter #0 [ $conn ] + Parameter #1 [ $first ] + Parameter #2 [ $second ] + Parameter #3 [ $flags ] + } } Function [ function libvirt_domain_disk_add ] { + + - Parameters [6] { + Parameter #0 [ $conn ] + Parameter #1 [ $img ] + Parameter #2 [ $dev ] + Parameter #3 [ $type ] + Parameter #4 [ $driver ] + Parameter #5 [ $flags ] + } } Function [ function libvirt_domain_disk_remove ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $dev ] + Parameter #2 [ $flags ] + } } Function [ function libvirt_domain_nic_add ] { + + - Parameters [5] { + Parameter #0 [ $conn ] + Parameter #1 [ $mac ] + Parameter #2 [ $network ] + Parameter #3 [ $model ] + Parameter #4 [ $flags ] + } } Function [ function libvirt_domain_nic_remove ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $dev ] + Parameter #2 [ $flags ] + } } Function [ function libvirt_domain_get_info ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_get_name ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_get_uuid ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_get_uuid_string ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_get_id ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_lookup_by_id ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $id ] + } } Function [ function libvirt_domain_lookup_by_uuid ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $uuid ] + } } Function [ function libvirt_domain_lookup_by_uuid_string ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $uuid ] + } } Function [ function libvirt_domain_destroy ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_create ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $xml ] + } } Function [ function libvirt_domain_resume ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_core_dump ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $to ] + } } Function [ function libvirt_domain_shutdown ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_suspend ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_managedsave ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_undefine ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_reboot ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_domain_define_xml ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $xml ] + } } Function [ function libvirt_domain_create_xml ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $xml ] + } } Function [ function libvirt_domain_memory_peek ] { + + - Parameters [4] { + Parameter #0 [ $conn ] + Parameter #1 [ $start ] + Parameter #2 [ $size ] + Parameter #3 [ $flags ] + } } Function [ function libvirt_domain_memory_stats ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_domain_set_memory ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $memory ] + } } Function [ function libvirt_domain_set_max_memory ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $memory ] + } } Function [ function libvirt_domain_set_memory_flags ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $memory ] + Parameter #2 [ $flags ] + } + } + Function [ function libvirt_domain_block_commit ] { + + - Parameters [4] { + Parameter #0 [ $res ] + Parameter #1 [ $disk ] + Parameter #2 [ $base ] + Parameter #3 [ $top ] + } } Function [ function libvirt_domain_block_stats ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $path ] + } } Function [ function libvirt_domain_block_resize ] { + + - Parameters [4] { + Parameter #0 [ $conn ] + Parameter #1 [ $path ] + Parameter #2 [ $size ] + Parameter #3 [ $flags ] + } } Function [ function libvirt_domain_block_job_abort ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $path ] + Parameter #2 [ $flags ] + } } Function [ function libvirt_domain_block_job_set_speed ] { + + - Parameters [4] { + Parameter #0 [ $conn ] + Parameter #1 [ $path ] + Parameter #2 [ $bandwidth ] + Parameter #3 [ $flags ] + } + } + Function [ function libvirt_domain_block_job_info ] { + + - Parameters [3] { + Parameter #0 [ $dom ] + Parameter #1 [ $disk ] + Parameter #2 [ $flags ] + } } Function [ function libvirt_domain_interface_stats ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $path ] + } } Function [ function libvirt_domain_get_connect ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_migrate ] { + + - Parameters [5] { + Parameter #0 [ $res ] + Parameter #1 [ $dest_conn ] + Parameter #2 [ $flags ] + Parameter #3 [ $dname ] + Parameter #4 [ $bandwidth ] + } } Function [ function libvirt_domain_migrate_to_uri ] { + + - Parameters [5] { + Parameter #0 [ $res ] + Parameter #1 [ $dest_uri ] + Parameter #2 [ $flags ] + Parameter #3 [ $dname ] + Parameter #4 [ $bandwidth ] + } } Function [ function libvirt_domain_migrate_to_uri2 ] { + + - Parameters [7] { + Parameter #0 [ $res ] + Parameter #1 [ $dconn_uri ] + Parameter #2 [ $mig_uri ] + Parameter #3 [ $dxml ] + Parameter #4 [ $flags ] + Parameter #5 [ $dname ] + Parameter #6 [ $bandwidth ] + } } Function [ function libvirt_domain_get_job_info ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_xml_xpath ] { + + - Parameters [3] { + Parameter #0 [ $res ] + Parameter #1 [ $xpath ] + Parameter #2 [ $flags ] + } } Function [ function libvirt_domain_get_block_info ] { + + - Parameters [2] { + Parameter #0 [ $res ] + Parameter #1 [ $dev ] + } } Function [ function libvirt_domain_get_network_info ] { + + - Parameters [2] { + Parameter #0 [ $res ] + Parameter #1 [ $mac ] + } } Function [ function libvirt_domain_get_autostart ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_set_autostart ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_domain_get_metadata ] { + + - Parameters [4] { + Parameter #0 [ $conn ] + Parameter #1 [ $type ] + Parameter #2 [ $uri ] + Parameter #3 [ $flags ] + } } Function [ function libvirt_domain_set_metadata ] { + + - Parameters [6] { + Parameter #0 [ $conn ] + Parameter #1 [ $type ] + Parameter #2 [ $metadata ] + Parameter #3 [ $key ] + Parameter #4 [ $uri ] + Parameter #5 [ $flags ] + } } Function [ function libvirt_domain_is_active ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_get_next_dev_ids ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_domain_get_screenshot ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $server ] + Parameter #2 [ $scancode ] + } } Function [ function libvirt_domain_get_screenshot_api ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $screenID ] + } } Function [ function libvirt_domain_get_screen_dimensions ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $server ] + } } Function [ function libvirt_domain_send_keys ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $server ] + Parameter #2 [ $scancode ] + } } Function [ function libvirt_domain_send_pointer_event ] { + + - Parameters [6] { + Parameter #0 [ $conn ] + Parameter #1 [ $server ] + Parameter #2 [ $pos_x ] + Parameter #3 [ $pox_y ] + Parameter #4 [ $clicked ] + Parameter #5 [ $release ] + } } Function [ function libvirt_domain_update_device ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $xml ] + Parameter #2 [ $flags ] + } } Function [ function libvirt_domain_has_current_snapshot ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_domain_snapshot_create ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_domain_snapshot_get_xml ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_domain_snapshot_revert ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_domain_snapshot_delete ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_domain_snapshot_lookup_by_name ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $name ] + Parameter #2 [ $flags ] + } } Function [ function libvirt_storagepool_lookup_by_name ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $name ] + } } Function [ function libvirt_storagepool_lookup_by_volume ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagepool_get_info ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagevolume_lookup_by_name ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $name ] + } } Function [ function libvirt_storagevolume_lookup_by_path ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $path ] + } } Function [ function libvirt_storagevolume_get_name ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagevolume_get_path ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagevolume_get_info ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagevolume_get_xml_desc ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $xpath ] + Parameter #2 [ $flags ] + } } Function [ function libvirt_storagevolume_create_xml ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $xml ] + } } Function [ function libvirt_storagevolume_create_xml_from ] { + + - Parameters [3] { + Parameter #0 [ $pool ] + Parameter #1 [ $xml ] + Parameter #2 [ $original_volume ] + } } Function [ function libvirt_storagevolume_delete ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_storagevolume_download ] { + + - Parameters [5] { + Parameter #0 [ $conn ] + Parameter #1 [ $stream ] + Parameter #2 [ $offset ] + Parameter #3 [ $length ] + Parameter #4 [ $flags ] + } } Function [ function libvirt_storagevolume_upload ] { + + - Parameters [5] { + Parameter #0 [ $conn ] + Parameter #1 [ $stream ] + Parameter #2 [ $offset ] + Parameter #3 [ $length ] + Parameter #4 [ $flags ] + } } Function [ function libvirt_storagevolume_resize ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $capacity ] + Parameter #2 [ $flags ] + } } Function [ function libvirt_storagepool_get_uuid_string ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagepool_get_name ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagepool_lookup_by_uuid_string ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $uuid ] + } } Function [ function libvirt_storagepool_get_xml_desc ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $xpath ] + } } Function [ function libvirt_storagepool_define_xml ] { + + - Parameters [3] { + Parameter #0 [ $conn ] + Parameter #1 [ $xml ] + Parameter #2 [ $flags ] + } } Function [ function libvirt_storagepool_undefine ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagepool_create ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagepool_destroy ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagepool_is_active ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagepool_get_volume_count ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagepool_refresh ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_storagepool_set_autostart ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_storagepool_get_autostart ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagepool_build ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagepool_delete ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_network_define_xml ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $xml ] + } } Function [ function libvirt_network_undefine ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_network_get ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $name ] + } } Function [ function libvirt_network_get_xml_desc ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $xpath ] + } } Function [ function libvirt_network_get_bridge ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_network_get_information ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_network_get_active ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_network_set_active ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_node_get_info ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_node_get_cpu_stats ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $cpunr ] + } } Function [ function libvirt_node_get_cpu_stats_for_each_cpu ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $time ] + } } Function [ function libvirt_node_get_mem_stats ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_nodedev_get ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_nodedev_capabilities ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_nodedev_get_xml_desc ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $xpath ] + } } Function [ function libvirt_nodedev_get_information ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_list_domains ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_list_domain_snapshots ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_list_domain_resources ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_list_nodedevs ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $cap ] + } } Function [ function libvirt_list_networks ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $flags ] + } } Function [ function libvirt_list_storagepools ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_list_active_storagepools ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_list_inactive_storagepools ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_storagepool_list_volumes ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_list_active_domains ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_list_active_domain_ids ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_list_inactive_domains ] { + + - Parameters [1] { + Parameter #0 [ $conn ] + } } Function [ function libvirt_version ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } } Function [ function libvirt_check_version ] { + + - Parameters [4] { + Parameter #0 [ $major ] + Parameter #1 [ $minor ] + Parameter #2 [ $micro ] + Parameter #3 [ $type ] + } } Function [ function libvirt_has_feature ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } } Function [ function libvirt_get_iso_images ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } } Function [ function libvirt_image_create ] { + + - Parameters [4] { + Parameter #0 [ $conn ] + Parameter #1 [ $name ] + Parameter #2 [ $size ] + Parameter #3 [ $format ] + } } Function [ function libvirt_image_remove ] { + + - Parameters [2] { + Parameter #0 [ $conn ] + Parameter #1 [ $image ] + } } Function [ function libvirt_logfile_set ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $maxsize ] + } } Function [ function libvirt_print_binding_resources ] { + + - Parameters [0] { + } } Function [ function libvirt_domain_qemu_agent_command ] { + + - Parameters [4] { + Parameter #0 [ $conn ] + Parameter #1 [ $cmd ] + Parameter #2 [ $timeout ] + Parameter #3 [ $flags ] + } } } } -- cgit