Class: Google::Apis::ComputeV1::AddTargetPoolsHealthCheckRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::AddTargetPoolsHealthCheckRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#health_checks ⇒ Array<Google::Apis::ComputeV1::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.
31492 31493 31494 |
# File 'generated/google/apis/compute_v1/classes.rb', line 31492 def initialize(**args) update!(**args) end |
Instance Attribute Details
#health_checks ⇒ Array<Google::Apis::ComputeV1::HealthCheckReference>
The HttpHealthCheck to add to the target pool.
Corresponds to the JSON property healthChecks
31490 31491 31492 |
# File 'generated/google/apis/compute_v1/classes.rb', line 31490 def health_checks @health_checks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31497 31498 31499 |
# File 'generated/google/apis/compute_v1/classes.rb', line 31497 def update!(**args) @health_checks = args[:health_checks] if args.key?(:health_checks) end |