mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-04-30 11:27:11 +02:00
api: zone: add dhcp option
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
This commit is contained in:
parent
d0e3339cc9
commit
4c89e704aa
|
@ -99,6 +99,7 @@ __PACKAGE__->register_method ({
|
|||
reversedns => { type => 'string', optional => 1},
|
||||
dnszone => { type => 'string', optional => 1},
|
||||
ipam => { type => 'string', optional => 1},
|
||||
dhcp => { type => 'string', optional => 1},
|
||||
pending => { optional => 1},
|
||||
state => { type => 'string', optional => 1},
|
||||
nodes => { type => 'string', optional => 1},
|
||||
|
|
Loading…
Reference in a new issue