mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -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
|
@ -90,32 +90,32 @@ gateway.customer_gateways:
|
|||
description: The Border Gateway Autonomous System Number.
|
||||
returned: when exists and gateway is available.
|
||||
sample: 65123
|
||||
type: string
|
||||
type: str
|
||||
customer_gateway_id:
|
||||
description: gateway id assigned by amazon.
|
||||
returned: when exists and gateway is available.
|
||||
sample: cgw-cb6386a2
|
||||
type: string
|
||||
type: str
|
||||
ip_address:
|
||||
description: ip address of your gateway device.
|
||||
returned: when exists and gateway is available.
|
||||
sample: 1.2.3.4
|
||||
type: string
|
||||
type: str
|
||||
state:
|
||||
description: state of gateway.
|
||||
returned: when gateway exists and is available.
|
||||
state: available
|
||||
type: string
|
||||
type: str
|
||||
tags:
|
||||
description: any tags on the gateway.
|
||||
returned: when gateway exists and is available, and when tags exist.
|
||||
state: available
|
||||
type: string
|
||||
type: str
|
||||
type:
|
||||
description: encryption type.
|
||||
returned: when gateway exists and is available.
|
||||
sample: ipsec.1
|
||||
type: string
|
||||
type: str
|
||||
'''
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue