File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 47
47
- The name of the device role
48
48
required: true
49
49
type: str
50
+ description:
51
+ description:
52
+ - The description of the device role
53
+ required: false
54
+ type: str
50
55
color:
51
56
description:
52
57
- Hexidecimal code for a color, ex. FFFFFF
@@ -143,6 +148,7 @@ def main():
143
148
required = True ,
144
149
options = dict (
145
150
name = dict (required = True , type = "str" ),
151
+ description = dict (required = False , type = "str" ),
146
152
color = dict (required = False , type = "str" ),
147
153
slug = dict (required = False , type = "str" ),
148
154
vm_role = dict (required = False , type = "bool" ),
Original file line number Diff line number Diff line change 54
54
- This is auto-generated following NetBox rules if not provided
55
55
required: false
56
56
type: str
57
+ description:
58
+ description:
59
+ - The description of the platform
60
+ required: false
61
+ type: str
57
62
manufacturer:
58
63
description:
59
64
- The manufacturer the platform will be tied to
@@ -162,6 +167,7 @@ def main():
162
167
options = dict (
163
168
name = dict (required = True , type = "str" ),
164
169
slug = dict (required = False , type = "str" ),
170
+ description = dict (required = False , type = "str" ),
165
171
manufacturer = dict (required = False , type = "raw" ),
166
172
napalm_driver = dict (required = False , type = "str" ),
167
173
napalm_args = dict (required = False , type = "dict" ),
You can’t perform that action at this time.
0 commit comments