Class: Google::Apis::ComputeBeta::AddTargetPoolsHealthCheckRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeBeta::AddTargetPoolsHealthCheckRequest
 
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
 generated/google/apis/compute_beta/representations.rb,
 generated/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. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ AddTargetPoolsHealthCheckRequest
Returns a new instance of AddTargetPoolsHealthCheckRequest
| 19398 19399 19400 | # File 'generated/google/apis/compute_beta/classes.rb', line 19398 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
| 19396 19397 19398 | # File 'generated/google/apis/compute_beta/classes.rb', line 19396 def health_checks @health_checks end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 19403 19404 19405 | # File 'generated/google/apis/compute_beta/classes.rb', line 19403 def update!(**args) @health_checks = args[:health_checks] if args.key?(:health_checks) end |