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:   |  
 create  
 |  
     Output only. Creation time of this resource. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples:   |  
 update  
 |  
     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:   |  
 forwarding  
 |  
     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   |  
 name  
 |  
     Required. List of DNS servers to use for domain resolution  |  

