mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
18245 docs
This commit is contained in:
parent
32987cb2ac
commit
20ab96ce87
19
docs/models/dcim/devicerolegroup.md
Normal file
19
docs/models/dcim/devicerolegroup.md
Normal file
@ -0,0 +1,19 @@
|
||||
# Device Role Groups
|
||||
|
||||
[Device Roles](./devicerole.md) can be organized by custom groups. For instance, you might create one group called "Rack Infrastructure" and one called "Network Switches." The assignment of a device role to a group is optional.
|
||||
|
||||
Device role groups may be nested recursively to achieve a multi-level hierarchy. For example, you might have a group called "Rack Infrastructure" containing subgroups of individual device roles grouped by types.
|
||||
|
||||
## Fields
|
||||
|
||||
### Parent
|
||||
|
||||
The parent device role group (if any).
|
||||
|
||||
### Name
|
||||
|
||||
A unique human-friendly name.
|
||||
|
||||
### Slug
|
||||
|
||||
A unique URL-friendly identifier. (This value can be used for filtering.)
|
@ -185,6 +185,7 @@ nav:
|
||||
- DeviceBay: 'models/dcim/devicebay.md'
|
||||
- DeviceBayTemplate: 'models/dcim/devicebaytemplate.md'
|
||||
- DeviceRole: 'models/dcim/devicerole.md'
|
||||
- DeviceRoleGroup: 'models/dcim/devicerolegroup.md'
|
||||
- DeviceType: 'models/dcim/devicetype.md'
|
||||
- FrontPort: 'models/dcim/frontport.md'
|
||||
- FrontPortTemplate: 'models/dcim/frontporttemplate.md'
|
||||
|
Loading…
Reference in New Issue
Block a user