Class: Ansible::Ruby::Modules::Gcp_compute_http_health_check

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

Overview

An HttpHealthCheck resource. This resource defines a template for how individual VMs should be checked for health, via HTTP.

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

#check_interval_secInteger?



16
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_http_health_check.rb', line 16

attribute :check_interval_sec

#descriptionObject?



20
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_http_health_check.rb', line 20

attribute :description

#healthy_thresholdInteger?



23
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_http_health_check.rb', line 23

attribute :healthy_threshold

#hostObject?



27
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_http_health_check.rb', line 27

attribute :host

#nameString



30
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_http_health_check.rb', line 30

attribute :name

#portInteger?



34
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_http_health_check.rb', line 34

attribute :port

#request_pathObject?



38
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_http_health_check.rb', line 38

attribute :request_path

#state:present, ...



12
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_http_health_check.rb', line 12

attribute :state

#timeout_secInteger?



41
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_http_health_check.rb', line 41

attribute :timeout_sec

#unhealthy_thresholdInteger?



45
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_http_health_check.rb', line 45

attribute :unhealthy_threshold