Certificate Manager V1 API - Class Google::Cloud::CertificateManager::V1::DnsAuthorization::DnsResourceRecord (v0.10.0)

Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::DnsAuthorization::DnsResourceRecord.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data

def data() -> ::String
Returns
  • (::String) — Output only. Data of the DNS Resource Record.

#name

def name() -> ::String
Returns
  • (::String) — Output only. Fully qualified name of the DNS Resource Record. e.g. _acme-challenge.example.com

#type

def type() -> ::String
Returns
  • (::String) — Output only. Type of the DNS Resource Record. Currently always set to "CNAME".