Class: Ansible::Ruby::Modules::Route53_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb

Overview

Gets various details related to Route53 zone, record set or health check details

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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_idObject?

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.

Returns:

  • (Object, nil)

    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.



16
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb', line 16

attribute :change_id

#delegation_set_idString?

Returns The DNS Zone delegation set ID.

Returns:

  • (String, nil)

    The DNS Zone delegation set ID



31
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb', line 31

attribute :delegation_set_id

#dns_nameObject?

Returns The first name in the lexicographic ordering of domain names that you want the list_command to start listing from.

Returns:

  • (Object, nil)

    The first name in the lexicographic ordering of domain names that you want the list_command to start listing from



42
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb', line 42

attribute :dns_name

#health_check_idString?

Returns The ID of the health check.

Returns:

  • (String, nil)

    The ID of the health check



48
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb', line 48

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.

Returns:

  • (:list, :details, :status, :failure_reason, :count, :tags, nil)

    This is used in conjunction with query: health_check. It allows for listing details, counts or tags of various health check details.



56
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb', line 56

attribute :health_check_method

#hosted_zone_idString?

Returns The Hosted Zone ID of the DNS zone.

Returns:

  • (String, nil)

    The Hosted Zone ID of the DNS zone



19
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb', line 19

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.

Returns:

  • (:details, :list, :list_by_name, :count, :tags, nil)

    This is used in conjunction with query: hosted_zone. It allows for listing details, counts or tags of various hosted zone details.



52
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb', line 52

attribute :hosted_zone_method

#max_itemsInteger?

Returns Maximum number of items to return for various get/list requests.

Returns:

  • (Integer, nil)

    Maximum number of items to return for various get/list requests



23
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb', line 23

attribute :max_items

#next_markerString?

Returns Some requests such as list_command: hosted_zones will return a maximum number of entries - EG 100 or the number specified by max_items. 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.

Returns:

  • (String, nil)

    Some requests such as list_command: hosted_zones will return a maximum number of entries - EG 100 or the number specified by max_items. 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



27
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb', line 27

attribute :next_marker

#query:change, ...

Returns specifies the query action to take.

Returns:

  • (:change, :checker_ip_range, :health_check, :hosted_zone, :record_sets, :reusable_delegation_set)

    specifies the query action to take



12
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb', line 12

attribute :query

#resource_idObject?

Returns The ID/s of the specified resource/s.

Returns:

  • (Object, nil)

    The ID/s of the specified resource/s



45
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb', line 45

attribute :resource_id

#start_record_nameObject?

Returns The first name in the lexicographic ordering of domain names that you want the list_command: record_sets to start listing from.

Returns:

  • (Object, nil)

    The first name in the lexicographic ordering of domain names that you want the list_command: record_sets to start listing from



35
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb', line 35

attribute :start_record_name

#type:A, ...

Returns The type of DNS record.

Returns:

  • (:A, :CNAME, :MX, :AAAA, :TXT, :PTR, :SRV, :SPF, :CAA, :NS, nil)

    The type of DNS record



38
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_facts.rb', line 38

attribute :type