# Constants
DHCPStatusKO captures enum value "KO".
DHCPStatusOK captures enum value "OK".
# Structs
DHCP d h c p
swagger:model DHCP.
DNSServer DNS server
swagger:model DNSServer.
Record record Example: {"id":"www.example.com","ttl":3600,"type":"A","values":["192.168.0.1","192.168.0.2"]}
swagger:model Record.
Reservation reservation Example: {"domain":"acme.com","hostname":"my-awesome-server","ip":"192.168.0.10","mac":"1a:1b:1c:1d:1e:1f"}
swagger:model Reservation.
Subnet subnet
swagger:model Subnet.
SubnetPoolRange subnet pool range Example: {"first":"192.168.0.51","last":"192.168.0.99"}
swagger:model SubnetPoolRange.
Zone zone
swagger:model Zone.
# Type aliases
Principal principal
swagger:model principal.