class Google::Apis::ComputeBeta::TargetPoolInstanceHealth

Attributes

health_status[RW]

Corresponds to the JSON property `healthStatus` @return [Array<Google::Apis::ComputeBeta::HealthStatus>]

kind[RW]
Output Only

Type of resource. Always compute#targetPoolInstanceHealth when

checking the health of an instance. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 36790
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 36795
def update!(**args)
  @health_status = args[:health_status] if args.key?(:health_status)
  @kind = args[:kind] if args.key?(:kind)
end