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
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, #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.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 14 attribute :change_id |
#delegation_set_id ⇒ String?
Returns The DNS Zone delegation set ID.
28 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 28 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.
39 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 39 attribute :dns_name |
#health_check_id ⇒ String?
Returns The ID of the health check.
45 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 45 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.
53 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 53 attribute :health_check_method |
#hosted_zone_id ⇒ String?
Returns The Hosted Zone ID of the DNS zone.
17 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 17 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.
49 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 49 attribute :hosted_zone_method |
#max_items ⇒ Integer?
Returns Maximum number of items to return for various get/list requests.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 21 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.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 25 attribute :next_marker |
#query ⇒ :change, ...
Returns specifies the query action to take.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 10 attribute :query |
#resource_id ⇒ Object?
Returns The ID/s of the specified resource/s.
42 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 42 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.
32 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 32 attribute :start_record_name |
#type ⇒ :A, ...
Returns The type of DNS record.
35 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb', line 35 attribute :type |