mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 07:31:29 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
6992944568
commit
a62520a428
2 changed files with 245 additions and 0 deletions
|
@ -237,6 +237,55 @@ resources:
|
|||
.
|
||||
returned: success
|
||||
type: str
|
||||
forwardingConfig:
|
||||
description:
|
||||
- The presence for this field indicates that outbound forwarding is enabled
|
||||
for this zone. The value of this field contains the set of destinations to
|
||||
forward to.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
targetNameServers:
|
||||
description:
|
||||
- List of target name servers to forward to. Cloud DNS will select the best
|
||||
available name server if more than one target is given.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
ipv4Address:
|
||||
description:
|
||||
- IPv4 address of a target name server.
|
||||
returned: success
|
||||
type: str
|
||||
forwardingPath:
|
||||
description:
|
||||
- Forwarding path for this TargetNameServer. If unset or `default` Cloud
|
||||
DNS will make forwarding decision based on address ranges, i.e. RFC1918
|
||||
addresses go to the VPC, Non-RFC1918 addresses go to the Internet.
|
||||
When set to `private`, Cloud DNS will always send queries through
|
||||
VPC for this target .
|
||||
returned: success
|
||||
type: str
|
||||
peeringConfig:
|
||||
description:
|
||||
- The presence of this field indicates that DNS Peering is enabled for this
|
||||
zone. The value of this field contains the network to peer with.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
targetNetwork:
|
||||
description:
|
||||
- The network with which to peer.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
networkUrl:
|
||||
description:
|
||||
- The fully qualified URL of the VPC network to forward queries to.
|
||||
- This should be formatted like `U(https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}`)
|
||||
.
|
||||
returned: success
|
||||
type: str
|
||||
'''
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue