Class: Google::Cloud::CertificateManager::V1::DnsAuthorization::DnsResourceRecord
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::DnsAuthorization::DnsResourceRecord
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
The structure describing the DNS Resource Record that needs to be added to DNS configuration for the authorization to be usable by certificate.
Instance Attribute Summary collapse
-
#data ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#type ⇒ ::String
readonly
Output only.
Instance Attribute Details
#data ⇒ ::String (readonly)
Returns Output only. Data of the DNS Resource Record.
841 842 843 844 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 841 class DnsResourceRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Fully qualified name of the DNS Resource Record.
e.g. _acme-challenge.example.com
.
841 842 843 844 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 841 class DnsResourceRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String (readonly)
Returns Output only. Type of the DNS Resource Record. Currently always set to "CNAME".
841 842 843 844 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 841 class DnsResourceRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |