Show / Hide Table of Contents

Class VmwareHostConfig

Represents the common parameters for all the hosts irrespective of their IP address.

Inheritance
object
VmwareHostConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX