public static class HttpsHealthCheck2.Builder extends Object
Modifier and Type | Method and Description |
---|---|
HttpsHealthCheck2 |
build() |
HttpsHealthCheck2.Builder |
clone() |
Integer |
getCheckIntervalSec()
How often (in seconds) to send a health check.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
Integer |
getHealthyThreshold()
A so-far unhealthy instance will be marked healthy after this many consecutive successes.
|
String |
getHost()
The value of the host header in the HTTPS health check request.
|
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
Type of the resource.
|
String |
getName()
Name of the resource.
|
Integer |
getPort()
The TCP port number for the HTTPS health check request.
|
String |
getRequestPath()
The request path of the HTTPS health check request.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
Integer |
getTimeoutSec()
How long (in seconds) to wait before claiming failure.
|
Integer |
getUnhealthyThreshold()
A so-far healthy instance will be marked unhealthy after this many consecutive failures.
|
HttpsHealthCheck2.Builder |
mergeFrom(HttpsHealthCheck2 other) |
HttpsHealthCheck2.Builder |
setCheckIntervalSec(Integer checkIntervalSec)
How often (in seconds) to send a health check.
|
HttpsHealthCheck2.Builder |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
HttpsHealthCheck2.Builder |
setDescription(String description)
An optional description of this resource.
|
HttpsHealthCheck2.Builder |
setHealthyThreshold(Integer healthyThreshold)
A so-far unhealthy instance will be marked healthy after this many consecutive successes.
|
HttpsHealthCheck2.Builder |
setHost(String host)
The value of the host header in the HTTPS health check request.
|
HttpsHealthCheck2.Builder |
setId(String id)
[Output Only] The unique identifier for the resource.
|
HttpsHealthCheck2.Builder |
setKind(String kind)
Type of the resource.
|
HttpsHealthCheck2.Builder |
setName(String name)
Name of the resource.
|
HttpsHealthCheck2.Builder |
setPort(Integer port)
The TCP port number for the HTTPS health check request.
|
HttpsHealthCheck2.Builder |
setRequestPath(String requestPath)
The request path of the HTTPS health check request.
|
HttpsHealthCheck2.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
HttpsHealthCheck2.Builder |
setTimeoutSec(Integer timeoutSec)
How long (in seconds) to wait before claiming failure.
|
HttpsHealthCheck2.Builder |
setUnhealthyThreshold(Integer unhealthyThreshold)
A so-far healthy instance will be marked unhealthy after this many consecutive failures.
|
public HttpsHealthCheck2.Builder mergeFrom(HttpsHealthCheck2 other)
public Integer getCheckIntervalSec()
public HttpsHealthCheck2.Builder setCheckIntervalSec(Integer checkIntervalSec)
public String getCreationTimestamp()
public HttpsHealthCheck2.Builder setCreationTimestamp(String creationTimestamp)
public String getDescription()
public HttpsHealthCheck2.Builder setDescription(String description)
public Integer getHealthyThreshold()
public HttpsHealthCheck2.Builder setHealthyThreshold(Integer healthyThreshold)
public String getHost()
public HttpsHealthCheck2.Builder setHost(String host)
public String getId()
public HttpsHealthCheck2.Builder setId(String id)
public String getKind()
public HttpsHealthCheck2.Builder setKind(String kind)
public String getName()
public HttpsHealthCheck2.Builder setName(String name)
public Integer getPort()
public HttpsHealthCheck2.Builder setPort(Integer port)
public String getRequestPath()
public HttpsHealthCheck2.Builder setRequestPath(String requestPath)
public String getSelfLink()
public HttpsHealthCheck2.Builder setSelfLink(String selfLink)
public Integer getTimeoutSec()
public HttpsHealthCheck2.Builder setTimeoutSec(Integer timeoutSec)
public Integer getUnhealthyThreshold()
public HttpsHealthCheck2.Builder setUnhealthyThreshold(Integer unhealthyThreshold)
public HttpsHealthCheck2 build()
public HttpsHealthCheck2.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.