Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class DnsNameMapping.
DNS metadata.
Generated from protobuf message google.cloud.sql.v1.DnsNameMapping
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The DNS name.
↳ connection_type
int
Output only. The connection type of the DNS name.
↳ dns_scope
int
Output only. The scope that the DNS name applies to.
↳ record_manager
int
Output only. The manager for this DNS record.
getName
Output only. The DNS name.
string
setName
Output only. The DNS name.
var
string
$this
getConnectionType
Output only. The connection type of the DNS name.
setConnectionType
Output only. The connection type of the DNS name.
$this
getDnsScope
Output only. The scope that the DNS name applies to.
setDnsScope
Output only. The scope that the DNS name applies to.
$this
getRecordManager
Output only. The manager for this DNS record.
setRecordManager
Output only. The manager for this DNS record.
$this

