Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
HttpSHealthCheck.Builder |
HttpSHealthCheck.Builder.clone() |
HttpSHealthCheck.Builder |
HttpSHealthCheck.Builder.mergeFrom(HttpSHealthCheck other) |
static HttpSHealthCheck.Builder |
HttpSHealthCheck.newBuilder() |
static HttpSHealthCheck.Builder |
HttpSHealthCheck.newBuilder(HttpSHealthCheck prototype) |
HttpSHealthCheck.Builder |
HttpSHealthCheck.Builder.setHost(String host)
The value of the host header in the HTTPS health check request.
|
HttpSHealthCheck.Builder |
HttpSHealthCheck.Builder.setPort(Integer port)
The TCP port number for the health check request.
|
HttpSHealthCheck.Builder |
HttpSHealthCheck.Builder.setPortName(String portName)
Port name as defined in InstanceGroup#NamedPort#name.
|
HttpSHealthCheck.Builder |
HttpSHealthCheck.Builder.setPortSpecification(String portSpecification)
Specifies how port is selected for health checking, can be one of following values:
USE_FIXED_PORT: The port number in port is used for health checking.
|
HttpSHealthCheck.Builder |
HttpSHealthCheck.Builder.setProxyHeader(String proxyHeader)
Specifies the type of proxy header to append before sending data to the backend, either NONE
or PROXY_V1.
|
HttpSHealthCheck.Builder |
HttpSHealthCheck.Builder.setRequestPath(String requestPath)
The request path of the HTTPS health check request.
|
HttpSHealthCheck.Builder |
HttpSHealthCheck.Builder.setResponse(String response)
The string to match anywhere in the first 1024 bytes of the response body.
|
HttpSHealthCheck.Builder |
HttpSHealthCheck.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.