We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4ecd0 commit 3f2942eCopy full SHA for 3f2942e
plugins/modules/section.py
@@ -59,6 +59,7 @@
59
order_by:
60
description: Specifies the field to use for sorting the returned subnets
61
type: str
62
+ version_added: 1.8.0
63
choices: [ subnet, description ]
64
required: false
65
order_direction:
@@ -67,6 +68,7 @@
67
68
- "'asc' sorts from A to Z or from smallest to largest number"
69
- "'desc' sorts from Z to A or from largest to smallest number"
70
71
72
choices: [ asc, desc ]
73
74
show_vlan:
0 commit comments