Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class DnsScope.
The scope that the DNS name applies to.
Protobuf type google.cloud.sql.v1.DnsNameMapping.DnsScope
Namespace
Google \ Cloud \ Sql \ V1 \ DnsNameMappingMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DNS_SCOPE_UNSPECIFIED
Value: 0DNS scope not set. This value should not be used.
Generated from protobuf enum DNS_SCOPE_UNSPECIFIED = 0;
INSTANCE
Value: 1Indicates an instance-level DNS name.
Generated from protobuf enum INSTANCE = 1;
CLUSTER
Value: 2Indicates a cluster-level DNS name.
Generated from protobuf enum CLUSTER = 2;