Show / Hide Table of Contents

Class DnsAutomationInfo

DnsAutomationInfo contains information about the DNS automation for the instance.

Inheritance
object
DnsAutomationInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAlloyDBAdmin.v1beta.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX