Class DnsNameMapping
DNS metadata.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class DnsNameMapping : IDirectResponseSchema
Properties
ConnectionType
Output only. The connection type of the DNS name.
Declaration
[JsonProperty("connectionType")]
public virtual string ConnectionType { get; set; }
Property Value
Type | Description |
---|---|
string |
DnsScope
Output only. The scope that the DNS name applies to.
Declaration
[JsonProperty("dnsScope")]
public virtual string DnsScope { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The DNS name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |