Class: Ansible::Ruby::Modules::Route53_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Route53_facts
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb
Overview
Gets various details related to Route53 zone, record set or health check details
Instance Method Summary collapse
-
#change_id ⇒ Object?
The ID of the change batch request.
-
#delegation_set_id ⇒ String?
The DNS Zone delegation set ID.
-
#dns_name ⇒ Object?
The first name in the lexicographic ordering of domain names that you want the list_command to start listing from.
-
#health_check_id ⇒ String?
The ID of the health check.
-
#health_check_method ⇒ :list, ...
This is used in conjunction with query: health_check.
-
#hosted_zone_id ⇒ String?
The Hosted Zone ID of the DNS zone.
-
#hosted_zone_method ⇒ :details, ...
This is used in conjunction with query: hosted_zone.
-
#max_items ⇒ Integer?
Maximum number of items to return for various get/list requests.
-
#next_marker ⇒ Object?
Some requests such as list_command: hosted_zones will return a maximum number of entries - EG 100.
-
#query ⇒ :change, ...
Specifies the query action to take.
-
#resource_id ⇒ Object?
The ID/s of the specified resource/s.
-
#start_record_name ⇒ Object?
The first name in the lexicographic ordering of domain names that you want the list_command: record_sets to start listing from.
-
#type ⇒ :A, ...
The type of DNS record.
Methods inherited from Base
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
#change_id ⇒ Object?
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 15 attribute :change_id |
#delegation_set_id ⇒ String?
29 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 29 attribute :delegation_set_id |
#dns_name ⇒ Object?
40 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 40 attribute :dns_name |
#health_check_id ⇒ String?
46 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 46 attribute :health_check_id |
#health_check_method ⇒ :list, ...
54 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 54 attribute :health_check_method |
#hosted_zone_id ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 18 attribute :hosted_zone_id |
#hosted_zone_method ⇒ :details, ...
50 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 50 attribute :hosted_zone_method |
#max_items ⇒ Integer?
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 22 attribute :max_items |
#next_marker ⇒ Object?
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 26 attribute :next_marker |
#query ⇒ :change, ...
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 11 attribute :query |
#resource_id ⇒ Object?
43 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 43 attribute :resource_id |
#start_record_name ⇒ Object?
33 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 33 attribute :start_record_name |
#type ⇒ :A, ...
36 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 36 attribute :type |