Class DNSConfig
DNSConfig contains the desired set of options for configuring clusterDNS.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class DNSConfig : IDirectResponseSchema
Properties
AdditiveVpcScopeDnsDomain
Optional. The domain used in Additive VPC scope.
Declaration
[JsonProperty("additiveVpcScopeDnsDomain")]
public virtual string AdditiveVpcScopeDnsDomain { get; set; }
Property Value
Type | Description |
---|---|
string |
ClusterDns
cluster_dns indicates which in-cluster DNS provider should be used.
Declaration
[JsonProperty("clusterDns")]
public virtual string ClusterDns { get; set; }
Property Value
Type | Description |
---|---|
string |
ClusterDnsDomain
cluster_dns_domain is the suffix used for all cluster service records.
Declaration
[JsonProperty("clusterDnsDomain")]
public virtual string ClusterDnsDomain { get; set; }
Property Value
Type | Description |
---|---|
string |
ClusterDnsScope
cluster_dns_scope indicates the scope of access to cluster DNS records.
Declaration
[JsonProperty("clusterDnsScope")]
public virtual string ClusterDnsScope { 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 |