Class DnsAutomationStatus
The status of DNS automation for a PSC connection.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class DnsAutomationStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Error
Output only. The error details if the state is CREATE_FAILED or DELETE_FAILED.
Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleRpcStatus |
Fqdn
Output only. The fully qualified domain name of the DNS record.
Declaration
[JsonProperty("fqdn")]
public virtual string Fqdn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The current state of DNS automation.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |