using System; using ln.types.net; using ln.types.odb.attributes; using System.Collections.Generic; namespace ln.dhcp { public class DHCPServerInterface { [DocumentID] public String Name { get; set; } public IPv4 InterfaceAddress { get; set; } [ByReference] IPPool pool; public IPPool Pool { get => pool; set => pool = value; } List