Class: Google::Cloud::Compute::V1::GetHealthTargetPoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetHealthTargetPoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for TargetPools.GetHealth. See the method description for details.
Instance Attribute Summary collapse
-
#instance_reference_resource ⇒ ::Google::Cloud::Compute::V1::InstanceReference
The body resource for this request.
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
Name of the region scoping this request.
-
#target_pool ⇒ ::String
Name of the TargetPool resource to which the queried instance belongs.
Instance Attribute Details
#instance_reference_resource ⇒ ::Google::Cloud::Compute::V1::InstanceReference
Returns The body resource for this request.
9039 9040 9041 9042 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9039 class GetHealthTargetPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
9039 9040 9041 9042 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9039 class GetHealthTargetPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Name of the region scoping this request.
9039 9040 9041 9042 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9039 class GetHealthTargetPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_pool ⇒ ::String
Returns Name of the TargetPool resource to which the queried instance belongs.
9039 9040 9041 9042 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9039 class GetHealthTargetPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |