Interface protos.google.cloud.compute.v1.IHTTPHealthCheck (3.0.0)

Properties of a HTTPHealthCheck.

Package

@google-cloud/compute

Properties

host

host?: (string|null);

HTTPHealthCheck host

port

port?: (number|null);

HTTPHealthCheck port

portName

portName?: (string|null);

HTTPHealthCheck portName

portSpecification

portSpecification?: (google.cloud.compute.v1.HTTPHealthCheck.PortSpecification|keyof typeof google.cloud.compute.v1.HTTPHealthCheck.PortSpecification|null);

HTTPHealthCheck portSpecification

proxyHeader

proxyHeader?: (google.cloud.compute.v1.HTTPHealthCheck.ProxyHeader|keyof typeof google.cloud.compute.v1.HTTPHealthCheck.ProxyHeader|null);

HTTPHealthCheck proxyHeader

requestPath

requestPath?: (string|null);

HTTPHealthCheck requestPath

response

response?: (string|null);

HTTPHealthCheck response