Class: Google::Apis::ComputeBeta::AddTargetPoolsHealthCheckRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::AddTargetPoolsHealthCheckRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#health_checks ⇒ Array<Google::Apis::ComputeBeta::HealthCheckReference>
The HttpHealthCheck to add to the target pool.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AddTargetPoolsHealthCheckRequest
constructor
A new instance of AddTargetPoolsHealthCheckRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AddTargetPoolsHealthCheckRequest
Returns a new instance of AddTargetPoolsHealthCheckRequest.
40900 40901 40902 |
# File 'lib/google/apis/compute_beta/classes.rb', line 40900 def initialize(**args) update!(**args) end |
Instance Attribute Details
#health_checks ⇒ Array<Google::Apis::ComputeBeta::HealthCheckReference>
The HttpHealthCheck to add to the target pool.
Corresponds to the JSON property healthChecks
40898 40899 40900 |
# File 'lib/google/apis/compute_beta/classes.rb', line 40898 def health_checks @health_checks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40905 40906 40907 |
# File 'lib/google/apis/compute_beta/classes.rb', line 40905 def update!(**args) @health_checks = args[:health_checks] if args.key?(:health_checks) end |