Google Cloud Container V1 Client - Class DNSScope (1.13.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class DNSScope.

DNSScope lists the various scopes of access to cluster DNS records.

Protobuf type google.container.v1.DNSConfig.DNSScope

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

DNS_SCOPE_UNSPECIFIED

Value: 0

Default value, will be inferred as cluster scope.

Generated from protobuf enum DNS_SCOPE_UNSPECIFIED = 0;

CLUSTER_SCOPE

Value: 1

DNS records are accessible from within the cluster.

Generated from protobuf enum CLUSTER_SCOPE = 1;

VPC_SCOPE

Value: 2

DNS records are accessible from within the VPC.

Generated from protobuf enum VPC_SCOPE = 2;