Class: Google::Apis::ComputeAlpha::GetHealthOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::GetHealthOperationMetadata
- 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
-
#health_info ⇒ Google::Apis::ComputeAlpha::GetHealthOperationMetadataHealthInfo
Health information.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetHealthOperationMetadata
constructor
A new instance of GetHealthOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_info ⇒ Google::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 |