Show / Hide Table of Contents

Class DNSConfig

DNSConfig contains the desired set of options for configuring clusterDNS.

Inheritance
object
DNSConfig
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.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX