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, fix_inclusion, #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?

Returns How often (in seconds) to send a health check. The default value is 5 seconds.

Returns:

  • (Object, nil)

    How often (in seconds) to send a health check. The default value is 5 seconds.



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

attribute :check_interval_sec

#descriptionObject?

Returns An optional description of this resource. Provide this property when you create the resource.

Returns:

  • (Object, nil)

    An optional description of this resource. Provide this property when you create the resource.



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

attribute :description

#healthy_thresholdInteger?

Returns A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.

Returns:

  • (Integer, nil)

    A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.



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

attribute :healthy_threshold

#hostObject?

Returns The value of the host header in the HTTPS health check request. If left empty (default value), the public IP on behalf of which this health check is performed will be used.

Returns:

  • (Object, nil)

    The value of the host header in the HTTPS health check request. If left empty (default value), the public IP on behalf of which this health check is performed will be used.



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

attribute :host

#nameString

Returns Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression ‘[a-z](*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Returns:

  • (String)

    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression ‘[a-z](*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.



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

attribute :name

#portInteger?

Returns The TCP port number for the HTTPS health check request.,The default value is 80.

Returns:

  • (Integer, nil)

    The TCP port number for the HTTPS health check request.,The default value is 80.



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

attribute :port

#request_pathObject?

Returns The request path of the HTTPS health check request.,The default value is /.

Returns:

  • (Object, nil)

    The request path of the HTTPS health check request.,The default value is /.



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

attribute :request_path

#state:present, ...

Returns Whether the given object should exist in GCP.

Returns:

  • (:present, :absent, nil)

    Whether the given object should exist in GCP



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

attribute :state

#timeout_secInteger?

Returns How long (in seconds) to wait before claiming failure.,The default value is 5 seconds. It is invalid for timeoutSec to have greater value than checkIntervalSec.

Returns:

  • (Integer, nil)

    How long (in seconds) to wait before claiming failure.,The default value is 5 seconds. It is invalid for timeoutSec to have greater value than checkIntervalSec.



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

attribute :timeout_sec

#unhealthy_thresholdInteger?

Returns A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.

Returns:

  • (Integer, nil)

    A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.



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

attribute :unhealthy_threshold