Enum DnsNameMapping.DnsScope (0.1.0)

public enum DnsNameMapping.DnsScope extends Enum<DnsNameMapping.DnsScope> implements ProtocolMessageEnum

The scope that the DNS name applies to.

Protobuf enum google.cloud.sql.v1.DnsNameMapping.DnsScope

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLUSTER

Indicates a cluster-level DNS name.

CLUSTER = 2;

CLUSTER_VALUE

Indicates a cluster-level DNS name.

CLUSTER = 2;

DNS_SCOPE_UNSPECIFIED

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

DNS_SCOPE_UNSPECIFIED = 0;

DNS_SCOPE_UNSPECIFIED_VALUE

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

DNS_SCOPE_UNSPECIFIED = 0;

INSTANCE

Indicates an instance-level DNS name.

INSTANCE = 1;

INSTANCE_VALUE

Indicates an instance-level DNS name.

INSTANCE = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()