Update IPAM models documentation

This commit is contained in:
jeremystretch
2022-08-16 15:32:00 -04:00
parent 68831c3a40
commit 61b853c835
17 changed files with 331 additions and 89 deletions

View File

@@ -1,3 +1,17 @@
# Prefix/VLAN Roles
A role indicates the function of a prefix or VLAN. For example, you might define Data, Voice, and Security roles. Generally, a prefix will be assigned the same functional role as the VLAN to which it is assigned (if any).
## Fields
### Name
A unique human-friendly name.
### Slug
A unique URL-friendly identifier. (This value can be used for filtering.)
### Weight
A numeric weight employed to influence the ordering of roles. Roles with a lower weight will be listed before those with higher weights.