@Generated(value="by GAPIC") @BetaApi public final class SSLHealthCheck extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
SSLHealthCheck.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static SSLHealthCheck |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
Integer |
getPort()
The TCP port number for the health check request.
|
String |
getPortName()
Port name as defined in InstanceGroup#NamedPort#name.
|
String |
getPortSpecification()
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.
|
String |
getProxyHeader()
Specifies the type of proxy header to append before sending data to the backend, either NONE or
PROXY_V1.
|
String |
getRequest()
The application data to send once the SSL connection has been established (default value is
empty).
|
String |
getResponse()
The bytes to match against the beginning of the response data.
|
int |
hashCode() |
static SSLHealthCheck.Builder |
newBuilder() |
static SSLHealthCheck.Builder |
newBuilder(SSLHealthCheck prototype) |
SSLHealthCheck.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public Integer getPort()
public String getPortName()
public String getPortSpecification()
If not specified, SSL health check follows behavior specified in port and portName fields.
public String getProxyHeader()
public String getRequest()
public String getResponse()
public static SSLHealthCheck.Builder newBuilder()
public static SSLHealthCheck.Builder newBuilder(SSLHealthCheck prototype)
public SSLHealthCheck.Builder toBuilder()
public static SSLHealthCheck getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.