namespace PS.IPAM; using System; /// /// Represents the model types returned by the phpIPAM API. /// [Serializable] public enum ModelType { Address, Domain, Section, Subnetwork, Nameserver, Tag, Vlan, Vrf }