first working types
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
namespace PS.IPAM;
|
||||
using System;
|
||||
|
||||
[Serializable]
|
||||
public enum methods {
|
||||
GET,
|
||||
POST,
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
namespace PS.IPAM;
|
||||
using System;
|
||||
|
||||
[Serializable]
|
||||
public enum types {
|
||||
address,
|
||||
domain,
|
||||
section,
|
||||
subnetwork,
|
||||
tag,
|
||||
vlan,
|
||||
vrf
|
||||
Address,
|
||||
Domain,
|
||||
Section,
|
||||
Subnetwork,
|
||||
Tag,
|
||||
Vlan,
|
||||
Vrf
|
||||
}
|
||||
Reference in New Issue
Block a user