Promote DNS resources to GA (#3524) (#231)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-05-20 22:33:19 -04:00 committed by GitHub
commit a62520a428
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 245 additions and 0 deletions

View file

@ -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
'''
################################################################################