Class Google::Cloud::Compute::V1::TargetPoolsRemoveHealthCheckRequest (v0.5.0)

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#health_checks

def health_checks() -> ::Array<::Google::Cloud::Compute::V1::HealthCheckReference>
Returns
  • (::Array<::Google::Cloud::Compute::V1::HealthCheckReference>) — Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check

#health_checks=

def health_checks=(value) -> ::Array<::Google::Cloud::Compute::V1::HealthCheckReference>
Parameter
  • value (::Array<::Google::Cloud::Compute::V1::HealthCheckReference>) — Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
Returns
  • (::Array<::Google::Cloud::Compute::V1::HealthCheckReference>) — Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check