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. 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. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Last update time of this resource. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. 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 |