Class DnsAuthorization.Types.DnsResourceRecord (1.0.0-beta02)

public sealed class DnsResourceRecord : IMessage<DnsAuthorization.Types.DnsResourceRecord>, IEquatable<DnsAuthorization.Types.DnsResourceRecord>, IDeepCloneable<DnsAuthorization.Types.DnsResourceRecord>, IBufferMessage, IMessage

The structure describing the DNS Resource Record that needs to be added to DNS configuration for the authorization to be usable by certificate.

Inheritance

Object > DnsAuthorization.Types.DnsResourceRecord

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

DnsResourceRecord()

public DnsResourceRecord()

DnsResourceRecord(DnsAuthorization.Types.DnsResourceRecord)

public DnsResourceRecord(DnsAuthorization.Types.DnsResourceRecord other)
Parameter
NameDescription
otherDnsAuthorization.Types.DnsResourceRecord

Properties

Data

public string Data { get; set; }

Output only. Data of the DNS Resource Record.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

Output only. Fully qualified name of the DNS Resource Record. e.g. _acme-challenge.example.com

Property Value
TypeDescription
String

Type

public string Type { get; set; }

Output only. Type of the DNS Resource Record. Currently always set to "CNAME".

Property Value
TypeDescription
String