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

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

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, #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.



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

attribute :change_id

#delegation_set_idString?

Returns The DNS Zone delegation set ID.

Returns:

  • (String, nil)

    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_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



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

attribute :dns_name

#health_check_idString?

Returns The ID of the health check.

Returns:

  • (String, nil)

    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.

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.



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

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



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.

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.



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

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



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

attribute :max_items

#next_markerObject?

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.

Returns:

  • (Object, nil)

    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.

Returns:

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

    specifies the query action to take



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

attribute :query

#resource_idObject?

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

Returns:

  • (Object, nil)

    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_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



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.

Returns:

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

    The type of DNS record



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

attribute :type