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: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_TYPE = 0;
GRPC
Value: 2196510
Generated from protobuf enum GRPC = 2196510;
HTTP
Value: 2228360
Generated from protobuf enum HTTP = 2228360;
HTTP2
Value: 69079210
Generated from protobuf enum HTTP2 = 69079210;
HTTPS
Value: 69079243
Generated from protobuf enum HTTPS = 69079243;
INVALID
Value: 530283991
Generated from protobuf enum INVALID = 530283991;
SSL
Value: 82412
Generated from protobuf enum SSL = 82412;
TCP
Value: 82881
Generated from protobuf enum TCP = 82881;