mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-26 04:41:25 -07:00
added private network to cloudsql instance creation
This commit is contained in:
parent
ff2ac11bea
commit
d5a061f9c7
2 changed files with 15 additions and 0 deletions
|
@ -339,6 +339,12 @@ resources:
|
|||
- Whether the instance should be assigned an IP address or not.
|
||||
returned: success
|
||||
type: bool
|
||||
privateNetwork:
|
||||
description:
|
||||
- The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP
|
||||
(e.g /projects/myProject/global/networks/default)
|
||||
returned: success
|
||||
type: str
|
||||
authorizedNetworks:
|
||||
description:
|
||||
- The list of external networks that are allowed to connect to the instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue