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.
48395 48396 48397 |
# File 'lib/google/apis/compute_beta/classes.rb', line 48395 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
48393 48394 48395 |
# File 'lib/google/apis/compute_beta/classes.rb', line 48393 def health_checks @health_checks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
48400 48401 48402 |
# File 'lib/google/apis/compute_beta/classes.rb', line 48400 def update!(**args) @health_checks = args[:health_checks] if args.key?(:health_checks) end |