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?
Returns The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 15 attribute :change_id |
#delegation_set_id ⇒ String?
Returns The DNS Zone delegation set ID.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 29 attribute :delegation_set_id |
#dns_name ⇒ Object?
Returns The first name in the lexicographic ordering of domain names that you want the list_command to start listing from.
40 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 40 attribute :dns_name |
#health_check_id ⇒ String?
Returns The ID of the health check.
46 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 46 attribute :health_check_id |
#health_check_method ⇒ :list, ...
Returns This is used in conjunction with query: health_check. It allows for listing details, counts or tags of various health check details.
54 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 54 attribute :health_check_method |
#hosted_zone_id ⇒ String?
Returns The Hosted Zone ID of the DNS zone.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 18 attribute :hosted_zone_id |
#hosted_zone_method ⇒ :details, ...
Returns This is used in conjunction with query: hosted_zone. It allows for listing details, counts or tags of various hosted zone details.
50 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 50 attribute :hosted_zone_method |
#max_items ⇒ Integer?
Returns Maximum number of items to return for various get/list requests.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 22 attribute :max_items |
#next_marker ⇒ Object?
Returns Some requests such as list_command: hosted_zones will return a maximum number of entries - EG 100. If the number of entries exceeds this maximum another request can be sent using the NextMarker entry from the first response to get the next page of results.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 26 attribute :next_marker |
#query ⇒ :change, ...
Returns specifies the query action to take.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 11 attribute :query |
#resource_id ⇒ Object?
Returns The ID/s of the specified resource/s.
43 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 43 attribute :resource_id |
#start_record_name ⇒ Object?
Returns The first name in the lexicographic ordering of domain names that you want the list_command: record_sets to start listing from.
33 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 33 attribute :start_record_name |
#type ⇒ :A, ...
Returns The type of DNS record.
36 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 36 attribute :type |