Class: Google::Apis::ComputeAlpha::TargetPoolsAddHealthCheckRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::TargetPoolsAddHealthCheckRequest
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#health_checks ⇒ Array<Google::Apis::ComputeAlpha::HealthCheckReference>
The HttpHealthCheck to add to the target pool.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TargetPoolsAddHealthCheckRequest
constructor
A new instance of TargetPoolsAddHealthCheckRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ TargetPoolsAddHealthCheckRequest
Returns a new instance of TargetPoolsAddHealthCheckRequest
33527 33528 33529 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 33527 def initialize(**args) update!(**args) end |
Instance Attribute Details
#health_checks ⇒ Array<Google::Apis::ComputeAlpha::HealthCheckReference>
The HttpHealthCheck to add to the target pool.
Corresponds to the JSON property healthChecks
33525 33526 33527 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 33525 def health_checks @health_checks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
33532 33533 33534 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 33532 def update!(**args) @health_checks = args[:health_checks] if args.key?(:health_checks) end |