Class: Google::Cloud::Compute::V1::GetHealthOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetHealthOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Metadata for GetHealth operations.
Instance Attribute Summary collapse
Instance Attribute Details
#health_info ⇒ ::Google::Cloud::Compute::V1::GetHealthOperationMetadataHealthInfo
Returns Output only. The health information.
23946 23947 23948 23949 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23946 class GetHealthOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |