mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-26 07:07:46 -06:00
Update IPAM models documentation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user