Show / Hide Table of Contents

Class CNAME

CNAME troubleshooting information.

Inheritance
object
CNAME
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.CertificateManager.v1.Data
Assembly: Google.Apis.CertificateManager.v1.dll
Syntax
public class CNAME : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExpectedData

Output only. The expected value of the CNAME record for the domain, equals to dns_resource_record.data in the corresponding DnsAuthorization.

Declaration
[JsonProperty("expectedData")]
public virtual string ExpectedData { get; set; }
Property Value
Type Description
string

Name

Output only. The name of the CNAME record for the domain, equals to dns_resource_record.name in the corresponding DnsAuthorization.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ResolvedData

Output only. The resolved CNAME chain. Empty list if the CNAME record for CNAME.name is not found. Otherwise the first item is the value of the CNAME record for CNAME.name. If the CNAME chain is longer, the second item is the value of the CNAME record for the first item, and so on.

Declaration
[JsonProperty("resolvedData")]
public virtual IList<string> ResolvedData { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX