Class DnsAutomationInfo
DnsAutomationInfo contains information about the DNS automation for the instance.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class DnsAutomationInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullyQualifiedDomainName
Output only. The fully qualified domain name of the instance for DNS automation. Example: "...alloydb.goog.". Note: The AUDIT directive is intentionally omitted because this field contains sensitive network topology information.
Declaration
[JsonProperty("fullyQualifiedDomainName")]
public virtual string FullyQualifiedDomainName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The state of the DNS automation.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |