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
| 25510 25511 25512 | # File 'generated/google/apis/compute_alpha/classes.rb', line 25510 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
| 25508 25509 25510 | # File 'generated/google/apis/compute_alpha/classes.rb', line 25508 def health_checks @health_checks end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 25515 25516 25517 | # File 'generated/google/apis/compute_alpha/classes.rb', line 25515 def update!(**args) @health_checks = args[:health_checks] if args.key?(:health_checks) end |