mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-07 11:20:28 -07:00
Clarify Private Google Access docs on Subnetwork. (#187)
<!-- This change is generated by MagicModules. --> /cc @rileykarson
This commit is contained in:
parent
20f9e14caa
commit
8dc179a47d
2 changed files with 6 additions and 6 deletions
|
@ -122,8 +122,8 @@ options:
|
|||
required: true
|
||||
private_ip_google_access:
|
||||
description:
|
||||
- Whether the VMs in this subnet can access Google services without assigned external
|
||||
IP addresses.
|
||||
- When enabled, VMs in this subnetwork without external IP addresses can access
|
||||
Google APIs and services by using Private Google Access.
|
||||
required: false
|
||||
type: bool
|
||||
region:
|
||||
|
@ -243,8 +243,8 @@ secondaryIpRanges:
|
|||
type: str
|
||||
privateIpGoogleAccess:
|
||||
description:
|
||||
- Whether the VMs in this subnet can access Google services without assigned external
|
||||
IP addresses.
|
||||
- When enabled, VMs in this subnetwork without external IP addresses can access
|
||||
Google APIs and services by using Private Google Access.
|
||||
returned: success
|
||||
type: bool
|
||||
region:
|
||||
|
|
|
@ -152,8 +152,8 @@ items:
|
|||
type: str
|
||||
privateIpGoogleAccess:
|
||||
description:
|
||||
- Whether the VMs in this subnet can access Google services without assigned
|
||||
external IP addresses.
|
||||
- When enabled, VMs in this subnetwork without external IP addresses can access
|
||||
Google APIs and services by using Private Google Access.
|
||||
returned: success
|
||||
type: bool
|
||||
region:
|
||||
|
|
Loading…
Add table
Reference in a new issue