Class VmwareHostConfig
Represents the common parameters for all the hosts irrespective of their IP address.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareHostConfig : IDirectResponseSchema
Properties
DnsSearchDomains
DNS search domains.
Declaration
[JsonProperty("dnsSearchDomains")]
public virtual IList<string> DnsSearchDomains { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DnsServers
DNS servers.
Declaration
[JsonProperty("dnsServers")]
public virtual IList<string> DnsServers { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NtpServers
NTP servers.
Declaration
[JsonProperty("ntpServers")]
public virtual IList<string> NtpServers { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |