Skip to content

Commit

Permalink
ansible-doc fix typo
Browse files Browse the repository at this point in the history
end of #273
  • Loading branch information
alagoutte committed Feb 28, 2023
1 parent 09291f3 commit b80659c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 31 deletions.
53 changes: 25 additions & 28 deletions plugins/modules/nsxt_policy_segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,12 +400,10 @@
type: list
lease_time:
description:
- DHCP lease time in seconds. When specified, this
- DHCP lease time in seconds (60 - 4294967295). When specified, this
property overwrites lease time configured DHCP
server config
- Minimum: 60
- Maximum: 4294967295
- Default: "86400"
default: 86400
type: int
resource_type:
description: Resource type
Expand Down Expand Up @@ -488,9 +486,9 @@
65 NIS+-Server-Addr
66 TFTP Server-Name (used by PXE)
67 Bootfile-Name (used by PXE)
93 PXE: Client system architecture
94 PXE: Client NDI
97 PXE: UUID/UNDI
93 PXE Client system architecture
94 PXE Client NDI
97 PXE UUID/UNDI
117 Name Service Search
119 Domain Search
150 TFTP server address (used by PXE)
Expand Down Expand Up @@ -521,12 +519,11 @@
allocation ranges
type: list
preferred_time:
description:
- Property of SegmentDhcpV6Config
- The length of time that a valid address is
- The length of time (60-4294967295) that a valid address is
preferred. When the preferred lifetime expires,
the address becomes deprecated
- Minimum: 60
- Maximum: 4294967295
type: int
sntp_servers:
description:
Expand Down Expand Up @@ -561,15 +558,15 @@
type: list
elements: dict
suboptions:
ip_address:
description: IP Address for port binding.
type: str
mac_address:
description: Mac address for port binding.
type: str
vlan_id:
description: VLAN ID for port binding.
type: str
ip_address:
description: IP Address for port binding.
type: str
mac_address:
description: Mac address for port binding.
type: str
vlan_id:
description: VLAN ID for port binding.
type: str
attachment:
description: VIF attachment.
type: dict
Expand Down Expand Up @@ -667,15 +664,15 @@
supported.
type: dict
suboptions:
ip_address:
description: IP Address for port binding.
type: str
mac_address:
description: Mac address for port binding.
type: str
vlan_id:
description: VLAN ID for port binding.
type: str
ip_address:
description: IP Address for port binding.
type: str
mac_address:
description: Mac address for port binding.
type: str
vlan_id:
description: VLAN ID for port binding.
type: str
init_state:
description:
- Initial state of this logical ports
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_transport_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
required: false
type: boolean
ipv6_assignment_type:
description: 'Its enum which will have value as 'STATIC', this variable is explicitly for Edge TN creation'
description: 'Its enum which will have value as "STATIC", this variable is explicitly for Edge TN creation'
required: false
type: str
compute:
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/nsxt_virtual_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
description: "Action can be either 'clear_virtual_ip' or 'clear_virtual_ip6'.
'clear_virtual_ip' is used to clear Virtual IPv4.
'clear_virtual_ip6' is used to clear Virtual IPv6."
required: true only if state is absent
required: true
state:
choices:
- present
- absent
description: "State can be either 'present' or 'absent'.
'present' is used to create or update resource.
'absent' is used to delete resource."
required: true
required: true
'''

EXAMPLES = '''
Expand Down

0 comments on commit b80659c

Please sign in to comment.