Class: Ansible::Ruby::Modules::Rax_dns_record
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rax_dns_record
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns_record.rb
Overview
Manage DNS records on Rackspace Cloud DNS
Instance Method Summary collapse
-
#comment ⇒ Object?
Brief description of the domain.
-
#data ⇒ Object
IP address for A/AAAA record, FQDN for CNAME/MX/NS, or text data for SRV/TXT.
-
#domain ⇒ Object?
Domain name to create the record in.
-
#loadbalancer ⇒ Object?
Load Balancer ID to create a PTR record for.
-
#name ⇒ String
FQDN record name to create.
-
#overwrite ⇒ Boolean?
Add new records if data doesn’t match, instead of updating existing record with matching name.
-
#priority ⇒ Object?
Required for MX and SRV records, but forbidden for other record types.
-
#server ⇒ Object?
Server ID to create a PTR record for.
-
#state ⇒ :present, ...
Indicate desired state of the resource.
-
#ttl ⇒ Integer?
Time to live of record in seconds.
-
#type ⇒ :A, ...
DNS record type.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#comment ⇒ Object?
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns_record.rb', line 12 attribute :comment |
#data ⇒ Object
15 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns_record.rb', line 15 attribute :data |
#domain ⇒ Object?
19 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns_record.rb', line 19 attribute :domain |
#loadbalancer ⇒ Object?
22 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns_record.rb', line 22 attribute :loadbalancer |
#name ⇒ String
25 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns_record.rb', line 25 attribute :name |
#overwrite ⇒ Boolean?
29 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns_record.rb', line 29 attribute :overwrite |
#priority ⇒ Object?
33 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns_record.rb', line 33 attribute :priority |
#server ⇒ Object?
36 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns_record.rb', line 36 attribute :server |
#state ⇒ :present, ...
39 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns_record.rb', line 39 attribute :state |
#ttl ⇒ Integer?
43 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns_record.rb', line 43 attribute :ttl |
#type ⇒ :A, ...
47 |
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns_record.rb', line 47 attribute :type |