Class: Ansible::Ruby::Modules::Gcp_dns_resource_record_set

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_resource_record_set.rb

Overview

A single DNS record that exists on a domain name (i.e. in a managed zone). This record defines the information about the domain and where the domain / subdomains direct to. The record will include the domain/subdomain name, a type (i.e. A, AAA, CAA, MX, CNAME, NS, etc) .

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#managed_zoneString



34
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_resource_record_set.rb', line 34

attribute :managed_zone

#nameString



18
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_resource_record_set.rb', line 18

attribute :name

#state:present, ...



14
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_resource_record_set.rb', line 14

attribute :state

#targetArray<String>, ...



30
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_resource_record_set.rb', line 30

attribute :target

#ttlInteger?



26
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_resource_record_set.rb', line 26

attribute :ttl

#type:A, ...



22
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_dns_resource_record_set.rb', line 22

attribute :type