5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-02-01 05:47:08 +03:00
pve-docs/gen-vm-conf-opts-adoc.pl

11 lines
190 B
Perl
Raw Normal View History

2016-03-23 10:31:15 +01:00
#!/usr/bin/perl
use strict;
use warnings;
use PVE::RESTHandler;
use PVE::QemuServer;
my $prop = PVE::QemuServer::json_config_properties();
print PVE::RESTHandler::dump_properties($prop);