Module: Google::Cloud::Sql::V1::DnsNameMapping::DnsScope

Defined in:
proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb

Overview

The scope that the DNS name applies to.

Constant Summary collapse

DNS_SCOPE_UNSPECIFIED =

DNS scope not set. This value should not be used.

0
INSTANCE =

Indicates an instance-level DNS name.

1
CLUSTER =

Indicates a cluster-level DNS name.

2