Class: Google::Cloud::Compute::V1::RemoveHealthCheckTargetPoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RemoveHealthCheckTargetPoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for TargetPools.RemoveHealthCheck. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
Name of the region for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#target_pool ⇒ ::String
Name of the target pool to remove health checks from.
-
#target_pools_remove_health_check_request_resource ⇒ ::Google::Cloud::Compute::V1::TargetPoolsRemoveHealthCheckRequest
The body resource for this request.
Instance Attribute Details
#project ⇒ ::String
29140 29141 29142 29143 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29140 class RemoveHealthCheckTargetPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
29140 29141 29142 29143 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29140 class RemoveHealthCheckTargetPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
29140 29141 29142 29143 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29140 class RemoveHealthCheckTargetPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_pool ⇒ ::String
29140 29141 29142 29143 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29140 class RemoveHealthCheckTargetPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_pools_remove_health_check_request_resource ⇒ ::Google::Cloud::Compute::V1::TargetPoolsRemoveHealthCheckRequest
29140 29141 29142 29143 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29140 class RemoveHealthCheckTargetPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |