Class: Ansible::Ruby::Modules::Gcp_compute_https_health_check

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

Overview

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

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



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

attribute :check_interval_sec

#descriptionObject?



19
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_https_health_check.rb', line 19

attribute :description

#healthy_thresholdInteger?



22
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_https_health_check.rb', line 22

attribute :healthy_threshold

#hostObject?



26
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_https_health_check.rb', line 26

attribute :host

#nameString



29
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_https_health_check.rb', line 29

attribute :name

#portInteger?



33
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_https_health_check.rb', line 33

attribute :port

#request_pathObject?



37
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_https_health_check.rb', line 37

attribute :request_path

#state:present, ...



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

attribute :state

#timeout_secInteger?



40
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_https_health_check.rb', line 40

attribute :timeout_sec

#unhealthy_thresholdInteger?



44
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_compute_https_health_check.rb', line 44

attribute :unhealthy_threshold