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
21913 21914 21915 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 21913 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
21911 21912 21913 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 21911 def health_checks @health_checks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21918 21919 21920 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 21918 def update!(**args) @health_checks = args[:health_checks] if args.key?(:health_checks) end |