Uses of Class
org.bremersee.dccon.model.DhcpLease
-
Packages that use DhcpLease Package Description org.bremersee.dccon.api org.bremersee.dccon.model -
-
Uses of DhcpLease in org.bremersee.dccon.api
Methods in org.bremersee.dccon.api that return types with arguments of type DhcpLease Modifier and Type Method Description org.springframework.http.ResponseEntity<List<DhcpLease>>
NameServerManagementApi. getDhcpLeases(Boolean all, String sort)
Gets dhcp leases.reactor.core.publisher.Flux<DhcpLease>
NameServerWebfluxManagementApi. getDhcpLeases(Boolean all, String sort)
Gets dhcp leases. -
Uses of DhcpLease in org.bremersee.dccon.model
Constructors in org.bremersee.dccon.model with parameters of type DhcpLease Constructor Description DnsRecord(String recordType, String recordValue, byte[] recordRawValue, String correlatedRecordValue, Integer version, Integer serial, Integer ttlSeconds, OffsetDateTime timeStamp, DhcpLease dhcpLease)
Instantiates a new Dns record.
-