12 lines
136 B
C#
12 lines
136 B
C#
namespace PS.IPAM;
|
|
using System;
|
|
|
|
public enum types {
|
|
address,
|
|
domain,
|
|
section,
|
|
subnetwork,
|
|
tag,
|
|
vlan,
|
|
vrf
|
|
} |