10 my $prop = PVE::LXC::Config->json_config_properties();
12 my $phash = $prop->{net0};
14 my $format = $phash->{format};
16 my $typetext = PVE::JSONSchema::schema_get_type_text($phash);
18 print "`net[n]`: `$typetext` ::\n\n";
19 print $phash->{description} . "\n\n";
21 print PVE::RESTHandler::dump_properties($format, 'asciidoc', 'config-sub');