mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-02 20:24:29 -07:00
Bug fixes for GCP modules (as of 2019-01-09T15:35:45-08:00) (#50785)
This commit is contained in:
parent
899cc535cf
commit
d856bd0c29
32 changed files with 282 additions and 188 deletions
|
@ -99,16 +99,16 @@ items:
|
|||
description:
|
||||
- The network this VPN gateway is accepting traffic for.
|
||||
returned: success
|
||||
type: dict
|
||||
type: str
|
||||
tunnels:
|
||||
description:
|
||||
- A list of references to VpnTunnel resources associated to this VPN gateway.
|
||||
- A list of references to VpnTunnel resources associated with this VPN gateway.
|
||||
returned: success
|
||||
type: list
|
||||
forwardingRules:
|
||||
description:
|
||||
- A list of references to the ForwardingRule resources associated to this VPN
|
||||
gateway.
|
||||
- A list of references to the ForwardingRule resources associated with this
|
||||
VPN gateway.
|
||||
returned: success
|
||||
type: list
|
||||
region:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue