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.



18962
18963
18964
# File 'lib/google/apis/compute_alpha/classes.rb', line 18962

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

Instance Attribute Details

#health_infoGoogle::Apis::ComputeAlpha::GetHealthOperationMetadataHealthInfo

Health information. Corresponds to the JSON property healthInfo



18960
18961
18962
# File 'lib/google/apis/compute_alpha/classes.rb', line 18960

def health_info
  @health_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18967
18968
18969
# File 'lib/google/apis/compute_alpha/classes.rb', line 18967

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