subnet type

This commit is contained in:
2022-12-05 16:51:33 +03:00
parent c4b15d7387
commit 4fc6bac4b5
4 changed files with 61 additions and 13 deletions

View File

@@ -3,5 +3,14 @@ using System;
[Serializable]
public enum subcontrollers {
nameservers
nameservers,
tags,
devices,
device_types,
vlans,
vrfs,
scanagents,
locations,
nat,
racks
}