Class: Google::Cloud::Compute::V1::TargetPoolsRemoveHealthCheckRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetPoolsRemoveHealthCheckRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#health_checks ⇒ ::Array<::Google::Cloud::Compute::V1::HealthCheckReference>
Health check URL to be removed.
Instance Attribute Details
#health_checks ⇒ ::Array<::Google::Cloud::Compute::V1::HealthCheckReference>
38042 38043 38044 38045 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 38042 class TargetPoolsRemoveHealthCheckRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |