public enum DnsNameMapping.RecordManager extends Enum<DnsNameMapping.RecordManager> implements ProtocolMessageEnumThe system responsible for managing the DNS record.
Protobuf enum google.cloud.sql.v1.DnsNameMapping.RecordManager
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CLOUD_SQL_AUTOMATION |
The record is managed by Cloud SQL, which will create, update, and delete the DNS records for the zone automatically when the Cloud SQL database instance is created or updated. |
CLOUD_SQL_AUTOMATION_VALUE |
The record is managed by Cloud SQL, which will create, update, and delete the DNS records for the zone automatically when the Cloud SQL database instance is created or updated. |
CUSTOMER |
The record may be managed by the customer. It is not automatically managed by Cloud SQL automation. |
CUSTOMER_VALUE |
The record may be managed by the customer. It is not automatically managed by Cloud SQL automation. |
RECORD_MANAGER_UNSPECIFIED |
Record manager not set. This value should not be used. |
RECORD_MANAGER_UNSPECIFIED_VALUE |
Record manager not set. This value should not be used. |
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() |
|