mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -366,22 +366,22 @@ monitors:
|
|||
link_discovery:
|
||||
description: The new C(link_discovery) configured on the remote device.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: enabled
|
||||
virtual_server_discovery:
|
||||
description: The new C(virtual_server_discovery) name for the trap destination.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: disabled
|
||||
server_type:
|
||||
description: The new type of the server.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: bigip
|
||||
datacenter:
|
||||
description: The new C(datacenter) which the server is part of.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: datacenter01
|
||||
packets_enabled:
|
||||
description: Whether the packets limit is enabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue