Class: Google::Cloud::Compute::V1::GetHealthRegionHealthSourceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetHealthRegionHealthSourceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for RegionHealthSources.GetHealth. See the method description for details.
Instance Attribute Summary collapse
-
#health_source ⇒ ::String
Name of the HealthSource resource to get health for.
-
#project ⇒ ::String
Name of the project scoping this request.
-
#region ⇒ ::String
Name of the region scoping this request.
Instance Attribute Details
#health_source ⇒ ::String
Returns Name of the HealthSource resource to get health for.
22750 22751 22752 22753 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22750 class GetHealthRegionHealthSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Name of the project scoping this request.
22750 22751 22752 22753 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22750 class GetHealthRegionHealthSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Name of the region scoping this request.
22750 22751 22752 22753 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22750 class GetHealthRegionHealthSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |