Skip to content

Commit 9256d6b

Browse files
committed
ansible-doc fix typo
end of #273 Signed-off-by: Alexis La Goutte <[email protected]>
1 parent dfbbd04 commit 9256d6b

File tree

2 files changed

+27
-30
lines changed

2 files changed

+27
-30
lines changed

plugins/modules/nsxt_policy_segment.py

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -400,12 +400,10 @@
400400
type: list
401401
lease_time:
402402
description:
403-
- DHCP lease time in seconds. When specified, this
403+
- DHCP lease time in seconds (60 - 4294967295). When specified, this
404404
property overwrites lease time configured DHCP
405405
server config
406-
- Minimum: 60
407-
- Maximum: 4294967295
408-
- Default: "86400"
406+
default: 86400
409407
type: int
410408
resource_type:
411409
description: Resource type
@@ -488,9 +486,9 @@
488486
65 NIS+-Server-Addr
489487
66 TFTP Server-Name (used by PXE)
490488
67 Bootfile-Name (used by PXE)
491-
93 PXE: Client system architecture
492-
94 PXE: Client NDI
493-
97 PXE: UUID/UNDI
489+
93 PXE Client system architecture
490+
94 PXE Client NDI
491+
97 PXE UUID/UNDI
494492
117 Name Service Search
495493
119 Domain Search
496494
150 TFTP server address (used by PXE)
@@ -521,12 +519,11 @@
521519
allocation ranges
522520
type: list
523521
preferred_time:
522+
description:
524523
- Property of SegmentDhcpV6Config
525-
- The length of time that a valid address is
524+
- The length of time (60-4294967295) that a valid address is
526525
preferred. When the preferred lifetime expires,
527526
the address becomes deprecated
528-
- Minimum: 60
529-
- Maximum: 4294967295
530527
type: int
531528
sntp_servers:
532529
description:
@@ -561,15 +558,15 @@
561558
type: list
562559
elements: dict
563560
suboptions:
564-
ip_address:
565-
description: IP Address for port binding.
566-
type: str
567-
mac_address:
568-
description: Mac address for port binding.
569-
type: str
570-
vlan_id:
571-
description: VLAN ID for port binding.
572-
type: str
561+
ip_address:
562+
description: IP Address for port binding.
563+
type: str
564+
mac_address:
565+
description: Mac address for port binding.
566+
type: str
567+
vlan_id:
568+
description: VLAN ID for port binding.
569+
type: str
573570
attachment:
574571
description: VIF attachment.
575572
type: dict
@@ -667,15 +664,15 @@
667664
supported.
668665
type: dict
669666
suboptions:
670-
ip_address:
671-
description: IP Address for port binding.
672-
type: str
673-
mac_address:
674-
description: Mac address for port binding.
675-
type: str
676-
vlan_id:
677-
description: VLAN ID for port binding.
678-
type: str
667+
ip_address:
668+
description: IP Address for port binding.
669+
type: str
670+
mac_address:
671+
description: Mac address for port binding.
672+
type: str
673+
vlan_id:
674+
description: VLAN ID for port binding.
675+
type: str
679676
init_state:
680677
description:
681678
- Initial state of this logical ports

plugins/modules/nsxt_virtual_ip.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
description: "Action can be either 'clear_virtual_ip' or 'clear_virtual_ip6'.
5858
'clear_virtual_ip' is used to clear Virtual IPv4.
5959
'clear_virtual_ip6' is used to clear Virtual IPv6."
60-
required: true only if state is absent
60+
required: true
6161
state:
6262
choices:
6363
- present
6464
- absent
6565
description: "State can be either 'present' or 'absent'.
6666
'present' is used to create or update resource.
6767
'absent' is used to delete resource."
68-
required: true
68+
required: true
6969
'''
7070

7171
EXAMPLES = '''

0 commit comments

Comments
 (0)