Google Cloud Container V1 Client - Class DNSScope (1.15.0)

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

Namespace

Google \ Cloud \ Container \ V1 \ DNSConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::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;