Class ForwardingRule
A forwarding rule is a mapping of a domain
to name_servers
. This mapping allows VMware Engine to resolve
domains for attached private clouds by forwarding DNS requests for a given domain to the specified nameservers.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class ForwardingRule : IDirectResponseSchema
Properties
Domain
Required. Domain used to resolve a name_servers
list.
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NameServers
Required. List of DNS servers to use for domain resolution
Declaration
[JsonProperty("nameServers")]
public virtual IList<string> NameServers { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |