mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -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
|
@ -166,25 +166,25 @@ RETURN = '''
|
|||
allowed:
|
||||
description: Rules (ports and protocols) specified by this firewall rule.
|
||||
returned: When specified
|
||||
type: string
|
||||
type: str
|
||||
sample: "tcp:80;icmp"
|
||||
|
||||
fwname:
|
||||
description: Name of the firewall rule.
|
||||
returned: When specified
|
||||
type: string
|
||||
type: str
|
||||
sample: "my-fwname"
|
||||
|
||||
ipv4_range:
|
||||
description: IPv4 range of the specified network or subnetwork.
|
||||
returned: when specified or when a subnetwork is created
|
||||
type: string
|
||||
type: str
|
||||
sample: "10.0.0.0/16"
|
||||
|
||||
name:
|
||||
description: Name of the network.
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "my-network"
|
||||
|
||||
src_range:
|
||||
|
@ -202,19 +202,19 @@ src_tags:
|
|||
state:
|
||||
description: State of the item operated on.
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "present"
|
||||
|
||||
subnet_name:
|
||||
description: Name of the subnetwork.
|
||||
returned: when specified or when a subnetwork is created
|
||||
type: string
|
||||
type: str
|
||||
sample: "my-subnetwork"
|
||||
|
||||
subnet_region:
|
||||
description: Region of the specified subnet.
|
||||
returned: when specified or when a subnetwork is created
|
||||
type: string
|
||||
type: str
|
||||
sample: "us-east1"
|
||||
|
||||
target_tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue