Class: Ansible::Ruby::Modules::Dnsimple
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Dnsimple
- Defined in:
- lib/ansible/ruby/modules/generated/extras/network/dnsimple.rb
Instance Method Summary collapse
-
#account_api_token ⇒ String?
Account API token.
-
#account_email ⇒ String?
Account email.
-
#domain ⇒ String?
Domain to work with.
-
#priority ⇒ Object?
Record priority.
-
#record ⇒ String?
Record to add, if blank a record for the domain will be created, supports the wildcard (*).
-
#record_ids ⇒ String?
List of records to ensure they either exist or don’t exist.
-
#solo ⇒ Object?
Whether the record should be the only one for that record type and record name.
-
#state ⇒ :present, ...
Whether the record should exist or not.
-
#ttl ⇒ String?
The TTL to give the new record.
-
#type ⇒ :A, ...
The type of DNS record to create.
-
#value ⇒ String?
Record value,Must be specified when trying to ensure a record exists.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#account_api_token ⇒ String?
14 |
# File 'lib/ansible/ruby/modules/generated/extras/network/dnsimple.rb', line 14 attribute :account_api_token |
#account_email ⇒ String?
10 |
# File 'lib/ansible/ruby/modules/generated/extras/network/dnsimple.rb', line 10 attribute :account_email |
#domain ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/network/dnsimple.rb', line 18 attribute :domain |
#priority ⇒ Object?
42 |
# File 'lib/ansible/ruby/modules/generated/extras/network/dnsimple.rb', line 42 attribute :priority |
#record ⇒ String?
22 |
# File 'lib/ansible/ruby/modules/generated/extras/network/dnsimple.rb', line 22 attribute :record |
#record_ids ⇒ String?
26 |
# File 'lib/ansible/ruby/modules/generated/extras/network/dnsimple.rb', line 26 attribute :record_ids |
#solo ⇒ Object?
49 |
# File 'lib/ansible/ruby/modules/generated/extras/network/dnsimple.rb', line 49 attribute :solo |
#state ⇒ :present, ...
45 |
# File 'lib/ansible/ruby/modules/generated/extras/network/dnsimple.rb', line 45 attribute :state |
#ttl ⇒ String?
34 |
# File 'lib/ansible/ruby/modules/generated/extras/network/dnsimple.rb', line 34 attribute :ttl |
#type ⇒ :A, ...
30 |
# File 'lib/ansible/ruby/modules/generated/extras/network/dnsimple.rb', line 30 attribute :type |
#value ⇒ String?
38 |
# File 'lib/ansible/ruby/modules/generated/extras/network/dnsimple.rb', line 38 attribute :value |