mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 09:54:02 -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
|
@ -134,22 +134,22 @@ RETURN = r'''
|
|||
description:
|
||||
description: The new description of the application of the resource.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: My application
|
||||
service_environment:
|
||||
description: The environment which the service was deployed to.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: my-ssg1
|
||||
inbound_virtual_destination:
|
||||
description: The destination of the virtual that was created.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: 6.7.8.9
|
||||
inbound_virtual_netmask:
|
||||
description: The network mask of the provided inbound destination.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: 255.255.255.0
|
||||
inbound_virtual_port:
|
||||
description: The port the inbound virtual address listens on.
|
||||
|
@ -164,7 +164,7 @@ servers:
|
|||
address:
|
||||
description: The IP address of the server.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: 2.3.4.5
|
||||
port:
|
||||
description: The port that the server listens on.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue