Resource: HealthCheckService
Represents a Health-Check as a Service resource.
JSON representation |
---|
{
"kind": string,
"id": string,
"creationTimestamp": string,
"selfLink": string,
"name": string,
"description": string,
"region": string,
"healthStatusAggregationPolicy": enum ( |
Fields | |
---|---|
kind |
[Output only] Type of the resource. Always
for health check services. |
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
selfLink |
[Output Only] Server-defined URL for the resource. |
name |
Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
description |
An optional description of this resource. Provide this property when you create the resource. |
region |
[Output Only] URL of the region where the health check service resides. This field is not applicable to global health check services. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. |
healthStatusAggregationPolicy |
Optional. Policy for how the results from multiple health checks for the same endpoint are aggregated. Defaults to NO_AGGREGATION if unspecified.
. |
healthChecks[] |
A list of URLs to the
resources. Must have at least one
, and not more than 10 for regional
, and not more than 1 for global
.
resources must have
=
or
=
. For regional
, the
must be regional and in the same region. For global
,
must be global. Mix of regional and global
is not supported. Multiple regional
must belong to the same region. Regional
must belong to the same region as zones of
. For global
using global
, the global
must specify
, and
that specify
can only be used with global
. |
networkEndpointGroups[] |
A list of URLs to the
resources. Must not have more than 100. For regional
,
s must be in zones in the region of the
. For global
, the
must be global
. |
notificationEndpoints[] |
A list of URLs to the
resources. Must not have more than 10. A list of endpoints for receiving notifications of change in health status. For regional
,
must be regional and in the same region. For global
,
must be global. |
fingerprint |
Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a
. An up-to-date fingerprint must be provided in order to patch/update the HealthCheckService; Otherwise, the request will fail with error
. To see the latest fingerprint, make a
request to retrieve the HealthCheckService. A base64-encoded string. |
HealthStatusAggregationPolicy
Enums | |
---|---|
NO_AGGREGATION |
An
message is returned for each backend in the health check service. |
AND |
If any backend's health check reports
, then
is the
of the entire health check service. If all backend's are healthy, the
of the health check service is
. |
Methods |
|
---|---|
|
The method compute.v1.RegionHealthCheckServicesService.Delete is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.RegionHealthCheckServicesService.Get is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.RegionHealthCheckServicesService.Insert is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.RegionHealthCheckServicesService.List is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.RegionHealthCheckServicesService.Patch is not available in Trusted Cloud by S3NS. |