Class: Google::Apis::ComputeAlpha::GetHealthOperationMetadata

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Overview

Metadata for GetHealth operations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetHealthOperationMetadata

Returns a new instance of GetHealthOperationMetadata.



19093
19094
19095
# File 'lib/google/apis/compute_alpha/classes.rb', line 19093

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#health_infoGoogle::Apis::ComputeAlpha::GetHealthOperationMetadataHealthInfo

Health information. Corresponds to the JSON property healthInfo



19091
19092
19093
# File 'lib/google/apis/compute_alpha/classes.rb', line 19091

def health_info
  @health_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19098
19099
19100
# File 'lib/google/apis/compute_alpha/classes.rb', line 19098

def update!(**args)
  @health_info = args[:health_info] if args.key?(:health_info)
end