Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class RecordManager.
The system responsible for managing the DNS record.
Protobuf type google.cloud.sql.v1.DnsNameMapping.RecordManager
Namespace
Google \ Cloud \ Sql \ V1 \ DnsNameMappingMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RECORD_MANAGER_UNSPECIFIED
Value: 0Record manager not set. This value should not be used.
Generated from protobuf enum RECORD_MANAGER_UNSPECIFIED = 0;
CUSTOMER
Value: 1The record may be managed by the customer. It is not automatically managed by Cloud SQL automation.
Generated from protobuf enum CUSTOMER = 1;
CLOUD_SQL_AUTOMATION
Value: 2The 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.
Generated from protobuf enum CLOUD_SQL_AUTOMATION = 2;