Class: Ansible::Ruby::Modules::Route53_health_check

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

Overview

Creates and deletes DNS Health checks in Amazons Route53 service Only the port, resource_path, string_match and request_interval are considered when updating existing health-checks.

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

#failure_threshold1, ...



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

attribute :failure_threshold

#fqdnString?



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

attribute :fqdn

#ip_addressObject?



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

attribute :ip_address

#portObject?



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

attribute :port

#request_interval10, 30



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

attribute :request_interval

#resource_pathString?



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

attribute :resource_path

#state:present, :absent



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

attribute :state

#string_matchString?



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

attribute :string_match

#type:HTTP, ...



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

attribute :type