namespace PS.IPAM; using System; /// /// Represents the main API controllers in phpIPAM. /// [Serializable] public enum ApiController { User, Vlan, Subnets, Addresses, Sections, Vrf, L2Domains, Tools }