Reference documentation and code samples for the Compute V1 Client class Type.
Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS, HTTP2 or GRPC. Exactly one of the protocol-specific health check fields must be specified, which must match type field.
Protobuf type google.cloud.compute.v1.HealthCheck.Type
Namespace
Google \ Cloud \ Compute \ V1 \ HealthCheckMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_TYPE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_TYPE = 0;
GRPC
Value: 2196510Generated from protobuf enum GRPC = 2196510;
HTTP
Value: 2228360Generated from protobuf enum HTTP = 2228360;
HTTP2
Value: 69079210Generated from protobuf enum HTTP2 = 69079210;
HTTPS
Value: 69079243Generated from protobuf enum HTTPS = 69079243;
INVALID
Value: 530283991Generated from protobuf enum INVALID = 530283991;
SSL
Value: 82412Generated from protobuf enum SSL = 82412;
TCP
Value: 82881Generated from protobuf enum TCP = 82881;