HTTPSHealthCheck class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
host
↔ String
-
The value of the host header in the HTTPS health check request. If left
empty (default value), the IP on behalf of which this health check is
performed will be used.
read / write
-
port
↔ int
-
The TCP port number for the health check request. The default value is [...]
read / write
-
portName
↔ String
-
Port name as defined in InstanceGroup#NamedPort#name. If both port and
port_name are defined, port takes precedence.
read / write
-
portSpecification
↔ String
-
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.
USE_NAMED_PORT: The portName is used for health checking.
USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each
network endpoint is used for health checking. For other backends, the port
or named port specified in the Backend Service is used for health
checking. [...]
read / write
-
Specifies the type of proxy header to append before sending data to the
backend, either NONE or PROXY_V1. The default is NONE.
Possible string values are: [...]
read / write
-
requestPath
↔ String
-
The request path of the HTTPS health check request. The default value is
/.
read / write
-
response
↔ String
-
The string to match anywhere in the first 1024 bytes of the response body.
If left empty (the default value), the status code determines health. The
response data can only be ASCII.
read / write
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson()
→ Map<String, Object>
-
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited