Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ansible-doc fix typo (Part 2) #457

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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