DNS forwarding config. This config defines a list of domain to name server mappings, and is attached to the private cloud for custom domain resolution.
| JSON representation |
|---|
{
"name": string,
"createTime": string,
"updateTime": string,
"forwardingRules": [
{
object ( |
| Fields | |
|---|---|
name |
Output only. Identifier. The resource name of this DNS profile. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: |
createTime |
Output only. Creation time of this resource. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Last update time of this resource. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
forwardingRules[] |
Required. List of domain mappings to configure |
ForwardingRule
A forwarding rule is a mapping of a domain to nameServers. This mapping allows VMware Engine to resolve domains for attached private clouds by forwarding DNS requests for a given domain to the specified nameservers.
| JSON representation |
|---|
{ "domain": string, "nameServers": [ string ] } |
| Fields | |
|---|---|
domain |
Required. Domain used to resolve a |
nameServers[] |
Required. List of DNS servers to use for domain resolution |