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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
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. |
getName
The DNS name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
The DNS name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConnectionType
Output only. The connection type of the DNS name.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ConnectionType. |
setConnectionType
Output only. The connection type of the DNS name.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ConnectionType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDnsScope
Output only. The scope that the DNS name applies to.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DnsScope. |
setDnsScope
Output only. The scope that the DNS name applies to.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DnsScope. |
| Returns | |
|---|---|
| Type | Description |
$this |
|